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

*{
	margin: 0;
	padding: 0;
}
#container {
	width: 1004px;
	margin: 0 auto;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #010101;
}
span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.left{
	float:left;
}
.right{
	float: right;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
/* HOME PAGE */
#logo {
	float: left;
	width: 431px;
	height: 137px;
	background: url(../images/logo.jpg) no-repeat;
}
#phone-number{
	float: left;
	width: 573px;
	height: 76px;
	background: url(../images/phone-number.jpg) no-repeat;
}
#navcontainer{
	float: left;
	width: 573px;
	height: 61px;
}
#navlist{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
#navlist li {
	float: left;
}
#navlist li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 61px;
	overflow: hidden;
	text-indent: -999em;
}
#navlist li a:hover{
	background-position: left bottom;
}
#nav-home{
	background-image: url(../images/nav2/home.jpg);
	width: 70px;
}
#nav-company{
	background-image: url(../images/nav2/company.jpg);
	width: 94px;
}
#nav-services{
	background-image: url(../images/nav2/services.jpg);
	width: 84px;
}
#nav-press{
	background-image: url(../images/nav2/press.jpg);
	width: 65px;
}
#nav-shop{
	background-image: url(../images/nav2/shop.jpg);
	width: 91px;
}
#nav-estimate{
	background-image: url(../images/nav2/estimate.jpg);
	width: 85px;
}
#nav-contact{
	background-image: url(../images/nav2/contact.jpg);
	width: 84px;
}
#image-slide{
	width:1004px;
	height:349px;
	background-image: url(../images/image-slide.jpg);
	float: left;
}
#welcome-display{
	width: 418px;
	height: 295px;
	background-image: url(../images/welcome-display.jpg);
	float:left;
}
.welcome-content{
	float: left;
	width: 366px;
	padding: 75px 0px 0px 22px;
}
#featured-display{
	width: 586px;
	height: 295px;
	background-image: url(../images/featured-display.jpg);
	float:left;
}
.featured-1{
	width: 294px;
	height: 138px;
	float:left;
}
.featured-2{
	width: 292px;
	height: 138px;
	float:left;
}
.featured-3{
	width: 294px;
	height: 157px;
	float:left;
}
.featured-4{
	width: 292px;
	height: 157px;
	float:left;
}
/* FOOTER */
#footer{
	width: 1004px;
	margin-bottom:50px;
	float:left;
	margin:0 auto;
}
#footer2{
	float:left;
	width:1004px;
	padding-top: 15px;
}
#footer2 a:link{
	color:#cb0101;
	text-decoration: none;
}
#footer2 a:visited{
	color:#cb0101;
	text-decoration: none;
}
#footer2 a:hover{
	color:#cb0101;
	text-decoration: underline;
}
#footer3{
	float:left;
	width:1004px;
	padding-top: 45px;
}
#footer3 a:link{
	color:#cb0101;
	text-decoration: none;
}
#footer3 a:visited{
	color:#cb0101;
	text-decoration: none;
}
#footer3 a:hover{
	color:#cb0101;
	text-decoration: underline;
}
#footer-wrap{
	width: 900px;
	margin: 0 auto;
}
#footer-left{
	margin-top: 31px;
}
#footer-right{
	margin-top: 31px;
}
#footer a:link{
	color:#cb0101;
	text-decoration: none;
}
#footer a:visited{
	color:#cb0101;
	text-decoration: none;
}
#footer a:hover{
	color:#cb0101;
	text-decoration: underline;
}
/* COMPANY PAGE */
#red-header {
	float: left;
	width: 1004px;
	height: 48px;
	background-image: url(../images/sub/red-header.jpg);
}
#main-container{
	float: left;
	width: 1004px;
	background-color:#FFF;
	overflow:hidden;
	border-bottom:1px solid #999;
}
#left-nav{
	float: left;
	width:281px;
	height:300px;
	background: url(../images/sub/left-nav.jpg) no-repeat;
	margin: 40px 0 0 0;
}
#left-nav-projects{
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	padding: 0 0 0 26px;
}
#left-nav-projects li a{
	text-decoration: none;
	color: #757474;
}
#left-nav-projects li a:hover{
	text-decoration: none;
	color: #000;
}
#right-content{
	float: right;
	width: 671px;
	margin: 40px 24px 0 0px;
	padding-bottom: 40px;
}
#contact-content{
	float: right;
	width: 691px;
	margin: 40px 24px 0 0px;
	width: 675px;
	padding-bottom: 40px;
}
/* ESTIMATE PAGE */
#form_box{
	float: left;
	width: 200px;
}
.gallery-images {
padding:25px 0;
}
/* CONTACT PAGE */
#contact_box{
	float: left;
	width: 300px;
}
span h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
