body {
	margin: 0px;
	padding: 0px;
	background: #F7F7F7 url(images/bg.gif) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 13px;
	color: #000000;
}

h2{
color:#a20000;
}

a {
	font-weight: bold;
	color: #db271f;
}

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


/** HEADER */

/*

#top_contacts{

}
*/

#header {
	width: 1013px;
	margin: 0px auto;
	padding: 0px 0px;

}


/** MENU */

#top_menu {
	width: 1013px;
	height: 62px;
	margin: 0px auto;
	background-color: #990000;
	background-image: url(images/bg_top_menu.png);
	background-repeat: repeat-x;
	
}

#top_menu ul {
margin: 0;
margin-left: -35px;
padding: 40px;
list-style: none;


}

#photos img{
	border:none;
	margin:0;
	padding:0;
	
	
	}

.panel-overlay img{
	border:none;
	margin:0;
	padding:0;
	
	
}

#top_menu li {
	display: inline;

}

#top_menu a {
	padding: 5px 10px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 12px;
	color: #ffffff;

}

#top_menu a:hover {
background-image:url(images/bg_button.png);
background-repeat:repeat-x;
color: #8a220f;
}

#tel{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:lighter;
color: #f6c88c;
margin-top:-86px;
text-align:right;
margin-right: 20px;
}


/** CONTENT */

#content {
	width: 1013px;
	margin: 0px auto;
	padding: 1px 0px 0px 0px;

}


#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	line-height: 110%;
}

#content p, #content ul, #content ol {
	
}

#left {
	float: left;
	width: 750px;
	padding: 0px 20px 40px 20px;
}

#right {
font-size:12px;
text-align:left;
float: right;
width: 180px;
padding: 0px 20px 40px 20px;
}

#right ul {
list-style:none;
}


#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/arrow.png) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #eb0000;
	color: #FFFFFF;
		
}

/** FOOTER */

#footer {
	clear: both;
	width: 1013px;
	margin: 0px auto;
	padding-bottom:10px;
	border-top: 2px solid #FF0000;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/bg_bot_menu.png);
	background-repeat:repeat-x;
}

#footer a {
text-decoration:underline;
color:#FFFFFF;
}

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

#banners{
text-align: center;
}