@charset "utf-8";
body {
	background-color: #FFF;
}
* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#logo {
	width: 480px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#logo a {
	text-indent: -140000px;
	display: block;
	height: 93px;
	width: 479px;
	background-attachment: scroll;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#header {
	height: 280px;
	width: 883px;
}
.title_img {
	background-attachment: scroll;
	background-image: url(../images/pic1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_company {
	background-attachment: scroll;
	background-image: url(../images/title_company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.title_service {
	background-attachment: scroll;
	background-image: url(../images/title_services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_roof {
	background-attachment: scroll;
	background-image: url(../images/title_roof.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_contact {
	background-attachment: scroll;
	background-image: url(../images/title_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_fencing {
	background-attachment: scroll;
	background-image: url(../images/title_fencing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_deck {
	background-attachment: scroll;
	background-image: url(../images/title_deck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_others {
	background-attachment: scroll;
	background-image: url(../images/title_others.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	background-attachment: scroll;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 241px;
}
#menu ul {

}
#menu li {
	width: 241px;
	list-style-type: none;
}
.menu_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 210px;
	padding-top: 13px; *padding-top: 11px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#menu a:hover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(../images/arow.gif);
	background-position: 215px center;
}
#picture {
	background-attachment: scroll;
	background-image: url(../images/pic2.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 241px;
	float: left;
	background-color: #FF0000;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	width: 582px;
	float: right;
	margin-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-attachment: scroll;
	background-image: url(../images/content_shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	padding-bottom: 10px;
	font-style: italic;
	margin-bottom: 15px;
}
#content p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #373737;
	clear: both;
	height: 20px;
	width: 883px;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2D2D2D;
}

