/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html { background: #ddd0c2 repeat-x; color: #292528; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  20px;  }



h1, h2, h3, h4, h5, h6, strong {
	color: #3b383a;
}


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;
}

.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background: url(../images/bg.jpg) top center no-repeat #ddd0c2;
float:left;
}

#banner, #banner img {
	float: left;
	width: 858px;
	clear: left;
	background: url(../images/header.jpg) top no-repeat;
	list-style: none;
	height: 349px;
	overflow: hidden;
}


#wrapper {
width: 858px;
margin: 0 auto;
}

#header{
width:858px;
height:349px;
margin:0 auto;
background: url(../images/header.jpg) top center no-repeat;
padding:0;

}


	
#content-here { width:858px;
background: url(../images/contentbg.jpg) top center repeat-y;
float:left;
}

#content-right{

width:259px;
height:306px;
background:url(../images/left-header.jpg) top center no-repeat;
float:left;
margin:0
}


#menu
{
	width:259px;
	padding:30px 0 0 0;
	float: left;
	
}


#menu ul li
{
float: left;
width:239px;
padding:0 0 0 20px;
list-style:none;

}

#menu ul li a
{
float:left;
width:259px;
}


#menu ul li a span
{
display:none;
}

#menu ul li a.menu_1
{
background:url(../images/menu_1.jpg);
width:214px;
height:30px;
}

#menu ul li a:hover.menu_1, #menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:214px;
height:30px;
}

#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:214px;
height:30px;
}

#menu ul li a:hover.menu_2, #menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:214px;
height:30px;
}

#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg) ;
width:214px;
height:30px;
}

#menu ul li a:hover.menu_3, #menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg) ;
width:214px;
height:30px;
}


#menu ul li a.menu_4
{
background:url(../images/menu_4.jpg) ;
width:214px;
height:30px;
}

#menu ul li a:hover.menu_4, #menu ul li a.menu_4_active
{
background:url(../images/menu_4_hover.jpg) ;
width:214px;
height:30px;
}

#menu ul li a.menu_5
{
background:url(../images/menu_5.jpg) ;
width:214px;
height:30px;
}

#menu ul li a:hover.menu_5, #menu ul li a.menu_5_active
{
background:url(../images/menu_5_hover.jpg) ;
width:214px;
height:30px;
}

#menu ul li a.menu_6
{
background:url(../images/menu_6.jpg) ;
width:214px;
height:30px;
}

#menu ul li a:hover.menu_6, #menu ul li a.menu_6_active
{
background:url(../images/menu_6_hover.jpg) ;
width:214px;
height:30px;
}

p{
margin-bottom:13px;
}

#content-left{

width:559px;
padding:0 36px 0 4px;
background:url(../images/right-header.jpg) top center no-repeat;
float:left;
margin:0
}

#footer { 
clear: both;
font-size: 10px;
text-align:right;
padding-right:110px;
width:748px;
padding-top:30px;
height:52px;
font-size:10px;
background:url(../images/footer.jpg) top center no-repeat;
color:#3b383a;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 425px;
	border: 1px solid #828282;
	background: #c6c6c6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}


