body {
	color:#999;
	text-align: center;
	font: 101% Trebuchet MS, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #cc6666 ;
	background-image:
	url('roofing.jpg');
	background-repeat: repeat


}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	border: #5E2020 6px solid;
}
#header{
	height: 150px;
	background: #fff;
	text-align: left;
	float-top ;
	
}

#left {
	float:left;
	width: 190px;
	padding: 5px;
}

#right {
	float:right;
	width: 520px;
	border-left: 1px dotted #cc6666;
	color: #333333;
	padding: 10px;
}

#footer{
	clear:both;
	height:80px;
	text-align: center;
	border-top: 1px solid #cc6666;
	background-color: #f0d5d5;
	
}
#footer p {

font-size: 80%;
color:#C7455F;
}

p {
font-size: 90%;
color: #666666;
}

#left p{
font-size: 95%;
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%;
color: #666;
line-height:1.0em;
}
h1 {
color: #333333;
font-size: 110%;
border-bottom: 2px solid #ad3838;
}
h2 {font-size: 105%; color: #cc6666;

}
h3{
font-size: 95%;
margin: 12px 5px;
color: #b83d3d;
}


h4 {
color: #333333;
font-size: 200%;
margin-left: 12px;
margin-top: 12px;
font-family: trebuchet ms, helvetica;
font-style: bold ;
}

.subhead
{
	margin-left:10px;
	margin-top: 10px;
	color: #444;
	font-family: trebuchet ms, helvetica;
	font-weight: bold ;
	text-align: right ;
}

.subhead2
{
	margin-left:10px;
	margin-top: 80px;
	color: #444;
	font-family: trebuchet ms, helvetica;
	font-style: italic ;
	font-weight: bold ;
	text-align: right ;
}

.smalltext
{
font-size: 60%;
font-weight: bold;
color: #000;
text-transform: uppercase;
}


.validbutton {
font-size: 70%;
border: 1px solid #fb83d3d;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 2px solid #ddd;
	padding: 4px;
	width: 200px;
}

a:link {color:#ad3838;}
a:visited {color:#D68585;}
a:active {color:#AD3838;}
a:hover {color:#bb3e3e; text-decoration:none}

/*navigation section*/

ul.navbutton li
		{
		text-align:center;
		list-style:none;
		width:150px;
		}
ul.navbutton a:link, ul.navbutton a:visited, ul.navbutton a:active
		{
		background:#eee url(button.gif) no-repeat;
		display:block;
		font-weight:bold;
		color:#666;
		text-decoration:none;
		padding: 0px 0px 0px 0;
		margin-left:0px;
		height:25px;
		
		}
ul.navbutton a:hover
		{
		background:#ddd url(button1.gif) no-repeat;
		font-weight:bold;
		color:#ad3838;
		}


/*Css Free Form*/
.cssfree input	{
		color:#000;
		}
.cssfree	{
		background:#fff;

		width:auto;
		margin-left:8px;
		}
.cssfree br	{
		clear:left;
		}
.cssfree label
		{
		float:left;
		text-align:right;
		width:100px;
		padding:6px 10px 6px 3px;
		margin:2px;
		display:block;
		color:#000;
		font-size:70% ;
		}
input#firstname, input#lastname, input#phone, input#email, input#contacttype
		{
		background:#eee;
		width:68%;
		border:1px solid #d22;
		padding:0 0 4px 5px;
		margin:6px 0 3px 6px;
		display:block;
		font-size:70% ;
		color:#4f595d;
		float:left;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		}

select#title, select#contacttype
		{
		border:1px solid #d22;
		font-size:70% ;
		margin:6px 0 3px 6px;
		float:left;
		background: #eee ;
		padding:0 0 0 5px;
		
		}

.cssfree textarea
		{
		width:68%;
		height:100px;
		border:1px solid #d22;
		background:#eee;
		margin:6px;
		padding:0 0 0 5px;
		float:left;
		font-size:70% ;
		color:#4f595d ;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		}
.cssfree option	{
		padding:0 0 0 5px;
		font-size:100%;
		color:#d22 ;
		}

/* send button */

ul.formbutton li
		{
		text-align:center;
		list-style:none;
		width:150px;
		}
ul.formbutton a:link, ul.formbutton a:visited, ul.formbutton a:active
		{
		background:#eee url(sendoff.gif) no-repeat;
		display:block;
		font-weight:bold;
		color:#666;
		text-decoration:none;
		padding: 0px 0px 0px 0;
		margin-left:0px;
		height:25px;
		
		}
ul.formbutton a:hover
		{
		background:#ddd url(sendon.gif) no-repeat;
		font-weight:bold;
		color:#ad3838;
		}

