/*Copyright 2008, Created by Andrew Trivette. All rights reserved.*/
html, body {
	font-size:14px;
	font-family:Arial, Tahoma, Helvetica, Sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#ffcfa0;
	background-image:url('default/background.jpg');
	background-repeat:repeat-x;
	line-height:1.4;
	color:#333333;
	}

a:link, a:visited {
	text-decoration:none;
	color:#660000;
	outline:0;
	}

a:hover, a:active {
	text-decoration:none;
	color:#990000;
	outline:0;
	}

h1 {
	font-size:25px;
	font-weight:200;
	margin:0px;
	color:#444444;
	border-bottom:2px solid #cbb59e;
	font-style:italic;
	}
h2 {
	margin:0px;
	font-size:1.3em;
	font-weight:normal;
	}
h3 {
	margin:0px;
	font-size:1.2em;
	font-weight:normal;
	}
h4 {
font-size:16px;
font-weight:normal;
margin:0px;
padding:0px;
line-height:2;
}
dt {
font-weight:bold;
}
legend {
color:#333333;
}
fieldset {
border:1px solid #333333;
margin:10px 0px;
padding:5px;
line-height:1.5;
font-weight:bold;
}
label {
	font-weight:bold;
	}
.main_wrapper {
	width:818px;
	margin:0px auto 0px auto;
	text-align:center;
	background-image:url('default/header.jpg');
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	}
#header {
	width:818px;
	height:120px;
	}
#header a {
	display:block;
	width:818px;
	height:120px;
}
.content {
	width:800px;
	margin:0px 9px;
	background-color:#ffe4c9;
	}

.menu {
	text-align:left;
	margin:0px;
	margin-top:8px;
	float:left;
	width:120px;
	}
.menu ul {
	padding:0px;
	margin:5px 20px;
	}
.menu li {
	list-style-type:none;
	font-size:17px;
	line-height:2;
	}
.menu a {
	color:#000000;
	}
.product_thumb {
	float:left;
	width:135px;
	height:150px;
	padding:5px;
	text-align:center;
	border:1px solid #999999;
	margin:3px;
	font-size:12px;
	}
.product_thumb img{
padding:0px;
background-color:#333333;
}
.product_thumb a span {
color:#990000;
font-weight:bold;
line-height:1.1;
}
table.product_desc td {
background:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.copy {
text-align:left;
width:633px;
float:right;
margin-top:8px;
margin-right:20px;
padding-left:15px;
padding-bottom:100px;
margin-bottom:50px;
border-left:2px solid #cbb59e;
min-height:400px;
}
th, td {
font-size:12px;
}
th {
text-align:center;
background-color:#CC3333;
color:#FFFFFF;
cursor:pointer;
padding:10px 0px;
}
.product_desc + tr + td {
width:350px;
}
td + td + td + td + td + td + td + td + td + td + td + td {
display:none;
}
td {
background-color:#FFFFFF;
}
.footer {
	height:50px;
	clear:both;
	background-color:#ffcfa0;
	font-size:12px;
	}
