@import url(reset.css);

#content div.topSwoosh {
	position: relative;
	width: 776px;
	height: 265px;
}

#content div.topSwoosh div.headline {
	position: absolute;
	right: 85px;
	top: 165px;
	z-index: 101;
}

#content div.topSwoosh div.headline p {
	color: #fff;
	font-size: 14px;
	text-align: right;
}

#content div.topSwoosh img.hero {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#content div.main div.left {
	padding-left: 10px;
	width: 350px;
	float: left;
	display: inline;
}

#content div.main div.left h2 {
	padding-bottom: 10px;
}

#content div.main div.left img.diagram {
	position: absolute;
	margin-left: -7px;
}

#content div.main div.left div.breakOutImgContainer {
	height: 163px;
	width: 100%;
	padding-bottom: 10px;
}

#content div.main div.left h3 {
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	color: #DF741D;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#content div.main div.left ul {
	margin-left: 15px;
	padding-bottom: 15px;
	padding-right:10px;
}

#content div.main div.right {
	float: left;
	display: inline;
	padding-left: 10px;
	width: 326px;
	overflow: hidden;
}

#content div.main div.right h3 {
	text-transform: uppercase;
}

#content div.main div.right .roiCalculator {
	background: #F2F5F7 url(../images/home/bg_white_box.gif) no-repeat left bottom;
	padding-bottom: 10px;
	width: 319px;
	margin-bottom: 15px;
}

#content div.main div.right .roiCalcContent {
	padding: 15px;
	padding-bottom: 5px;
	width: 289px;
	overflow: hidden;
	background: url(../images/home/bg_white_box_top.gif) no-repeat left top;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 11px;
}

#content div.main div.right .roiCalcContent a.roiButton {
	float: right;
	display: inline;
}

#content div.main div.right .videoPlayer {
	background: url(../images/home/bg_blue_box.jpg) no-repeat top left;
	width: 289px;
	height: 264px;
	padding: 15px;
	margin:15px 0px;
}

/***ROI CALCULATOR***/
#roicalculator {
	width:319px;
	background-color:#FFFFFF;
	background-image:url(/images/home/roi-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	}
#roibottom {
	clear:both;
	background-image:url(/images/home/roi-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
#roicalculator h3 {
	color:#DF741D;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:2px 20px 10px;
}

#sqft {
	margin-bottom:20px;
	margin-left:27px;
	}
#sqft label {
 	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	float:left;
	text-align:right;
	width:140px;
	line-height:15px;
	margin-right:10px;
	}
#sqft label span.small {
 	font-size:10px;
	font-weight:normal;
	display:inline-block;
	}
#sqft input {
	border:1px solid #899fb6;
	width:108px;
	height:20px;
 	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:4px;
	}

#roi { width:272px;
	margin-left:23px;
	background:#d6dde5;
	background-image:url(/images/home/calc-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	}
#calcbottom {
	clear:both;
	background-image:url(/images/home/calc-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:1px;
	height:10px;
	}
#roi div {
	padding-left:15px;
	}
#roi label {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	}
#roi input {
	float:left;
	width:130px;
	margin-right:10px;
	border:1px solid #899fb6;
	height:20px;
 	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:2px;
	}
#smallprint {
 	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:110px;
	float:left;
	line-height:10px;
	color:#999;
	margin-left:25px;
	padding-top:12px;
	}
#roibutton {
	float:left;
	padding-left:5px;
	padding-top:10px;
	}
#roibutton button {
	margin:0;
	padding:0;
	background:none;
	border:0px;
	width:156px;
	}
/*** END ROI CALC***/