@charset "utf-8";
body {
	font-family: 'Cabin', sans-serif;
	line-height: 1.4;
	background: #DDDDDD;
	margin: 0;
	padding: 0;
    color: #666666;
    font-size: 14px;
	letter-spacing: 0;
	text-decoration: none;
    word-spacing: normal;
}
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	margin-bottom: 5px;
}
h1 {
	font-size: 26px;
	color: #cc3333;
	font-weight: 700;
	margin-top: 15px;
	
}
h2 {
	font-size: 24px;
	color: #006699;
	font-weight: 600;
}
h3 {
	font-size: 18px;
	color: #006699;
	font-weight: 500;
}
.caption h3.bodycopyredbold {
	color: #CC3333;
	font-weight: 700;
}
.page_headers {
	margin-top: 0;
	padding-left: 0;
}
.data h1 {
	color: #AD0413;
    font-family: 'Cabin',sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.data h1,
.data h2,
.data h3 {
	padding-left: 0px;
}
#contactform {
	marging-top: 0;
	padding-top: 0;
}
#contactform p {
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 0;
}
#categoryHeader {
/*	padding-left: 15px;
*/}
#categoryHeader ul {
	margin-left: 15px;
}
.bodycopysmall {
	font-size:12px;
	line-height: 1.2;
}
.bodycopywhite {
	color: #FFFFFF;
}
.bodycopybold {
	font-weight: 700;
}
.bodycopybluemed {
	font-size: 18px;
	color: #006699;
	font-weight: 500;
}
.alignright {
	text-align: right;
}
a img { 
	border: none;
}
.maincontent {
	margin-left: 20px;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #AD0413;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;
}
.wrapper {
	width: 100%;
	background: url('/assets/images/assets/bkgd-body.jpg') repeat-x top left #DDDDDD;
	min-height: 500px;
}
.better-active, .active {
	color: #000;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1000px;
	background: none;
	margin: 0 auto;
	clear: both; 
}
.hdrContainer {
	width: 1000px;
	background: none;
	margin: 0 auto;
}
/* ~~ Header  ~~ */
header {
	background-color: #FFFFFF;
	width: 100%;
}
#logo {
	display: block;
}
.hdrright {
	background: url('/assets/images/assets/header-right.png') no-repeat;
	float: right;
	width: 490px;
	height: 190px;
}
#column1 {
	margin-right: 15px;
}
/* Quotes/Testimonials
------------------------------------------*/
blockquote.testimonial {
	font-family: 'Lato', sans-serif;
	background: #006699;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px; 
	 -khtml-border-radius: 10px;
	 color: #FFFFFF;
	 padding: 10px;
	 margin: 0;
	 text-align: left;
	 font-size: 14px;
	 font-style: italic;
}
blockquote.testimonial h2 {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 18px;
	text-transform: none;
	line-height: 1.2;
}
blockquote p.testimonial-author {
    font-size: 11px;
    text-align:right;
}
/* ~~ Columns ~~ 
*/
aside h2 {
	padding-left: 15px;
}
aside p {
	padding-left: 10px;
}
.sidebar1 {
	float: right;
	width: 320px;
	background: none;
	padding-bottom: 10px;
}
aside {
	display: block;
	 background: #FFFFFF;
	 margin: 20px;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px; 
	 -khtml-border-radius: 10px;
}
aside.testimonial {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
	background: #006699;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px; 
	 -khtml-border-radius: 10px;
	 color: #FFFFFF;
	 padding: 5px;
}
.testimonial h2 {
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px #ffffff solid;
}
.testimonial h2 a.guarantee,
.testimonial p  a.guarantee {
	list-style: none;
	text-decoration: none;
	text-shadow: none;
	color: #FFFFFF;
}
.testimonial h2 a:hover.guarantee,
.testimonial p a:hover.guarantee {
	color: #000;
}
.product {
	border-top: 5px #006699 solid;
	padding: 5px;
	overflow: auto;
}
article.content {
	background: #FFFFFF;
	padding: 10px 0;
	width: 680px;
	float: left;
}
.button-buy-now {
	margin-left: 25px;
	margin-bottom: -10px;
}
section {
	margin-bottom: 10px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
article ul, article ol { 
	padding: 0 15px 15px 40px; 
}
#slider img {
	margin: 0 auto;
	display: block;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

 
header nav {
	clear: both;
	display: block;
	background-image:url('/assets/images/assets/bkgd-nav.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 47px;
}
header nav ul li a {
    font-family: 'Cabin', sans-serif;
	font-weight: 700;
}
header nav ul.nav {
     list-style: none;
	 width: 1000px;
	 margin: 0 auto;
	 padding: 0;
}
header nav ul.nav li {
	width: 160px;
	display: inline-block;
	text-align: center;
}
header nav ul.nav li ul.subnav li {
	width: 160px;
	display: block;
	text-align: left;
}

header nav ul li a:hover {
	list-style: none;
	text-decoration: none;
}
header nav ul.nav li a {
	 font-size: 24px;
     border-right: 1px solid #FFFFFF;
     display:block;
     text-decoration:none;
     color:#FFFFFF;
	 line-height: 47px;
}
header nav ul.nav li a:hover {
	color: #000;
}
header nav ul li ul {
     display: none;
	 position: absolute;
	 z-index: 1000;
}
header nav ul.nav li:hover ul {
     display: block;
}
header nav ul.nav li ul.subnav {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	background:#FFFFFF;
	border: 1px solid #838383;
}
header nav ul li:hover ul li a {
	 display:block;
     color:#BF2E1A;
	 font-size: 18px;
	 line-height: 30px;
     width: 165px;
	 padding: 0 8px;
	 margin: 0;
     text-align: left;
     border-bottom: 1px solid #838383;
	 float: left;
	 border-right: none;
}
header nav ul li:hover ul li.last a { 
	border-bottom: none;
}
header nav ul li:hover ul li a:hover {
     color:#20358C;
	 text-decoration: none;
	 font-weight: 700;
}
header nav ul li:hover ul li a:visited {
     font-weight: 700;
}
/* ~~ The footer ~~ */
footer, .footerInt {
	clear: both;
	background-color: #0193CE;	
	height: 93px;
	width: 100%;
	background-attachment: scroll;
	display: block;
	padding-top: 10px;
	font-family: 'Cabin', sans-serif;
}
.footerContainer {
	width: 1000px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	color: #FFF;
	overflow: hidden;
	text-align:center;
}
footer img {
	padding-top: 15px;
}
.footerContainer .column1 {
	max-width: 250px;
	float: left;
}
.footerContainer .column2 {
	max-width: 675px;
	float: right;
}
.footerContainer div.footer {
    color: #FFFFFF;
    text-align: right;
}
.footerContainer div.footer p {
	width: 50%;
	float: right;
	padding-top: 10px;
	font-family: 'Cabin',sans-serif;
    font-size: 12px;
}
.footerContainer div.footer a {
    color: #FFFFFF;
}
/* ~~ The Footer Navigation home page and Interior pages ~~ */
footer nav {
	float: right;
	display: block;
	background: none;
	width: 717px;
	padding-top: 30px;
}
.footerInt nav {
	font-family: 'Cabin', sans-serif;
	float: right;
	display: block;
	background: none;
	width: 650px;
	padding-top: 18px;
}
footer nav ul,
.footerInt nav ul {
	list-style: none; 
	width: 100%; 
	margin: 0 auto;
}
footer nav ul li,
.footerInt nav ul li {
	float: left;
	border-right: 1px solid #FFF;
}
footer nav ul a,
.footerInt nav ul a, 
footer nav ul a:link, 
.footerInt nav ul a:link,
footer nav ul a:visited ,
.footerInt nav ul a:visited{ 
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 8px;
	display: block; 
	width:auto; 
	text-decoration: none;
}
footer nav ul a:hover, 
footer nav ul a:active, 
footer nav ul a:focus,
.footerInt nav ul a:hover, 
.footerInt nav ul a:active, 
.footerInt nav ul a:focus { 
	color: #000;
}
footer nav ul li.first,
.footerInt nav ul li.first {
	border-right: none;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 14px;
}
footer nav ul li.last,
.footerInt nav ul li.last {
	border-right: none;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Home Page Slider
----------------------------*/
/* Slides - Front Page 
------------------------------------------------ */

.slider {
       /*background: #373731;*/
}
#container {
	width:641px;
/*	padding:10px;
*/	margin:0 auto;
	position:relative;
	z-index:0;
}
 #example {
	width:100%;
	height:312px;
	position:relative;
}
/* Slideshow */
#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
/*	Slides container */
.slides_container {
	width:641px;
    height: 312px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*	Each slide */
.slides_container div.slide {
	width:641px;
	height:312px;
	display:block;
    /*border: thin solid #5A5836;*/
}
/*	Next/prev buttons */
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:1;
}
#slides .next {
	left:641px;
}
/*	Pagination */
.pagination {
	margin:0 0 10px 0;
	width:60px;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 300;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	background-image:url(/assets/images/assets/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -15px;
}
/*	Caption */

.caption {
	z-index:500;
	position:absolute;
	bottom:-25px;
	left:25px;
	height: 60px;
	padding:10px;
	background:#FFF;
	background:rgba(250,250,250,.75);
	width:400px;
	line-height:1.1;
	color: #666;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-shadow:none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	 -webkit-border-top-left-radius: 8px;
	 -webkit-border-top-right-radius: 8px;
	 border-top-left-radius: 8px; 
	 border-top-right-radius: 8px; 
	 -khtml-border-radius: 8px;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 */
     filter: alpha(opacity=85); /* IE 5-7 */
}
.caption h3 {
	font-size: 18px;
	color: #006699;
	font-weight: 500;
}
.caption p {
	padding-right: 10px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
	width: 400px;
}
.caption img {
	float: left;
	margin-right: 3px;
    padding-top: 5px;
}
