* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
select {
	border: 1px #ccc solid;
	width: 40px;
}
label {
	width: 8em;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.text {
	padding: 3px;
	border: 1px #ccc solid;
	font-size: 12px;
}
select {
	width: 5em;
}
input[type="text"] {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px #ccc solid;
}
th {
	text-align: left;
}
.button {
	padding: 3px;
	background: #733640;
	color: #fff;
	font-size: 12px;
	border: none;
	cursor: pointer;
}
.button:hover {
	background: #8c4b56;
}
a {
	color: #355349;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
p {
	line-height: 18px;
	font-size: 12px;
	padding: 5px 0;
	color: #333;
}
h1 {
	font-size: 22px;
	color: #632e37;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
h3 {

}
body {
	background-color: #324e45;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 37px;
	background: #733640;
	background-image: url(images/menu_grad.gif);
	background-repeat: repeat-x;
}
#header_under {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 170px;
	background: #324e45;
	background-image: url(images/header_under_grad.gif);
	background-repeat: repeat-x;
}
#horizontal-nav {
	font-family: Arial, Helvetica, sans-serif;
	height: 37px;
	width: 750px;
	margin: 0 auto;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
 }
#horizontal-nav ul {
	position: relative;
	left: 60px;
	height: 39px;
	line-height: 37px;
	vertical-align: middle;
	list-style: none;
	}
#horizontal-nav ul li { 
	display: inline;
	color: #fff;
}
#horizontal-nav ul li a {
	color: #ffffff;
	font-size: 22px;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
.home a {
	float: left;
	display: block;
	width: 80px;
	padding:18px 10px 18px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url(images/home.jpg);
	text-decoration: none;
}
.download a {
	float: left;
	display: block;
	width: 235px;
	padding:18px 10px 18px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url(images/download.jpg);
	text-decoration: none;
}
.menu a {
	float: left;
	display: block;
	width: 175px;
	padding:18px 10px 18px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url(images/order.jpg);
	text-decoration: none;
}
.contact a {
	float: left;
	display: block;
	width: 115px;
	padding:18px 10px 18px 7px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url(images/contact.jpg);
	text-decoration: none;
}
.home a:hover {
	background: url(images/home2.jpg);
}
.download a:hover {
	background: url(images/download2.jpg);
}
.menu a:hover {
	background: url(images/order2.jpg);
}
.contact a:hover {
	background: url(images/contact2.jpg);
}
#horizontal-nav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#main_body{
	font-size: 12px;
	width: 100%;
	background: #e6e4de;
	min-height: 400px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

#main_content{
	font-size: 12px;
	width: 900px;
	margin: 0 auto;
	margin-top: 160px;
	padding: 5px;
}

#main_right{
	float: right;
	font-size: 12px;
	width: 250px;
	padding: 0 10px;
}

#main_right_content{
	position: relative;
	float: left;
	font-size: 12px;
	width: 430px;
	min-height: 300px;
	margin: 10px 0;
	padding: 0 10px;
	background-color: #ffffff;
}

#main_right_picture{
	position: relative;
	float: right;
	font-size: 12px;
	width: 160px;
	min-height: 300px;
	margin: 10px 0;
	padding: 0 10px;
	background-color: #ffffff;
}

.main_list_noshow {
	list-style-type: square;
	line-height: 18px;
	color: #333;
}

.main_list_noshow li {
	padding: 5px;
	margin-left: 20px;
}

.main_list_noshow_home {
	list-style-type: square;
	line-height: 14px;
	color: #333;
	font-size: 12px;
	width: 275px;
}

.main_list_noshow_home li {
	padding: 5px;
	margin-left: 20px;
}

#footer {
	position: relative;
	margin: 0 auto;
	background-image: url(images/footer.png);
	width:450px;
	height: 53px;
	margin-bottom: 100px;
}
#foot_links {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height:31px;
	width:450px;
	margin: 0 auto;
 }
#foot_links ul {
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	list-style: none;
	}
#foot_links ul li { 
	display: inline;
	color: #fff;
	font-size: 12px;
}
#foot_links ul li a {
	color: #fff;
	font-size: 12px;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#foot_links ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.clear {
	clear: both;
}

.front_flash a {
	color: #fff;
}

/* SHOPPING CART */

#cart_body {
	margin: 10px;
	padding: 10px;
	z-index: 200;
}
#cart_body th {
	text-align: left;
	padding: 5px;
}
#cart_body td {
	padding: 5px;
}
#cart_body label {
	float: left;
	width: 6em;
	padding-right: 5px;
	text-align: right;
}
#cart_body p {
	padding: 3px 0;
}
#product_menu {
	float: left;
	width: 150px;
	padding: 5px;
	padding-right: 20px;
	border: 1px #ccc solid;
}
#product_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#product_menu li {
	padding: 2px 0;
}
.item {
	width: 570px;
}
.item_pic {
	float: left;
	height: 150px;
	width: 170px;
}
.item_pic img {
	border: 3px #fff solid;
}
.item_details {
	float: left;
	width: 320px;
}
.item_name {
	font-size: 14px;
	font-weight: bold;
}
.item_desc {
	line-height: 14px;
}
.item_price {
	width: 100px;
	padding-bottom: 5px;
}
.item_action {
	width: 100px;
	padding-bottom: 5px;
}
#product_display {
	float: left;
	width: 400px;
}
#prod_image {
	float: left;
	width: 300px;
	padding-right: 20px;
}
#prod_info {
	float: left;
	width: 400px;
}
#prod_info p {
	padding: 0 10px;
}
#prod_info h2 {
	padding: 0 10px;
}
#cart_contents {
	padding: 10px;
	background: #eee;
	z-index: 200;
	border: 1px #ccc solid;
}
.error_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	padding-left: 60px;
	margin-bottom: 10px;
	background-image: url(images/alert.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

a.screen, a.screen:visited {
width: 200px;
height: 30px;
padding: 5px;
font-weight: bold;
color: #355349;
position:relative; 
z-index:1000;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:none; /* add a border */
left:-90px; /* position:the image */
top:-150px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:10000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:9000; 
}
a.screen:hover b img {
border: 3px #fff solid; /* remove the link border */
}