body {
	background-color: #FFF;
	color: #000;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
}

.container 
{
	margin-left: auto;
	margin-right: auto;
}
#homeContainer
{
	height: auto;
	width: 1177px;
}
#underConstructionContainer
{
	height:600px;
	width:800px;
	background-image: url(../images/underConstruction.jpg);
}
.header
{
	height:150px;
	width:1177px;
	float:left;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}
.logo
{
	height:150;
	width:300;
	float:left;
}
.headerContactInfo
{
	height:95px;
	width:867px;
	float:left;
	color: 000;
	padding-top: 30px;
	line-height: 30px;
	padding-right: 10px;
}
.navElements
{
	height:25px;
	width:870px;
	float:left;
	color: 000;
}
.navElement {
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
	width: auto;
	float: left;
	height: 32px;
	cursor: pointer;
}
.navElementActive {
	text-decoration: underline;
}
.navSpacer {
	padding: 2px;
	width: auto;
	float: left;
	height: 32px;
	cursor: default;
}
.divider {
	width: 1177px;
	background-color:#3665B7;
	float: left;
}
#topDivider {
	height: 20px;
	margin-top: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;		
}
#bottomDivider {
	height: 33px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.centerContent {
	width: 1177px;
	float: left;
}
#homeCenterContent {
	height: 514px;
	background-image:url(../images/homeCenter.jpg);
}
#contactUsCenterContent {
	background-color:#363435;
	height: 504px;
}
#electricalCenterContent {
	height: 600px;
	position: relative;
}
#solarCenterContent {
	height: 600px;
	position: relative;
}
#contactUsTop 
{
	width: 1177px;
	padding-top: 50px;
	height: 64px;
	float: left;
	color: #FFFFFF;
	font-size: 30px;
	text-align:center
}
#contactUsReturnCenter
{
	width: 100%;
	padding-top: 200px;
	float: left;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center
}
#contactUsBottomLeft 
{
	width: 450px;
	height: 400px;
	float: left;
	padding-left: 50px
}
#contactUsBottomRight 
{
	width: 574px;
	height: 350px;
	float: left;
	border-left: 3px solid #FFFFFF;
	color: #FFFFFF;
	padding: 50px;
	font-size:30px;
}
.roundedCorners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top:10px;
}
#generatorsCenterContent {
	width: 1157px;
	height: 494px;
	background-image:url(../images/generators/Generator%20Page.jpg);
	padding: 10px;
}
.kohlerLogoHolder {
	float:left;
	width: 325px;
	height: 200px;
	background-image:url(../images/generators/KOHLERLOGO.png);
	cursor: pointer;
	margin: 10px;
	margin-bottom: 254px;
	margin-right: 223px;
	border-style:solid;
}
.generatorsTextHolder{
	position: absolute;
	margin-left: 564px;
	width: 593px;
	height: 495px;
	font-size: 45px;
}

#slideButtons {
	height: 25px;
	width: 100px;
	position: absolute;
	top: 550px;
	left: 538px;
	visibility: visible;
	z-index: 1;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.button {
	height: 22px;
	width: 30px;
	float: left;
	padding-top: 3px;
	cursor: pointer;
	background-color:#3665B7;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#back {
	margin-right: 5px;
}
#pause {
}
#forward {
	margin-left: 5px;
}
#slideText {
	height: auto;
	width: auto;
	padding: 10px;
	border-radius: 10px;
	position: absolute;
	top: 25px;
	left: 25px;
	visibility: visible;
	z-index: 1;
	font-size:36px;
	color: #FFF;
	background-color: rgba(138,138,138,0.80);
	font-weight: bold;
	text-align: center;
}
	