BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Tahoma, Verdana, Arial;
    background: #284907 url("../images/bg/body-bg.jpg") repeat-x left top;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*Page*/
#page {
    margin: auto;
    text-align: left;
	text-align: center;
}
.container {
	text-align: left;
	width: 922px;
	margin: auto;
}
.container .wrapper {
	padding: 0 11px; 
}
/*Header*/
.header {
    float: left;
    width: 100%;
	background: url("../images/bg/header-bg.jpg") repeat-x center top;
	padding-top: 31px;
}
.header .logo {
	float: left;
	height: 95px;
	width: 202px;
	background: url("../images/logo.png") no-repeat left top;
	position: relative;
	cursor: pointer;
}
.header P {
	text-align: right;
	margin: 0;
	padding: 45px 7px 5px 0px;
}
.header UL {
	float: right;
	text-align: right;
	margin: 0 0 15px;
	padding: 0;
	background: url("../images/bg/menu-bg.png") repeat-y left top;
	height: 35px;
	padding-left: 120px;
	z-index: 100;
	position: relative;
}
.header UL LI {
	list-style: none;
	padding: 13px 0 0;
	float: left;
	position: relative;
}
.header UL LI A {
	height: 17px;
	margin-right: 32px;
	display: block;
	cursor: pointer;
	padding-bottom: 3px;
	outline: none;
}
.header UL LI UL.submenu {
	display: none;
	position: absolute;
}
.header UL LI UL.submenu {
	background: #294908;
	z-index: 100;
	float: left;
	padding: 0;
	height: auto;
	margin: 0;
	text-align: left;
	list-style: none;
	opacity: 0.9;
	filter:alpha(opacity=90) !important;
	-moz-opacity: 0.9;
	// left: 0px;
	// top: 30px;
}
.header UL LI:HOVER UL.submenu{	display: block; }
.header UL LI UL.submenu, .header UL LI UL.submenu LI { width: 150px; }
.header UL LI UL.submenu LI {
	font-size: 11px;
	padding: 0;
	width: 150px;
	border-bottom: 1px solid #32560E;
}
.header UL LI UL.submenu LI A {
	margin: 0;
	height: auto;
	text-indent: 0;
	color: #FFFFFF;
	padding: 5px 7px;
	text-decoration: none;
	// width: 136px; 
}
.header UL LI UL.submenu LI A:HOVER {
	background: #557A2D;
}
.header UL LI .home {
	width: 42px;
	background: url("../images/menu/home.png") no-repeat left top;
}
.header UL LI .home:HOVER {background: url("../images/menu/home-hover.png") no-repeat left top;}
.header UL LI.select .home {background: url("../images/menu/home-hover.png") no-repeat left top;}

.header UL LI .about-us {
	width: 60px;
	background: url("../images/menu/about-us.png") no-repeat left top;
}
.header UL LI .about-us:HOVER {background: url("../images/menu/about-us-hover.png") no-repeat left top;}
.header UL LI.select .about-us {background: url("../images/menu/about-us-hover.png") no-repeat left top;}

.header UL LI .contact-us {
	width: 69px;
	background: url("../images/menu/contact-us.png") no-repeat left top;
}
.header UL LI .contact-us:HOVER {background: url("../images/menu/contact-us-hover.png") no-repeat left top;}
.header UL LI.select .contact-us {background: url("../images/menu/contact-us-hover.png") no-repeat left top;}

.header UL LI .help {
	width: 31px;
	background: url("../images/menu/help.png") no-repeat left top;
}
.header UL LI .help:HOVER {background: url("../images/menu/help-hover.png") no-repeat left top;}
.header UL LI.select .help {background: url("../images/menu/help-hover.png") no-repeat left top;}

/*Content*/
.content {
    float: left;
    width: 100%;
	background: url("../images/bg/content-bg.jpg") repeat-x center top;
}
.content .shadow-sides {
	background: url("../images/bg/sides-shadow.png") repeat-y left top;
	width: 100%;
	float: left;
}
.content .content-bg {
	background: url("../images/bg/content-c-bg.gif") repeat-x left top;
	position: relative;
	top: -15px;
	float: left;
	left: 0;
}
.content UL {
	margin: 0;
	padding: 0px;
}
.content UL LI {
	list-style: none;
	float: left;
	padding: 4px 4px 0;
	text-align: center;
}
.content UL LI IMG {
	display: block;
	position: relative;
	z-index: 1;
}
.reldiv {
/*	position: absolute;*/
	top: 208px;
	margin: -26px 0 0 0;
	z-index: 100;
	float: left;
	border: 1px solid red;
}
.content UL.read-more {
}
.content UL.read-more LI {padding: 0}
.content UL.read-more LI A {
	text-indent: -9999px;
	width: 90px;
	height: 28px;
	padding: 5px 0;
	outline: none;
	z-index: 100000;
/*	border: 1px solid red;*/
	float: left;
	margin: 0px 65px 0 68px;
	position: relative;
}
.content .block-top {
	height: 3px;
	width: 100%;
	background: url("../images/bg/block-top.png") no-repeat left top;
	line-height: 0;
	font-size: 0;
}
.content .block-bottom {
	height: 3px;
	width: 100%;
	background: url("../images/bg/block-bottom.png") no-repeat left top;
	margin-bottom: 10px;
	line-height: 0;
	font-size: 0;
}
.left-side {
	float: left;
	background: url("../images/bg/delim-sides.jpg") no-repeat right 10px;
	width: 448px;
	min-height: 438px;
}
.right-side {
	float: left;
	width: 452px;
}
.left-side .wrapper-side {
	padding: 0 18px;
	font-size:12px;
}
.right-side .wrapper-side {
	padding: 0 20px;
	font-size:12px;
}





.content-side {
	float:left;
	width:100%;
	height:auto;
	min-height: 400px;
}

.content-side .wrapper-side {
	padding: 0 18px;
}

.content-side .wrapper-side H2 {
	margin: 0;
	color: #382513;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}

.content-side P {
	margin: 0;
	color: #382513;
	font-size: 11px;
	padding: 0 15px 0 0;
}





.content .wrapper-side H2 {
	margin: 0;
	color: #382513;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}
.content .news-block H3 {
	margin: 0;
	color: #382513;
	font-size: 14px;
	padding: 10px 10px 6px;
}
.content .news-block H3 A {
	color: #382513;
	text-decoration: underline;
}
.content .news-block H3 A:HOVER {text-decoration: none;}
.content .news-block P {
	margin: 0;
	color: #382513;
	font-size: 12px;
	padding: 0 15px 0 10px;
}
.content .news-block IMG {
	margin: 0 10px;
	border: 1px solid #161616;
	float: left;
}
.content .block-content {
	border-left: 4px solid #d8caa8;
	border-right: 4px solid #d8caa8;
}
.player .block-content {
	line-height: 0;
	font-size: 0;
	text-align: center;
}
.left-side .align-r {
	text-align: right;
	margin: 12px 0 0;
	height: 56px;
}
.left-side .align-r A {
	float: right;
	height: 52px;
	width: 110px;
	position: relative;
	background: url("../images/buttons/button-more-videos.gif") no-repeat right top;
}
.right-side .align-r {
	text-align: right;
	margin: 0;
}
.right-side .align-r A {
	font-size: 12px;
	color: #382513;
	line-height: 25px;
	text-decoration: underline;
}
.right-side .align-r A:HOVER {text-decoration: none;}


/*Footer*/
.footer {
    float: left;
    width: 100%;
	background: #284907 url("../images/bg/footer-bg.jpg") no-repeat center top;
}
.footer .container {
	padding-top: 11px;
}
.footer .logo {
	float: left;
	width: 108px;
	height: 53px;
	background: url("../images/logo-small.png") no-repeat left top;
	margin: 0 10px;
	cursor: pointer;
}
.footer P {
	margin: 0;
	font-size: 11px;
	color: #fff;
	padding-top: 11px;
}
.footer P A {
	color: #fff;
	font-weight: bold;
}
.footer UL {
	padding: 0;
	margin: 0;
}
.footer UL LI {
	list-style: none;
	float: left;
	color: #d8c188;
	font-size: 11px;
	margin-right: 3px;
}
.footer UL LI A {
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.footer UL.right-menu {
	float: right;
	position: relative;
	top: -5px;
}
.footer UL.right-menu LI {
	color: #6e7174;
}
.footer UL.right-menu LI A {
	font-weight: normal;
}


.list2 UL {
	float:none;
	list-style-type:square;
	display:block;
	width:100%;
	text-align:left;
	margin:0 0 0 10px;
	font-weight:bold;
}

.list2 UL LI {
	float:none;
	display:block;
	text-align:left;
	list-style-type:disc;
	list-style-position:inside;
	line-height:18px;
}

.list2 UL LI A{
	color:#2a4906;
	text-decoration:underline;
}
