@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url('gfx/back.jpg') top center no-repeat;
	background-color: #f2f2f2;
}

* {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 28px;
	font-weight:normal;
	line-height:30px;
	}
	
h3{
	color:#333;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	width:100%;
	}

h4 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
	text-align: left;
}

input.input,select.input,textarea.input {
	width: 250px;
}

a.link {
	color: #226a85;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

td.product_photo,td.product_desc,td.product_price {
	border: 1px solid #d5701c;
	padding: 10px;
}

td.product_photo {
	border-right: none;
}

td.product_desc {
	border-left: none;
	border-right: none;
}

td.product_price {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border-left: none;
}

td.subcat {
	text-align: center;
	padding-bottom: 5px;
}

span.price {
	color: #d5701c;
	font-size: 12pt;
	font-weight: bold;
}

td.cart_header {
	padding: 5px;
	padding-right: 10px;
	background-color: #ededed;
	border-bottom: 1px solid #000000;
	vertical-align: bottom;
}

td.cart_row {
	padding: 2px;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ededed;
}

td.cart_total {
	font-weight: bold;
	padding: 10px;
	padding-left: 5px;
}

td.formleft {
	padding-top: 3px;
	padding-right: 15px;
}

td.left {
	padding-right: 10px;
}

a.footer {
	color: #666666;
	font-size: 7pt;
}

img.header {
	margin-bottom: 15px;
}

img.banner {
	border: 1px solid #ededed;
	margin-bottom: 10px;
}

div {
	z-index: 1;
}

#container {
	position: relative;
	width: 940px;
}

#logo {
	position: relative;
	widows: 940px;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
}

#mainmenu {
	position: relative;
	top: 15px;
}

#submenu {
	position: relative;
	top: -15px;
	z-index: -1;
}

#submenu_text {
	position: relative;
	top: -40px;
	height: 20px;
	padding-left: 60px;
	text-align: left;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 890px;
	background-color: #fff;
	padding: 20px 25px 20px 25px;
}

#content_left {
	position: relative;
	width: 600px;
	float: left;
	text-align: left;
	padding: 0px;
}

#content_right {
	position: relative;
	width: 225px;
	float: right;
	text-align: left;
	background-color: #f4f4f4;
	padding: 20px;
}

#footer {
	position: relative;
	width: 940px;
	height: 0px;
	top: 30px;
	font-size: 7pt;
}

