/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	height:100%;
	background-color:#ffffff; 
	background-image:url(images/background/bodybg.jpg); 
	background-repeat:no-repeat; 
	background-position:top center; 
}
#top-bar {
	position:relative;
	height:14px;
	color:#ffffff;
	width:960px;
	margin:0 auto;
}
#account {
	position:relative;
	float:left;
	line-height:12px;
}
#language {
	position:relative;
	float:right;
	line-height:12px;
}
#top-bar a:link,
#top-bar a:visited,
#top-bar a:hover {
	font-size:11px;
	color:#ffffff;
}
/* ***************************************************************************** */
#header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:100px;
}
/* LOGO */
#logo {
	position:relative;
	float:left;
	padding-top:30px;
}
#tag {
	position:relative;
	float:right;
	color:#97862e;
	padding-top:45px;
	font-size:12px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	border-left:1px solid #edece0;
	border-right:1px solid #edece0;
	border-bottom:1px solid #edece0;
	border-top:1px solid #e0dfd4;
}
#content-container {
	position:relative;
	margin:10px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:30px;
	z-index:10;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:245px;
	width:100%;
	background-color:#3d3588;
	margin-bottom:7px;
}

/* ***************************************************************************** */
/* CONTENT */
#content {
	padding-top:10px;
}
#left-column {
	position:relative;
	width:730px;
	float:left;
	padding-left:5px;
	text-align:justify;
}
#left-column p {
	line-height:18px;
}
#right-column {
	position:relative;
	width:180px;
	float:right;
}
.heading {
	position:relative;
	height:20px;
	width:180px;
	background-image:url(images/background/heading_bg.jpg);
	background-repeat:no-repeat;
}
.title {
	padding:1px 0px 0px 10px;
	margin:0px;
}
.box {
	position:relative;
	margin-bottom:10px;
	border-left:1px solid #ececd9;
	border-right:1px solid #ececd9;
	border-bottom:1px solid #ececd9;
	font-size:11px;
	color:#5f5d54;
	padding:5px 0px 5px 5px;	
	
}
.box2 {
	position:relative;
	margin-bottom:10px;
	border-left:1px solid #ececd9;
	border-right:1px solid #ececd9;
	border-bottom:1px solid #ececd9;
	font-size:11px;
	color:#5f5d54;
	padding:5px 0px 5px 5px;
	background-color:#fcfcf0;	
	
}
.box a:link,
.box a:visited,
.box a:hover {
	font-size:10px;
	color:#41398c;
	}
input {
	border:1px solid #dcd4a4;
	font-size:11px;	
}
textarea {
	border:1px solid #dcd4a4;
	font-size:11px;	
}
select {
	border:1px solid #dcd4a4;
	font-size:11px;	
}
input.partner {
	height:12px;
	width:155px;
	background-color:#fefeec;
}
input.btn {
	border:none;
	}

#newsletter {
	position:relative;
	font-size:11px;
	line-height:normal;
	padding:3px;
}
/* ***************************************************************************** */
/* TRACKING */
#track{
	position:relative;
	font-size:11px;
	line-height:normal;
	padding-top:2px;
}
#track-right {
	position:relative;
	float:right;
	padding-right:5px;
	padding-top:2px;
}
input.track {
	height:12px;
	width:155px;
}
/* ***************************************************************************** */
/* FEATURED PRODUCTS */
#featured-products {
	position:relative;
	padding-top:10px;
	border-top:1px solid #edece0;
	margin:0px;
}
/* ***************************************************************************** */
/* CONTACT FORM */
#contact-left {
	float:left;
	width:280px;
	border-right:1px solid #ccd1d6;
	padding-right:8px;
	}
#contact-right{
	float:left;
	width:370px;
	padding-left:20px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer-container {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
}
#footer {
	position:relative;
	color:#918129;
}
#copyright {
	position:relative;
	float:left;
	font-size:11px;
	padding-top:10px;
}
a.plujo:link,
a.plujo:visited {
	color:#bfb684;
	font-size:10px;
	text-decoration:none;
}
a.plujo:hover {
	text-decoration:underline;
}
#phone {
	position:relative;
	float:right;
	font-size:36px;
	font-family:"Trebuchet MS","Lucida Grande",Arial;
	padding-top:15px;
	line-height:30px;	
}
/* ***************************************************************************** */
/* GLOBAL */:focus {outline:none;}
.clear-column {
	clear:both;
}
h1 {
	font-weight:normal;
	margin:0px 0px 4px 0px;
	text-transform:uppercase;
	}
h2, h4 {
	font-weight:normal;
	margin:0px 0px 4px 0px;
	}

form {margin:0px;}
a:link,
a:visited,
a:hover {
	}
.line {
	height:2px;
	margin:0px 0px 8px 0px;
	border-bottom:1px solid #edece0;}
.purple {
	color:#3d3588;
}	
