body {
	margin-top: 0px;
	font-size: 13px;
}
#main_container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 291px;
	width: 800px;
}
#content_container {
	background: url(/site-images/bg_content_container.jpg) repeat-y;
	width: 800px;
}
#content {
	background: url(/site-images/bg_content.jpg) repeat-y center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#home_top {
	background: url(/site-images/bg_home_top.jpg);
	height: 236px;
}
#home_btm {
	background: url(/site-images/home_btm.jpg) no-repeat;
	height: 171px;
	clear: both;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990033;
}
#content li {
	background-color: #F7F7F7;
	display: block;
	float: left;
	height: 55px;
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding-top: 45px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content li a {
	color: #00CC66;
}

/* Begin Contact Form Formatting */
.Contact_Us label, .Contact_Us input {
	display: block;
	float: left;
	margin-bottom: 5px;
	background-color: #ECECEC;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 5px;
	border: 1px solid #999999;
	width: 150px;
}
.Contact_Us textarea {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	height: 75px;
}
.Contact_Us input {
	width: 200px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-right: 6px;
	height: 18px;
	float: left;
	font-size: 14px;
	text-transform: none;
}
.Contact_Us select {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
}
.submit input {
	color: #FFFFFF;
	background: #990033;
	font-weight: bold;
	display: block;
	height: 25px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
} 
.submitlabel {
	border: none;
	display: block;
	float: left;
	width: 150px;
	padding-right: 6px;
	padding-left: 6px;
}
br {
	clear: left;
}
.redtext {
	color: #FF0000;
}
/* End Contact Form Formatting */

.shipping_info label, .shipping_info input {
	display: block;
	float: left;
	margin-bottom: 5px;
	background-color: #ECECEC;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 5px;
	border: 1px solid #999999;
	width: 150px;
	margin-left: 10px;
}
.shipping_info input {
	width: 200px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-right: 6px;
	float: left;
	font-size: 14px;
	text-transform: none;
	height: 26px;
}
.shipping_info select {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
}

.dashedtdbot input {
	width: 40px;
}
