/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #f9ffa1;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	}
	
h2 { 
  	font-size: 22px;
  	font-weight: bold;
  	color: #ed7e3a;	
	padding: 0 0 0 0;
	margin: 30px 0 20px 0;
	}	
	
	
/* Pseudo Links
----------------------------------------------- */
a:link, a:visited, a:active {
	color: #0054bc;
    text-decoration: underline;
	}    

a:hover {
	color: #0054bc;
    text-decoration: none;
	}  

/* Header 
----------------------------------------------- */	

	
/* Navigation
----------------------------------------------- */
/* BEGIN DROPDOWN NAVAGATION */
#navMain {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #e8e8e8 url('../media/bgButton.jpg') repeat-x top left;
	height: 25px;
	}


#nav a:hover {
	text-decoration: none;
	}

.navBar {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 11px;
	float: left;
	width: 803px;
	line-height: 25px;
	position: relative;
	}
	
#nav a:link, #nav a:visited, #nav a:active {
  	border-style: none;
  	text-decoration: none;
	}	
	
#nav a:hover {
  	border-style: none;
  	text-decoration: underline;
	}		

.navWrapper  {
	width: 803px;
	height: inherit; 
	margin: auto;
	}

.navWrapper ul {
	padding: 0px 0px 0px 15px;
  	margin: 0;
  	list-style: none;
	text-align: left;
	}

.navWrapper li {
  	float: left;
  	position: relative;
	}

.navWrapper li.sub {
	border-top: 1px solid #003860;
	clear: left;
	}

.navWrapper li img {
	display: block; /* IE5, 5.5 */
	}

.navWrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 1px;
	padding-top: 18px;
	}

.navWrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 1px; 
	left: -14px;
	}

.navWrapper li:hover ul, 
.navWrapper li.over ul{ 
	display: block;  
	}

.navWrapper li.sub a {
	display: block;
	width: 200px;	
	padding: 5px 10px;
	background: #005490;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.navWrapper li.sub a:hover {
	color: #fff;
	background-color: #ed8c42;
	}
	
	
/* END DROPDOWN NAVAGATION */		

.navSep {
	padding: 0 20px 0 20px;
  	background-image: url('../media/navSep.jpg');
	background-repeat: no-repeat;
	background-position: center;
	}

#categories ul {
  	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#categories li.sub {
	border-top: 1px solid #003860;
	clear: left;
	}

#categories li.sub a {
	display: block;
	width: 145px;	
	padding: 5px 10px;
	background: #005490;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

#categories li.sub a:hover {
	color: #fff;
	background-color: #ed8c42;
	}

		
	
/* Body 
----------------------------------------------- */
body {
	padding: 20px 0px 0px 0px; 
	background: #eef5fa url('../media/bgMain.jpg') repeat-x top left;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #353535;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 803px;
	}
	
#header {
	margin: 0 auto;
  	padding: 0px;
  	background-image: url("../media/bgHeader.gif");
	background-repeat: no-repeat;
	width:803px;
	}	
	
#main {
	margin: 0 auto;
  	padding: 0px;
  	width:803px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	}	
	
#mainHome {
	margin: 0 auto;
  	padding: 10px 300px 0px 30px;
  	background-image: url("../media/bannerHome.jpg");
  	width:803px;
  	height: 211px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
  	color: #fff;
	}		
	
#mainHome  a:link, #mainHome  a:visited, #mainHome  a:active {
	color: #fff;
    text-decoration: underline;
	}    

#mainHome  a:hover {
	color: #fff;
    text-decoration: none;
	}  
	
#mainSub {
	margin: 0 auto;
  	padding: 0px 20px 20px 20px;
	background-color: #fff;  	
	width:803px;
  	text-align: left;
  	font-size: 11px;
  	color: #353535;
  	vertical-align: top;
	}	
	
/*
#mainSub img{
	border: solid 1px #005490;
	}*/		
	
		
#headerContact {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: right;
	text-align: right;
	color: #000
	}

.imgLeft {
	position: relative;
	float: left;
	}
	
.imgRight {
	position: relative;
	float: Right;
	margin: 0px 0px 20px 20px;
	padding: 2px;
	}
		
.mHeader {
  	font-size: 22px;
  	font-weight: bold;
  	color: #ed7e3a;	
	}
	
.hHeader {
  	font-size: 24px;
  	font-weight: bold;
  	color: #479600;	
	}		
	
.sHeader {
  	font-size: 18px;
  	font-weight: bold;
  	color: #005490;	
	}	
	
.sep {
	margin: 20px 0px 20px 0px; 
	height: 18px;
  	background: #fff url('../media/sep.jpg') repeat-x bottom left;
  	clear: both;
  	}
  	
.sHeader2 {
  	font-size: 13px;
  	line-height: 18px;
  	font-weight: bold;
  	color: #1c6e02;	
	}	

.blue {color: #005490; font-size: 14px;}

.red {color: #e00c2a; font-size: 14px;}

.green{color: #50ae11; font-size: 14px;}

.outline {
	padding: 5px;
	height: 10px;
	background-color: #282828;
	color: #fff; 
	font-size: 14px;
	}	

#viewCart {
	float: right;
	width: 150px;
	padding: 13px 0 0 0;
	}

span.sale {
	font-size: 14px;
	font-weight: bold;
	color: red;
	}
span.price {
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
	}


/* Footer 
----------------------------------------------- */
#footer {
  	background: #fff url('../media/bgFooter.gif') no-repeat bottom left;
	width: 803px;
	height: 152px;
	}	
#footerSub {
  	background: #fff url('../media/bgFooterSub.gif') no-repeat bottom left;
	width: 803px;
	height: 75px;
	}		
	#featuredProduct {
	padding: 20px 20px 40px 20px;
	width: 230px;
	float: left;
	text-align: left;
	border-right: solid 1px #dcdcdc;
	}

	#shopProduct {
	padding: 20px 0px 40px 20px;
	width: 500px;
	float: right;
	text-align: left;
	}
	

#foot-a {
	color: #005490;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #005490;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #005490;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #005490;
    text-decoration: underline;
	}