/* CSS Document */
a img {
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f0f0f0;
	/*ie 5.5 hack*/text-align: center;
}
p, li {
	line-height: 20px;
}
#container {
	width: 600px;
	margin: 0 auto;
	margin-right: 25px;
	text-align: left;
}
#header {
	background: url(images/header.jpg) no-repeat top;
	width: 600px;
	height: 211px;
}
#main {
	background: #fff;
	border-left: 2px solid #176711;
	border-right: 2px solid #176711;
	min-height: 450px;
	margin-top: -24px;
	padding: 30px 10px 0px 10px;
	text-align: left;
}
ul {
	margin: 15px;
	padding: 0px;
}
ul li {
	margin: 0px;
	padding: 5px;
}
* html #main {
	margin-top: -27px;
	height: 450px;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	border: 2px solid #176711;
	border-top: none;
	width: 596px;
	height: 66px;
}
/*classes*/
hr {
	border-top: 1px solid #000;
}
.h1, h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Tahoma";
}
.h2, h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Tahoma";
}
.h3, h3, .order {
	font-size: 19px;
	font-family: "Tahoma";
	font-weight: bold;
}
.h4, h4 {
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.smallest {
	font-size: 9px;
}
.red {
	color: #930;
}
.redder {
	color: red;
}
.darkred {
	color: #990000;
}
.blue {
	color: #000097;
}
.green {
	color: #006600;
}
.center, .order {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.highlight {
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.list_style_none {
	list-style-type: none;
}
.testimonial, .orderbox {
	border: 1px solid #000;
	background: #ffffcc;
	width: 440px;
	margin: 0 auto;
	padding: 30px;
}
.quote {
	border: 1px dashed #ccc;
	border-top: 1px solid #ccc;
	background: url(images/speaker.jpg) right bottom no-repeat;
	width: 460px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 20px 20px 20px;
}
.orderbox {
	background: #e2f1fe;
	border: 3px dashed #000;
}
.form_button {
	background: #cc0000;
	width: 380px;
	height: 40px;
	padding: 3px;
	margin: 0 auto;
}
.customer_review {
	background: #F2FAFF;
	border: 1px solid #9cf;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
}
* html .form_button {
	background: #fff;
}
* html .form_button form {
	border: 3px solid #c00;
}
* html .ie_hack_order {
	background: #e2f1fe;
}
.button {
	font-size: 14pt;
	letter-spacing: -1px;
	font-weight: bold;
	width: 380px;
	height: 40px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/*---------------------------------*/
.spacer {
	height: 1px;
	width: 310px;
}
/*---------------------------------*/
.hide {
	display: none;
}
/*a tags */
a:active, a:visited, a:link {
	text-decoration: underline;
	color: #0033FF;
}
a:hover {
	color: #0099FF;
}
.order1 {	text-align: center;
}
