
/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html,body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #b7c4df;
	color: #000;
	background-image: url(../img_hp/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	height:100%; /* needed for container min-height */
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
p {
	margin: 1.5em 0 1.5em 0;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}

.navlist a:link, .navlist a:visited {
	color: #2e5da9;
	text-decoration: none;
}
.navlist a:hover {
	color: #da0303;
}
.navlist a:active {
	color: #da0303;
}

.products a:link, .products a:visited {
	color: #2e5da9;
	text-decoration: none;
}
.products a:hover {
	color: #da0303;
}
.products a:active {
	color: #da0303;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: normal normal normal 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
h2 {
	font: normal normal bold 18px/43px Arial, Helvetica, sans-serif;
	color: #fff;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}


/* =4 Structure
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.container {
	background-color: #e1e1e1;
	width: 950px;
	position: relative;
	margin: 0 auto;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.intro {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.header {
	position: relative;
	width: 950px;
	height: 110px;
}
.header_left {
	width: 13px;
	height: 109px;
	position: absolute;
	top: 8px;
	left: -13px;
	z-index: 999;
}
.header_right {
	width: 13px;
	height: 109px;
	position: absolute;
	top: 8px;
	right: -13px;
	z-index: 999;
}
.content {
	width: 885px;
	margin: 0 auto;
}
.nav_industries {
	margin-top: 10px;
}
.nav {
	display: inline;
	float: left;
	width: 218px;
}
.industries {
	display: inline;
	float: left;
	width: 667px;
}
.zone_one {
	display: inline;
	float: left;
	width: 218px;
	background-image: url(../img_hp/box_middle.gif);
	background-repeat: repeat-y;
	height: 425px;
	position: relative;
}
.zone_two {
	display: inline;
	float: left;
	width: 449px;
	background-image: url(../img_hp/box_middle_lg.gif);
	background-repeat: repeat-y;
	text-align: center;
	height: 425px;
	position: relative;
}
.zone_three {
	display: inline;
	float: left;
	width: 218px;
	background-image: url(../img_hp/box_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
	height: 425px;
	position: relative;
}
.zone_photo {
	margin-left: 6px;
}
.zone_pad {
	padding-left: 15px;
	padding-right: 15px;
}
.products {
	margin: 0 auto;
	width: 90%;
}
.address {
	text-align: center;
	padding: 5px;
	border-top: 1px solid #07449f;
	border-bottom: 1px solid #07449f;
	margin-top: 10px;
}
.zone_bottom {
	width: 218px;
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.zone_bottom_lg {
	width: 449px;
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.bullets{
	list-style: none;
}

.bullets li{
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 5px;
}





.text13 {
	font-size: 13px;
}
.phone {
	font-size: 16px;
	line-height: 28px;
}
.medium {
	font-size: 14px;
}
.blue {
	color: #305eab;
}
.red {
	color: #da0303;
}



.navlist
{
	list-style: none;
	margin: 0px 0px 0px 10px;
}
.navlist li
{
	padding-left: 10px;
	border-left: 3px solid #2e5da9;
	font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}