@charset "utf-8";
/* CSS Document */

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(../images/body_1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 1800px 750px;
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 100%;
	height: 1140px;
	text-align: center;
	background-image: url(../images/footer_fill.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* basics ##############################  */

h1
{
	color: #D8B163;
}

h2
{
	font-size: 21px;
	color: #D8B163;
	margin: 0px 0px 8px -5px;
	padding: 0px;
}

p
{
	margin: 0px 0px 10px 0;
	line-height: 17px;
}



/* basics ##############################  */


#content
{
	width: 900px;
	height: 750px;
	margin: 0px auto auto;
	text-align: left;
}

#logo_banner
{
	float: left;
	width: 900px;
	height: 78px;
	margin-top: 40px;
}

#telephone
{
	float: right;
	height: 78px;
	line-height: 78px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#navigation
{
	float: left;
	width: 900px;
	height: 80px;
}

a.nav_item
{
	float: left;
	width: 150px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

a.nav_item:hover
{
	background-image: url(../images/nav_hover.png);
}


#slider
{
	float: left;
	width: 900px;
	height: 366px;
	background-color: #A8802B;
}


#index_boxes
{
	float: left;
	width: 900px;
	height: 280px;
}



/* footer ############################################# */

#footer
{
	float: left;
	width: 900px;
	margin-top: 20px;
}

.footer_section
{
	float: left;
	margin-right: 50px;
}

.footer_section  ul
{
	list-style: square;
	padding: 0px;
	margin-left: 15px;
	color: #D8B163;
}

.footer_section  li
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}



.footer_section a
{
	color: #ffffff;
}

.footer_section a:hover
{
	color: #D8B163;
}

#copyright
{
	height: 50px;
	background-color: #310E14;
	text-align: center;
	font-size: 14px;
}


/* index news ############################################# */

#index_news
{
	float: left;
	width: 220px;
	height: 210px;
	background-image: url(../images/index_news.png);
	padding: 70px 18px 0px 30px;
	cursor: pointer;
	color: #454545;
}

#index_news .date
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}


#index_news h4
{
	clear: both;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 4px 0px;
}

#index_news .snippet
{
	font-size: 12px;
	line-height: 15px;
}






#index_news a
{
	color: #663C20;
	font-weight: bold;
}




