@charset "utf-8";


/******************************
Tag style
******************************/
body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #fff url(../img_bus/bg_body_yell_3.jpg) no-repeat center top;
}
img {
	border: 0;
}
h2 {
	color: #b8a03c;
	margin: 20px 10px 10px 0;
	font-size: 120%;
}
p {
	color: #6f6945;
	margin: 0 0 15px 0;
	font-size: 14px;
}
.tab_form td{
	height: 27px;
}

/******************************
Utils
******************************/
.evdita {
	font-style: italic;
	font-weight: bold;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
div.marginer10px {
	margin: 10px;
}
div.marginer20px {
	margin: 20px;
}
.m20pxTop {
	margin-top: 20px;
}
div.hr  {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	borde-bottom: 1px solid #ddd;
	clear: both;
}


/******************************
Layout
******************************/
div#container {
	background:transparent url(../img_bus/bg_container_yell.jpg) no-repeat scroll right 15px;
	left:50%;
	margin-left:-459px;
	overflow:hidden;
	padding-bottom:20px;
	position:relative;
	top:0;
	width:930px;
}
div#header {
	position: relative;
	padding: 0;
	top: 0;
	left: 50%;
	margin-left: -459px;
	width: 918px;
	height: 218px;
}
div#header a#logo {
	position: absolute;
	left: 15px;
	top: 49px;
}
div#header div#info {
	position: absolute;
	right: 85px;
	top: 31px;
	color: #d2c9ac;
}
div#header div#info a {
	color: #d2c9ac;
	text-decoration: none;
}
div#header div#info a:hover {
	text-decoration: underline;
	color: #fff;
}
div#header h1.titlepage {
	position: relative;
	color: #cc9;
	font-size: 120%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
div#header h1.titlepage span {
	position: absolute;
	top: 0;
	left: -9999em;
}


/******************************
Menu
******************************/
div#menu {
	height:42px;
	left:50%;
	margin-left:-451px;
	position:relative;
	top:0;
	width:926px;
}
div#menu ul {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 15px;
}
div#menu ul li {
	margin: 0;
	line-height: 42px;
	float: left;
	margin-right: 2px;
}
div#menu ul li a span {
	cursor: pointer;
}
div#menu ul li a span.sx {
	background: url(../img_bus/bg_li_sx_yell.png) no-repeat left top;
	width: 9px;
	float: left;
}
div#menu ul li a span.cnt {
	background: url(../img_bus/bg_li_cnt_yell.png) repeat-x left top;
	padding: 0 5px;
	float: left;
}
div#menu ul li a span.dx {
	background: url(../img_bus/bg_li_dx_yell.png) no-repeat left top;
	width: 9px;
	float: left;
}
div#menu ul li a:hover span.sx, div#menu ul li.selected a span.sx {
	background: url(../img_bus/bg_li_sx_yell_.png) no-repeat left top;
}
div#menu ul li a:hover span.cnt, div#menu ul li.selected a span.cnt {
	background: url(../img_bus/bg_li_cnt_yell_.png) repeat-x left top;
	color: #4d4f10;
}
div#menu ul li a:hover span.dx, div#menu ul li.selected a span.dx {
	background: url(../img_bus/bg_li_dx_yell_.png) no-repeat left top;
}
div#menu ul li:last-child  {
	margin-right: 0;
}
div#menu ul li a {
	color: #fff;
	text-decoration: none;
}
div#menu ul li.selected a {
	cursor: default;
}


/******************************
Content
******************************/
div#content {
	float:left;
/*left:50%;
margin-left:-450px;
margin-right:0;*/
left:0;
margin-left:10px;
margin-right:0;
margin-top:0;
overflow:hidden;
position:relative;
top:0;
width:900px;
}



/******************************
Left
******************************/
div#content div#left {
	position: relative;
	left: 10px;
	top: 0;
	margin-top: 10px;
	float: left;
	width: 596px;
	overflow: hidden;
	background: #fff;
	border: 2px solid #9c810f;
	padding: 10px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

div#content div#left #side_menu_cont {
	float: right;
	overflow: hidden;
	width: 125px;
	height: 440px;
	margin: 23px -10px 20px 20px;
}
div#content div#left #side_menu_cont h3 {
	color: #b8a03c;
	margin-bottom: 10px;
}
div#content div#left #side_menu_cont ul {
	font-size: 22px;
	list-style: inside;
	color: #a9d186;
	line-height: 13px;
}
div#content div#left #side_menu_cont ul li {
	padding-bottom: 1px;
}
div#content div#left #side_menu_cont ul li a {
	color: #886a08;
	text-decoration: none;
	font-size: 14px;
}
div#content div#left #side_menu_cont ul li a:hover {
	color: #4d4f10;
}

/******************************
Right
******************************/
div#content div#right {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	width: 254px;
	overflow: hidden;
	padding: 10px;
}

div#content div#right .banner {
	margin-bottom: 15px;
}



/******************************
footer
******************************/
#footer {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	clear:both;
	color:#777777;
	float:left;
	font-size:14px;
	left:10px;
	margin:60px 0 0;
	padding:10px;
	position:relative;
	width:900px;
}
#footer strong{
	font-size: 18px;
}
