* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #d4ccc5;
}

h1 {
	font-size:18px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

p{
margin-bottom:15px;
line-height:120%;

}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #efeaea;
	background: url(images/bg.gif) top left repeat-x #4e3338;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:746px;
	text-align:left;
	padding-top:48px;
	
}

#banner, #banner img {
	float: left;
	width: 746px;
	clear: left;
	list-style: none;
	height: 325px;
	overflow: hidden;
}



#menu
{
margin:0;
height:56px;
overflow:hidden;
background: url(images/menu-bg.jpg) top center no-repeat;
padding:12px 0 0 0;

}

#menu ul
{
margin:0;
padding:0 0 0 0;
}
#menu ul li
{
display:inline;
}

#menu ul li a
{
display:block;
float:left;
}


#menu ul li a span
{
display:none;
}

#menu ul li a.menu_1
{
background:url(images/menu_1.jpg);
width:103px;
height:55px;
}


#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(images/menu_1_hover.jpg);
width:103px;
height:55px;

}

#menu ul li a.menu_2
{
background:url(images/menu_2.jpg);
width:121px;
height:55px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(images/menu_2_hover.jpg);
width:121px;
height:55px;
}



#menu ul li a.menu_3
{
background:url(images/menu_3.jpg);
width:167px;
height:55px;

}



#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(images/menu_3_hover.jpg);
width:167px;
height:55px;
}


#menu ul li a.menu_4
{
background:url(images/menu_4.jpg);
width:81px;
height:55px;

}



#menu ul li a:hover.menu_4,#menu ul li a.menu_4_active
{
background:url(images/menu_4_hover.jpg);
width:81px;
height:55px;
}


#menu ul li a.menu_5
{
background:url(images/menu_5.jpg);
width:124px;
height:55px;

}



#menu ul li a:hover.menu_5,#menu ul li a.menu_5_active
{
background:url(images/menu_5_hover.jpg);
width:124px;
height:55px;
}

#menu ul li a.menu_6
{
background:url(images/menu_6.jpg);
width:149px;
height:55px;

}



#menu ul li a:hover.menu_6,#menu ul li a.menu_6_active
{
background:url(images/menu_6_hover.jpg);
width:149px;
height:55px;
}


#header {
	height:325px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
	margin:0 auto;
}



#content {
	width:686px;
	padding:0 30px;
	background:url(images/contentbg.jpg) top center;
	margin:0 auto;
	overflow:hidden;
}



#footer {
	text-align:center;
	height:23px;
	width:746px;
	background: url(images/footer.jpg) no-repeat;
	color:#ffffff;
	clear:both;
	margin:0 auto;
}

#footer2 {
	text-align:center;
	color:#e2dad3;
	padding-top:3px;
	font-size:10px;
	clear:both;
}
.clear{clear:both;}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 90px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 500px;
	border: 1px solid #c5ad8c;
	background: #d8be9a;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}
