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

body{
	background:url(../images/bg.jpg) top center repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper{
	width:995px;
	margin:0 auto;
}

img{
	border:none;
}

#header-top{
	width:995px;
	background:url(../images/header.png) 0 0 no-repeat;
	height:191px;
}

#header-bottom{
	width:995px;
	height:95px;
	background:url(../images/header-bottom.png) 0 0 no-repeat;
}

#menu{
	height:50px;
	padding-left:25px;
	padding-top:18px;
	float:left;
}

#section-home #header-bottom #menu #menu-home, #section-about #header-bottom #menu #menu-about, #section-orders #header-bottom #menu #menu-orders, #section-installation #header-bottom #menu #menu-installation, #section-testimonials #header-bottom #menu #menu-testimonials, #section-contact #header-bottom #menu #menu-contact,
.menu a:active{
padding:0px 20px;
	color:#C60;
	text-decoration:none;
	font-weight:bold;
}

h3{
	margin:0;
	padding:0;
	color:#C60;
}

#menu a{
	padding:0px 20px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	padding:0px 20px;
	color:#C60;
	text-decoration:none;
	font-weight:bold;
}

#social{
	width:115px;
	float:right;
	height:50px;
	padding-top:2px;
	padding-right:15px;	
}

#social img{
	padding-right:5px;
	float:left;
}

#home-middle{
	width:995px;
	background:url(../images/home-middle.jpg) 0 0 no-repeat;
	height:534px;
	margin-top:-12px;
	margin-left:1px;
}

#content-top{
		width:995px;
	background:url(../images/content-top.png) 0 0 no-repeat;
	margin-top:-18px;
	padding:0;
	margin-bottom:0;
	height:50px;
}

#content-middle{
		width:995px;
	background:url(../images/content-middle.png) 0 0 repeat-y;
	padding:0px 50px;
	margin-bottom:0;
}

#content-middle p{
	margin:0;
	padding-left:25px;
	padding-right:25px;
	width:850px;
}

hr{
	 color: #00CC33;
    margin: 0;
    padding: 0;
    size: 4px;
    width: 90%;
}

#content-bottom{
		width:995px;
	background:url(../images/content-bottom.png) 0 0 no-repeat;
	padding:0;
	margin-bottom:0;
	height:50px;
}

#video-and-link{
	width:480px;
	padding-left:55px;
	padding-top:55px;
}

#home-bottom{
	width:982px;
	margin:0 auto;
}

#home-bottom img{
	margin-right:10px;
	float:left;
}

#footer{
	width:995px;
	padding-top:15px;
	clear:both;
	color:#060;
}

a, a:visited{
	color:#F60;
}

#footer a, #footer a:visited{
	color:#F60;
}

a:hover{
	text-decoration:none;
}
	
