* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px Verdana, sans-serif;
	background:#f6f6f6 url(../images/body_bg.png) repeat-x top left;
}
a {
	color:#127abc;
	outline: none;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding:0px;
}
ul {padding:0px; margin:0px;}
li {list-style:none;}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapp {
}

#wrapper {
	width: 100%;
	min-width: 1000px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 154px;
}

.header_top {
	position:relative;
	height:28px;
	background:#123651 url(../images/header_top.png) repeat-x top left;
	text-align:center;
	font-size:10px;
	color:#FFF;
}

.header_box {
	background:#143c5b url(../images/header_box.jpg) repeat-x top left;
	position:relative;
	height:90px;
}

.header_top a {
	color:#FFF;
	text-decoration:none;
}

.header_top a:hover {
	color:#FFF;
	text-decoration: underline;
}

.header_top ul {
	padding-top:8px;
}

.header_top li {
	list-style:none;
	display:inline;
}

#header_middle {
	width: 100%;
	height: 1%;
}
#header_middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#header_container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#header_content {
	padding: 0 347px 0 227px;
}

.banner_top {
	background: url(../images/banner.png) top left no-repeat;
	position:relative;
	width:470px;
	height:62px;
	margin:0 auto;
	margin-top:14px;
}

#header_sideLeft {
	float: left;
	width: 217px;
	margin-left: -100%;
	position: relative;
}

#header_sideLeft a {
	position:relative;
	height:62px;
	width:135px;
	background: url(../images/logo.png) top left no-repeat;
	text-indent:-9999px;
	display:block;
	margin-top:12px;
	margin-left:30px;
}

#header_sideRight {
	float: left;
	margin-right: -3px;
	width: 337px;
	margin-left: -337px;
	position: relative;
}

.search_box {
	float:right;
	position:relative;
	background: url(../images/search_box_bg.png) top left no-repeat;
	width:271px;
	height:27px;
	margin-top:30px;
	margin-right:20px;
}

.search_box_left {
	float:left;
	position:relative;
	width:238px;
}

.search_box_right {
	float:right;
	position:relative;
	width:32px;
}

.s_form {
	background:none;
	color:#898989;
	font-style:italic;
	border:none;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:2px;
	margin-top:6px;
	width:236px;
}

.header_menu {
	position:relative;
	height:36px;
	background: url(../images/header_menu_bg.png) top left repeat-x;
}

.header_menu li {
	list-style:none;
	display:inline;
}

.header_menu li a {
	color:#000;
}

#MainMenu {
	width:700px;
	position:relative;
	margin:0 auto;
}

#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/li_right.gif) no-repeat right top;
	padding-right:2px;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:url(../images/bright_091.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_091.gif) no-repeat left top;
	font-size:12px;
	color:#000;
	font-weight:700;
	line-height:34px;
	padding:0 15px 0 13px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 230px 0 234px;
	margin-top:7px;
}

.content_box {
	position:relative;
	border:1px solid #d6d5d6;
	background:#FFF url(../images/content_hello_bg.png) top left repeat-x;
	padding:10px 11px 0px 11px;
	margin-bottom:10px;
}

.content_box_text {
	padding:0px 4px 9px;
	position:relative;
	overflow:hidden;
}

.content_box_text h2 {
	color:#17588a;
	font-weight:normal;
	font-size:18px;
	float:left;
	width:72%;
}

.content_box_text h1 {
	color:#17588a;
	font-weight:normal;
	font-size:18px;
	float:left;
	width:72%;
}

.content_box_text h2 a {
	color:#17588a;
	text-decoration:none;
}

.content_box_text h1 a {
	color:#17588a;
	text-decoration:none;
}

.content_box_text h2 a:hover {
	text-decoration:underline;
}

.content_box_text h1 a:hover {
	text-decoration:underline;
}

.content_box_text .xspan {
	color:#c3c3c3;
	float:right;
	text-align:right;
	width:28%;
	font-size:12px;
	font-style:italic;
	padding-top:4px;
}

.content_box_text img {
	border:6px solid #ececec;
}

.content_box_text_bottom {
	background:#f5f5f5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding-left:17px;
	padding-right:17px;
	padding-top:13px;
	padding-bottom:13px;
}

.content_box_text_bottom span {
	background: url(../images/views.png) top left no-repeat;
	padding-left:20px;
}

.content_box_text_bottom strong {
	font-weight:normal;
	color:#2c8c21;
}

.content_box_text_bottom i {
	background: url(../images/comm.png) top left no-repeat;
	padding-left:24px;
	font-style:normal;
}

.content_bottom {
	position:relative;
	margin-left:1px;
	margin-right:1px;
	height:30px;
	background: url(../images/content_bottom_left.gif) top left no-repeat;
	margin-bottom:11px;
}

.content_bottom_left {
	position:relative;
	float:left;
	padding-top:8px;
	padding-left:36px;
}

.content_bottom_right {
	position:relative;
	float:right;
	width:152px;
	height:24px;
	padding-top:6px;
	text-align:center;
	background: url(../images/content_bottom_right.gif) top left no-repeat;
}

.full_content_bottom_right {
	position:relative;
	float:right;
	width:152px;
	height:24px;
	padding-top:6px;
	background: url(../images/full_content_bottom_right.gif) top left no-repeat;
}

.comm_img img {
	border:none;
}

.content_bottom_right a {
	color:#FFF;
	text-decoration:none;
}

.content_bottom_right a:hover {
	text-decoration:underline;
}

.navigation {
	background:#FFF;
	border:1px solid #dbdbdb;
	position:relative;
	margin:0 auto;
	width:15%;
	padding-top:4px;
	padding-bottom:3px;
	text-align:center;
	margin-bottom:8px;
}



.other {
	border-bottom:none;
	padding:10px 11px 0px 11px;
	margin-bottom:0px;
}


.line {
	background:#EEE;
	height:1px;
	position:relative;
	margin-bottom:7px;
}

.ucoz_links li {
	display:inline;
	color:#127abc;
}

.banner_bottom {
	margin:0 auto;
	border:1px solid #e5e5e5;
	padding:8px;
	padding-bottom:6px;
	width:468px;
	background:#FFF;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
}

.box_holder {
	position:relative;
	width:205px;
	margin-left:14px;
	margin-right:11px;
	margin-top:7px;
	background:#F8F8F8 url(../images/box_inner_bg.png) top left repeat-x;
	border-bottom:1px solid #d6d5d6;
	border-left:1px solid #d6d5d6;
	border-right:1px solid #d6d5d6;
	padding-top:1px;

}

.box_inner {
}

.box_content {
	margin:5px;
	position:relative;
	/*overflow:hidden;*/
	background:#FFF url(../images/box_content_bg.png) top left repeat-x;
}

.box_content_title {
	position:relative;
	color:#17588a;
	font-size:14px;
	padding-top:5px;
	padding-left:8px;
	margin-bottom:5px;		
}

.box_content_f {
	position: absolute;
	top: -11px;
	right: 11px;	
	z-index: 25;
	vertical-align: bottom;
}

.box_content_body {
	position:relative;
	overflow:hidden;
	margin-top:6px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	z-index: 10;
} 

.left_menu ul {
	margin-bottom:2px;
}

.left_menu li {
	border:1px solid #ededed;
	border-bottom:none;
}

.left_menu li:last-child {
	border-bottom:1px solid #ededed;
}

.left_menu li a {
	display:block;
	height:20px;
	padding-top:6px;
	padding-bottom:2px;
	padding-left:7px;
	padding-right:7px;
	background:#f9f9f9;
}

.left_menu li a:hover {
	background:#eef2f6;
	text-decoration:none;
}

.left_categories ul {
	margin:10px 8px 0px;
}

.left_categories li {
	background:url(../images/left_categories_bg.png) top left no-repeat;
	padding-left:14px;
	color:#36b528;
	padding-bottom:12px;
}

.sub_cat li {
	background:none;
	padding-left:0px;
	color:#36b528;
	padding-bottom:12px;
}


.left_categories li a {
	text-decoration:none;
}

.left_categories li a:hover {
	text-decoration:underline;
}

.left_links li {
	color:#127abc;
}

.left_links li a {
	color:#127abc;
	text-decoration:none;
}

.left_links li a:hover {
	text-decoration:underline;
}

.left_links_second li {
	background:none;
	padding-left:7px;
	padding-bottom:12px;
	color:#75abcd;
	font-size:11px;
}

.left_links_second li a {
	color:#75abcd;
}

.adv_bottom {
	padding-bottom:1px;
}


.adv {
	position:relative;
	margin-right:6px;
	margin-left:7px;
	margin-top:10px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 230px;
	margin-left: -230px;
	position: relative;
}

.login_holder {
	position:relative;
	margin-top:14px;
}

.login_box {
	position:relative;
	margin-bottom:3px;
}

.login_box p {
	font-size:10px;
	float:left;
	width:54px;
	text-align:right;
	padding-top:4px;
	margin-right:6px;
}

.login_box_form {
	position:relative;
	font-size:10px;
	width:117px;
	padding-left:6px;
	padding-right:6px;
	height:18px;
	border:none;
	background:url(../images/login_box_form_bg.png) top left no-repeat;
}

.rem_in {
	position:relative;
	overflow:hidden;
	margin-left:16px;
	margin-bottom:4px;
	margin-top:6px;
}

.rem_in span {
	margin-left:6px;
}

.rem_in_left {
	position:relative;
	float:left;
	font-size:10px;
	width:100px;
	padding-top:3px;
}

.rem_in_right {
	position:relative;
	float:right;
	font-size:10px;
	width:40px;
	margin-right:12px;
}

.box_login_left {
	font-size:11px;
	text-decoration:none;
	margin-top:6px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:6px;
	line-height:20px;
}

.box_login_left a {
	text-decoration:none;
}

.box_login_left a:hover {
	text-decoration:underline;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 105px;
	background: #153145;
	border-left:1px solid #d8d8d8;
	background:url(../images/footer_bg.jpg) top left repeat-x;
}

.footer_left {
	position:relative;
	float:left;
	color:#4e96b4;
	background:url(../images/footer_left_bg.png) top left no-repeat;
	margin-top:30px;
	margin-left:24px;
	height:54px;
}

.footer_left p {
	margin-left:106px;
	margin-top:20px;
}

.footer_left a {
	color:#4e96b4;
}

.footer_left a:hover {
	text-decoration:none;
}

.footer_right {
	position:relative;
	float:right;
	color:#4e96b4;
	width:300px;
	text-align:right;
	margin-right:10px;
	margin-top:40px;
}

.footer_right a img {
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}

.footer_right a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.attachment{
float:left !important;
text-align:left !important;
}
