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

 html, body {
	margin: 0; padding: 0;
	height:100%;
	min-height: 100%;
}


body {
	background-color:#fff;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.6em;
	background-image:url(../images/background_home.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: top center;
	height:100%;
	border:0;
}

#header {
	width:960px;
	height:132px;
	background-image:url(../images/head.png);
	margin-top:32px;
	position:relative;
}

#container {
	width:960px;
	height:auto;
	margin: 0 auto;
}

#logo {
	position:absolute;
	margin:-13px 0 0 0;
	width:227px;
	height:127px;
	z-index:1000;
}

/* ---------------- NAV -----------------*/

#nav {
	padding-top:0px;
}

#products_btn {
	width:99px;
	height: 56px;
	background:url(../images/nav/products_btn.png) no-repeat 0 0;
	float:right;
	display:block;
	border:0px;
}
#products_btn:hover {
	background:url(../images/nav/products_btn.png) no-repeat 0 -56px;
}

#repairs_btn {
	width:92px;
	height: 56px;
	background:url(../images/nav/repairs_btn.png) no-repeat 0 0;
	float:right;
	display:block;
	border:0px;
}
#repairs_btn:hover {
	background:url(../images/nav/repairs_btn.png) no-repeat 0 -56px;
}

#salesreps_btn {
	width:118px;
	height: 56px;
	background:url(../images/nav/salesreps_btn.png) no-repeat 0 0;
	float:right;
	display:block;
	border:0px;
}

#salesreps_btn:hover {
	background:url(../images/nav/salesreps_btn.png) no-repeat 0 -56px;
}

#casestudies_btn {
	width:134px;
	height: 56px;
	background:url(../images/nav/casestudies_btn.png) no-repeat 0 0;
	float:right;
	display:block;
	border:0px;
}

#casestudies_btn:hover {
	background:url(../images/nav/casestudies_btn.png) no-repeat 0 -56px;
}

#links_btn {
	width:72px;
	height: 56px;
	background:url(../images/nav/links_btn.png) no-repeat 0 0;
	float:right;
	display:block;
	border:0px;
	margin-right:3px;
}

#links_btn:hover {
	background:url(../images/nav/links_btn.png) no-repeat 0 -56px;
}

/* ---------------- HOME -----------------*/

#homebox{
	margin-top:0px;
	background-image:url(../images/home-box_bg.jpg);
	height:367px;
}

#hometext{
	margin:0px 0 0 43px;
	padding-top:100px;
	width:590px;
}

#headlines{
	margin-top:37px;
	width:960px;
	height:42px;
}

#epuip_box {
	width:620px;
	float:left;
	color:#010082;
	font-size:15px;
	padding-right:40px;
	padding-left:0px;
	height:450px;
}

ul{
	padding-left:0px;
	margin-left:0px;
	font-weight:bold;
}

li{
	margin-left:20px;
}

#contact_box {
	width:252px;
	float:right;
	color:#010082;
	font-size:14px;
	padding-right:20px;
	padding-left:20px;
	font-weight:bold;
}

#contact_box a:link, #contact_box a:visited {
	color:#6684d9;
}

#contact_box a:hover {
	color:#06C;
}

/* ---------------- Products -----------------*/

#header2 {
	width:960px;
	height:56px;
	background-image:url(../images/nav_bg.png);
	margin-top:32px;
	position:relative;
}

#prodbox{
	background-image:url(../images/home-box_bg.jpg);
	width:960px;
}

#menu {
	width:257px;
	float:left;
}

#content {
	width:703px;
	float:left;
}

