/* CSS Document */
body {
	margin: 0;
	padding: 0;
	height: 100%; /* this is the key! */
    background-color: #e7e2c5;
    font-family: Verdana, Arial, Helvetica, sans-serifverdana;
	font-size:100%;
    line-height:18px;
	text-align: center;
}
p {
    font-size:12px;
}


div#outer {
    width: 90%;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: thin solid #000000;

}

div#header {
    padding: 15px;
	margin-bottom: 5px;

}

div#navheader{
	padding: 1px;
	background-image:url(images/h_background_gr.gif);
	background-color:#1b9415; 
	width: auto;
	height: 41px;
}


div#hdrbtns{
	
	background-image:url(images/h_background_gr.gif);
	background-color:#1b9415; 
	height: 41px;
	text-align: center;
	width: 636px ;
	margin-left: auto ;
	margin-right: auto ;

}


div#nav {
    width: 20%;
    padding-bottom: 10px;
	padding-top: 1px;
	padding-right: 10px;
    margin-top: 5px;
    float: left;

}
div#mainheader {
	margin-top: 1px;
	margin-left: 60px;
	text-align: left;
}
div#main {
    margin-left: 225px;
    margin-top: 1px;
	margin-right: 50px;
    padding: 10px;
	text-align: left;

}

div#mainnonav {
    margin-left: 75px;
    margin-top: 1px;
	margin-right: 75px;
    padding: 10px;
	text-align: left;
}

div#footer {
    padding: 15px;
    margin-top: 50px;
    border-top: thin solid #1b9415;

}
/* header layout */
a.h_home {
background: url("../images/h_home_off_gr.gif") no-repeat 0 0;
width:109px;
height:41px;
display:block;
valign:top;
float: left;
}
a:hover.h_home { 
background: url("../images/h_home_on_gr.gif") no-repeat 0 0;
width:109px;
height:41px;
display:block;
valign:top;
float: left;
margin-left: 0px;
}
a.h_services {
background: url("../images/h_services_off_gr.gif") no-repeat 0 0;
width:109px;
height:41px;
display:block;
float: left;
margin-left: 10px;
}
a:hover.h_services{ 
background: url("../images/h_services_on_gr.gif") no-repeat 0 0;
width:109px;
height:41px;
display:block;
float: left;
margin-left: 10px;
}
a.h_manufacture {
background: url("../images/h_manufacture_off.gif") no-repeat 0 0;
width:200px;
height:41px;
display:block;
float: left;
margin-left: 25px;
}
a:hover.h_manufacture { 
background: url("../images/h_manufacture_on.gif") no-repeat 0 0;
width:200px;
height:41px;
display:block;
float: left;
margin-left: 25px;
}
a.h_contact {
background: url("../images/h_contact_off_gr.gif") no-repeat 0 0;
width:109px;
height:41px;
display:block;
float: left;
margin-left: 20px;
}
a:hover.h_contact { 
background: url("../images/h_contact_on_gr.gif") no-repeat 0 0;
width:109px;
height:41px;
display:block;
float: left;
margin-left: 20px;
}

h1 {
	color: #424242;
}

.navspace { margin-bottom:10px; margin-top:10px; background-color:#1b9415; height:1px; width:169px; }

a.left { color:#000000; text-decoration:none; font-weight:bold; font-size:12px; font-family:helvetica; }
a.left:hover { text-decoration:underline; }

<!--[if !IE]>-->
body {
    font-size:12px;
}

<!--<[endif]-->
