@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.topnav {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

table.contentbody {
	width: 700px;
	margin-top: 2px;
	margin-left: auto; 
	margin-right: auto;
	vertical-align: top;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	margin-top: 13px;
	margin-right: 20px;
	margin-left: 13px;
	margin-bottom: 13px;
	text-align: left;
}

a.bodylink:link {
	color: #00703c;
}

a.bodylink:visited {
	color: #00703c;
}

a.bodylink:hover {
	color: #666666;
}

.verticalline {
	background-color: #E1E1E1;
	background-image: url(../images/vertical_border.jpg);
	width: 1px;
}

.horizonline {
	background-color: #E1E1E1;
	background-image: url(../images/spacer_lightgrey.gif);
	height: 1px;
}	

.leftbody {
	background-image: url(../images/left_body_image.jpg);
	vertical-align: top;
	background-color: #FFFFFF;
}

.botbody {
	background-image: url(../images/bot_body_image.jpg);
	vertical-align: top;
	background-color: #FFFFFF;
}

.botcontacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	margin-top: 13px;
	margin-right: 20px;
	margin-left: 13px;
	padding-bottom: 13px;
	text-align: left;
}

a.botcontactlink:link {
	color: #666666;
	text-decoration: underline;
}

a.botcontactlink:visited {
	color: #666666;
	text-decoration: underline;
}

a.botcontactlink:hover {
	color: #00703c;
	text-decoration: underline;
}

.boldgreen {
	color: #00703c;
	font-weight: bold;
}

.boldgreen14 {
	font-size: 14px;
	color: #00703c;
	font-weight: bold;
}

.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #999999;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 13px;
	text-align: center;
}

ul.standard li {
	list-style-image: url(../images/green_bullet.gif);
}

#roadmap {
	position: relative;
	top: 13px;
	left: 150px;
	width: 250px;
	height: 225px;
	z-index: 1;
}	

/*** Gallery ***/

#products_content {
	margin: 0;
	padding: 0;
	min-height: 430px;
	height: auto;
	background: #FFFFFF;
	clear: both;
}

ul.page_numbers {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

ul.page_numbers li {
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
}

ul.page_numbers li a {
	margin: 0;
	padding: 9px 3px 10px 2px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6D6E70;
	text-decoration: none;
	text-transform: uppercase;
}

ul.page_numbers li a:hover, ul.page_numbers li a.selected {
	color: #6D6E70;
	font-weight: bold;
}

#products_content {
	clear: both;
	width: 650px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#products_text {
	float: right;
	margin-top: 20px;
	width: 220px;
}

/*** End Gallery ***/

/*** Top Navigation ***/

#company {
	height: 149px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/company_btn.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#company:hover {
	background-position: top left;
}

#capability {
	height: 149px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/capabilities_btn.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#capability:hover {
	background-position: top left;
}

#products {
	height: 149px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/products_btn.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#products:hover {
	background-position: top left;
}

#quality {
	height: 149px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/quality_btn.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#quality:hover {
	background-position: top left;
}

#quote {
	height: 149px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/quote_btn.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#quote:hover {
	background-position: top left;
}

#contact {
	height: 149px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/contact_btn.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#contact:hover {
	background-position: top left;
}

/*** END Top Navigation ***/