/* -----Header-------------------------------------------------  */
* {
	margin: 0;
	padding: 0;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #D20072;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #F4BEC3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	}
body{
	font-family: Tahoma;
	font-size: 13px;
	color:#303030;
	background-image:url(images/background/background_theme.gif) ;
	background-repeat:repeat;
	background-color:#F3C4C9;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #303030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #303030;
}
a:hover {
	text-decoration: underline;
	color:#FA802E;
}
a:active {
	text-decoration: none;
	color:#303030;
}
a {
	font-family: Tahoma;
	font-size: 13px;
}
.clear { clear:both; }

.h_bor_middle{ float:left; margin-left:-53px!important; margin-left:-50px; padding-left:57px; width:1100px; background:url(images/bg_m.gif) repeat-y; position:absolute; }
/*--------------topmenu----------------*/
#top_menu { float:left; width:985px; background:#FFFFFF; margin-top:0px;}
#top_menu .tob_tabmenu{
margin-top:2px;
height:30px;
border-bottom:3px #F2576B  solid;
background-image:url(images/veins1.gif); 
}
#top_menu .tob_tabmenu ul{
margin:0; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
#top_menu .tob_tabmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}
#top_menu .tob_tabmenu a{
float: left;
display: block;
font-size:1.1em;
font-weight:bold;
color: white;
text-decoration: none;
margin-right:3px; /*Margin between each menu item*/
padding-top:6px; padding-left:10px; padding-right:10px;
border-right:2px #FFFFFF solid;
}
#top_menu .tob_tabmenu a:hover{
color: #333333;
}
#top_menu .tob_tabmenu a.selected{ /*currently selected tab*/
color:#444444;
}
/* ----------------------------------------------------------------------------- */
/*------------------tab search --------------------------------------------*/
#tab_top_search
{
background:#FFF;
float:left;
height:38px;
padding:0px 0px 5px 0px;
text-align:center;
width:985px;
}
#tab_top_search .bg_center {float:left; height:37px; border-bottom:#F2576B 2px solid; background-color:#F2F2F2; width:985px;
}
#tab_top_search .line_s { padding-top:6px; font-size:12px; color:#F2576B; font-weight:bold; width:985px;}

