@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#202524;
}

body { background-color:#212625; }

.clr { clear:both;}

#wrapper{
	width:902px;
	border:1px solid #c7c9c8;
	border-top:none;
	background:url(../images/lt_bg.gif) repeat-y left #fff;
	padding-bottom:60px;
	margin:0 auto 0 auto;
}

#header {
	width:902px;
	height:90px;
	margin-bottom:12px;
}

#flash_logo {
	float:left;
	padding:22px 0 0 47px;
	width:230px;
	background:url(../images/lt_arrow.gif) no-repeat center left;
}

/*  START menu zone  */
#menuh {
	float:right;
	width:602px;
	height: 31px;
	display: inline;
	padding-left:18px;
	background:url(../images/art_01.gif) no-repeat top left;
	margin-top:29px;
}

#menuh li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menuh ul {
	float:left;
	height:31px;
	padding-left:0px;
	padding-top:0px;
}

.bt_1:link, .bt_1:visited {float:left; height:31px; width:69px; background:url(../images/bt_1.gif) no-repeat top left; }
.bt_1:hover {float:left; height:31px; width:69px; background:url(../images/bt_1.gif) no-repeat bottom left;}
.bt_2:link, .bt_2:visited {float:left; height:31px; width:95px; background:url(../images/bt_2.gif) no-repeat top left;}
.bt_2:hover {float:left; height:31px; width:95px; background:url(../images/bt_2.gif) no-repeat bottom left}
.bt_3:link, .bt_3:visited {float:left; height:31px; width:87px; background:url(../images/bt_3.gif) no-repeat top left;}
.bt_3:hover {float:left; height:31px; width:87px; background:url(../images/bt_3.gif) no-repeat bottom left}
.bt_4:link, .bt_4:visited {float:left; height:31px; width:86px; background:url(../images/bt_4.gif) no-repeat top left;}
.bt_4:hover {float:left; height:31px; width:86px; background:url(../images/bt_4.gif) no-repeat bottom left}
.bt_5:link, .bt_5:visited {float:left; height:31px; width:112px; background:url(../images/bt_5.gif) no-repeat top left;}
.bt_5:hover {float:left; height:31px; width:112px; background:url(../images/bt_5.gif) no-repeat bottom left}
.bt_6:link, .bt_6:visited {float:left; height:31px; width:91px; background:url(../images/bt_6.gif) no-repeat top left;}
.bt_6:hover {float:left; height:31px; width:91px; background:url(../images/bt_6.gif) no-repeat bottom left}

.bt_1_sel {float:left; height:31px; width:69px; background:url(../images/bt_1_sel.gif) no-repeat bottom left;}
.bt_2_sel {float:left; height:31px; width:95px; background:url(../images/bt_2_sel.gif) no-repeat bottom left}
.bt_3_sel {float:left; height:31px; width:87px; background:url(../images/bt_3_sel.gif) no-repeat bottom left}
.bt_4_sel {float:left; height:31px; width:86px; background:url(../images/bt_4_sel.gif) no-repeat bottom left}
.bt_5_sel {float:left; height:31px; width:110px; background:url(../images/bt_5_sel.gif) no-repeat bottom left}
.bt_6_sel {float:left; height:31px; width:91px; background:url(../images/bt_6_sel.gif) no-repeat bottom left}

/*  END menu zone  */

#home_banner {
	float:right;
	width:851px;
	height:173px;
	background:url(../images/home_feature_tout.jpg) no-repeat;
	margin-bottom:35px;
}

#home_banner a {
	float:right;
	display:inline;
	margin:94px 104px 0 0;
	width:517px;
	height:56px;
}

#content {
	width:852px;
	padding:0px 0px 0 50px;
}

#news {
	float:left;
	width:175px;
	background:url(../images/whats_new.gif) top left no-repeat;
	padding-top:35px;
}

#news p {
	float:left;
	width:165px;
	font-size:12px;
	color:#000;
	padding-left:10px;
	background:url(../images/arrow_01.gif) no-repeat;
	padding-bottom:20px;
}

#news a:link, #news a:visited { text-decoration:none; color:#e8bc52;}
#news a:hover { color:#a5b292;}

#left_zone {
	float:right;
	width:620px;
	border-top:5px solid #e7bb52;
}

.left_content {
	float:left;
	width:540px;
	padding: 10px 0 0 10px;
}

.left_content p { line-height:20px; padding-bottom:20px;}

.left_content p.home , .left_content p.home strong { color:#97a681; line-height:32px;}

.left_content a:link, .left_content a:visited { text-decoration:none; color:#e8bc52;}
.left_content a:hover { text-decoration:underline;}

.left_side { float:left;}

h1{ font-size:26px;color:#98a782; padding:0 0 0 10px; background:url(../images/art_01.gif) no-repeat top left; margin:0 0 12px -10px;}

h2{ font-size:20px;color:#98a782; padding:0 0 0 8px; background:url(../images/art_01.gif) no-repeat top left; margin:0 0 10px -8px;}

#footer {
    width:904px;
    margin:0 auto 0 auto;
    text-align:right;
    height:45px;
    line-height:45px;
    color:#e8bc52;
    font-size:11px;
}
/*  Sidebar  */

#sidebar {
	float:left;
	width:180px;
}

#sidebar ul { padding: 50px 0;}

#sidebar li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:24px;
}

#sidebar li a:link, #sidebar li a:visited {
	text-decoration:none;
	color:#555555;
	padding-left:10px;
}

#sidebar li a:hover, #sidebar li a.sel {
	text-decoration:none;
	color:#e8bc52;
	padding-left:10px;
	background:url(../images/arrow_01.gif) no-repeat top left;
}

#sidebar a.box { float:right;}

