body {
	background-image: url(images/body_back.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/* --------------------------------- Top Nav ------------- */
#top_nav {
	height: 44px;
}
#top_nav ul {

}
#top_nav li{
            list-style: none;
            float:left;
}
#top_nav li a{

            display: block;
            text-indent: -5000px;
            height: 44px;
            background-repeat: no-repeat;
}
/* Home Button */
#nav_home a{
            width: 97px;
            background-image: url(images/menu/home_butt.gif);
}
#nav_home a:hover, body#home #nav_home a{
            background-image: url(images/menu/home_butt.gif);
            background-position: left -44px;
}
/* about Button */
#nav_about a{
            width: 119px;
            background-image: url(images/menu/about_butt.gif);
}
#nav_about a:hover, body#about #nav_about a{
            background-image: url(images/menu/about_butt.gif);
            background-position: left -44px;
}
/* Health Button */
#nav_health a{
            width: 180px;
            background-image: url(images/menu/health_butt.gif);
}
#nav_health a:hover, body#health #nav_health a{
            background-image: url(images/menu/health_butt.gif);
            background-position: left -44px;
}
/* Recent Button */
#nav_recent a{
            width: 169px;
            background-image: url(images/menu/recent_butt.gif);
}
#right_column h4 {
	color: #333333;
}

#nav_recent a:hover, body#recent #nav_recent a{
            background-image: url(images/menu/recent_butt.gif);
            background-position: left -44px;
}
/* Contact Button */
#nav_contact a{
            width: 108px;
            background-image: url(images/menu/contact_butt.gif);
}
#nav_contact a:hover, body#contact #nav_contact a{
            background-image: url(images/menu/contact_butt.gif);
            background-position: left -44px;
}
/* Location Button */
#nav_location a{
            width: 109px;
            background-image: url(images/menu/location_butt.gif);
}
#nav_location a:hover, body#location #nav_location a{
            background-image: url(images/menu/location_butt.gif);
            background-position: left -44px;
}
/* Training Button */
#nav_training a{
            width: 109px;
            background-image: url(images/menu/training_butt.gif);
}
#nav_training a:hover, body#training #nav_training a{
            background-image: url(images/menu/training_butt.gif);
            background-position: left -44px;
}
#header {
	background-image: url(images/header.jpg);
	height: 232px;
}
#nav_head {
	float: left;
	width: 180px;
	padding-top: 207px;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

/* --------------------------------- main Content ------------- */
#main_content {
	clear: both;
}
#left_column {
	float: left;
	width: 200px;
	height: 650px;
	display: block;
}
#right_column {
	width: 650px;
	margin-left: 40px;
	float: left;
	margin-top: 20px;
	_height:600px;
}
/* --------------------------------- Left Nav ------------- */
#left_nav {
	background-image: url(images/nav_back.gif);
}
/* Left Nav CSS*/

#left_nav ul{
	background-image: url(images/tabfooter.jpg);
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#left_nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	background-image: url(images/buttonback.jpg);
}
#left_nav ul li a{
	color: #9c2513;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	display: block;
	background-image: url(images/buttonback.jpg);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDE;

} 
#left_nav ul li a:hover, #left_nav ul li a:focus{
	color: #333333;
	background-color: #CCCCCC;

}
#left_nav h6 {
	text-indent: -3000px;
	font-size: 1px;
	background-image: url(images/left_nav_footer.gif);
	height: 7px;
}
#contact_box {
	clear: both;
	margin-top: 20px;
	background-image: url(images/contact_box.gif);
	height: 200px;
}
#contact_box p {
	font-size: 12px;
	color: #333333;
	padding-top: 40px;
	padding-left: 10px;
}
strong {
	font-weight: bold;
}
.bold_red {
	color: #9C2513;
	font-weight: bold;
}
#logos {
	background-image: url(images/logos.gif);
	height: 115px;
	width: 200px;
	margin-top: 20px;
}
/* --------------------------------- Main Area ------------- */
#right_column h1 {
	font-size: 18px;
	color: #DE4907;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#right_column h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
#right_column p {
	font-size: 12px;
	padding-bottom: 12px;
}

.grey_small {
	font-weight: normal;
	color: #333333;
}
#netting {
	background-image: url(images/netting_box.jpg);
	height: 138px;
	width: 294px;
	float: left;
	margin-right: 50px;
	margin-left: 4px;
	margin-bottom: 20px;
}
#boxes a:link, #boxes a:active, #boxes a:visited {
	padding-top: 112px;
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}
#boxes a:hover, #boxes a:focus {
	text-decoration: underline;
}
#platforms {
	background-image: url(images/platforms_box.jpg);
	height: 138px;
	width: 294px;
	float: left;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 4px;
}
#decking {
	background-image: url(images/decking_box.jpg);
	height: 138px;
	width: 294px;
	float: left;
	margin-bottom: 20px;
}
#airbags {
	background-image: url(images/air_bag_box.jpg);
	height: 138px;
	width: 294px;
	float: left;
	margin-bottom: 20px;	
	margin-right:50px;
}
#coneflow {
	background-image: url(images/coneflow_box.jpg);
	height: 138px;
	width: 294px;
	float: left;
	margin-left: 4px;
}
/* --------------------------------- Footer ------------- */
#footer {
	background-image: url(images/footer_back.jpg);
	height: 85px;
	clear: both;
	display: block;
	padding-top: 50px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer p {
	padding-top: 10px;
	color: #999999;
	font-size: 10px;
	float: left;
}
#f_middle h6 {
	float: right;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}
#f_middle a{
	color: #DF4E0B;
	text-decoration: none;
}
.right {
	float: right;
	margin-bottom: 20px;
}
.float_left {
	float: left;
	margin-bottom: 20px;
}

.internal {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	margin-top: 15px;
}

#f_middle {
	margin-right: auto;
	margin-left: auto;
	width: 892px;
	padding-top: 10px;
}
.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 15px;
}
/* --------------------------------- Contact Form ------------- */
/* Ccontact Form CSS */


#contactEmail {
	margin-left: 20px;
	margin-bottom: 50px;
}
#right_column fieldset {
	width: 430px;
	border: 1px solid #DF490A;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#right_column fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#right_column fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #E04E0C;
	padding: 2px;
	background-color: #f4dcc8;
}

#right_column fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #E04E0C;
	padding: 2px;
	background-color: #f4dcc8;
}

#right_column legend {
	color: #E04E0C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#right_column a {
	color: #DF490A;
	text-decoration: underline;
}
#contact_box a:link, #contact_box a:active, #contact_box a:visited  {
	color: #9C2513;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
#contact_box a:hover, #contact_box a:focus {
	text-decoration: underline;
}

