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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333333;
	background:url(../images/background.gif) top repeat-x fixed #5d0605;
}

p {
	font-size:85%;
	margin:0;
	padding:0;
	line-height:20px;
}

label {
	font-size:85%;
	margin:0;
	padding:0;
	line-height:20px;
}

h1 {
	color:#400403;
	font-size: 100%;
	margin:0 0 5px 0;
	padding:0;
}

h2 {
	color:#400403;
	font-size: 95%;
	margin:0 0 5px 0;
	padding:0;
}

h3 {
	color:#400403;
	font-size: 90%;
	margin:0 0 5px 0;
	padding:0;
}

h4 {
	color:#400403;
	font-size: 85%;
	margin:0 0 5px 0;
	padding:0;
}

h5 {
	color:#400403;
	font-size: 80%;
	margin:0 0 5px 0;
	padding:0;
}

h6 {
	color:#400403;
	font-size: 75%;
	margin:0 0 5px 0;
	padding:0;
}

a {
	font-size:13px;
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#5d0605;
	text-decoration:underline;
}

.input {
	font-size:12px;
	border:1px solid inset #CCCCCC;
}

.headerStyle {
	border-bottom:1px dotted #999999;
}

.errors {
	font-size:75%;
	margin:0;
	padding:0;
	line-height:20px;
}

#container {
	width: 780px;  
	background: #FFFFFF;
	margin: 25px auto 0 auto;
	text-align: left;
}

#header {
	width:780px;
	height:75px;
	background:url(../images/round_top.gif) top center no-repeat;
}

#header .logo { 
	margin:0;
	padding:15px 0 0 20px;
}

#menu {
	display:block;
	width:751px;
	height:38px;
	margin:10px 0 0 0;
	padding:0 0 0 14px;
}


#mainContent {
	margin:0;
	padding:10px 20px 0 20px; 
}

#footer {
	clear:both;
	width:780px;
	height:23px;
	margin:0;
	padding:10px 0 0 0;
	font-size:75%;
	text-align:center;
	border-top:1px solid #CCCCCC;
	background:url(../images/footer.gif) center top no-repeat;
}

#bottom {
	width:780px;
	height:69px;
	margin:0 auto;
	padding:0;
	background:url(../images/bottom.gif) center no-repeat;
}

#contactForm{
	font-size:12px;
}


/* Start Nav */

#menu .menuList {
	position:static;
	width:751px;
	height:38px;
	margin:0;
	padding:0;
	top:0;
	background:url(../images/menu_back.gif) right no-repeat;
}

#menu .menuList a {
	display:block;
}

#menu .menuList li {
	list-style:none;
	position:static;
	float:left;
}

.home {
width:87px;
height:38px;
left:0px;
top:0px;
}

.home a {
width:87px;
height:38px;
left:0px;
top:0px;
background:url(../images/button_home.gif);
}

.home a:hover {
background:url(../images/button_home_a.gif);
}

.home_a {
width:87px;
height:38px;
left:0px;
top:0px;
background:url(../images/button_home_a.gif);
}

.services {
width:96px;
height:38px;
left:87px;
top:0px;
}

.services a {
width:96px;
height:38px;
left:87px;
top:0px;
background:url(../images/button_services.gif);
}

.services a:hover {
background:url(../images/button_services_a.gif);
}

.services_a {
width:96px;
height:38px;
left:87px;
top:0px;
background:url(../images/button_services_a.gif);
}

.about {
width:98px;
height:38px;
left:183px;
top:0px;
}

.about a {
width:98px;
height:38px;
left:183px;
top:0px;
background:url(../images/button_about.gif);
}

.about a:hover {
background:url(../images/button_about_a.gif);
}

.about_a{
width:98px;
height:38px;
left:183px;
top:0px;
background:url(../images/button_about_a.gif);
}


.contact {
width:107px;
height:38px;
left:281px;
top:0px;
}

.contact a {
width:107px;
height:38px;
left:281px;
top:0px;
background:url(../images/button_contact.gif);
}

.contact a:hover {
background:url(../images/button_contact_a.gif);
}

.contact_a {
width:107px;
height:38px;
left:281px;
top:0px;
background:url(../images/button_contact_a.gif);
}

/* End Nav */
