html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 13px;
	line-height: 15px;
	font-family: arial, sans-serif;
	color: #666666;
    background: #FFA800 url('../images/top_bg.jpg') no-repeat center top;
    text-align: center;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #ff9900;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

p {
    margin: 0 0 14px 0;
}

h4 {
	margin: 0 0 12px 0;
	line-height: 18px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

.block {
	zoom: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url('css/pie.htc');
	border: 1px solid #F8E5BB;
	background: #FFFFFF;
	padding: 20px 18px;
}

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

.carousel {
	height: 344px;
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;
}

.carousel .jcarousel-container {
    width: 932px;
	height: 344px;
	position: relative;
}

.carousel .jcarousel-clip-horizontal {
    width: 932px;
	height: 344px;
	overflow: hidden;
}

.carousel .jcarousel-item {
    width: 932px;
	height: 344px;
	background: url('../images/carousel_item_bg.jpg') no-repeat right top;
}

.carousel .jcarousel-item img {
    float: left;
	margin-right: 25px;
	display: block;
}

.carousel .jcarousel-item .carousel_text {
    margin-top: 35px;
	color: #FFFFFF;
	line-height: 18px;
	zoom: 1;
	overflow: hidden;
}

.carousel .jcarousel-item .carousel_text .carousel_text_header {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 -1px 1px #955700;
	text-shadow /*\**/: 0 -2px 1px #955700\9;
	//text-shadow: 0 -3px 1px #955700;
}

*html .carousel .jcarousel-item .carousel_text .carousel_text_header {
	text-shadow: 0 -2px 1px #955700;
}

.carousel .jcarousel-item .carousel_text .carousel_text_header b {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
}

.carousel #butRight {
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 9px;
    height: 16px;
    cursor: pointer;
	background: url('../images/carousel_next.gif') no-repeat;
	z-index: 500;
}

.carousel #butLeft {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 9px;
    height: 16px;
    cursor: pointer;
	background: url('../images/carousel_prev.gif') no-repeat;
	z-index: 500;
}

.carousel .jcontrol {
	display: inline-block;
	//display: inline;
	zoom: 1;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.carousel .jcontrol a {
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url('../images/jcontrol.png') no-repeat;
	margin: 13px 5px 0 5px;
	text-decoration: none;
	text-indent: -10000px;
	//text-indent: 0;
	overflow: hidden;
}

*html .carousel .jcontrol a {
	text-indent: 0;
	background: url('../images/jcontrol.gif') no-repeat;
}

.carousel .jcontrol a.active {
	background: url('../images/jcontrol.png') no-repeat left -11px;
}

*html .carousel .jcontrol a.active {
	background: url('../images/jcontrol.gif') no-repeat left -11px;
}

.carousel .jcontrol_container {
	width: 932px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../images/jcontrol_bg.png') repeat-x;
	overflow: hidden;
	text-align: center;
	z-index: 100;
}

.carousel .lb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
	background: url('../images/lb.png') no-repeat;
	z-index: 500;
	overflow: hidden;
}

.carousel .lt {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 2px;
	background: url('../images/lt.png') no-repeat;
	z-index: 500;
	overflow: hidden;
}

.carousel .rb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
	background: url('../images/rb.png') no-repeat;
	z-index: 500;
	overflow: hidden;
}

.carousel .rt {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 2px;
	background: url('../images/rt.png') no-repeat;
	z-index: 500;
	overflow: hidden;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url('../images/bottom_bg.gif') repeat-x left bottom;
}

.content {
	background: #FDF9F0;
	zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #6C2C06 0px 10px 20px;
	-moz-box-shadow: #6C2C06 0px 10px 20px;
	box-shadow: #6C2C06 0px 10px 20px;
	position: relative;
	behavior: url('css/pie.htc');
	padding: 4px;
}

.copyright {
	width: 285px;
	float: left;
    background: url('../images/copyright_border.gif') no-repeat;
	margin-top: 11px;
}

.copyright div {
	padding-left: 35px;
	zoom: 1;
}

.copyright div p {
	margin: 0 0 18px 0;
}

.double_block {
	zoom: 1;
	overflow: hidden;
    background: url('../images/double_block_bg.gif') repeat-y;
	padding: 7px 11px 20px 11px;
}

.double_block_bottom {
	height: 3px;
	overflow: hidden;
    background: url('../images/double_block_bottom.gif') no-repeat;
	margin-bottom: 8px;
}

.double_block_content {
	width: 240px;
}

.double_block_content img {
	margin-bottom: 20px;
	display: block;
}

.double_block_top {
	height: 3px;
	overflow: hidden;
    background: url('../images/double_block_top.gif') no-repeat;
}

.extra {
	width: 160px;
	float: right;
	margin-left: -160px;
}

.footer {
    height: 139px;
	width: 940px;
	margin: -139px auto 0;
	text-align: left;
	color: #FFFFFF;
	line-height: 18px;
}

.footer a {
	color: #FFFFFF;
}

.footer_content {
    padding: 20px 22px 0 66px;
	zoom: 1;
	overflow: hidden;
}

.footer_info {
	float: left;
	margin-top: 11px;
}

.footer_logo {
	float: left;
	width: 109px;
	height: 43px;
    background: url('../images/footer_logo.png') no-repeat;
	margin-right: 30px;
}

.left {
	float: left;
}

.login_block {
	height: 60px;
    background: url('../images/login_block_right.png') no-repeat right top;
	padding-right: 22px;
    position: absolute;
    right: -12px;
    top: 50px;	
}

*html .login_block {
	width: 250px;
}

.login_block_bg {
	height: 60px;
    background: url('../images/login_block_left.png') no-repeat;
	padding-left: 62px;
	overflow: hidden;
}


.login_block_content {
	margin-top: 16px;
	line-height: 15px;
	color: #cc7c3b;
	zoom: 1;
}

.login_block_content a {
	color: #FFFFFF;	
}

.login_block_content span {
	margin: 0 12px;
}

.logo {
	width: 194px;
	height: 79px;
    background: url('../images/logo.png') no-repeat;
    display: block;
    position: absolute;
    left: 13px;
    top: 23px;
}

.logo_text {
    line-height: 18px;
	padding-left: 34px;
	color: #FFFFFF;
	border-left: 1px solid #C56D3B;
    position: absolute;
    left: 245px;
    top: 53px;
}

.made_in {
	width: 133px;
	height: 38px;
    background: url('../images/made_in.png') no-repeat;
    display: block;
    float: right;
	margin-top: 13px;
}

.main {
	width: 100%;
	zoom: 1;
	overflow: hidden;
}

.main_column {
	margin: 0 167px 0 235px;
	zoom: 1;
}

.menu {
    background: url('../images/menu.jpg') no-repeat;
	height: 38px;
	margin-bottom: 4px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table;
	//display: block;
	width: 100%;
}

.menu ul li {
	height: 38px;
	display: table-cell;
    background: url('../images/menu_sep.gif') no-repeat;
	//display: block;
	//float: left;
}

.menu ul li:first-child, .menu ul li.menu_first {
    background: none;
}

*html .menu ul li {
	z-index: expression(runtimeStyle.zIndex = 1,this == parentNode.firstChild ? (className += " menu_first") : 0)
}

.menu ul li a {
	display: block;
	//display: inline-block;
	height: 38px;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	color: #FFFFFF;
}

.menu ul li a:hover, .menu ul li.active a {
	color: #ffae00;
}

.news {
	margin: 0 0 -20px 0;
	padding: 4px 0 0 0;
	list-style-type: none;
}

.news li {
	margin-bottom: 28px;
	zoom: 1;
	vertical-align: bottom;
}

.news li .date {
	line-height: 12px;
	font-size: 9px;
	color: #cccccc;
}

.news li .news_link {
	line-height: 16px;
	font-style: italic;
	margin-bottom: 1px;
}

.push {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 139px;
}

.right {
	float: right;
}

.sidebar {
	width: 227px;
	float: left;
	margin-right: -227px;
}

.sidebar_block {
	zoom: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url('css/pie.htc');
	border: 1px solid #EFC183;
	background: #FFFFFF;
	padding: 18px 11px 15px 17px;
}

.sidebar_menu {
	margin: 0;
	padding: 0 0 7px 0;
	list-style-type: none;
}

.sidebar_menu li {
	margin-bottom: 3px;
	//margin-bottom: 2px;
	zoom: 1;
	vertical-align: bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	//border-radius: 3px 3px 4px 4px;
	position: relative;
	behavior: url('css/pie.htc');
}

.sidebar_menu li.li_1 {
    background: url('../images/li_1.gif') repeat-x;
}

.sidebar_menu li.li_2 {
    background: url('../images/li_2.gif') repeat-x;
}

.sidebar_menu li.li_3 {
    background: url('../images/li_3.gif') repeat-x;
}

.sidebar_menu li a {
	display: block;
	height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 39px;
	padding-left: 44px;
    background: url('../images/sidebar_menu_circle.png') no-repeat 21px 12px;
}

.sidebar_menu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar_menu li ul li {
	margin: 0;
	border-top: 1px solid #FCF8ED;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
    background: url('../images/sidebar_menu_sub.jpg') no-repeat !important;
}

.sidebar_menu li ul li a {
	height: 30px;
	text-transform: none;
	line-height: 30px;
	padding-left: 44px;
    background: none;
	text-shadow: 0 -1px 1px #617C91;
}

.tape {
	height: 111px;
	margin-bottom: 10px;
    background: url('../images/tape.jpg') repeat-x;
	overflow: hidden;
}

.tape ul {
	margin: 10px -6px 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.tape ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	margin-right: 4px;
}

.tape ul li img {
	display: block;
}

.top {
	height: 140px;
    position: relative;
}

.video {
	margin-bottom: 10px;
}

.video img {
	display: block;
}
/*option rad*/
.main_table {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin:0 auto;
	text-align:left;
}
.main_table td {
	border-bottom:1px solid #cccccc;
}
.trEven {
	background-color:#FFFFFF;
}
.trOdden {
	background-color:#fafafa;
}
.hover {
	background-color:#f8e5bc;
}
.line_top {
	border-bottom:2px solid #ff9900 !important;
}


