@charset "UTF-8";

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 5px;
	padding-left: 5px; 
}
a img { 
	border: none;
}

a:link, a:visited {
	color: #256AA7;
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #256AA7;
}

/* Floats and Clears */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 10px;
	line-height: 0px;
}

/* Main IDs and Classes */
body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}

/* Header and main Navigation */
#header {
	background: url(images/headerBG.gif) repeat-x;
	height: 44px;
	font: 14px Arial, Helvetica, sans-serif;
}
#header ul {
	list-style: none;
	float: right;
	padding-top: 14px;
	padding-right: 0px;
}
#header li + li {
    border-left: thin solid #fff;
    border-right: thin solid transparent;
}

#header li {
	display: inline;
	padding: 0px 8px;
	line-height: 14px;
}

#header .CTA {
	background: url(images/g-button-woodstock2.png) no-repeat -95px -244px;
	list-style: none;
	float: right;
	padding:15px 0px;
	margin:0 10px 0 0;
}
#header .CTA li {
	border:none;
	display: inline;
	margin:10px;
	padding:0;
}

#header a {
	color: #FFF;
}

#header a:hover, 
#header a:active,
#header .on {
	color:#FC0
}

#header .order-now:hover {
	color:#fff;
	text-decoration:underline;
}

/* Used to hold the main background image */
#main {
	background: url(images/UltraThin-footer-wave.jpg) no-repeat left bottom;
	padding-bottom:170px;
} 

#left-col {
	width: 250px;
	text-align:center;
}

/* Main cintent area */
.content {
	padding: 10px 20px 10px 0 ;
	width: 659px;
}

.content h1{
	color: #E9184d;
	font: bold 28px/30px Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 10px;
}


.content h2{
	color: #256AA7;
	font: bold 20px/27px Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}

.content h3, #products h3{
	color: #666;
	font: normal 16px/20px Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-top: 5px;
	margin: 0px;
}

.content sup, #products sup{
	font-size: .5em;
	line-height: 9px;
	font-weight: normal;
	}

.content hr{margin:20px 0;}
.content p{
	font-size:11px;
	padding-left: 15px;
	}
	
.content strong {
	font-weight: bolder;
	color: #256AA7;
}
	
.content ol, .content ul{
	font-size:11px;
	margin: 0 0 10px 30px;
	}
	
.content li{ 
	line-height: 18px; 	
	}
	
.content .CTA, #products .CTA{
	font-size: 22px;
	font-weight: bold;
	color: #256AA7;
	line-height: normal;
	text-align: center;
	margin: 30px 0px 0px;
	padding-top: 20px;
	border-top: 2px solid #2569A7;
}

.content .CTA img, #products .CTA img {
		margin-top: 20px;
	}

/* Footer content */
#footer{
	background: #FFF url(images/FooterBG.jpg) repeat-x left top;
	
}

#footer ul {
	display: block;
	list-style: none;
	float:right;
	background-color:#FFF;
	padding: 0px 20px 10px 0;
}

#footer li + li {
	display: inline;
    border-left: thin solid #808080;
    border-right: thin solid transparent;
	font-size:9px;
}

#footer li {
	display: inline;
	padding: 0px 8px;
	/*border-right: 1px solid #256AA7;*/
	font-size:9px;
}

#footer a { color: #256AA7; }
#footer a:hover, 
#footer a:active,
#footer .on {
	color:#FC0}

#footer h3 {
	padding:3px 0 0 5px;
	color: #FFFFFF}

