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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    color: #000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}

a {
	color:#008e90;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	}
	
			
h1 {
	text-align:center;
	color: #008e90;
	font-size: 21px;
	}
	
#container {
	width:968px;
	background-color:#FFFFFF;
	height:700px;
	}

#header {
	width:968px;
	}

#navbar {
	width:968px;
	height:54px;
	background: url(../images/navbar1.jpg) no-repeat;
	text-align:left;
	}
	
#navbar a {
	color:#FFFFFF;
	line-height:2.75;
	text-decoration:none;
	font-size:18px;
	margin-left:21px;
	margin-right:11px;
	}

#navbar a:hover {
	color:#fcb44e;
	}

#navbar #cart {
	margin-top:-30px;
	margin-right:19px;
	}

#navbar #cart a{
	color:#FFFFFF;	
	line-height:1;
	text-decoration:none;
	font-size:17px;
	font-weight:normal;
	}

#navbar #cart a:hover{
	color:#fcb44e;
	}
		
#main {
	 background-image:url(../images/bg-1.jpg); 
	 background-repeat:repeat-x;
	 margin-top:12px;
	 }
	 
#content {
	width:968px;
	text-align:left;
	padding-top:20px;
	}
	
#content p{		
	margin-left:40px;
	margin-right:30px;
	margin-top:20px;
	line-height:1.4;
	}
	
.info-box1{	
	float:right;
	width:300px;	
	padding:12px;
	margin-top:32px;
	margin-bottom:40px;
	margin-left:40px;
	margin-right:20px;
	text-align:center;
	border: solid 1px #FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#004f5c;
	}

.info-box1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}

.info-box2{	
	width:300px;	
	padding:12px;
	margin-top:42px;
	text-align:center;
	border: solid 1px #FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#004f5c;
	}

.info-box2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}
	
#footer {
	width:968px;
	height:24px;
	text-align:center;
	font-size:14px;
	color: #666666;
	border-top: solid 1px #fcb44e;
	}
	
#footer a{
	color:#000000;
	line-height:1.75;
	text-decoration:none;
	font-size:16px;
	margin-left:11px;
	margin-right:11px;
	font-weight:normal;
	}

#footer a:hover{
	text-decoration:underline;
	color:#008e90;	
	}
	
.featured-1 {
	color: #333399;
	}	

.featured-2 {
	color: #FF6600;
	}	
	
.featured-3 {
	color: #800080;
	}
	
.contact-form {
	color: #008e90;
	font-weight:bold;
	}
	
.contact-form input{
	margin-top:7px;
	}
	
.contact-form textarea{
	margin-top:7px;
	}
	
.product {
	margin-left:11px;
	margin-right:11px;
	padding:0px;
	/*border: solid 1px #008e90;*/
	}
	
.product img{
	margin-left:22px;
	}

.product-sm {
	text-align:left;
	margin-left:31px;
	padding:0px;
	/*border: solid 1px #008e90;*/
	}

.product-sm  a{
	color: #008e90;
	font-size: 14px;
	font-weight:bold;
	}
		
.product-sm img{
	margin-left:22px;
	}

.product-sm .title a{
	color: #008e90;
	font-size: 16px;
	line-height:1.25;
	font-weight:bold;
	}
		
.author {
	width:750px;
	margin-left:6px;
	margin-right:6px;
	padding:0px;
	/*border: solid 1px #008e90;*/
	}
	
.author img{
	margin:5px;


	}
	
.author .title a{
	font-size:14px;
	text-align:center;
	}
			
.product-main {
	margin:11px;
	padding:7px;
	}
	
.product-main img{
	margin-left:35px;
	margin-right:22px;
	margin-bottom:12px;
	}

.author-main {
	margin:11px;
	padding:7px;
	}
	
.author-main img{
	margin-left:35px;
	margin-right:22px;
	margin-bottom:12px;
	}
		
.title {
	color: #008e90;
	font-size: 20px;
	line-height:1.25;
	}

.title a{
	color: #008e90;
	font-size: 20px;
	line-height:1.25;
	}
	
.product .title a{
	color: #008e90;
	font-size: 18px;
	line-height:1.25;
	font-weight:normal;
	}
				
.product-info {
	text-align:center;
	margin-right:12px;
	font-size:12px;
	}

.product-info img{
	text-align:center;
	margin:0px;
	}
	
.author-info {
	text-align:center;
	margin-right:12px;
	font-size:12px;
	border: solid 1px #FFCC66;
	margin-right:16px;
	}
	
.bio {
	color:#666666;
	line-height:1.25;
	font-size:14px;
	text-align:left;
	}

.bio a{
	color:#666666;
	text-decoration:none;
	}
	
.bio img{
	margin-left:0px;
	margin-right:11px;
	margin-bottom:42px;
	}
	