html, body {height: 100%; width: 100%;}

body {  
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Arial;
  color: #2e2e2e;
  background: url(../images/bg.jpg) repeat-x left top #efefef;
}

a img {border: none;}
img {vertical-align: middle;}

a {
	color: #0b0b0b;
	text-decoration: none;
}

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

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	min-width: 995px;
}

.row {
	float: left;
	width: 100%;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.line {
	clear: both;
	font-size: 12px;
	height: 18px;
	border-top: 1px solid #000;
	margin: 0 42px 0 48px;
}

.align_right {text-align: right;}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header_image {
	position: absolute;
	z-index: 99;
	width: 100%;
	text-align: center;
	top: 25px;
}
.header_image img {margin-left: 72px;}

.header {height: 131px;}

.header .logo {
	float: left;
	padding: 23px 0 0 21px;
	width: 271px;
	height: 108px;
	background: url(../images/header_left.jpg) no-repeat left top;
}

.header .logo a, .header .logo a:hover {text-decoration: none;}

.header_right {
	float: right;
	width: 228px;
	height: 106px;
	padding: 25px 26px 0 0;
	text-align: right;
	background: url(../images/header_right.jpg) no-repeat right top;
}

.header_right .icons {
	word-spacing: 14px;
	padding: 0 2px 9px 0;
}

.header_right p span {position: absolute; left: -999999px;}

/* ======================= TOP MENU =======================*/
/* ========================================================*/

.menu {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -244px;
}

.menu li {
	float: left;
	font-size: 14px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
	white-space: nowrap;
}
.menu li.hover {background: url(../images/menu_bg_hover.jpg) repeat-x left top;}

.menu a {
	display: block;
	color: #fff;
	height: 38px;
	padding: 13px 14px 0 10px;
	text-decoration: none;
	background: url(../images/menu_sep.png) no-repeat right top;
	float: left;
}

.menu a:hover {
	text-decoration: none;
	color: #fff;
}

.menu li ul {
	position: absolute;
	z-index: 9999;
	display: none;
	background: #111;
	line-height: 21px;
	border: 1px solid #545454;
	border-top: none;
	padding: 3px 11px 5px 11px;
	clear: both;
	top: 43px;
}

.menu li.hover ul {display: block;}

.menu li ul li, .menu li ul li.hover {
	float: none;
	background: none;
	font-size: 11px;
	clear: both;
	display: block;
}

.menu li ul li a, .menu li.first_hover ul li a, .menu li.last_hover ul li a {
	text-decoration: underline;
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	float: none;
}

.menu li.first {background: url(../images/menu_left.png) no-repeat left top;}
.menu li.last {background: url(../images/menu_right.png) no-repeat right top;}

.menu li.first_hover {background: url(../images/menu_left_hover.png) no-repeat left top;}
.menu li.last_hover {background: url(../images/menu_right_hover.png) no-repeat right top;}

.menu li.first a, .menu li.first_hover a {
	padding-left: 36px;
	padding-right: 10px;
	background: none;
}

.menu li.last a, .menu li.last_hover a {
	padding-right: 40px;
	padding-left: 10px;
	background: none;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
	float: left;
	width: 100%;
	min-height: 211px;
	height: auto !important;
	height: 211px;
	padding-bottom: 24px;
	background: url(../images/content_bg.jpg) repeat-x left top;
}

.content a {font-weight: normal;}

.content span.date {font-size: 11px;}

.content p, .content h2 {
	line-height: 17px;
	margin-bottom: 16px;
}
.content p.no_margin {margin-bottom: 0;}

.content h2 span {
	position: absolute;
	left: -9999px;
}

.left {
	float: left;
	width: 228px;
	padding-top: 10px;
}
.left .left_inner {
	padding: 26px 0 10px 16px;
}

.inner, .inner2 {
	margin-left: 248px;
	padding-top: 34px;
}
.inner2 {
	padding-top: 199px;
	padding-right: 30px;
}

.right {
	float: right;
	width: 220px;
	padding-right: 32px;
	position: relative;
	z-index: 9999;
	background: url(../images/right_bg.png) no-repeat left top;
	padding-top: 202px;
}

.center {
	margin-right: 278px;
	padding-top: 202px;
}

.list_left {
	float: left;
	width: 220px;
	line-height: 17px;
}

.list_left .thumb {padding-bottom: 10px;}
.list_left img {border: 1px solid #5a5a5a; margin-bottom: 4px;}
.list_right {margin-left: 240px;}
.list_right2 {margin-left: 0px;}

/* ======================= CONTENT > Left ========================*/

.left_menu {
	width: 228px;
	position: relative;
	z-index: 99999;
}

.left_menu li {background: url(../images/left_menu_item.png) no-repeat left top;}
.left_menu li:hover {background: url(../images/left_menu_item_over.png) no-repeat left top;}

.left_menu li a, .left_menu li a:hover {
	color: #f1f1f1;
	font-size: 16px;
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 8px 16px 7px 22px;
	font-weight: normal;
        
}

.left_menu li ul {
	display: none;
	width: 190px;
	position: relative;
	z-index: 99999;
        
}

.left_menu li:hover ul {display: block;}

.left_menu li ul li {
	background: #151515;
	line-height: 27px;
}

.left_menu li ul li.last {
	background: url(../images/left_menu_sub_bottom.png) no-repeat bottom left;
	padding-bottom: 6px;
}

.left_menu li ul li a, .left_menu li ul li a:hover {
	font-size: 12px;
	color: #ffecc4;
	padding: 0 5px 0 12px;
	width: 203px;
	background: #151515;
	text-decoration: underline;
}
.left_menu li ul li a:hover {color: #fff;}

.black_panel {
	background: url(../images/black_panel.jpg) repeat-y left top;
	color: #fff;
	padding: 6px 4px 6px 14px;
	line-height: 17px;

}

/* ======================= CONTENT > Center ========================*/

/* ======================= CONTENT > Right ========================*/

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
    clear: both;
	text-align: right;
	padding: 0 34px 20px 24px;
	text-transform: uppercase;
}

.footer .footer_left {
	float: left;
	padding-top: 6px;
}

.footer span {
	margin-right: 25px;
}
.footer span b {position: absolute; left: -9999px;}

.h1st {
font-size: 12px;
  font-family: Arial;
  color: #2e2e2e;
  font-weight:normal;
}

.h1seo {
	font-family: Arial;
	font-size: 12px;
	color:#2e2e2e;
	text-transform:none;
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
}

b {
font-size: 12px;
  font-family: Arial;
  color: #2e2e2e;
  font-weight:normal;
}


strong {
font-size: 12px;
  font-family: Arial;
  color: #2e2e2e;
  font-weight:normal;
}
