@charset "UTF-8";
/* CSS Document */



/*** CSS RESET ***/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;
    vertical-align: baseline;  
    background: transparent;
}

body {  
    line-height: 1;  
}

ol, ul {  
    list-style: none;  
}

blockquote, q {  
    quotes: none;  
}

blockquote:before, blockquote:after, q:before, q:after {  
    content: '';  
    content: none;  
}
   
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
} 







/*** GENERAL CSS ***/

body {
	background: #f7f7f7 url("images/bg_header.gif") repeat-x;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 983px;
}

h3 {
	color: #57585b;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75em;
	text-align: left;
	padding-top: 10px;
}

h4 {
	color: #7A070B;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

h5 {
	color: #7A070B;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	color: #333;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p {
	text-align: left;
	color: #555;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #7A070B;
}

a:hover {
	color: #555;
}

a:active {
	color: #7A070B;
}







/*** TOP NAVIGATION ***/

#topnavcontainer {
	width: 983px;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	background: url("images/bg_topNav.png") no-repeat;
	width: 155px;
	height: 32px;
	float: right;
}

#topnav ul {
	display: block;
	padding: 9px 0 0 5px;
}

#topnav li {
	display: inline;
	padding: 0 10px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777;
}

a.topnav {
	display: inline;
	text-decoration: none;
	color: #777;
}

a:hover.topnav {
	color: #7A070B;
}

a:active.topnav {
	color: #7A070B;
}

img.mainlogo {
	margin-left: 0px;
	margin-bottom: 0;
	*margin-bottom: -3px;
}







/*** MAIN NAVIGATION ***/

#mainnav {
	background: url("images/bg_mainNav.gif") no-repeat;
	height: 61px;
}

#mainnavcontainer {
	padding-top: 22px;
}

#mainnav a {
	padding: 5px 20px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .08em;
  	color: #000;
  	text-decoration: none;
  	letter-spacing: 1px;
	background: url("images/nav_arrows.png") 10px 4px no-repeat;
	display: inline;
	width: 21px;
	min-height: 28px;
}

#mainnav a:hover {
	background: url("images/nav_arrows.png") 10px -28px no-repeat;
}

#dropmenudiv {
	position: absolute;
	margin: 17px 0 0 26px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	color: #999;
	border-bottom-width: 0;
	font: normal 12px "Georgia", Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	text-align: left;
}

#dropmenudiv a {
	display: block;
	border-bottom: 1px solid #E0E0E0;
	color: #666;
	padding: 5px 0 5px 9px;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover {
	background-color: #FFFFFF;
	color: #7A070B;
}

#productsNav a#productslink, #sunprotectionNav a#sunprotection, #aboutusNav a#aboutus, #customercareNav a#customercare, #storelocatorNav a#storelocator, #pressNav a#press, #blogNav a#blog {
	background: url("images/nav_arrows.png") 10px -28px no-repeat;
	color: #7A070B;
}





/*** SECONDARY NAV ***/
		
#secondarynav {
	background: transparent url("images/content_secondarynav_bg.gif") repeat-y scroll 0 10px;
	height: 95%;
	margin: 10px 0 0 0;
}

#secondarynavnav {
	float: left;
	text-align: left;
}

#secondarynavnav h5 {
	padding: 10px 0 9px 17px;
	color: #7A070B;
}

#secondarynavnav a {
	color: #666;
	padding: 10px 10px 10px 17px;
	display: block;
}

#secondarynavnav a:hover {
	color: #7A070B;
}

#secondarynavcontent {
	text-align: left;
	margin-left: 200px;
}

#secondarynavcontent h4, h6 {
	text-align: left;
	padding: 20px 30px 0 40px;
	color: #7A070B;
}

#secondarynavcontent p {
	text-align: left;
	padding: 8px 30px 0 40px;
	line-height: 24px;
}

#secondarynavcontent ol {
	text-align: left;
	padding: 8px 40px 10px 65px;
	line-height: 24px;
}

#secondarynavcontent ol li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

#secondarynavcontent ul {
	text-align: left;
	padding: 8px 40px 0 65px;
	line-height: 24px;
}

#secondarynavcontent li {
	list-style-type: disc;
}

#secondarynavcontent ul li ul li {
	list-style-type: circle;
}







/*** FEATURE AREA ***/

#feature {
	background: url("../images/bg_mainFeature.gif") no-repeat;
	width: 983px;
	height: 277px;
	margin-top: 10px;
}

#featurephoto {
	float: left;
	margin: 5px;
}

#featurecopy {
	float: right;
	background: url("../images/bg_copyFeature.gif") no-repeat;
	margin: 5px 5px 5px 0;
	width: 339px;
	height: 264px;
}

#featurecopy h3 {
	font-size: 16px;
	text-align: justify;
}

.paddingthis {
	padding: 20px 15px 10px 20px;
}

.featurebtn {
	text-align: left;
	padding: 0 15px 0 20px;
	border: none;
}







/*** PRODUCTS AREA ***/

#productslanding {
	background: url("images/content_bg.gif") repeat-y scroll 0 10px;
	height: 765px;
	margin: 10px 0 0 0;
}

#productslanding h4 {
	text-align: left;
	padding: 20px 30px 0 40px;
}

#productslanding ul {
	display: block;
}

html>body #productslanding ul {
	padding: 30px 0 0 30px;
}

#productslanding li {
	float: left;
	padding: 5px 0 50px 66px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .04em;
	list-style: none;
}

#productslanding a {
	display: inline;
	width: 19px;
	padding: 3px 0;
	text-decoration: none;
	color: #7A070B;
}

#productslanding a:hover {
	color: #555;
}

#productslanding a:active {
	color: #555;
}

#products {
	background: url("images/bg_products.gif") no-repeat;
	width: 983px;
	height: 207px;
	margin-top: 10px;
}

#products ul {
	display: block;
	padding: 26px 0 0 14px;
}

html>body #products ul {
	padding: 26px 0 0 30px;
}

#products li {
	float: left;
	padding: 0 32px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .04em;
}

#products a {
	display: inline;
	width: 19px;
	height: 19px;
	padding: 3px 0;
	text-decoration: none;
	color: #7A070B;
}

#products a:hover {
	color: #555;
}

#products a:active {
	color: #555;
}







/*** CALLOUTS AREA ***/

#callouts {
	width: 983px;
	height: 197px;
	margin-top: 10px;
}

#calloutleft {
	background: url("images/bg_callout_LEFT.gif") no-repeat;
	float: left;
	width: 487px;
	height: 197px;
	text-align: left;
}

#calloutright {
	background: url("images/bg_callout_RIGHT.gif") no-repeat;
	float: right;
	width: 488px;
	height: 197px;
	text-align: left;
}

#callouts h4 {
	padding: 20px 90px 0 16px;
}

#callouts p {
	padding: 8px 170px 0 16px;
	line-height: 24px;
}

#callouts img {
	padding-top: 8px;
}







/*** CONTENT ***/		
		
		/*** PRODUCTS ***/
		
		#productdetails {
			background: url("images/content_bg.gif") repeat-y;
			margin-top: 10px;
			padding-bottom: 10px;
		}
		
		#productdetails h4 {
			text-align: left;
			padding: 20px 30px 0 40px;
		}
		
		#productdetails p {
			text-align: left;
			padding: 8px 30px 0 40px;
			line-height: 24px;
		}
		
		#productdetails ul {
			text-align: left;
			padding: 0 30px 0 60px;
			line-height: 24px;
		}
		
		#productdetails li {
			text-align: left;
			padding: 0 30px 0 0;
			line-height: 24px;
			list-style: disc;
		}
		
		#productlogos {
			text-align: left;
			padding: 8px 0 0 40px;
			max-width: 440px;
		}
		
		#prodphotos {
			float: right;
			width: 494px;
			text-align: left;
			padding: 10px 0 10px 5px;
		}
		
		#prodphotonothumbs {
			float: right;
			width: 384px;
			text-align: left;
			padding: 10px 0 10px 5px;
		}
		
		
		
							/*** PRODUCT GALLERY NAVIGATION ***/
							
							#prodmedium {
								float: left;
								margin: 0;
								padding: 0;
							}
							
							#prodthumbnails {
								margin: 0;
								padding: 0;
							}
							
							.prodthumbnailsclass {
								float: right;
								margin: 0;
								padding: 0;
							}
							
							
		
		
		/*** ****** ***/
		
		#purchase {
			background: url("../images/content_bottom_blue.gif") no-repeat;
			margin-top: 0;
			height: 99px;
		}
		
		#purchase h4 {
			text-align: left;
			padding: 32px 0 35px 40px;
			color: #FFF;
		}
		
		#purchase h4.toolong {
			font-size: 22px;
		}
		
		#purchase img {
			vertical-align: middle;
			padding: 0 20px 5px 20px;
		}
		
		
		
		
		/*** SECONDARY PAGES ***/
		
		#details {
			background: url("images/content_bg.gif") repeat-y scroll 0 10px;
			height: 95%;
			margin: 10px 0 0 0;
		}
		
		#details h4 {
			text-align: left;
			padding: 20px 30px 0 40px;
		}
		
		#details p {
			text-align: left;
			padding: 8px 30px 0 40px;
			line-height: 24px;
		}
		
		#details ul {
			text-align: left;
			padding: 0 30px 0 60px;
			line-height: 24px;
		}
		
		#details li {
			text-align: left;
			padding: 0 30px 0 0;
			line-height: 24px;
			list-style: disc;
		}
		
		#details form {
			text-align: left;
			padding: 8px 30px 0 16px;
			line-height: 24px;
		}
		
		
		
		
		
		
		/*** SUN PROTECTION CHART ***/
		
		#uvchart table {
			margin: 20px 40px;
		}
		
		#uvchart td {
			font-size: 12px;
			border: #E5E5E5 solid thin;
			padding: 4px 4px 2px 10px;
		}
		
		#uvchart td.header {
			background-color: #F7F7F7;
			font-size: 14px;
			font-weight: bold;
			color: #555;
			border: #E5E5E5 solid thin;
			padding: 4px 4px 2px 10px;
		}
		
		
		
		
		
		
		/*** ABOUT US ***/
		
		img.aboutlogo {
			float: right;
			padding: 0 100px 10px 100px;
		}
		
		img.aboutphoto {
			float: right;
			padding: 0 10px 10px 10px;
		}
		
		
		
		
		
		
		
		
		
		
		
		/*** PRESS PAGES ***/
		
		#pressstyles {
			text-align: left;
			margin-left: 200px;
		}
		
		#pressstyles h4, h6 {
			text-align: left;
			padding: 20px 30px 0 40px;
		}
		
		#pressstyles p {
			text-align: left;
			padding: 8px 30px 0 40px;
			line-height: 24px;
		}
		
		#pressstyles p.datesyles {
			text-align: left;
			padding: 8px 30px 0 40px;
			line-height: 10px;
			font-size: 85%;
		}
		
		#pressstyles ul {
			text-align: left;
			padding: 8px 40px 0 0;
			line-height: 24px;
		}
		
		#pressstyles li {
			list-style-type: none;
		}
		
		#pressstyles ul li ul li {
			list-style-type: none;
		}
		
		#pressstyles ul.indent {
			text-align: left;
			padding: 0 30px 0 60px;
			line-height: 24px;
		}
		
		#pressstyles li.indent {
			text-align: left;
			padding: 0 30px 0 0;
			line-height: 24px;
			list-style: disc;
		}






/*** FOOTER ***/

#footer {
	padding: 18px 16px 30px 16px;
	margin-bottom: 20px;
}

#footerleft {
	float: left;
	padding-top: 10px;
}

#footerright {
	float: right;
}

#footer p {
	color: #777;
	font-size: 11px;
}

#footer a {
	font-size: 11px;
}
