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

*{
	margin:0;
	padding:0;
	list-style-type:none;
}
a:link {color:#967969; text-decoration:none;}
a:visited {color:#967969; text-decoration:none;}
a:hover {color:#967969; text-decoration:underline;}
a:active {color:#967969; text-decoration:underline;}
body {
	color:#684a39;
	background-image:url(background.png);
	background-repeat:repeat;
	background-color:#967969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14.5px;
	margin:0 auto;
}
h1, h2 {
	color:#967969;
	font-family:"Arial Black", Gadget, sans-serif;
}
h1 {font-size:30px; line-height:32px;}
h2 {font-size:20px;}
#wrapper{
	height:600px;
	width:900px;
	margin:0 auto;
	
}
#banner{
	height:148px;
	width:900px;
	float:left;
	margin-bottom:10px;
	background-image:url(banner.png);
	border:0px solid #f6ef9b;
	overflow:hidden;
}
#banner a {
	padding-top:150px;
	width:900px;
	display:block;
}

/* Nav Bar */
ul#nav_bar{
	height:35px;
	width:900px;
	float:left; 
	margin-bottom:10px;
	background-image:url(sprite.png);
	overflow:hidden;
}
li#home , li#contact , li#services , li#feedback{
	height:35px;
	float:left;
	background-image:url(sprite.png);
}

li#home{
	width:112px;
	background-position:-150px 0;
	margin-left:150px;
}
li#home:hover{
	background-position:-150px -35px;
} 
li#home a {
	width:112px;
}

li#contact{
	width:155px;
	background-position:-262px 0;
}
li#contact:hover{
	background-position:-262px -35px;
} 
li#contact a {
	width:155px;
}

li#services{
	width:160px;
	background-position:-417px 0;
}

li#services:hover{
	background-position:-417px -35px;
} 
li#services a {
	width:160px;
}

li#feedback{
	width:173px;
	background-position:-577px 0;
}
li#feedback:hover{
	background-position:-577px -35px;
} 
li#feedback a {
	width:173px;
}

li a {
	display:block;
	padding-top:35px;
}

#footer{
	height:35px;
	width:900px;
	float:left;
	margin-top:10px;
	background-image:url(footer.png);
}
/* Home */ 
div#wrapper_h {
	height:600px;
	width:900px;
	margin:0 auto;
}
h1.homeh1 {
	height:38px;
	width:888px;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #f6ef9b;
	float:left;
	background-image:url(bg.png);
}
div.homep{
	height:363px;
	width:433px;
	float:left;
	margin-right:10px;
	padding:5px;
	border:1px solid #f6ef9b;
	background-image:url(bg.png);
	text-indent:20px;
}
p.home img {
	height:164px;
	width:136px;
	float:left;
	margin-right:5px;
}
div#slide{
	height:373px; 
	width:443px; 
	float:left;
	border:solid 1px #f6ef9b;
	background-image:url(pic1.png);
	
}
/* Contact */ 
div#wrapper_c {
	height:480px;
	width:900px;
	margin:0 auto;
}
h1.contact {
	height:38px;
	width:888px;
	text-align:center;
	float:left;
	padding:5px;
	border:1px solid #f6ef9b;
	margin-bottom:10px;
	background-image:url(bg.png);
}
div.contact1 , div.contact2 {
	height:220px; 
	width:445px; 
	float:left;
	overflow:hidden;
}
p.contact3 {
	height:13px;
	width:888px;
	float:left;
	padding:5px;
	border:1px solid #f6ef9b;
	text-align:center;
	background-image:url(bg.png);
}

div.contact1{
	margin-right:10px; 
}

div.phone, div.fax, div.address, div.email {
	height:88px; 
	width:433px; 
	float:left;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #f6ef9b;
	background-image:url(bg.png);
}

/* Services */ 
#wrapper_s{
	height:870px;
	width:900px;
	margin:0 auto;
}
h1.servicesh1{
	height:38px;
	width:888px;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #f6ef9b;
	float:left;
	background-image:url(bg.png);
}
	
div.services1 , div.services2 , div.services3 {
	height:188px;
	width:888px;
	float:left;
	margin-bottom:10px;
	background-image:url(bg.png);
	padding:5px;
	border:1px solid #f6ef9b;
}
div.services3 {margin-bottom:0;}
div.services1 img, div.services2 img, div.services3 img{
	height:188px;
	width:190px;
	float:left;
	margin-right:10px;
	background-color:#fff;
}

p.s1 , p.s2 , p.s3 {
	height:200px;
	width:680px;
	float:left;
}

/*Feedback */ 
h1.feedback{
	height:38px;
	width:888px;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #f6ef9b;
	float:left;
	background-image:url(bg.png);
}
div#form {
	padding:5px;
	border:1px solid #f6ef9b;
}
div#form, form{
	height:238px; 
	width:888px; 
	float:left;
	background-image:url(bg.png);
	text-align:left;
	line-height:25px;
}
form {
	background-image:none;
	position:relative;
}
div#form1, div#form2 {
	margin-top:10px;
}
div#form1 {
	position:absolute;
	left:25px;
}
div#form2 {
	position:absolute;
	left:475px;
}
input{
	position:absolute;
	left:200px;
}
ul.formli li {
	position:absolute;
	left:20px;
}
input.radio {
	position:absolute;
	left:0;
	margin-bottom:0;
}
input.submit {
	position:absolute;
	top:220px;
	left:777px;
	width:100px;
}
input.reset {
	position:absolute;
	top:220px;
	left:667px;
	width:100px;
}
textarea {
	resize:none; 
	height:68px;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

	
	