@font-face{ 
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, #container {
  height: 100%;
  max-width: 1184px;
  min-width: 960px;
  font: 14px/1em Open sans, Geneva, Arial, sans-serif;
  color: #444;
  margin: 0 auto;
}
body {
  background-color: #f1f1f1; 
}
#container {
	height:auto !important;
	min-height:100%;
	box-shadow: 0 0 6px 3px #D1D1D1;
	background: #fff;
}
#content_container{
	margin: 0;
}
#inner_content{
	overflow:auto;
}
label a{
	text-decoration:none;
	font-weight:700;
	color:#282828;
}
label a:hover{
	text-decoration:underline;
	font-weight:700;
	color:#f39300;
}

#overlay {
	display: none;
	z-index: 2;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

#wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	padding-left:24px;
}

/* ---------------------------------------------- Header  ----------------------------------------------------------------- */
#header{
	margin:0 auto;
	width:100%;
	height:60px;
}
#logo{
	float:left;
	width:189px;
	height:30px;
	margin:15px 0 0 15px;
}

/* ---------------------------------------------- Top Navi  ----------------------------------------------------------------- */
.zx_top_nav{
	float:right;
	margin:0;
	z-index:999999;
}
.zx_top_nav_menu{
	width:100%;
	margin:0;
	padding:0px;
	list-style:none;
	height:60px;
	line-height:60px;
}
.zx_top_nav_menu li{
	float: left;
	padding: 0;
	position: relative;
	height:60px;
	line-height:60px;
}
.zx_top_nav_menu li img{
	padding:0 5px;
}

.zx_top_nav_menu a{
	height: 60px;
	padding:0 10px;
	color: #282828;
	font-family: "DINzanoxWebPro-Medium", "Arial Black", Arial, sans-serif;
	font-size: 0.9em;
	vertical-align: baseline;
	text-decoration: none;
	line-height:60px;
}

.zx_top_nav_menu li:hover > a{
	cursor: pointer;
	}
.zx_top_nav_menu ul li:hover > a{
	color: #f39300;
	background:none;
	padding-bottom:1px !important;
	}
 /* IE6 */
*html .zx_top_nav_menu li a:hover{color: #f39300;}

.zx_top_nav_menu li:hover > ul{display: block;}

/* Sub-zx_top_nav_menu */
.zx_top_nav_menu ul{
	padding: 0 10px 10px 0; 
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 66666;
	background: #fff;
	-moz-box-shadow: 0px 3px 5px -2px #888888;
	-webkit-box-shadow: 0px 3px 5px -2px #888888;
	box-shadow: 0px 3px 5px -2px #888888;
}
.zx_top_nav_menu ul li{
	display: block;
	width:100%;
	font: bold 12px/18px Arial, Helvetica;
	color:#444;
	height:auto;
}
.zx_top_nav_menu ul li p{
	line-height:0.5;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom:0px;
}

.zx_top_nav_menu ul a{
	padding: 1px 10px 1px 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font: 11px/18px Arial, Helvetica;
	color:#444;
	background: #fff;

}
/* IE6 */
*html .zx_top_nav_menu ul a{height: 10px;width: 150px;}
/* IE7 */ 
*:first-child+html .zx_top_nav_menu ul a{height: 10px;width: 150px;}

.zx_top_nav_menu ul a:hover{
	color:#ff9900;
}
.left_row{
	float:left;
	width:150px;
}
.right_row{
	width:150px;
	border:0;
	
}

/* Clear floated elements */
.zx_top_nav_menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .zx_top_nav_menu             { zoom: 1; } /* IE6 */
*:first-child+html .zx_top_nav_menu { zoom: 1; } /* IE7 */

.span_topnav{
	padding:0 10px 0 0;
	font-size:10px;
}
/* -------------------------------- MAIN Navigation ------------------------------------------------------------ */
#menu_container{
	margin: 0 auto;
	width:100%;
	line-height:37px;
}
.zx_main_menu{
	width:100%;
	margin:0 auto;
	padding:0px;
	list-style:none;
	background: #c9c9c9;
	background: -moz-linear-gradient(top,#c9c9c9 0%,#9d9d9d 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c9c9c9),color-stop(100%,#9d9d9d));
	background: -webkit-linear-gradient(top,#c9c9c9 0%,#9d9d9d 100%);
	background: -o-linear-gradient(top,#c9c9c9 0%,#9d9d9d 100%);
	background: -ms-linear-gradient(top,#c9c9c9 0%,#9d9d9d 100%);
	background: linear-gradient(top,#c9c9c9 0%,#9d9d9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9c9c9,endColorstr=#9d9d9d);
	height: 29px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #8e8e8e;
	height:37px;
	line-height:37px;
}
.zx_main_menu li{
	float: left;
	padding: 0;
	position: relative;
	height:37px;
	line-height:37px;
}

.zx_main_menu li.mainnav{
	border-right: 1px solid #9d9d9d;
	border-left: 1px solid #c9c9c9;
}

.zx_main_menu li.mainnav:hover{
	background:#ef993d;
}

.zx_main_menu li table{
	line-height:1.5;
	margin-top:10px;
}

.zx_main_menu li table h4{
	padding-bottom:10px;
}

.zx_main_menu a{
	height: 37px;
	padding:0 10px;
	color: #fff;
	font-family: "DINzanoxWebPro-Medium", "Arial Black", Arial, sans-serif;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	line-height:37px;
}
.zx_main_menu li:last-child{float:right;}
.help_class{background:#363636;}
.zx_main_menu li.mainnav.selected{
	color: #fff;
	background: #f6c28b;
	background: -moz-linear-gradient(top,#f6c28b 0%,#ef993d 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6c28b),color-stop(100%,#ef993d));
	background: -webkit-linear-gradient(top,#f6c28b 0%,#ef993d 100%);
	background: -o-linear-gradient(top,#f6c28b 0%,#ef993d 100%);
	background: -ms-linear-gradient(top,#f6c28b 0%,#ef993d 100%);
	background: linear-gradient(top,#f6c28b 0%,#ef993d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6c28b,endColorstr=#ef993d);
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

.zx_main_menu li:hover > a{
	cursor: pointer;
	background:none;
	color:#fff;
	}

.zx_main_menu li:last-child:hover > a{
	color: #f39300;
	background:none;
	}
.zx_main_menu ul li:hover > a{
	color: #f39300;
	text-decoration:none;
	}
 /* IE6 */
*html .zx_main_menu li a:hover{color: #f39300;}

.zx_main_menu li:hover > ul{display: block;}

/* Sub-zx_main_menu */
.zx_main_menu ul{
	padding: 0 10px 10px 0; 
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 66666;
	background: #fff;
	border:0;
	-moz-box-shadow: 0px 3px 5px -2px #888888;
	-webkit-box-shadow: 0px 3px 5px -2px #888888;
	box-shadow: 0px 3px 5px -2px #888888;
}
.zx_main_menu ul li{
	display: block;
	width:100%;
	font: bold 12px/18px Arial, Helvetica;
	color:#444;
	height:auto;
}
.zx_main_menu ul li p{
	line-height:0.5;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom:0px;
}

.zx_main_menu ul a{
	padding: 3px 10px 1px 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font: 11px/18px Arial, Helvetica;
	color:#282828;
	background: #fff;

}
/* IE6 */
*html .zx_main_menu ul a{height: 10px;width: 150px;}
/* IE7 */ 
*:first-child+html .zx_main_menu ul a{height: 10px;width: 150px;}

.zx_main_menu ul a:hover{
	color:#f39300 !important;
	text-decoration:none;
}
.selected{
	background:#ef993d;
}
h4{
	margin:0 0 0 10px;
	white-space: nowrap;
	float:left;
}
.left_row{
	float:left;
	width:150px;
}
.right_row{
	width:150px;
	border:0;
	
}

/* Clear floated elements */
.zx_main_menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .zx_main_menu             { zoom: 1; } /* IE6 */
*:first-child+html .zx_main_menu { zoom: 1; } /* IE7 */

#breadcrumb{
	background-color: #f5f5f5;
	width: 100%;
	font-size: 0.8em;
	float: left;
}
#breadcrumb p{
	padding-left:10px;
}
.clearfix{
	clear:both;
}

.wrapper{
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	}

.wrapper section{
	float:left;
	padding-right:30px;
}
.wrapper h2{
	font-size:12px;
}

.mp-panel {
  border: 1px solid #d3d3d3;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}
.mp-panel-header-gradient {
   background-color: #faa732;
	*background-color: #e6e5e5 ;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e5e5 );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e5e5 ));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e5e5 );
	background-image: -o-linear-gradient(top, #ffffff, #e6e5e5 );
	background-image: linear-gradient(to bottom, #ffffff, #e6e5e5 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e5e5');
	background-repeat: repeat-x;
    border-bottom:1px solid #ddd;
	border-left:0px;
	border-right:0px;
	border-top:0px;
    font-size: 14px;
    font-weight: bold;
	padding:10px;
	text-align:left;
}
.mp-panel-header-gradient2 {
   background-color: #faa732;
	*background-color: #e6e5e5 ;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e5e5 );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e5e5 ));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e5e5 );
	background-image: -o-linear-gradient(top, #ffffff, #e6e5e5 );
	background-image: linear-gradient(to bottom, #ffffff, #e6e5e5 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e5e5');
	background-repeat: repeat-x;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    font-weight: bold;
	padding:10px;
	text-align:left;
	margin-bottom:20px;
}
.inner_wrapper{
	background:#f1f1f1;
	float:left;
	width:100%;
	text-align:center;
}
.inner_wrapper2{
	background:#fff;
	float:left;
	width:100%;

}
.inner_wrapper img{
	max-width:100%;
}
#banner{
	float:left;
	margin:10px;
}
#rss{
	margin:30px 10px 10px 10px;
	text-align:left;
}
#rss a{
	color:#f39300;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
#rss a:hover{
	color:#282828;
	font-weight:bold;
	text-decoration:underline;
}
#rss p{
	color:#282828;
	font-style:normal;
	font-size:12px;
	margin-bottom:25px;
}

.span_1{
	width:70%;
	float:left;
	margin-top:20px;
	margin-left:5px;
}
.span_2{
	width:28%;
	float:right;
	margin-top:20px;
	margin-right:5px;
}

.span_3{
	width:99%;
	float:right;
	margin-top:20px;
	margin-right:5px;
	margin-left:5px;
}
.topnav tr{
	background:transparent;
	}
	
table{
	width:100%;
}

#table_xxx td {
	padding:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
	font-weight:bold;
}
.fun_finder{
	width:100%;
	background:#FFF5E5;
	border:1px solid #ddd;
	margin-bottom:20px;
}
.fun_finder div{
	padding:10px;
}
#table_xxx tbody tr:nth-child(odd) {
   background-color: #f1f1f1;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  *margin-left: .3em;
  font-size: 12px;
  font-weight:bold;
  line-height: 15px;
  color: #fff;
  text-align: center;
  text-decoration:none !important;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #4A66AB; ;
  *background-color: #4A66AB; ;
  #gradient > .vertical(#4A66AB, #6587C3);
  border: 1px solid #1D396B;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #6587C3;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.span_4{
	float:left;
	width:22%;
	margin-left:10px;
	margin-top:20px;
	height: 880px;
}
.span_5{
	float:right;
	width:75%;
	margin-right:10px;
}
.left1{
	width:100%;
	border:1px solid #ddd;
	background:#f1f1f1;
	margin:0 auto;
	text-align:center;
}
.left2{
	width:100%;
	border:1px solid #ddd;
	background:#FFF5E5;
	color:#f39300;
	font-size:24px;
	font-weight:600;
}
.left2 p{
	padding-left:10px;
}
.left3{
	margin-top:20px;
	width:100%;
	border:1px solid #ddd;
	background:#f1f1f1;
}
.left3 p{
	margin:0;
	background:#E5E5E5;
	color:#282828;
	font-size:16px;
	font-weight:600;
	padding:10px;
}
.right1{
	background:#EAEFF5;
	border:1px solid #99B2CC;
	border-radius: 5px;
	width:98%;
	height:160px;
	padding:10px;
}
.right1_l{
	color:#336699;
	width:50%;
	float:left;
}
.right1_r{
	color:#336699;
	width:50%;
	float:left;
	line-height:2;
}
.right1_r img{
	
}

.filter{
	margin-left:-30px;
	padding:5px;
	text-align:left;
	margin-top: 10px;
margin-bottom: 10px;
	}
	
.filter ul{
	list-style:none;
}
.filter li{
	height:25px;
}

.filter li a{
	text-decoration:none;
	color:#282828;
	font-weight:700;
}

.filter li a:hover{
	text-decoration:none;
	color:#f39300;
	font-weight:700;
}
.activated a{
	color:#f39300 !important;
	font-weight:700;
}
.zx-border{
	border: 1px solid #ddd!important;
}
.pix_box{
	float:left;
	width:140px;
	height:200px;
	margin-right:15px;
	color:#f39300;
	font-weight:700;
	font-size:16px;
	line-height:1.2;
}
.special-width{
	width:99% !important;
}










