body {
	background: #fff url('../graphics/page_back.gif') left top repeat-x;
	font-family: Verdana, Arial, Lucida Grande, Sans-Serif;
	font-size: 80%;
	color: #000000;
	margin: 0;
	padding: 0;
}

/**** GENERAL CSS - BEGIN ****/
p { margin: 0px 0px 15px 0px; }
/* ul, li { margin: 0; padding: 0;} */
a:link { font-weight: normal; color: #009900; text-decoration: none; }
a:visited { font-weight: normal; color: #009900; text-decoration: none; }
a:hover { font-weight: normal; color: #009900; text-decoration: underline; }
/**** GENERAL CSS - END ****/

/**** HEADER CSS - BEGIN ****/
#header { width: 100%; height: 109px; text-align: left;}
#frontier_logo { border: none; }
.logos { margin-left: 30px; }
/**** HEADER CSS - END ****/

/**** MENU CSS - BEGIN ****/
#menu { background: #000; width: 100%; height: 25px; line-height: 25px; font-size: 0.9em; margin-bottom: 15px; border: 2px solid #000000; border-width: 2px 0px; }
#menuimg { width: 100%; }
#menuimg img { border: 1px solid #fff; }
.containers { width: 249px; height: 158px; float: left; }
.name { background: #ffcc00; border-bottom: 1px solid #fff; border-left: 1px solid #fff;border-right: 1px solid #fff; width: 251px; height: 25px; line-height: 22px; text-transform: uppercase; font-size: 0.9em; font-weight: bold; color: #000; }

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	color: #fff;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	/*--text-indent: -9999px; Push text off of page--*/
	height: 25px;
}
ul#topnav li:hover a, ul#topnav li a:hover { /*--Hover State--*/
	background-position: left bottom;
	background: #1a6e27;
	text-decoration: none;
}
ul#topnav a.menu_home {
	width: 115px;
	color: #fff;
	margin: 0px 4px 0px 2px;
}
ul#topnav a.menu_products {
	width: 115px;
	color: #fff;
	background: transparent url('../graphics/nav_arrow.png') 100px 10px no-repeat;
	margin: 0px 10px 0px 2px;
}
ul#topnav a.menu_services {
	width: 115px;
	color: #fff;
	margin: 0px 4px 0px 2px;
}
ul#topnav a.menu_news {
	width: 130px;
	color: #fff;
	background: transparent url('../graphics/nav_arrow.png') 120px 10px no-repeat;
	margin: 0px 12px 0px 2px;
}
ul#topnav a.menu_about {
	width: 115px;
	color: #fff;
	background: transparent url('../graphics/nav_arrow.png') 100px 10px no-repeat;
	margin: 0px 10px 0px 2px;
}
ul#topnav a.menu_contact {
	width: 115px;
	color: #fff;
	margin: 0px 4px 0px 2px;
}
ul#topnav a.menu_newsletter {
	width: 140px;
	color: #fff;
	margin: 0px 4px 0px 2px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 25px; left: 0;
	background: #3a9d3e url('../graphics/menu_back.jpg') left top repeat-x; /*--Background gradient--*/
	padding: 10px 20px 10px;
	float: left;
	text-align: left;
	font-size: 1em;
	border: 2px solid #000000;
	border-top: 0px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 1000;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin: 10px;
	z-index: 1000;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	width: 170px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	background-color: transparent;
	color: #e8e000;
	font-weight: bold;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #fff;
	background-image: none;
	background-color: transparent;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-image: none;
	background-color: transparent;
	background-position: 5px 12px ;/*--Override background position--*/
}
/**** MENU CSS - END ****/

/**** CONTENT CONTAINMENT - BEGIN ****/
#table-outer { margin: auto; width: 1000px; }
.cell_container { width: 100%; }
#table-inner { width: 100%; height: 400px; font-size: 0.9em; background: #ffffff; border: 1px solid #000000; }
.cell_content { padding: 20px 15px; }
/**** CONTENT CONTAINMENT - END ****/

/**** INDEX PAGE - START ****/
#promo_thumb_box { width: 458px; height: 288px; background: #000000; margin-bottom: 15px; }

#locations { width: 456px; height: 234px; background: #fff; border: 1px solid #000; margin-bottom: 15px; }
#equipment_images { float: right; clear: both; background: #fff; border: 1px solid #000; width: 520px; padding-bottom: 9px; }
#equipment_images img { border: 1px solid #000; margin-bottom: 3px; }
.title_page_box { border: 1px solid #000000; background: #f0cb00 url('../graphics/title_page_back.jpg') left top repeat-x; padding: 10px; }
.title_page { font-weight: bold; font-size: 1.4em; color: #000000; margin: 0px; }
.title_page_sub { font-size: 0.8em; color: #a07c00; }
.title_section { font-weight: bold; font-size: 1.2em; }
.title { background: #000; width: 100%; height: 30px; font-weight: bold; color: #fff; line-height: 30px; text-transform: uppercase; }
.title a { padding-left: 15px; font-size: 0.8em; color: #fff; }
.inputBox { border: 1px solid #000000; }
/**** INDEX PAGE - END ****/

.contentBox { display: block; clear: both; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #cecece; }
.contentBox:after{ clear: both; content:"."; display: block; font-size: 0; height: 0; visibility: hidden; }

.lineHeader { border: 1px solid #cecece; background: #f7f7f7; padding: 2px; margin-bottom: 2px; font-weight: bold; }
.lineHeaderOff { border: 1px solid #cecece; background: #f0f0f0; padding: 2px; margin-bottom: 2px; }
.lineHeaderOn { border: 1px solid #cecece; background: #ffffff; padding: 2px; margin-bottom: 2px; }
.lineItem1Off { border-bottom: 1px solid #cecece; background: #f0f0f0; padding: 2px; margin-bottom: 1px; }
.lineItem1On { border-bottom: 1px solid #cecece; background: #ffffff; padding: 2px; margin-bottom: 1px; }
.lineItem2Off { border-bottom: 1px solid #cecece; background: #f0f0f0; padding: 2px 2px 2px 11px; margin-bottom: 1px; }
.lineItem2On { border-bottom: 1px solid #cecece; background: #ffffff; padding: 2px 2px 2px 11px; margin-bottom: 1px; }
.lineItem3Off { border-bottom: 1px solid #cecece; background: #f0f0f0; padding: 2px 2px 2px 20px; margin-bottom: 1px; }
.lineItem3On { border-bottom: 1px solid #cecece; background: #ffffff; padding: 2px 2px 2px 20px; margin-bottom: 1px; }
.lineItem { display: block; border-bottom: 1px dashed #cecece; background: #ffffff; padding-bottom: 3px; margin-bottom: 3px; }
.lineItem:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
/* Hides from IE Mac \*/
* html .lineItem {height: 1%;} div#headermenu {display:block;}
/* End Hack */ 

.badges img { float: left; border: none; padding: 12px 8px 0 8px; }
#vendor_container { float: left; margin: 0; padding: 0; height: 120px; line-height: 120px; }

/**** FOOTER CSS - BEGIN ****/
#footer{ background: #d3d1b6; border: 1px solid #000; width: 100%; height: 87px; }
#footer ul { list-style-type: none; float: left; text-align: left; background: none; padding: 0px 22px 0px 20px; line-height: 16px; background: transparent url('../graphics/footer_divider.png') top right no-repeat; }
#footer li  a.header:link { font-size: 1em; font-weight: bold; color: #3e3c26; text-decoration: none; text-transform: uppercase; }
#footer li  a.header:visited { font-size: 1em; font-weight: bold; color: #3e3c26; text-decoration: none; text-transform: uppercase; }
#footer li  a.header:hover { font-weight: bold; color: #000000; text-decoration: underline; }
#footer li a:link { font-size: 0.9em; font-weight: normal; color: #7d784b; }
#footer li a:visited { font-size: 0.9em; font-weight: normal; color: #7d784b; }
#footer li a:hover { font-weight: normal; color: #000000; }
#footer_logo { display: inline; position: absolute; right: 1px; bottom: 0px; z-index: 100; }
/**** FOOTER CSS - END ****/