.indentmenu{
font: bold 14px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px gray; /*dark purple border*/
	border-width: 0px 0;
	background: url(images/blockdefault.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: gray; /*text color*/
padding: 6px 25px;
text-decoration: none;
border-right: 1px solid gray; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: gray;
}

.indentmenu ul li a:hover, .indentmenu ul li  .current{
	color: gray !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/
	background: url(images/blockactive.gif) center center repeat-x;
}



body{
padding:0px;
margin:0px;
background:#0D0F10;
}

table {border-collapse:collapse; border:0px;}



td {
	vertical-align:top;
	padding:0px;
}

a{color:#95471D;}
a:hover{text-decoration:none;}
.strong {color:#7E8080;}

img {
	border:0px;
}

.m_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#646667;
	}
.m_text {
	height:700px;
}
.main {width:766px; }
.header {
	height:180px;
	background:url(notopline) bottom repeat-x #252A2C;
}
.header .main {
	background:url(images/havy.jpg) 28px 35px no-repeat;
}
.logo {
	margin:9px 35px 0 27px;
}
.menu {
	padding:30px 30px 0 280px;
}

.indent {padding:39px 29px 20px 29px;}

.middle {
	background:#252A2C;
	height:390px;
}
#index .indent {
	padding:10px 20px 4px 29px;
}

.footer {
	height:40px;
}
.footer .main {
	width:706px;
	background:url(images/footer_bg.gif) top repeat-x;
}
.footer td {
	text-align:center;
	padding:15px 0 0 7px;
	color:#5A5B5C;
}
.footer a { color:#663318;}

.ver_line {background:url(images/ver_line.gif) top repeat-y; width:1px;}
.line { background:url(images/line.gif) top repeat-x; height:1px;}

.h_text {background:url(images/h_text_tall.gif) bottom repeat-x;}
.h_text .right {background:url(images/h_text_right.gif) bottom right no-repeat; padding:0 0 12px 17px;}
.h_text img {float:left;}
.h_text .right .more {text-align:right; padding:4px 10px 0 0;}
.h_text .right .more a {background:url(images/more_bg.gif) no-repeat 0 4px; padding-left:8px; color: #1a927d; font-size:9px; text-decoration:none;}
.h_text .right .more a:hover {
	text-decoration:none;
}
.clear {clear:both;}
