/* -----Header-------------------------------------------------  */
* {
	margin: 0;
	padding: 0;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #D1D1D1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	}
body{
	font-family: Tahoma;
	font-size: 13px;
	background: url(images/background/bg.jpg) #fca6bf repeat-x center top; color: #000000;
	/*background-attachment:fixed;*/
	margin:0px auto;
}
a:link {
	color: #0f0f0f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0f0f0f;
}
a:hover {
	text-decoration: underline;
	color:#BF0000;
}
a:active {
	text-decoration: none;
	color:#0f0f0f;
}
a {
	font-family: Tahoma;
	font-size: 13px;
}
.clear { clear:both; }

.h_bor_middle{ }
/*--------------topmenu----------------*/
#top_menu { float:left; width:985px; height:40px; background:url(images/background/navbg.gif); text-align:center;
border-bottom:#000000 2px solid; border-top:#FFFFFF 2px solid; 
}
#top_menu .tob_tabmenu{
width:985px; 
margin:0 auto;
padding: 0 auto;
margin-top:13px;
}
#top_menu .tob_tabmenu ul{
margin:0 auto;
list-style: none;
width:985px; 
}
#top_menu .tob_tabmenu li{
padding: 0;
text-transform:uppercase;
display:inline;
}
#top_menu .tob_tabmenu a{
font-size: 1.05em;
font-weight:bold;
color:#FFFFFF;
text-decoration: none;
padding:2px 9px 2px 9px;
border-right:1px solid #e29ece ;
}
#top_menu .tob_tabmenu a:hover{
color:#ffd956;
}
#top_menu .tob_tabmenu a.selected{ 
color:#0f0f0f;
}
/*------------------tab search --------------------------------------------*/
#tab_top_search
{
float:left;
height:38px;
padding:0px 0px 0px 0px;
text-align:center;
border-top:1px #866A52 solid;
width:985px;
}
#tab_top_search .bg_center {float:left; height:37px; border-bottom:#8f2169 1px solid; background:url(images/bg_search.gif) repeat-x left top ; width:985px;
}
#tab_top_search .line_s { padding-top:6px; font-size:12px; color:#8f2169; font-weight:bold; width:985px;}

