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

/****************************************************
	MAIN LAYOUT 
****************************************************/
html {
	background-color: #000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
body p a {
	color: #33ccff;
	text-decoration: underline;
}
.wrapper {
	width: 951px;
	margin: 0px auto;
	background-color: #000;
}
.header {
	width: 951px;
	height: 116px;
	position: relative;
	
}
.header .logo {
	position: absolute;
	left: 17px;
	top: 10px;
}
.header .tagline {
	position: absolute;
	right: 35px;
	top: 50px;
}
.content {
	width: 896px;
	display: block;
	padding: 0px 27px 10px;
}

/****************************************************
	subhead 
****************************************************/
.subhead {
	display: block;
	width: 896px;
	height: 249px;
	margin: 0px 0px 3px 27px;
	position: relative;
}
/****************************************************
	txtArea 
****************************************************/
.textArea {
	float: left;
	padding-top: 13px;
	margin-right: 14px;
}
.textArea h1 {
	margin-bottom: 10px;
}
.textArea p {
	margin-bottom: 18px;
	line-height: 20px;
}
/****************************************************
	adArea
****************************************************/
.adArea {
	width: 219px;
	float: left;
	display: block;
}
.storelnk {
	width: 219px;
	display: block;
	background-image: url(../images/visitstore_BG.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 139px;
	margin: 3px 0px;
}
.storelnk a {
	position: absolute;
	right: 5px;
	bottom: 2px;
}
.reveal {
	margin-bottom: 3px;
}
/****************************************************
	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: 689px;
}
/****************************************************
	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: 689px;
}
/****************************************************
	info 
****************************************************/
body.info {
	background-image: url(../images/info_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.info .subhead {
	background: url(../images/info_subHeadBG.jpg) no-repeat;
}
body.info .subhead .title {
	position: absolute;
	top: 90px;
	right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body.info .textArea {
	width: 689px;
}
/****************************************************
	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: 689px;
}
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;
}
/****************************************************
	footer 
****************************************************/
.footer {
	background-image: url(../images/footerBG.png);
	background-repeat: repeat-x;
	display: block;
	position: relative;
	margin-top: 3px;
	width: 896px;
	height: 87px;
}
.footerTxt {
	position: absolute;
	bottom: 17px;
	left: 24px;
}
.footer .footNav {
	position: absolute;
	bottom: 17px;
	left: 252px;
}
.footer .footNav a {
	color: #fff;
	text-decoration: underline;
}
.footer .footNav a:hover {
	color: #2da8fe;
}
.footer .logo7 {
	position: absolute;
	bottom: 9px;
	right: 18px;
}
/****************************************************
	NORMALIZE ELEMENTS 
****************************************************/
body, div, a, p, h1, h2, h3, h4, h5, h6, img, table, td, tr, ul, li, ol {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}
ul, li, ol {
	list-style-type: none;
}
a {
	cursor: pointer;
}
.clear { 
	clear: both;
	}
