html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end css reset*/

body{
	font-family: georgia, times, times new roman, serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-color: #e5e0cf;
	background-position: center top;
	line-height: 20px;
}


.clear{
	height: 0px;
	clear:both;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header{
	padding: 0 10px 0 10px;
	height: 160px;
}

#logo{
	width: 410px;
	float:left;
	padding-top: 30px;
}

#header_right{
	float:right;
	font-family: 'Helvetica neue', helvetica, verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: 100;
	text-align:right;
	color: #666666;
}

#call_now{
	margin-top: 30px;
}

#strap{
	margin-top: 45px;
}

#content{
	width: 940px;
	height: 475px;
	background-image: url(../images/content_bg.jpg);
	margin-left: 10px;
	padding-top: 30px;
}


#intro_block{
	width: 291px;
	height: 222px;
	background-image: url(../images/intro_bg.png);
	padding:10px;
	margin-left: 30px;
}

#left_block_two{
	width: 291px;
	height: 143px;
	padding:10px;
	background-image: url(../images/left_two_bg.png);
	margin-left: 30px;
	margin-top: 30px;
}

h1{
	font-size: 22px;
	color: #46553b;
	font-weight: 100;
	margin-bottom:15px;
}

p{
	margin-bottom:15px;
}

#footer{
	width: 960px;
	height: 234px;
	background-image: url(../images/footer_bg.png);
	margin-top: 30px;
}

#footer_left{
	width: 270px;
	float:left;
	margin-left: 10px;
	padding-left:30px;
	padding-top:15px;
	color: #fff;
	font-size: 16px;
}

#footer_center{
	width:260px;
	padding-top: 15px;
	float:left;
	margin-left: 80px;
	color: #fff;
}

#footer h1{
	font-size: 22px;
	color: #e6e1d1;
	margin-bottom:10px
}

label{
	display:block;
	width: 70px;
	float:left;
	clear:both;
}

.text_box{
	float:left;
	width: 168px;
	border:none;
	background:none;
	border:1px solid #cdcdcd;
	background-color: #fff;
	height: 17px;
	margin-bottom:7px;
}

.text_area{
	width: 168px;
	height: 60px;
	border:none;
	background:none;
	border:1px solid #cdcdcd;
	background-color: #fff;
	margin-bottom:10px;
	
}

.submit_button{
	float:right;

}

#footer_center p{
	line-height: 26px;
	margin-bottom:0px;
}

#sub_footer{
	clear:both;
	padding-bottom: 10px;
	margin-bottom:10px;
}

#sub_footer_left{
	float:left;
	padding-left: 10px;
	padding-bottom:10px;
}

#sub_footer_right{
	float:right;
	padding-right: 10px;
}