a{
	background: url(../images/bg_a.png) repeat-x bottom;
	/* color: #966c09;
	*/
	color: #000000;
	display: inline;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
a#subscribe {
	background: url(../images/btn/bg_subscribe.png) no-repeat 0px 0px;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
	line-height: 26px;
	margin: 6px 10px 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 110px;
	z-index: 2;
}
a#subscribe:hover {
	background: url(../images/btn/bg_subscribe.png) no-repeat 0px -29px;
}
a:hover, #menu_secondary li a.underline {
	background: none;
	text-decoration: none;
}
body{
	background: #f5f5f5 url(../images/back_gradient.png) repeat-x fixed bottom;
	color: #000000;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 80%;
}
.alert_box_err{
	background: url(../images/user_alert/err.png) no-repeat 5px 5px;
	color: #CC0000;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 15px 0;
	min-height: 22px;
	padding: 5px 10px 5px 40px;
	border-bottom: 2px solid #f5f5f5;
}
.alert_box_info{
	background: #f5f5f5 url(../images/user_alert/info.png) no-repeat 5px 5px;
	color: #042733;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 15px 0;
	min-height: 22px;
	padding: 5px 10px 5px 40px;
}
.alert_box_ok{
	background: url(../images/user_alert/ok.png) no-repeat 5px 5px;
	color: #19341a;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 15px 0;
	min-height: 22px;
	padding: 5px 10px 5px 40px;
	border-bottom: 2px solid #f5f5f5;
}
h1{
	color: black;
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0 0 20px 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}
h2{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 15px 0;
}
h3{
	color: #000000;
	font: bold 16px/16px Arial, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}
h4{
	margin: 0;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: justify;
}
ul{
	margin-bottom: 0;
	padding-bottom: 15px;
}
ul.none{
	list-style: none;
}
.container{
	margin: 0 auto 0 auto;
	width: 970px;
}
.page_delimiter {
	padding: 0px 10px 0 10px;
}


#black{
	background: url(../images/black.png) no-repeat top;
	height: 35px;
	margin: 0;
}
#black .content{
	color: #f5f5f5;
	font-size: 11px;
	padding: 10px 20px 0 20px;
}
#black .content a{
	background: none;
}
#black_lt_shad{
	background: url(../images/lt_black.png) no-repeat left top;
	padding-left: 10px;
}
#black_rt_shad{
	background: url(../images/rt_black.png) no-repeat right top;
	padding-right: 10px;
}
#footer_apps {
	float: left;
	width: 320px;
}
#footer_apps ul li{
	display: inline;
	float: left;
	text-align: center;
	width: 77px;
}
#footer_apps ul li img {
	display: block;
	height: 57px;
	margin: 0 auto 5px auto;
	width: 57px;
}
#footer_apps ul, #last_event ul{
	border-top: 0px solid #6c4900;
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}
#last_event{
	display: inline;
	float: right;
	width: 550px;
}
#last_event .date{
	background: url(../images/event_date.png) #f3f3f3 no-repeat top;
	display: inline;
	float: left;
	height: 56px;
	margin: 0;
	text-align: center;
	width: 34px;
}
#last_event .date .day{
	color: #b22222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 3px;
	padding-bottom: 1px;
	padding-top: 5px;
}
#last_event .date .month, #last_event .date .year{
	color: #000000;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0 0 2px 0;
	text-transform: uppercase;
}
#last_event .event{
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	width: 490px;
}
#last_event .event h4 {
	color: #000000;
	font: bold 15px/15px Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}
#last_event .event p{
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#last_event li{
	border-bottom: 0;
	margin: 0;
	padding: 0 0 0 0;
}

#main_menu ul {
	background: url(../images/bg_mm.png) repeat-x bottom;
	display: block;
	font-family: Arial, sans-serif;
	height: 47px;
	list-style: none;
	margin: -35px 10px 0 10px;
	padding: 0 0 0 10px;
	z-index: 100;
}
#main_menu ul li{
	float: left;
	height: 39px;
	margin: 0 1px 0 0;
	padding: 0;	
}
#main_menu ul li a {
	background: url(../images/bg_item_inactive.png) no-repeat left top;
	color: #333333;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 45px;
	margin: 0;
	padding: 0px 0 0 15px;
	text-decoration: none;
	white-space: nowrap;
}
#main_menu ul li a b{
	background: url(../images/bg_item_inactive.png) no-repeat right top;
	display: block;
	height: 39px;
	margin: 0;
	padding: 0 15px 0 0;
}
#main_menu ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#main_menu ul li.active a{
	background: url(../images/bg_item_active.png) no-repeat 0 0;
	padding: 0 0 0 17px;
	line-height: 37px;
}
#main_menu ul li.active a b{
	background: url(../images/bg_item_active.png) no-repeat right top;
	display: block;
	height: 39px;
	margin: 0;
	padding: 0 19px 0 0;
}
#main_menu ul li.active a:hover{
	color: #000000;
	text-decoration: none;
}
#middle{
	background: url(../images/bg_content_shad.png)  repeat-x bottom;
	clear: both;
	margin: 0;
	padding: 0 0 2px 0;
	width: 100%;
}
#layout_with_left_column{
	background: url(../images/bg_content_2_columns.png) repeat-y left top;
	margin: 0;
	padding: 0;
	width: 100%;
}
#layout_with_left_column .lt_column{
	float: left;
	width: 230px;
}
#layout_with_left_column .lt_column .inner{
	padding: 40px 14px 50px 10px;
}
#layout_with_left_column .lt_column .inner h3 {
	border-bottom: 1px solid #333333;
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
}
#layout_with_left_column .lt_column .inner ul{
	list-style: none;
	margin: 16px 0 0 0;
	padding: 0;
}
#layout_with_left_column .lt_column .inner ul li{
	background: url(../images/grey_bullet.png) no-repeat right;
	color: #333333;
	line-height: 13px;
	margin-bottom: 8px;
	width: 95%;
}
#layout_with_left_column .lt_column .inner ul li a{
	background: url(../images/grey_bullet.png) no-repeat right;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#layout_with_left_column .lt_column .inner ul li a.active{
	background: url(../images/blue_bullet.png) no-repeat right;
	color: #33b6f3;
	display: block;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#layout_with_left_column .lt_column .inner ul li a:hover, #layout_with_left_column .lt_column .inner ul li a.selected:hover{
	background: url(../images/blue_bullet.png) no-repeat right;
	color: #33b6f3;
	text-decoration: underline;
}
#layout_with_left_column .rt_column{
	float: right;
	width: 715px;
}
#middle .content{
	line-height: 18px;
	margin: 0;
	padding: 15px 15px 15px 15px;
}
#layout_with_right_column .l_side {
	float: left;
	margin: 0;
	padding: 0;
	width: 650px;
}
#layout_with_right_column .r_side {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}
#mirror_efect{
	background: url(../images/mirror_efect.png);
	height: 22px;
	margin: 2px 10px 5px; 10px;
	padding: 0;
}
#orange{
	background: url(../images/orange.jpg) #ffc651 no-repeat top;
	display: block;
	height: 150px;
	margin: 0;
}
#orange .content{
	padding: 10px 15px 0 15px;
}
#orange a {
	background: none;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
#orange a.title{
	background: none;
	border-bottom: 1px solid #fed595;
	border-left: 1px solid #946522;
	border-right: 1px solid #fed595;
	border-top: 1px solid #946522;
	color: #422d11;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 0;
	padding: 2px 140px 2px 5px;
}
#orange a.title:hover {
	text-decoration: none;
}
#page_shad{
	background: url(../images/bg_page.png) repeat-y top;
	clear: both;
	margin: 0;
	padding: 0 10px 0 10px;
}
#sub_menu{
	display: inline;
	float: left;
	font-family: Verdana, sans-serif;
	margin: 0 0 0 25px;
	padding: 0;
}
#sub_menu ul li a{
	background: none;
	color: #333333;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	padding: 2px;
}
#sub_menu ul li a:hover{
color: black;
text-decoration: underline;
}
#sub_menu ul li a.active{
	text-decoration: underline;
}
#sub_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub_menu ul li{
	float: left;
	height: 27px;
	list-style: none;
	background: url(../images/sec_sp.png) no-repeat right top;
	margin: 0 15px 0 0;
	padding: 0 17px 0 0;
}
#sub_menu ul li.last{
	background: none;
}

#header_ad{
	background: url(../images/bg_announce.png) repeat-x top;
	height: 34px;
}
#header_ad .text{
	color: #7c8687;
	padding: 7px 25px 0 25px;
}
#header_ad .text a{
	background: none;
	color: #b0b0b0;
}
#header_ad .text a:hover{
	color: #9c9c9c;
	text-decoration: none;
}
#header #languages{
	float: right;
	height: 27px;
	margin-top: 10px;
}
#header #languages img {
	display: block;
	float: left;
	margin-top: 4px;
	padding-left: 5px;
}
#header #logo{
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}
#header #logo a{
	background: none;
}
#header #mobile_v{
	clear: right;
	float: right;
	margin-top: 10px;
	text-align: right;
	background: url(../images/mobile_v.png) no-repeat bottom left;
	color: #666666;
	display: inline;
	font-weight: normal;
	height: 15px;
	line-height: 17px;
	padding-left: 18px;
}
#header #mobile_v a{
color: #c13131;
font-weight: bold;
}
#header #logo .sub_logo{
	color: #333333;
	font: 11px Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
#header{
	border-top: 2px solid #e1e1e1;
	margin: 0;
	padding: 0;
	height: 100px;
}
#header #client_area{
	background: url(../images/bg_client_area.png) repeat-x top;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	float: right;
	height: 24px;
}
#header #client_area .inner {
	padding: 4px 4px 0 4px;
}
#header #client_area .inner a{
	background: none;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin-top: 2px;
	color: #363636;
}
#header #client_area .inner a:hover{
	color: #CC0000;
}
#header #client_area .inner a.client{
	background: url(../images/s_client.png) no-repeat left;
	padding-left: 18px;
	padding-right: 8px;
	border-right: 1px solid #696969;
}
#header #client_area .inner a.feedback{
	padding-left: 8px;
	border-left: 1px solid #ffffff;
}
#user_bar{
	background: url(../images/bg_sm.png) repeat-x top;
	display: inline;
	float: left;
	height: 27px;
	padding: 0;
	width: 950px;
}
#user_bar #search_form{
	display: inline;
	float: right;
	line-height: 13px;
	margin-right: 2px;
}
#user_bar #search_form form{
	margin: 3px 0 0 0;
	padding: 0;
}
#user_bar #search_form form input{
	background: #fbfbfb;
	border: 1px solid #939393;
	color: #333333;
	font: 13px Arial, sans-serif;
	height: 16px;
	margin: 0;
}
#user_bar_lt_shad{
	background: url(../images/lt_sm.png) no-repeat left top;
	display: block;
	float: left;
	height: 27px;
	width: 10px;
}
#user_bar_rt_shad{
	background: url(../images/rt_sm.png) no-repeat right top;
	display: block;
	float: left;
	height: 27px;
	width: 10px;
}
a, img {
	outline: none;
}
.clr{
	clear: both;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.flt {
	float: left;
}
.flr {
	float: right;
}
.none{
	list-style: none;
}
.to_lt{
	text-align: left;
}
.to_rt{
	text-align: right;
}
.user_alert_err img, .user_alert_info img, .user_alert_ok img {
	float: left;
	display: block;
	padding: 0;
	margin: 0 15px 0 0;
}
.user_alert_err{
	background: #fff1c4;
	border: 1px solid #b35109;
	color: #550000;
	margin: 0 0 15px 0;
	padding: 3px 10px 3px 10px;
}
.user_alert_info{
	background: #f5fcfc;
	border: 1px solid #52c6f2;
	margin: 0 0 15px 0;
	padding: 3px 10px 3px 10px;
	color: #042733;
}
.user_alert_ok{
	background: #edf8ec;
	border: 1px solid #448844;
	color: #19341a;
	margin: 0 0 15px 0;
	padding: 3px 10px 3px 10px;
}
.print{
	border: 1px solid green;
	background: #f5fffa;
	font: monospace;
	margin-bottom: 5px;
}
.type{
	border: 1px solid red;
	background: #f5fffa;
	font: monospace;
	margin-bottom: 5px;
}
.print pre, .type pre {
	padding: 5px;
	margin: 0;
}
form .cell{
	display: block;
	float: left;
	width: 33%;
}
form .header{
	padding: 0 0 10px 0;
}
form .row{
	display: block;
	width: 100%;
}
form .row_space{
	clear: both;
	padding-top: 7px;
}
form input.button{
	background: url(../images/bg_form_button.png) repeat-x bottom;
	border-bottom: 2px solid #258fb6;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #258fb6;
	border-top: 1px solid #dcdcdc;
	cursor: pointer;
	display: block;
	font: bold 13px Arial,sans-serif;
	line-height: 15px;
	margin: 0;
	outline: none;
	padding: 3px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
}
form input.text{
	background: url(../images/bg_form_input.png) #ffffff repeat-x top;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #747474;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #747474;
	font: normal 13px Arial,sans-serif;
	height: 16px;
	margin: 0;
	padding: 2px 2px;
	width: 90%;
}
form input.text_err{
	background: url(../images/bg_form_input.png) #ffffff repeat-x top;
	border-bottom: 1px solid #e3a6a6;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #e3a6a6;
	border-top: 1px solid #cc0000;
	font: normal 13px Arial,sans-serif;
	height: 16px;
	margin: 0;
	padding: 2px 2px;
	width: 90%;
}
form label, form label.text{
	color: #535353;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 1px 0;
}
form label.text_err{
	color: #cc0000;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 0 0 1px 0;
}
form select.text{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #747474;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #747474;
	font: normal 13px Arial,sans-serif;
	height: 20px;
	width: 99%
}
form select.text_err{
	border-bottom: 1px solid #e3a6a6;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #e3a6a6;
	border-top: 1px solid #cc0000;
	font: normal 13px Arial,sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 0;
	width: 99%
}
form textarea.text{
	background: #ffffff;
	background: url(../images/bg_form_input.png) #ffffff repeat-x top;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #747474;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #747474;
	font: normal 13px/18px Arial,sans-serif;
	padding: 2px 2px;
	width: 90%;
	height: 6em;
}
form textarea.text_err{
	background: #ffffff;
	background: url(../images/bg_form_input.png) #ffffff repeat-x top;
	border-bottom: 1px solid #e3a6a6;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #e3a6a6;
	border-top: 1px solid #cc0000;
	font: normal 13px/18px Arial,sans-serif;
	padding: 2px 2px;
	width: 90%;
	height: 6em;
}

.lt_col{
	float: left;
	width: 49%;
}
.rt_col{
	float: right;
	width: 49%;
}
