/* CSS Document */

body{
	margin: 0px;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
	background: #FFFFFF url(../images/bgr-body.jpg) repeat-x;

}
hr {
	background: #6C736C;
	height: 1px;
	border-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}


p{


}

ul{
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 30px;
}

li{
	list-style: square;
	font-size: 11px;
	font-weight: normal;


}

a{
	color: #B72901;

}


a:hover{
	text-decoration: none;


}

h1{
	font-size: 16px;
	font-weight: normal;
	color: #1A601F;
	margin-bottom: 30px;
	background: #EAECEA;
	padding: 5px;
}

h2{
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333733;
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #B4BAB4;

}

h3{
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #4D534D;
	border-bottom: 1px solid #7B827A;
	padding-bottom: 3px;


}

h4{


}

h5{


}

h6{
	background: #C9CDC9;
	height: 1px;
	border-style: none;
	margin-top: 20px;
	margin-bottom: 20px;

}


#wraper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #7A847B;
	padding-right: 5px;
	padding-left: 5px;
}

/*
##################################################################################################################

						HEADER DIV STYLES
##################################################################################################################
*/



#header{
	background: #F0F0F0 url(../images/bgr-header.jpg);
	height: 110px;
	width: 900px;
}

#navigation{
	background: url(../images/bgr-navigation-link.jpg);
	width: 900px;
	margin-bottom: 1px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #7A847B;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
}
#navigation a {
	text-align: center;
	float: left;
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	background: url(../images/bgr-navigation-link.jpg) repeat-x;
	border-right: 1px solid #FFFFFF;
}

#navigation a:hover {
	color: #C3C3C3;
	text-decoration: underline;
	background: url(../images/bgr-navigation-link-hover.jpg);
}
#navigation #contact {
	float: right;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background: url(../images/bgr-contact-link.jpg) no-repeat;
	
}

#navigation #contact:hover {
	background: url(../images/bgr-contact-link-hover.jpg) no-repeat;
}


#wraper #navigation .nav_active {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/bgr-navigation-link-hover.jpg);
	
	}
	
#wraper #navigation .nav_active_contact {
	background: url(../images/bgr-contact-link-hover.jpg) no-repeat;
	color: #000000;
}	

#banner {
	width: 900px;
	margin-bottom: 1px;
	float: left;
}




/*
##################################################################################################################

						BODY DIV STYLES
##################################################################################################################
*/

#body_wraper{
	width: 880px;
	background: #FFFFFF url(../images/bgr-body-wraper.jpg) no-repeat;
	float: left;
	padding: 50px 10px 70px;
}

#side_nave{
	float: right;
	width: 300px;


}

#main_content{
	float: left;
	width: 550px;
	text-align: justify;


}

/*
##################################################################################################################

						FOOTER  DIV STYLES
##################################################################################################################
*/
 #footer{
	clear: both;
	width: 860px;
	background: #EAECEA;
	padding: 20px; 
 
 }
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style: none;
}

 
#footer a{
	font-size: 10px;
	color: #000000;
 
 
 }
#footer a:hover {
}

 
#footer a:hover{
	color: #606060;
	text-decoration: none;
 
 
 }

