/* Page stuff */

body {
	font-family:Helvetica;
	font-size:12px;
	color:#636466;
}

a:link,  a:visited {
	font-family:Helvetica;
	font-size:12px;
	color:#333333;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
	font-family:Helvetica;
	font-size:12px;
	color:#636466;
	line-height: 140%;
}

p.products {
	width:250px;
	padding: 10px 0px 0px 5px;
}

.bottom_img1 {
	background: url(../images/contact_img.jpg) no-repeat 50% 0%;
	height: 200px;
	width: 209px;
}

.bottom_img2 {
	background: url(../images/prep_img.jpg) no-repeat bottom left;
	height: 297px;
	width: 445px;
}

.main_nav {
	padding-top: 15px;
}

/* HR's */

hr.blue {
	border: none 0; 
	border-top: 2px solid #0098dc;
	width: 710px;
	height: 1px;
	margin: 5px auto 5px auto;
}

hr.pink {
	border: none 0; 
	border-top: 2px solid #e31836;
	width: 710px;
	height: 1px;
	margin: 5px auto 5px auto;
}

hr.yellow {
	border: none 0; 
	border-top: 2px solid #e1d200;
	width: 710px;
	height: 1px;
	margin: 5px auto 5px auto;
}

hr.purple {
	border: none 0; 
	border-top: 2px solid #6c207f;
	width: 710px;
	height: 1px;
	margin: 5px auto 5px auto;
}

hr.orange {
	border: none 0; 
	border-top: 2px solid #f47b20;
	width: 710px;
	height: 1px;
	margin: 5px auto 5px auto;
}

hr.green {
	border: none 0; 
	border-top: 2px solid #00703c;
	width: 710px;
	height: 1px;
	margin: 5px auto 5px auto;
}

hr.green2 {
	border: none 0; 
	border-top: 2px solid #00703c;
	width: 710px;
	height: 1px;
	margin: -7px 0px 0px 0px;
	padding: -7px 0px 0px 0px;
}

hr.orange2 {
	border: none 0; 
	border-top: 2px solid #f47b20;
	width: 710px;
	height: 1px;
	margin: -7px 0px 0px 0px;
	padding: -7px 0px 0px 0px;
}

/* Fonts */

.green_header {
	color: #00703c;
	font-size:14px;
}

.orange_header {
	color: #f47b20;
	font-size:14px;
}

.email_rollover {
	color: #636466;
	text-decoration: none;
}

.email_rollover:hover {
	color: #ca006b;
	text-decoration: none;
}