@charset "utf-8";
html{}

html, body{
	width: 100%;
 	height: 100%;
	padding:0px;
	margin:0px;
	color:#ECECEC;
	background-color: #2d2d2d;
	/*-webkit-text-size-adjust:none !important; */
}
/* -- Martin -- */
body {
	visibility:hidden;
}
body.visible {
	visibility:visible;
}
/* -- ended -- */

ol, ul {list-style: none;}
div,img , ol, ul, h1, h2, h3, h4, h5, h6, p, form{
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper{
	width:100%;
	height:100%;
	min-width:950px;
	min-height: 100%; 
}

/*************** HEADER ZONE ***************/
#header_zone_wrap{
	height:80px;
	width:100%;
	background-color: #404040;
}
#header_zone_wrap .header_zone{
	height:80px;
	width:950px;
	margin:0 auto;
	padding: 0px 0 0 0;
	position: relative;
}
#header_zone_wrap .specialist_logo {
	width: 200px;
	height:80px;
	float:left;
}
#header_zone_wrap .toolbar {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 3;

}
#header_zone_wrap .toolbar a {
    color: #AFAFAF;
    text-decoration: none;
}
#header_zone_wrap .toolbar a:hover {
	text-decoration: underline;
}
#header_zone_wrap .toolbar li{
	float:left;
	position:relative;
	padding-bottom:5px;
}
#header_zone_wrap .toolbar li.info{
	color:#c9c9c9;
}
#header_zone_wrap .toolbar li.login a {
	color: #FF0000;
	text-transform: uppercase;
}
#header_zone_wrap .toolbar li.lang { 

}
#header_zone_wrap .toolbar li.lang a{
	padding-right:15px;
	background-image: url(../images/bullet_arrow_r2.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#header_zone_wrap .toolbar li.lang li a{
	padding:0px;
	background-image: none;
}
#header_zone_wrap .toolbar li.divider {
	height: 24px;
	width: 21px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/toolbar_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_zone_wrap .toolbar li.large {margin-right:-3px;}
#header_zone_wrap .toolbar li.small a, 
#header_zone_wrap .toolbar li.middle a, 
#header_zone_wrap .toolbar li.large a {
    height: 15px;
    width: 20px;
	margin-top:-1px;
    background: url("../images/btn_aaa.png") no-repeat scroll 0 0 transparent;
    display: block;
}
#header_zone_wrap .toolbar li.small a { background-position: 0 0; }
#header_zone_wrap .toolbar li.middle a { background-position: -20px 0px; } 
#header_zone_wrap .toolbar li.large a { background-position: -40px 0px; }

#header_zone_wrap .toolbar li.small a:hover, 
#header_zone_wrap .toolbar li.small a.selected {
    background-position: 0 -15px;
}
#header_zone_wrap .toolbar li.middle a:hover, 
#header_zone_wrap .toolbar li.middle a.selected {
    background-position: -20px -15px;
}
#header_zone_wrap .toolbar li.large a:hover, 
#header_zone_wrap .toolbar li.large a.selected {
    background-position: -40px -15px;
}


/* Language pupup */
.pulldown_opts {
    display: none;
    position: absolute;
    right: 0;
    top: 34px;
}
li.shown .pulldown_opts {
	display:block;
}
.pulldown_opts ul {
    border-bottom: 1px solid #D9251A;
    float: none !important;
}
.pulldown_opts ul li {
    background-color: #4C4C4C;
    display: block;
    float: none !important;
    height: auto !important;
    padding-right: 8px;
    position: relative;
    text-align: center;
}
.pulldown_opts ul li:hover {
    background-color: #604647;
}
.pulldown_opts a {
    background: url("../images/bullet_arrow_r1.gif") no-repeat scroll 100% -789px transparent !important;
    color: #FD8181 !important;
    display: inline-block !important;
    float: none !important;
    outline: medium none;
    padding: 6px 10px 6px 8px !important;
}
.pulldown_opts a:hover {
    background: url("../images/bullet_arrow_r3.gif") no-repeat scroll 100% -789px transparent !important;
    color: #D9251A !important;
    text-decoration: none;
}
#header_zone_wrap .pulldown_opts {
    right: 0; 
    width: 270px;
    padding: 0 5px;
    top: 15px;
/*	left: 0; 
    width: 100%; */
    z-index: 100;
}
#header_zone_wrap .pulldown_opts ul {
    border: 0 none !important;
/*	left: -10px; */
    position: absolute;
    width: 100%;
}
#header_zone_wrap .pulldown_opts ul li {
    height: 25px !important;
    padding: 0 !important;
    vertical-align: top !important;
}
#header_zone_wrap .pulldown_opts ul li:hover {
    background-color: #AA2D25;
}
#header_zone_wrap .pulldown_opts a {
    background: none repeat scroll 0 0 transparent !important;
    color: #CCCCCC !important;
    padding: 5px 0 !important;
    text-decoration: none;
    z-index: 100 !important;
}



/*************** FOOTER ***************/
#footer_wrap{ 
	width:100%;
}
#footer_wrap .footer {
	width:950px;
	margin:0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1.7em;
    color: #ABABAB;
}
#footer_wrap .footer_left a {
    color: #ABABAB;
    text-decoration: none;
	font-weight: bold;
}
#footer_wrap .footer_left a:hover {
    text-decoration: underline;
}
#footer_wrap .footer_left {
	width:470px;
	float:left;
    text-align: left;
}
#footer_wrap .footer_left .divider {
    padding: 0 4px;
	font-weight: normal;
}
#footer_wrap .footer_right {
/*    margin-top: 0.6em; */
	float: right;
	width:480px;
    text-align: right;
}
#footer_wrap .footer_right a{
	margin-left:10px;  
}
ul#footer_bar {
    margin-bottom: 0;
}
ul#footer_bar ul {
    display: inline;
}
ul#footer_bar li {
    float: left;
}

.social {padding-bottom: 4px; padding-top: 10px;}
.social a {padding-right: 10px;}

/*************** MIDDLE ZONE ***************/
#middle_zone_wrap{
	width:100%;
	background-color:#383838;
	padding: 0px;
	zoom: 1; /* IE6&7 */
}
#middle_zone_wrap .middle_zone{
	width:950px;
	margin:0 auto;
	position:relative;
	background:url(../images/middle_left_bg.jpg) repeat-y 160px top;
}
#middle_zone_wrap .full_width {
	background:none;
}

.middle_left {
	width:210px;
	float:left;
	/*
	background-image: url(../images/middle_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	*/
}
.middle_right {
	width:740px;
	float:left;	
	position: relative;
	background-color:#565656;	
}
.page_title {
	height:131px;
	padding:0 0 9px 0;
	width:100%;
	vertical-align: bottom;
    display: table-cell;
}
.leftnav_wrap{
	width:100%;
	padding:0 0 20px 0;
}
/*
.promo_ad_wrap {
	padding:0 0 25px 0;
}
*/
.promo_ad_wrap a{
	height:53px;
	display:block;
	margin-bottom:5px;
}

.banner {
	width:740px;
	height:140px;
	margin-top:-2px;
	border-top: 2px solid #c81768;	
}
#breadcrumb {
	height:19px;
	padding: 11px 50px 0 20px;
	background-image: url(../images/breadcrumb_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
#breadcrumb a {
	color:#999999;
	background-image: url(../images/breadcrumb_arrow.gif);
}
#breadcrumb a:hover,
#breadcrumb span {
	color:#cccccc;
	background-image: url(../images/breadcrumb_arrow_selected.gif);
}
#breadcrumb a,
#breadcrumb a:hover,
#breadcrumb span {
	padding: 0 12px 0 10px;
	display:block;
	text-decoration:none;
	float:left;
	background-repeat: no-repeat;
	background-position: left 5px;	
}

#content {
	min-height: 440px;
	padding: 15px 0px 70px 0px;
	position: relative;
}
#content .color_zone{
	padding: 15px 20px 15px 20px;
	margin-bottom:15px;
	background-color: #3e3e3e;
}
#content .color_zone p.last {
	padding-bottom: 0px;
}

.middle_right #content {
	padding: 15px 20px 70px 20px;
	color: #cccccc;
	background-color:#565656;
/* 	min-height:400px; */
	overflow:hidden;
}

.backtop_wrap {
	width:100%;
	height:30px;
	position: absolute;
	bottom:0;
	right:0;
	z-index:5;
}

.btn_wrap {padding: 15px 0 0 0; }
.btn_wrap .hr {margin: 0px 0 15px 0;}
.clear {
	width:100%;
	display:block;
	height:1px;
	float:left;
	clear:both;
	margin-bottom:5px;
}







