

/* --HTML and BODY Information-- */

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	color: #333333;
	background: #aabdc7 url(images/bk.jpg) repeat;
	margin: 0;
	padding: 0;
}
		
/* --Div Border
div {border: solid 1px #f00;}-- */

		
#middle {
		width:600px;
		margin-top:10px;
		margin-bottom:10px;
		padding:0;
		border:1px #006699 solid;
		background: #ffffff;
		margin-right:auto;
		margin-left:auto;
		}
		
#testimonial {
	text-align: left;
	background:#ffffcc;
	padding:12px;
	margin:10px 20px 4px 20px;
		}
		
#testimonial p {
	text-align: left;
	font-size:12px;
	line-height:16px;
	font-style:italic;
		}
		
#testimonial p.author {
	text-align: right;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
		}
		
#about {
	text-align: left;
	background:#ffffff;
	padding:12px;
	border:1px solid #000099;
	margin:10px 20px 4px 20px;
		}
		
#about p {
	text-align: left;
	font-size:12px;
	line-height:16px;
		}
		
#about img {
	float: left;
	margin:0;
	padding:10px;
		}
		

	
.floatleft {
	float: left;
	margin:0;
	padding:0;
	}
		
p {
	text-align: left;
	margin:10px 20px 4px 20px;
		}
		
p.click {
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	margin:0;
	padding:0;
		}
		
.shipping {
	font-size: 9px;
	text-align: center;
	line-height: 10px;
	margin:0;
	padding:0;
		}

		
p.buynow {
	text-align: center;
	font-size:14px;
	line-height:20px;
	background:#d2dfe6;
	padding:10px;
	margin:10px 20px 4px 20px;
		}
		
		p.buynow2 {
	text-align: center;
	font-size:13px;
	line-height:20px;
	background:#d2dfe6;
	padding:10px;
	margin:10px 20px 4px 20px;
		}
		
h1 {
	color: #000000;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif; 
	font-size: 30px;
	text-align:center;
	line-height:20px;
	margin:20px 20px 20px 20px;
	font-weight: bold;
		}
		
		
h2 {
	color: #000099;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 18px;
	line-height:20px;
	margin:10px 20px 4px 20px;
	font-weight: bold;
	text-align: left;
		}
		
h3 {
	color: #333333;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 14px;
	line-height:20px;
	margin:10px 20px 4px 40px;
	font-weight: bold;
	text-align: left;
		}
		
h4 {
	color: #333333;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 14px;
	line-height:20px;
	margin:10px 20px 4px 40px;
	font-weight: bold;
	text-align: center;
		}

		
b { font-weight: bold;}

			
ul{						
list-style-type: disc;
list-style-position: inside;
margin:10px 20px 4px 40px;
text-align:left;
}

li{			
list-style-type: disc;			
padding-bottom: 2px;
margin: 0;
}

img {
	margin:0;
	padding:0;
		}

a:link {
	color: #8F6C56;
	text-decoration: underline;
}

a:visited{
	color: #664D3E;
	text-decoration: underline;
}

a:hover,active {
	color: #664D3E;
	text-decoration: underline;
}
	
