@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* BASIC LAYOUT */

body {
	background-color:#dfdddd;
}

#header-outer {
	background-color:#f1f1f1;
}

#nav-outer {
	background-color:#c9c7c7;
}

#image-title-outer {
	background-color:#ffffff;
	background-image:url(../images/seld/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#content-outer {
	background-color:#f1f1f1;
}

#footer-outer {
	background-color:#dfdddd;
}

#footer {
	background-image:url(../images/llety/footer-bg.gif);
	background-repeat:repeat-y;
	color:#78696a;
	line-height:18px;
}


/* END BASIC LAYOUT */

#header {
	margin-top:30px;
}

#header a {
	font-size:30px;
	color:#736364;
	text-decoration:none;
}

#return-splash a {
	font-size:16px;
	color:#736364;
	text-decoration:none;
}

/*NAV*/

#nav ul li a {
	color:#736364;
	font-size:13px;
	text-decoration:none;
	margin-right:45px;
}
	#nav ul li a.last {
		margin-right:0px !important;
	}	

#nav ul li a:hover {
	color:#ffffff;
}

#nav ul li a.highlighted {
	color:#ffffff;
}

/*END NAV*/

#title {
	width:420px;
}

#customer-quotes {
	width:300px !important;
	margin-left:8px !important;
	position:absolute !important;
	top:45px !important;
	right:0 !important;
	height:100px !important;
	background-color:#ffffff !important;
	overflow:hidden;
}


/* FONTS */
h1 {
	color:#736364;
	font-size:60px;
	font-weight:normal;
	margin-top:40px;
}

h2 {
	color:#736364;
	font-size:30px;
	font-weight:normal;
	margin-bottom:15px;

}

#content h2 {
	color:#736364;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
}

p {
	color:#736364;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}

p.small-text {
	font-size:10px;

}

.small-title {
	font-size:16px;
	font-weight:normal;
	margin-bottom:8px;
	color:#736364;
	
}

.footer-title {
	color:#736364;
}

a {
	color:#736364;
	text-decoration:none;
}

#customer-quotes p {
	font-size:15px;
	font-style:italic;
	margin-bottom:50px;
	line-height:16px;
	display:none;
}

#customer-quotes .author {
	text-decoration:bold;
	clear:both;
	margin-top:10px;
}

#customer-quotes .quotes {
	font-size:18px;

}



/* END FONTS */



#special-offers {
	background-image:url(../images/seld/special-offers.jpg);
	background-repeat:no-repeat;
	color:#736364;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#special-offers p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#stay-in-touch {
	background-color:#dfdddd;
}

#footer-nav ul li a {
	color:#736364;
}

#footer-nav ul li a:hover {
	color:#ffffff;
}

#footer-nav ul li a.highlighted {
	color:#ffffff;
}

#content ul {
	margin:0 0 10px 15px;
}

#content ul li {
	color:#736364;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
	list-style:square;
}

a.explore-links {
	float:left;
	display:inline;
	width:160px;
	margin:0 15px 10px 0;
	
}

#content table {
	margin-bottom:10px;
}

#content th {
	background-color:#C9C7C7;
	height:20px;
	text-align:left;
	color:#736364;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;	
	padding:3px 0 0 3px;
}

#content td {
	height:20px;
	text-align:left;
	color:#736364;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	padding:3px 0 0 3px;
	
}

#content tr.highlight {
	background-color:#DFDDDD;
}

.textbox, .dropdown, .textarea {
	border:1px solid #DFDDDD;	
}

.reviews-image {
	float:left;
	display:inline;
	width:150px;
	margin:0 20px 10px 0;
	clear:left;
}

.reviews-text {
	float:left;
	display:inline;
	width:538px;
	margin:0 0px 7px 0;
	padding-bottom:7px;
	border-bottom:1px #C9C7C7 dashed;
}

.reviews-text p {
	font-size:12px !important;

}

.reviews-text h2 {
	font-size:12px !important;
	margin-bottom:3px !important;
	text-transform:uppercase;

}

