@charset "UTF-8";
/* CSS Document */

* {
	border:0; margin:0; padding:0;}
	
html, body {
	background:url(../images/bg_header.gif) repeat-x;
	background-color:#FFF;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100%;
	line-height:18px;}
		
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px;
	width:900px;}
	
#header {
	height:200px;
	position:relative;
	width:900px;}
	
#homepage_content {
	height:100%;
	padding:40px;
	width:820px;}
	
#subpage_content {
	background:url(../images/bg_subpage_content.gif) repeat-y;
	height:100%;
	margin:40px;
	width:820px;}
	
a {
	color:#00457f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;}
	
a:hover {
	text-decoration:underline;}
	
p {
	margin-top:15px;}
	
h2 {
	color:#00457f;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 5px 0;}
	
	
/*------------------------------------------------------------------*/
/*                                                     NAVIGATION   */
/*------------------------------------------------------------------*/	
		
#navigation {
	height:44px;
	position:absolute;
	left:0;
	bottom:0;
	padding:0 40px 0 40px;
	text-align:left;
	width:100%}
#navigation img {
	float:left;}
#navigation ul {
	list-style:none; margin:0; padding:0; display:inline;}
#navigation li {
	float:left; height:44px; cursor:pointer;}

#nav-home {
 	background:url(../images/nav_home.gif) no-repeat; width:105px;}
#nav-home:hover {
 	background-image:url(../images/nav_home_o.gif);}
#home #nav-home {
 	background-image:url(../images/nav_home_a.gif);}

#nav-aboutus {
 	background:url(../images/nav_aboutus.gif) no-repeat; width:145px;}
#nav-aboutus:hover {
 	background-image:url(../images/nav_aboutus_o.gif);}
#aboutus #nav-aboutus {
 	background-image:url(../images/nav_aboutus_a.gif);}

#nav-services {
 	background:url(../images/nav_services.gif) no-repeat; width:138px;}
#nav-services:hover {
 	background-image:url(../images/nav_services_o.gif);}
#services #nav-services {
 	background-image:url(../images/nav_services_a.gif);}

#nav-requestaquote {
 	background:url(../images/nav_requestaquote.gif) no-repeat; width:220px;}
#nav-requestaquote:hover {
 	background-image:url(../images/nav_requestaquote_o.gif);}
#requestaquote #nav-requestaquote {
 	background-image:url(../images/nav_requestaquote_a.gif);}
	
#nav-contact {
 	background:url(../images/nav_contact.gif) no-repeat; width:133px;}
#nav-contact:hover {
 	background-image:url(../images/nav_contact_o.gif);}
#contact #nav-contact {
 	background-image:url(../images/nav_contact_a.gif);}
	

/*------------------------------------------------------------------*/
/*                                               HOMEPAGE CHOICES   */
/*------------------------------------------------------------------*/

#homepage_choice_about {
	background:url(../images/homepage_choice_about.jpg);
	cursor:pointer;
	float:left;
	height:142px;
	margin-right:11px;
	padding:194px 20px 0 20px;
	width:226px;}
	
#homepage_choice_about:hover {
	background:url(../images/homepage_choice_about_o.jpg);}
	
#homepage_choice_equipment {
	background:url(../images/homepage_choice_equipment.jpg);
	cursor:pointer;
	float:left;
	height:142px;
	margin-right:11px;
	padding:194px 20px 0 20px;
	width:226px;}
	
#homepage_choice_equipment:hover {
	background:url(../images/homepage_choice_equipment_o.jpg);}
	
#homepage_choice_capabilities {
	background:url(../images/homepage_choice_capabilities.jpg);
	cursor:pointer;
	float:left;
	height:142px;
	padding:194px 20px 0 20px;
	width:226px;}
	
#homepage_choice_capabilities:hover {
	background:url(../images/homepage_choice_capabilities_o.jpg);}


.services_list {
	font-size:10px;
	 list-style:outside; 
	 margin-left:13px; 
	 margin-top:5px;}
.services_list li { 
	 margin-top:3px;}
.services_list a { 
	 font-size:10px;}

.odd {
	width:433px;
	padding:25px 11px;
	background-color:#f9f9f9;}
.even {
	width:433px;
	padding:25px 11px;
	background-color:#f1f1f1;}



/*------------------------------------------------------------------*/
/*                                                         FOOTER   */
/*------------------------------------------------------------------*/

#push {
	height:47px;}

#footer {
	background:url(../images/bg_footer.gif) repeat-x;
	height:47px;
	width:100%;}
	
#footer_content {
	font-size:10px;
	margin:0 auto;
	padding:15px 0 0 40px;
	width:860px;
	height:33px;}



label, input[type="text"]{
    float:left;
    display:block;
}
label
{
    margin-right: 5px;
}
.field{
    width:100%;
    overflow:auto;
    margin:5px 0px;
}