* {
	margin:0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #dddddd;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}
p { 
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	font-family: verdana, arial, sans-serif;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a { color: #2b7c9a; font-weight: bold; font-family: verdana, arial, sans-serif; }
a:hover { color: #444; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#wrapper {
	width: 664px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/header.gif) no-repeat right bottom;
	height: 99px;
	width: 664px;
}
#banner {
	background: url(images/banner.gif) no-repeat right bottom;
	height: 193px;
	width: 664px;
}
#cart {
	background: url(images/add-to-cart.gif) no-repeat center bottom;
	height: 270px;
	width: 664px;
	margin: 15px 0;
}
	#cart a {
		width: 240px;
		height: 70px;
		text-indent: -99999999px;
		float: left;
	}
	#cart span {
		width: 350px;
		padding: 20px;
		padding-right: 50px;
		float: right;
		font-size: 16px;
		line-height: 1.7em;
		color: #666;
	}
h4.top {
	padding: 5px;
	text-align: center;
	display: block;
	color: #fff;
	margin-bottom: 3px;
}
#content1 {
	padding: 20px;
	padding-right: 170px;
	background: url(images/thumbnail.gif) no-repeat right top;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px dashed #999;
}
	#content1 h2 {
		font-size: 17px;
		color: #555;
	}
	#content1 h2 strong {
		color: #397dbd;
	}
#content2 {
	padding: 20px;
	padding-right: 170px;
	background: url(images/thumbnail2.gif) no-repeat right top;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px dashed #999;
}
	#content2 h2 {
		font-size: 17px;
		color: #555;
	}
	#content2 h2 strong {
		color: #397dbd;
	}
#content3 {
	padding: 20px;
	padding-right: 170px;
	background: url(images/thumbnail3.gif) no-repeat right top;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px dashed #999;
}
	#content3 h2 {
		font-size: 17px;
		color: #555;
	}
	#content3 h2 strong {
		color: #397dbd;
	}
#footer {
	background: url(images/footer.gif) repeat-x top;
	height: 54px;
	clear: both;
}
#footer-w {
	width: 763px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 11px;
	padding-top: 20px;
		font-family: verdana, sans-serif;
}
	#footer-w span.copyright {
		padding: 20px 30px;
		
		color: #666;
	}