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


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

* {
	padding: 0px;
	margin: 0px;
	}
	
p {
	padding: 0 0 10px 0;
	}

img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #13458a;
    text-decoration: underline;
	}    
	
a:hover {
	color: #13458a;
    text-decoration: none;
	}  
	
h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: georgia, sans-serif;
	padding: 0 0 8px 0;
	}	
	
	
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	}

h3 a:link, h3 a:visited, h3 a:active {
	color: #fff;
    text-decoration: none;
	}    
	
h3 a:hover {
	color: #fff;
    text-decoration: underline;
	}  
	
.tables td {
	padding: 3px 0 3px 0;
	}
	

.news {
	margin: 60px 0 0 40px;
	padding: 20px;
	color: #fff;
	font-size: 12px;
	border-left: solid 5px #6680a4;
	border-right: solid 5px #6680a4;
	width: 310px;
	}
	
.news  a:link, .news  a:visited, .news  a:active {
	color: #9dbddf;
    text-decoration: underline;
    line-height: 40px;
	}    
	
.news  a:hover {
	color: #fff;
    text-decoration: none;
	}  	
	
#boxy {
	position: relative;
	top: 15px;
	}
#boxy li{
	display: inline;
	list-style-type: none;
	border: solid 1px #484848;
	padding: 4px;
	margin: 0 3px 0 0;
	color: #484848;
	}
#boxy li#selected{
	display: inline;
	list-style-type: none;
	border: solid 1px #fff;
	padding: 4px;
	margin: 0 3px 0 0;
	color: #fff;
	}	
	
	
	
	
/* Structure 
----------------------------------------------- */
body {
	margin: 15px 0 0 0;
  	background-color: #efefef;
  	background: #fff url("../media/mainBg.jpg") top center;
	background-attachment: fixed;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 18px;
  	color: #393939;
  	text-align: center;
	}
	
body#cranberry {
	margin: 15px 0 0 0;
  	background-color: #efefef;
  	background: #fff url("../media/cranberryBg.jpg") top center;
	background-attachment: fixed;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 18px;
  	color: #393939;
  	text-align: center;
	}	

#container {
	margin: 0 auto;
	width: 960px;
	}
	
#emailSignup {
	float: left;
	width: 400px;
	text-align: left;
	}	
	#emailSignup a:link, #emailSignup a:visited, #emailSignup a:active {
	color: #fff;
    text-decoration: none;
	}    
	#emailSignup a:hover {
	color: #949494;
    text-decoration: none;
	}  
	
	
#cart {
	float: right;
	width: 400px;
	text-align: right;
	color: #fff;
	}
	#cart a:link, #cart a:visited, #cart a:active {
	color: #fff;
    text-decoration: none;
	}    
	#cart  a:hover {
	color: #949494;
    text-decoration: none;
	}  
	
#timJanis {
	width: 294px;
	float: left;
	position: relative;
	top: -10px;
	left: 10px;
	}
	
#nav {
  	padding: 0 20px 0 0;
  	height: 45px;
  	background-color: #000;
  	text-align: right;
  	color: #fff;
  	font-size: 12px;
	}		
	#navItems li {	
		display: inline; 
		line-height: 45px;
		padding: 0 20px 0 0;
		}
		#navItems li a:link, #navItems li a:visited {	
		color: #7c7c7c;
   		text-decoration: none;
		}	
		#navItems li a:hover{	
		color: #fff;
		text-decoration: none;
		}
	
#mainHome {
  	background: url("../media/homeBg.jpg") no-repeat top center;
	margin: 0px;
  	padding: 40px;
  	text-align: left;
  	font-size: 11px;
  	height: 530px;
  	position: relative;
	}	
	#contentHome {
		width: 461px;
		float: right;
		text-align: center;
		padding: 20px 0 0 0;
		}

#mainSub {
	margin: 0px;
  	padding: 40px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	}		
	
#footer {
	height: 40px;
	line-height: 30px;
	}	
	#foot-a {
		color: #fff;
		font-size:11px;
		padding-left:15px;
		text-align:left;
		width: 500px;
		float: left;
		}	
	#foot-b {
		color: #fff;
		font-size:11px;
		padding-right:16px;
		text-align:right;
		width: 300px;
		float: right;
		}
	#foot-b a {
		color: #fff;
		text-decoration: none;
		}
	#foot-b a:hover {
		color: #949494;
		text-decoration: none;
		}	
	
#rhapsody {
	position: absolute;
	top:  540px;
	left: 750px;
	} 
	
	
/* General Styles
----------------------------------------------- */	
.mainHeader {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #a0a0a0; 
	margin: 0 0 20px 0;
	clear: both;
	}
	
.subHeader {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 18px;
	padding: 0 0 10px 0;
	}	
	
	
	
	
	
.storeSubHeader {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 18px;
	padding: 0 0 10px 0;
	}		
		
	.storeSubHeader  a:link, 
	.storeSubHeader  a:visited, 
	.storeSubHeader  a:active {
		color: #ca0000;
		text-decoration: underline;
		}    
	.storeSubHeader a:hover {
		color: #13458a;
		text-decoration: none;
		}  
	
.subHeader2{
	font-size: 14px;
	font-weight: bold;
	color: #315c90
	}		
	

.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}

.imgRight{
	float: right;
	padding: 0 0 0 20px;
	}

.new, .alert {
	color: red;
	}
	
.storeHeader {
	color: #275082;
	font-size: 12px;
	font-weight: bold;
	}

	
	
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #212121;
	width: 150px; /*Default width of hint.*/ 
	padding: 5px;
	border:1px solid black;
	font: 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	text-align: left;
	color: #fff;
	}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	color: navy;
	margin: 0px 0px;
	}	

hr {
  border: none;
  background-color: #406ea6;
  color: #406ea6;
  height: 1px;
  margin: 20px 0 10px 0;
  }

.thumb {
	border: 1px solid #d0d0d0;
	padding: 4px;
	}

.thumb:hover{
	background-color: transparent;
	border: 1px solid #0756b0
	}

.alert {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990000; font-weight: bold; font-style: italic; }




