body {
	margin: 0px;
	padding: 0px;
	background: #9E090C url(images/background.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 727px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 273px;
	width: 727px;
}
#header h2 {
	display: none;
}
#page {
	background: url(images/page_bg.gif) repeat-y;
	width: 616px;
	margin-left: 59px;
}


/* Navigation for non-IE */
#nav {
display: none;
}
html>body #nav {
	width: 196px;
	position: fixed;
	margin-top: 0px;
	display: block;
	margin-left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	list-style: none;
	float: left;
}
#nav span {
	display: none;
}
#nav .home a {
	background: url(images/home.gif) no-repeat;
	height: 42px;
	width: 196px;
	display: block;
}
#nav .home a:hover {
	height: 42px;
	width: 196px;
}
#nav .about a {
	background: url(images/about.gif) no-repeat;
	display: block;
	height: 35px;
	width: 196px;
}
#nav .about a:hover {
	height: 35px;
	width: 196px;
}
#nav .product a {
	background: url(images/product.gif) no-repeat;
	display: block;
	height: 35px;
	width: 196px;
}
#nav .product a:hover {
	height: 35px;
	width: 196px;
}
#nav .order a {
	background: url(images/order.gif) no-repeat;
	display: block;
	height: 36px;
	width: 196px;
}
#nav .order a:hover {
	height: 36px;
	width: 196px;
}
#nav .contact a {
	background: url(images/contact.gif) no-repeat;
	display: block;
	height: 38px;
	width: 196px;
}
#nav .contact a:hover {
	height: 38px;
	width: 196px;
}


/* Fixed Navigation for IE */
html>body #nav2 {
display: none;
}
#nav2 {
	width: 196px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
}
#nav2 ul {
	margin: 0px;
	padding: 0px;
}
#nav2 li {
	display: inline;
	list-style: none;
	float: left;
}
#nav2 span {
	display: none;
}
#nav2 .home a {
	background: url(images/home.gif) no-repeat;
	height: 42px;
	width: 196px;
	display: block;
}
#nav2 .home a:hover {
	height: 42px;
	width: 196px;
}
#nav2 .about a {
	background: url(images/about.gif) no-repeat;
	display: block;
	height: 35px;
	width: 196px;
}
#nav2 .about a:hover {
	height: 35px;
	width: 196px;
}
#nav2 .product a {
	background: url(images/product.gif) no-repeat;
	display: block;
	height: 35px;
	width: 196px;
}
#nav2 .product a:hover {
	height: 35px;
	width: 196px;
}
#nav2 .order a {
	background: url(images/order.gif) no-repeat;
	display: block;
	height: 36px;
	width: 196px;
}
#nav2 .order a:hover {
	height: 36px;
	width: 196px;
}
#nav2 .contact a {
	background: url(images/contact.gif) no-repeat;
	display: block;
	height: 38px;
	width: 196px;
}
#nav2 .contact a:hover {
	height: 38px;
	width: 196px;
}



/* End Fixed Navigation */



#content {
	width: 440px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2B0200;
	margin-left: 10px;
}
#content h2 {
	color: #9E090C;
	font-size: large;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#content h4 {
	border-bottom: 1px dotted #990000;
	width: 350px;
}
#content h3 {
	color: #9E090C;
	font-size: medium;
	margin-bottom: 5px;
}


#content a:link {
	color: #C26C05;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #C26C05;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #BE3C0E;
	font-weight: bold;
	text-decoration: underline;
}
#content blockquote {
	border-left: 2px solid #F1EDED;
	margin: 0px 0px 0px 20px;
	padding-left: 10px;
}
#content table {
	border: 1px solid #F1EDED;
}
#content table img {
	height: 80px;
	width: 100px;
	padding: 2px;
}
#content td {
	vertical-align: top;
	border: 1px solid #F1EDED;
	padding: 2px;
}
#content td .pro_title {
	font-weight: bold;
}


.product_title {
	border: 1px solid #FFFFFF;
	background: #AA1F0B;
	color: #FFFFFF;
	vertical-align: top;
	padding: 2px;
}



#affiliates {
	width: 567px;
	background: #FFFFFF url(images/affiliate_bg.gif) repeat-x top;
	margin-left: 23px;
	margin-top: 30px;
	font-size: small;
	padding-top: 5px;
	clear: both;
}
#affiliates h2 {
	margin: 0px;
	font-size: small;
	color: #C06406;
}
#affiliates ul {
	margin: 0px;
	font-size: x-small;
	padding: 0px;
}
#affiliates li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #990000;
}
#affiliates a:link {
	color: #2B0200;
	text-decoration: none;
}
#affiliates a:visited {
	color: #2B0200;
	text-decoration: none;
}
#affiliates a:hover {
	color: #BE3C0E;
	text-decoration: underline;
}


#right_box {
	width: 196px;
	margin-left: 465px;
}

#footer {
	background: url(images/footer.gif) no-repeat;
	height: 23px;
	width: 616px;
	margin-left: 59px;
	text-align: center;
}
#stats {
	text-align: center;
	height: 1px;
	width: 1px;
}

.copyrighted {
	font-size: x-small;
	color: #F2F2F2;
	text-align: center;
	width: 616px;
	margin-right: auto;
	margin-left: auto;
}
.copyrighted a {
	text-decoration: none;
	color: #C26C05;
}
.copyrighted a:visited {
	color: #C26C05;
	text-decoration: none;
}
.copyrighted a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.orderform {
	padding-left: 20px;
}
.orderform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0px 8px;
height: 1%;
}
.orderform label {
	font-weight: bold;
	width: 100px;
	float: left;
}
.orderform radiobutton {
width: 250px;
height: auto;
}
.orderform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
.orderform textarea{
	width: 280px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/form_bg.gif);
	border: 1px solid #EAE5E5;
}
.orderform select {
    background: url(images/form_bg.gif);
	border: 1px solid #EAE5E5;
}

.button {
	background: url(images/form_bg.gif) repeat-y;
	border: 1px solid #EAE5E5;
}
.input {
	background: url(images/form_bg.gif);
	border: 1px solid #EAE5E5;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.require {
	color: #BE3C0E;
}


.button {
	background: url(images/form_bg.gif) repeat-y;
	border: 1px solid #EAE5E5;
}
.input {
	background: url(images/form_bg.gif);
	border: 1px solid #EAE5E5;
}
