body, html {
	margin: 0;
	padding: 0;
	background: url(/images/background.png) repeat-x;
}

a {
	color: #323232;
}

div#header {
	position: relative;
	width: 857px;
	height: 117px;
	margin: 0 auto;
	background: url(/images/header.png) no-repeat;
}

	div#header ul {
		position: absolute;
		left: 161px;
		top: 90px;
		list-style-type: none;
		font: bold 17px "Trebuchet MS", sans-serif;
		margin: 0;
		padding: 0;
	}
	
		div#header ul li {
			display: inline;
			margin: 0 38px 0 0;
			padding: 0;
		}
		
			div#header ul li a {
				text-decoration: none;
				color: #eeeeee;
			}
			
			div#header ul li a:hover {
				color: #adadad;
			}

div#page {
	position: relative;
	min-height: 400px;
	_height: 400px;
	width: 551px;
	padding: 35px 40px 30px 236px;
	margin: 0 auto;
	background: url(/images/page_background.png) no-repeat;
	font: normal 13px/20px "Helvetica", "Arial", sans-serif;
	color: #333;
}

	div#page h1 {
		margin: 0;
		padding: 0;
		font: normal 20px/24px "Trebuchet MS", sans-serif;
		color: #680909;
	}
	
		div#page h1 span {
			margin: 0;
			padding: 0;
			font: normal 16px/22px "Trebuchet MS", sans-serif;
			color: #333;
		}

	div#page div.product-cover {
		display: block;
		margin: 20px 5px 10px 20px;
		width: 200px;
		border: 1px solid #ccc;
		float: right;
		padding: 8px 8px 2px 8px;
		text-align: center;
	}
		
		div#page div.product-cover img.cover {
			border: 1px solid #d1d0ce;
			padding: 2px;
		}
	
		div#page div.product-details {
			display: block;
			margin: 5px 15px 5px 10px;
			text-align: left;
			font-size: 12px;
		}
	
	div#page div#product-list {
		margin-top: 10px;
	}
		
	div#page div.product-row {
		position: relative;
		border-bottom: 1px solid #ccc;
		padding: 10px 5px 0 60px;
	}
	
		div#page div.product-row p {
			margin: 0;
			padding: 0;
		}
	
		div#page div.product-row img.cover {
			position: absolute;
			top: 10px;
			left: 0;
		}
		
	div#page div#contact-area {
		width: 480px;
		margin-top: 25px;
	}

		#contact-area input, #contact-area textarea {
			padding: 5px;
			width: 350px;
			font-family: Helvetica, sans-serif;
			font-size: 13px;
			margin: 0px 0px 10px 0px;
			border: 2px solid #ccc;
		}

		#contact-area textarea {
			height: 90px;
		}

		#contact-area textarea:focus, #contact-area input:focus {
			border: 2px solid #900;
		}

		#contact-area input.submit-button {
			width: 100px;
			float: right;
		}

		label {
			float: left;
			text-align: right;
			margin-right: 15px;
			width: 100px;
			padding-top: 5px;
			font-size: 13px;
		}
	
	div#page div#feature {
		position: absolute;
		width: 176px;
		min-height: 200px;
		_height: 200px;
		top: 38px;
		left: 25px;
		background: url(/images/featured_box_background.png) no-repeat;
		border-bottom: 1px solid #d1d0ce;
		text-align: center;
		padding: 36px 0 15px 0;
		font: normal 15px/18px "Trebuchet MS", sans-serif;
	}
	
		div#feature div#feature-title {
			position: absolute;
			top: 2px;
			width: 176px;
			height: 18px;
			color: #fee5d4;
			line-height: 15px;
			text-align: center;
			*text-align: left;
			*font-weight: bold;
			padding: 0;
			margin: 0;
			display: block;
		}
		
		div#feature p {
			margin: 10px 0 0 0;
			padding: 0;
			font-weight: bold;
		}
		
		div#feature form {
			margin: 0;
			padding: 0;
		}
		
		div#feature a {
			text-decoration: none;
		}
		
		div#feature span.medium {
			font-size: 13px;
		}
		
		div#feature span.small {
			font-size: 11px;
		}

div#page-footer {
	position: relative;
	min-height: 11px;
	_height: 11px;
	width: 827px;
	margin: 0 auto 30px auto;
	background: url(/images/footer_background.png) no-repeat;
	text-align: center;
}

	div#page-footer p {
		font: normal 11px "Trebuchet MS", sans-serif;
		margin: 0;
		padding: 8px 0 0 0;
		color: #ccc9c2;
	}
	
	div#page-footer p#credits {
		display: block;
		position: absolute;
		right: 7px;
		top: 0;
	}
	
		div#page-footer p#credits a {
			color: #d99985;
			text-decoration: none;
		}
		
		div#page-footer p#credits a:hover {
			color: #ccc9c2;
			text-decoration: underline;
		}
		
div.quote {
	position: relative;
	padding: 10px;
	background-color: #ecebe8;
	border: 1px solid #d1d0ce;
	margin: 15px 0 10px 0;
}	
	
	div.quote:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility: hidden;
	}

	div.quote img {
		float: left;
	}
	
	div.quote p {
		display: block;
		width: 370px;
		float: left;
		padding: 0 0 0 20px;
		margin: 0;
		font-size: 14px;
		line-height: 22px;
	}