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

/****************************************************
	home 
****************************************************/
body.home {
	background-image: url(../images/home_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.home .subhead {
	background-image: url(../images/home_subHeadBG.jpg);
	background-repeat: no-repeat;
}
body.home .subhead .title {
	position: absolute;
	top: 68px;
	left: 18px;
	width: 360px;
	height:150px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body.home .subhead .title h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
body.home .subhead .title p {
	font-size: 16px;
}
body.home .subhead .subNav {
	position: absolute;
	background: url(../images/subNav_BG.png) bottom repeat-x #4f4f4f;
	width: 896px;
	height: 36px;
	bottom: 0px;
	left: 0px;
}
body.home .subhead .subNav .links {
	margin-top: 8px;
	height: 36px;
	background-image: url(../images/subNav_end.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
body.home .subhead .subNav .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 29px;
	color: #fff;
	height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 23px 5px;
}
body.home .subhead .subNav .links a:hover {
	background-color: #005280;
}
body.home .subhead .subNav .links a:active {
	background-color: #005280;
}
 .subhead .subNav .links a:first-child {
	padding: 13px 23px 5px 17px;
}
body.home .textArea {
	width: 470px;
}
/****************************************************
	lighting 
****************************************************/
body.lighting {
	background-image: url(../images/solutions_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.lighting .subhead {
	background-image: url(../images/lighting_subHeadBG.jpg);
	background-repeat: no-repeat;
}
body.lighting .subhead .title {
	position: absolute;
	top: 90px;
	left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body.lighting .textArea {
	width: 702px;
}
/****************************************************
	why 
****************************************************/
body.why {
	background-image: url(../images/why_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.why .subhead {
	background-image: url(../images/why_subHeadBG.jpg);
	background-repeat: no-repeat;
}
body.why .subhead .title {
	position: absolute;
	top: 90px;
	left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body.why .textArea {
	width: 702px;
}
/****************************************************
	info 
****************************************************/
body.info {
	background-image: url(../images/info_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.info .subhead {
	background-image: url(../images/info_subHeadBG.jpg);
	background-repeat: no-repeat;
}
body.info .subhead .title {
	position: absolute;
	top: 90px;
	right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body.info .textArea {
	width: 702px;
}
/****************************************************
	contact 
****************************************************/
body.contact {
	background-image: url(../images/contact_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.contact .subhead {
	background-image: url(../images/contact_subHeadBG.jpg);
	background-repeat: no-repeat;
}
body.contact .subhead .title {
	position: absolute;
	top: 90px;
	right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body.contact .textArea {
	width: 702px;
}
body.contact .textArea .contactInfo {
	background-color: #fff;
	width: 514px;
	display: block;
	padding: 3px 0px 5px 154px;
	font-size: 12px;
	color: #000;
}
body.contact .textArea .contactInfo p {
	line-height: 15px;
	float: left;
	width: 220px;
}
body.contact .textArea .contactInfo .heading {
	color: #3399ff;
	font-weight: bold;
}
body.contact .textArea .contactInfo table td {
	padding: 4px;
}
