@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e9e8e8;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #353535;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 150px;
}

#header h1 {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	width: 519px;
	height: 109px;
	text-indent: -9999px;
	float: left;
	margin-top: 25px;
}

#header h2 {
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	width: 430px;
	height: 112px;
	text-indent: -9999px;
	float: right;
	margin-top: 25px;
}

#banner {
	clear: both;
	height: 300px;
}

#banner h1 {
	background-image: url(../img/banner-header.png);
	background-repeat: no-repeat;
	width: 434px;
	height: 77px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-bottom: 50px;
	float: left;
}
#ban-left {
	float: left;
}

#ban-right {
	float: right;
}

#banner ul {
	float: left;
	clear: both;
}

#banner ul li {
	padding-bottom: 15px;
	text-indent: -9999px;
	text-align: left;
}

#banner ul li.point1 {
	background-image: url(../img/banner-point1.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 24px;
}

#banner ul li.point2 {
	background-image: url(../img/banner-point2.png);
	background-repeat: no-repeat;
	width: 265px;
	height: 24px;
}

#banner ul li.point3 {
	background-image: url(../img/banner-point3.png);
	background-repeat: no-repeat;
	width: 321px;
	height: 24px;
}

#banner ul li.point4 {
	background-image: url(../img/banner-point4.png);
	background-repeat: no-repeat;
	width: 389px;
	height: 24px;
	clear: both;
}

#slider {
	float: right;
	margin-top: 20px;
	width: 430px;
}

#content #top {
	height: 335px;
	margin-top: 45px;
}

#top #services {
	float: left;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	width: 230px;
}

#top #services h2 {
	background-image: url(../img/services.png);
	background-repeat: no-repeat;
	width: 101px;
	height: 111px;
	text-indent: -9999px;
	margin-bottom: 30px;
	margin-left: 75px;
}

#services ul li {
	padding-bottom: 7px;
	text-align: center;
}

#top #installation {
	float: left;
	margin-right: 40px;
	width: 230px;
	
}

#top #installation h2 {
	background-image: url(../img/installation.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 105px;
	text-indent: -9999px;
	clear: both;
	margin-bottom: 30px;
	margin-left: 50px;
}

#installation ul li {
	padding-bottom: 7px;
	text-align: center;
}

#top #contact {
	float: left;
	width: 240px;
	margin-left: 15px;
}

#top #contact h2 {
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	width: 129px;
	height: 105px;
	text-indent: -9999px;
	margin-bottom: 30px;
	margin-left: 60px;
}

#top #contact p {
	line-height: 31px;
	padding-left: 20px;
}

#top #contact a {
	color: #2e78d3;
}

.line-sep {
	margin-right: 40px;
	float: left;
}

#content #seperator {
	background-image: url(../img/pge-seperator.png);
	background-repeat: no-repeat;
	width: 924px;
	height: 17px;
}

#content #btm {
	margin-bottom: 30px;
}

#btm h1 {
	background-image: url(../img/news.png);
	background-repeat: no-repeat;
	width: 427px;
	height: 113px;
	text-indent: -9999px;
	margin-top: 25px;
}

#btm p {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 31px;
}

#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 87px;
}

#f-container {
	width: 960px;
	margin: auto;
	padding-top: 20px;
	text-align: left;
}

#f-container p {
	font-size: 11px;
}

#f-container a {
	text-decoration: none;
	color: #353535;
}

#f-container a:hover {
	text-decoration: underline;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider {
	background: url(img/loading.gif) no-repeat;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom: 
	0px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
