@charset "utf-8";
/* CSS Document */


/****** Universal ******/

HTML, BODY {height: 100%;}

BODY {
	background: url(images/background.jpg) repeat-x rgb(51,51,51); 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

A IMG {border: 0;}



H1 {
	color: #ed8000;
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding: 0;
}

#wrap {
	background: url(images/content-bg.png) repeat-y;
	width: 944px;
	height: auto;
	left: 50%;
	min-height: 100%;
	float: left;
	position: absolute;
	margin-left: -450px;
}

#wrap .masthead {
	width: 842px;
	height: 70px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}
	
#wrap .masthead .mastheadLeft {
	float: left;
	width: 84px;
}

#wrap .masthead .mastheadRight {
	float: left;
	padding: 21px 0 0 0;
	width: 758px;
}

#wrap .masthead .mastheadRight .logotype {
	background: url(images/masthead-logotype.jpg) no-repeat;
	width: 192px;
	height: 41px;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
}

#wrap .masthead .mastheadRight .address {
	background: url(images/masthead-address.jpg) no-repeat;
	width: 112px;
	height: 12px;
	overflow: hidden;
	text-indent: -1000px;
	float: right;
}

.footer {
	text-align: center;
	margin: 30px 0 30px 0;
	float: left;
	width: 100%;
	line-height: 21px;
}


/****** Main Landing ******/

.banner {
	width: 758px;
	margin: 0 0 0 84px;
}

/****** Download Landing ******/

#wrap .content {
	width: 842px;
	margin: 0 auto;
}

.smartBar {
	background: url(images/bar-sc_acu.jpg) no-repeat;
	width: 758px;
	height: 61px;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0 0 0 84px;
}

#wrap .content .contentInner {
	width: 743px;
	margin: 0 0 0 100px;
	padding: 10px 0 0 0;
}

.catalogCallouts {
	margin: 37px 0 0 0;
}

.catalogCallouts DIV P {
	width: 343px;
	margin: 0;
}

.catalogCallouts DIV P .mainTitle {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	clear: left;
	float: left;
	width: 95%;
	display: block;
}

.catalogCallouts DIV P .subTitle {
	font-size: 17px;
	font-weight: bold;
	clear: left;
	float: left;
	width: 95%;
	display: block;
	margin: 0 0 11px 0;
}

.buyLog, .controlCatalog, .lampsBallast, .electricalCatalogs {
	float: left;
}

.buyLog {
	height: 244px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 363px;
}

.controlCatalog {
	height: 244px;
	border-bottom: 1px solid #999999;
	padding: 0 0 0 28px;
	width: 335px;
}

.lampsBallast {
	height: 290px;
	border-right: 1px solid #999999;
	width: 363px;
}

.electricalCatalogs {
	height: 290px;
	padding: 0 0 0 28px;
	width: 335px;
}

.buyLog P .subTitle, .electricalCatalogs P .subTitle {
	color: #3b73b9;
}

.controlCatalog P .subTitle, .lampsBallast P .subTitle {
	color: #76b900;
}

.lampsBallast P, .electricalCatalogs P {
	padding-top: 15px;
}

.catalogImage {
	display: block;
	float: left;
	width: 141px;
}

.catalogInfo {
	width: 188px;
	float: left;
	margin: 0 0 0 13px;
}

.downloadButton {
	margin: 15px 0 0 0;
	display: block;
	float: left;
}
