body {
	background: #000;
	font-size: 12px; /*Allows IE's text resize to work*/
	text-align: center;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000;
	margin-left: 8px;
	padding: 6px 12px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
}

h2 {
	color: ;
	margin: 0;
	padding: 25px 12px 8px 20px;
	font-size: 1.3em;
}

h3 {
	color: ;
	margin: 0;
	padding: 25px 12px 8px 20px;
	font-size: 1.2em;
}

p {
	font-size: 1em;
	margin: 0;
	padding: 8px 12px 8px 20px;
	line-height: 1.4;
}



strong { font-weight: bold; }
em { font-decoration: italic; }

a { color: #5F4223; text-decoration: underline; font-weight: bold; }
a:visited { color: #5F4223; font-weight: bold;}
a:hover { color:#C37D35; text-decoration: underline; font-weight: bold;}
a:visited:hover { color:#C37D35; text-decoration: underline; font-weight: bold;}
a:active { color: #5F4223; text-decoration: underline; font-weight: bold; }

img { border: none; }

table {
	font-size: 1em;
}

button {
	padding: 3px;
	color: #fff;
	font-size: inherit;
	background: #C37D35;
	border: 1px solid #000;
}

label, button {
	cursor: pointer;
}

div.clear {
	clear:both;
	width: ;
	margin: 0px 15px 0px 15px;
	height: 10px;
	overflow:hidden;
	border-bottom: ;
}

div.center {
    text-align: center;
    margin: auto;
}

div.tagline {
    font-family: Arial, sans-serif;
    font-size: 2.3em;
    top: 115px;
    position: relative;
}
    
div#container {
    width: 750px;
    text-align: center;
    margin: auto;
}

div#header {
    width: 750px;
    height: 165px;
    background: url(../images/header_bg.jpg) 0 0 no-repeat;
}

div#nav_container {
    width:700px;
    height: 14px;
    position: relative;
    text-align: center;
    margin-left: auto;
    top: 125px;
}

div#content_container {
    text-align: left;
    background: url(../images/content_bg.jpg) 0 0 repeat-y;
}

div#content {
    margin: 0 40px 0 40px;
}
div#content ol li {
    font-size: 1em;
    margin-left:15px;
    padding: 2px;
    list-style-type: disc;
}

div#content ul li {
    font-size: 1em;
     margin-left:15px;
    padding: 2px;
    list-style-type: disc;
}
div#footer {
    width: 750px;
    height: 118px;
    background: #000000 url(../images/footer_bg.jpg) 0 0 no-repeat;
}

div#bottom_nav {
    padding-top: 15px;
    width: 750px;
    height: 60px;
}

table td.formcaption2 {
    width: 100px;
    text-align: right;
    vertical-align: top;
    padding: 4px 4px 4px 0px;
}

table.orderForm {
	border: 0px;
	margin: 5px 20px;
}
table.orderForm th {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
}
table.orderForm td {
	padding: 2px 5px;
}
table.orderForm td.total {
	font-weight: bold;
}

div.productContainer {
	margin: 10px 20px 0px 0px;
	float: left;
}
div.product {
	
}
div.product div.checkbox {
	margin: 0px 5px;
}
div.product div.checkbox, div.product div.name {
	float: left;
}
div.product div.clear {
	width: 1px;
}

div.error {
	margin: 10px 20px;
	border: 1px dotted #C37D35;
	color: #C37D35;
	background: #f7e4ba;
	font-weight: bold;
}
div.error div {
	padding: 2px 5px;
}