html, body { width: 100%; height: 100%; }

html, body, form { padding: 0; margin: 0; }
body { background: #E3E7E8 url(img/page_bg.png) left top repeat-x; }
img { border: 0 none #000; }

* { font-family: arial, sans-serif; }

h4 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-top: 4px;
}

#header { background: url(img/hdr_back_01.gif) top repeat-x; }

#header_menu {
	background: url(img/hdr_back_02.jpg) right top no-repeat;
	height: 115px;
	width: 100%;
	position: relative;
}

#header_menu_content { width: 929px; height: 115px; }

.header_menu_list {
	position: absolute;
	left: 250px;
	top: 60px;
	bottom: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.header_menu_list li {
	padding: 0;
	margin: 0 2px;
	float: left;
	font-size: 26px;
	color: #FFF;
}
.header_menu_list a {
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 4px;
	font-size: 26px;
}

.header_menu_list a.active {
	text-decoration: underline;
	color: #00E4FF;
}

.header_menu_list a:hover {
	text-decoration: none;
	background-color: #08C6DB;
	color: #FFF;
}

.central_container { margin: 0 auto; position: relative; }
.full_width { width: 929px; }

#logo {
	position: absolute;
	left: 0;
	top: 34px;
	display: block;
	width: 242px;
	height: 75px;
	background: url(img/logo.gif) no-repeat;
}

#main_menu {
	background: url(img/main_menu_back_01.png) repeat-x;
	height: 28px;
	width: 100%;
	position: relative;
}

#main_menu_content {
	width: 929px;
	position: relative;
}

.main_menu_list {
	height: 27px;
}

.main_menu_list td {
	height: 27px;
	position: relative;
	padding: 0 2px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

.main_menu_list a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 27px;
	font-family: verdana, sans-serif;
	height: 27px;
}

.main_menu_list a.active { /*background: url(img/main_menu_active.gif);*/ }
.main_menu_list a:hover { text-decoration: underline; }

.lang_select { color: #FFF; font-size: 11px; position: absolute; top: 10px; right: 15px; }
.lang_select a { text-decoration: none; color: #FFF; font-weight: normal; font-size: 11px; }
.lang_select a:hover { text-decoration: underline; }

a.noul { text-decoration: none; }
a.noul:hover { text-decoration: underline; }

.type1 { color: #FFF; }

#separator { width: 100%; height: 5px; }

#content_holder {
	width: 929px;
	margin: 0 auto;
}

.content_shrink {
	width: 673px;
	margin-right: 6px;
	float: left;
}

#widget_panel {
	position: relative;
	width: 250px;
	float: left;
}

.block { margin-bottom: 5px; position: relative; }

#game_selector { width: 244px; height: 256px; float: left; margin-right: 7px; }
#game_selectorX ul {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	width: 200px; height: 220px;
	overflow: auto;
	margin: 0;
}
#game_selectorX li {
	padding-bottom: 4px;
	border-bottom: 1px solid #666;
	margin-bottom: 4px;
}
#game_selectorX a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#flashcontent { width: 422px; height: 256px; float: left; }

.featured_game {
	width: 222px;
	float: left;
	margin-left: 2px;
	margin-bottom: 4px;
	position: relative;
}
/*.featured_game .preview { border: 1px solid #1B1D1F; }*/

h2 {
	background: url(img/h2_back.gif) repeat-x;
	margin: 0 5px 2px 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	padding: 4px 0 0 20px;
	height: 18px;
	text-transform: uppercase;
}
h2 .left {
	position: absolute;
	left: -5px;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h2_left.gif) repeat-x;
}
h2 .right {
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h2_right.gif) repeat-x;
}

h2 a {
	display: block;
	position: absolute;
	top: 4px;
	right: 7px;
	padding-right: 17px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
h2 a:hover { text-decoration: none; }

h3 {
	background: url(img/h3_back.gif) repeat-x;
	margin: 0 5px 2px 5px;
	color: #182628;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	padding: 4px 0 0 20px;
	height: 18px;
	text-transform: uppercase;
}
h3 .left {
	position: absolute;
	left: -5px;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h3_left.gif) repeat-x;
}
h3 .right {
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h3_right.gif) repeat-x;
}
h3 a {
	display: block;
	position: absolute;
	top: 4px;
	right: 7px;
	padding-right: 17px;
	background: url(img/double_arrow.gif) right 2px no-repeat;
	color: #22394F;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
h3 a:hover { text-decoration: underline; }

.launch_link {
	display: block;
	border: 1px solid #1D3A5A;
	border-top: 0 none #000;
	background: url(img/game_link_back.gif) repeat-x;
	text-decoration: none;
}
.launch_link div {
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 0px 0px;
	height: 15px;
	background: url(img/game_link_arrow.gif) right no-repeat;
	cursor: pointer;
}

.launch_link:hover { background: url(img/game_link_back_hover.gif) repeat-x; }
.launch_link:hover div { background: url(img/game_link_arrow_hover.gif) right no-repeat; }

.tops {
	width: 333px;
	float: left;
	position: relative;
	min-height: 100px;
}
.tops_divider {
	width: 7px;
	height: 10px;
	float: left;
}
.tops table * { font-family: arial, sans-serif; }
.tops table {
	width: 100%;
	font-size: 10px;
	color: #122;
}
.tops table a { color: #122; text-decoration: underline; }
.tops table a:hover { text-decoration: none; }
.tops table tr.odd { background-color: #C4D5DF; }
.tops table tr.even { background-color: #CEDCE4; }
.tops table td { padding: 8px 0 8px 8px; }
.tops table td.data { font-weight: bold; }

.no_margin { margin-bottom: 0 !important; }

#login_box {
	position: relative;
	background: url(img/login_widget_back.png) no-repeat;
	width: 241px;
	height: 133px;
	padding: 9px 0 9px 9px;
}
#login_box2 {
	position: relative;
	background: url(img/login_widget_back2.png) no-repeat;
	width: 241px;
	height: 133px;
	padding: 9px 0 9px 9px;
}
#login_box_bottom {
	position: absolute;
	background: url(img/login_bottom.gif) repeat-y;
	left: 0;
	bottom: 0;
	width: 250px;
	height: 6px;
	clear: both;
}

.login_input {
	/*background: transparent;
	border: 0 none #000;*/
	width: 139px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 0;
	margin-right: 10px;
	float: left;
}
.login_back { /*background: url(img/login_box.gif) no-repeat;*/ height: 22px; }

.login_button {
	width: 73px;
	height: 26px;
	background: url(img/login_button.gif) no-repeat;
	float: left;
}
.login_button input {
	width: 73px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 0 none #000;
	background: transparent;
}

.login_widget_links td { padding: 2px 4px 0 0; }
.login_widget_links a { font-size: 11px; font-weight: normal; color: #000; text-decoration: underline; }
.login_widget_links a:hover { text-decoration: none; }

.promo_banner { margin-bottom: 2px; }

.event { padding: 6px 10px; }
.event p a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.event p a:hover { text-decoration: underline; }
.event p {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #000;
}

.event div { text-align: right; padding-right: 4px; }
.read_more {
	font-size: 11px;
	font-weight: bold;
	color: #0A637D;
	text-decoration: underline;
	text-align: right;
}
.read_more:hover { text-decoration: none; }

.divider { background: url(img/div_dot_01.gif) repeat-x; height: 1px; }

#footer {
	clear: both;
	border-top: 2px solid #131F21;
	border-bottom: 2px solid #131F21;
	background-color: #8F9FA2;
	height: 160px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer_content {
	width: 929px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	padding-top: 5px;
}
#footer_content div { text-align: center; color: #000; font-size: 12px; }
#footer_content div { font-weight: bold; }
#footer_content a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer_content a:hover { text-decoration: underline; }

.login_error {
	color: #900;
	font-size: 11px;
	font-weight: normal;
	width: 230px;
	margin-bottom: 2px;
	margin-top: -8px;
}

#game_launcher {
	width: 682px;
	height: 509px;
	/*position: absolute;*/
	left: 247px;
	top: 0px;
	display: none;
	margin-bottom: 5px;
}
#game_launcher iframe {
	width: 682px;
	height: 509px;
	border: 0 none #000;
}

.text_content {
	background-color: #B0B6B7;
	border: 1px solid #090808;
	border-top: 0 none #000;
	color: #000;
	font-size: 11px;
	padding: 10px;
}

.text_content a { color: #000; font-weight: bold; font-size: 11px; }

.widget_content {
	color: #000;
	font-size: 12px;
}
.widget_content p { margin-top: 0; margin-bottom: 4px; }
.widget_content a { color: #000; font-weight: bold; font-size: 12px; }

#game_buttons {
	position: relative;
	height: 22px;
	background: url(img/game_btn_bg.png) no-repeat;
}
#game_buttons ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
}
#game_buttons ul li {
	padding: 0;
	margin: 0;
	background: url(img/game_btn_sep.png) left top no-repeat;
	display: block;
	float: left;
	height: 22px;
	padding-left: 8px;
}
#game_buttons ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	height: 22px;
	padding-right: 25px;
	line-height: 21px;
}
#game_buttons ul li a:hover {
	text-decoration: underline;
}
.game_btn1 { background: url(img/game_btn_i1.gif) right center no-repeat; }
.game_btn3 { background: url(img/game_btn_i3.gif) right center no-repeat; }
.game_btn4 { background: url(img/game_btn_i4.gif) right center no-repeat; }

.game_buttons_long {
	width: 929px !important;
	background: url(img/game_btn_bg_long.png) no-repeat !important;
}

#game_btn_name {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
	padding-top: 4px;
}

.sh_content {
	background-color: #D5E1E9;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
}

.sh_top_left { }
.sh_top_left, .sh_top_left div { width: 0; height: 0; }

.sh_top_right { }
.sh_top_right, .sh_top_right div { width: 0; height: 0; }

.sh_bottom_left { }
.sh_bottom_left, .sh_bottom_left div { width: 0; height: 0; }

.sh_bottom_right { }
.sh_bottom_right, .sh_bottom_right div { width: 0; height: 0; }

.sh_top { border-top: 1px solid #868686; }
.sh_top div { width: 1px; height: 0; }

.sh_bottom { border-top: 1px solid #868686; }
.sh_bottom div { width: 1px; height: 10px; }

.sh_left { }
.sh_left div { width: 0; height: 0; }

.sh_right { }
.sh_right div { width: 0; height: 0; }

.promo_image {
	background: url(img/promo_back.png) no-repeat;
	width: 157px;
	height: 107px;
	position: relative;
	margin-right: 16px;
}
.promo_image img {
	width: 143px;
	height: 93px;
	position: absolute;
	left: 6px;
	top: 5px;
}
.promo_hdr {
	padding-bottom: 4px;
	border-bottom: 1px solid #888D94;
	margin-bottom: 13px;
}
.promo_hdr a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.promo_hdr a:hover { text-decoration: underline; }

.promo_action {
	display: block;
	float: right;
	margin-right: 10px;
	height: 26px;
	background: url(img/yellow_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.promo_action div {
	height: 26px;
	background: url(img/yellow_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

.text_action  {
	float: left;
	height: 26px;
	background: url(img/yellow_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.text_action div {
	height: 26px;
	background: url(img/yellow_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.text_action input {
	background-color: transparent;
	border: 0 none #000;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	height: 22px;
}

.yellowl_action {
	display: block;
	float: right;
	height: 26px;
	background: url(img/yellowl_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.yellowl_action div {
	height: 26px;
	background: url(img/yellowl_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

.greyl_action {
	display: block;
	float: right;
	height: 26px;
	background: url(img/greyl_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.greyl_action div {
	height: 26px;
	background: url(img/greyl_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

.widget_action {
	display: block;
	float: left;
	height: 26px;
	background: url(img/yellowd_btn_left.gif) no-repeat;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.widget_action div {
	float: left;
	margin-left: 12px;
	height: 26px;
	background: url(img/yellowd_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

.floated { float: left; }
.content_wrapper { padding: 10px 20px; }

.sh_content p {
	margin-top: 0;
}
.sh_content h4 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #888D94;
	padding-bottom: 6px;
	margin-top: 4px;
}
.sh_content ul, .sh_content ol { margin: 0 0 6px 0; padding: 0; }
.sh_content li { margin: 0 0 0 30px; padding: 0; }

.regError { padding: 0 10px; color: #900; }

.reg_info { padding: 0 10px; }
.reg_info, .reg_info * {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 10px !important;
}
.reg_info a { text-decoration: underline; }
.reg_info a:hover { text-decoration: none; }

.reg_info2 { padding: 0 10px; }
.reg_info2 a { text-decoration: underline; }
.reg_info2 a:hover { text-decoration: none; }

.reg_info_table { margin-left: 10px; }

.reg_table th { text-align: left; padding: 2px 0 2px 20px; width: 180px; }
.reg_table td { padding: 2px 0; }

.reg_table2 th { text-align: left; padding: 4px 0 4px 40px; width: 180px; }
.reg_table2 td { padding: 4px 0; }

.reg_misc_info { padding: 4px 0 4px 40px; }

.reg_button_wrapper { padding-left: 179px; }
.reg_button {
	width: 135px;
	height: 26px;
	background: url(img/reg_button.gif) no-repeat;
}
.reg_button input {
	width: 135px;
	height: 22px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	border: 0 none #000;
	background: transparent;
}

.sh_padded { padding: 0 10px; }

#mainForm .reg_input { width: 175px; }
.FireFox #mainForm .reg_input { width: 177px; }
.FireFox #mainForm #phone_number { width: 115px !important; }
#mainForm .reg_select { width: 181px; }
#mainForm input, #mainForm select, #deposit_form input, #deposit_form select { font-size: 11px; }
.reg_error_container { position: relative; }
.reg_error_msg {
	position: absolute;
	left: 207px;
	top: -23px;
	background: url(img/reg_err_bottom_bg.gif) left bottom no-repeat;
	padding-bottom: 8px;
	width: 207px;
	display: none;
}
.reg_error_msg p { display: none; }
.reg_error_wrap {
	background: url(img/reg_err_top_bg.gif) left top no-repeat;
	width: 207px;
	padding-top: 6px;
}
.reg_error_content {
	margin-left: 30px;
	width: 164px;
}
.reg_error_content p { margin: 0 0 4px 0; }

.reg_item_day { width: 39px; font-size: 11px; }
.reg_item_month { width: 72px; font-size: 11px; }
.reg_item_year { width: 54px; font-size: 11px; }

.history_list select { font-size: 11px; }
.history_list .reg_item_day { width: 43px; }
.history_list .reg_item_month { width: 100px; }
.history_list .reg_item_year { width: 58px; }

.reg_error_field { border: 2px solid #B50A0A; display: inline-block; }
.reg_noerror_field { border: 2px solid transparent; display: inline-block; }

#err_reg_oblig { color: #900; font-weight: bold; display: none; }

.verysubmenuowner {
	height: 31px;
	margin-top: 0;
	margin-left: 3px;
	margin-bottom: 8px;
}

#verysubmenu {
	margin: 0;
	padding: 0;
}
#verysubmenu a { display: block; margin: 0; padding: 4px 8px; text-decoration: none; }
#verysubmenu a:hover { background-color: #DBDEE3; color: #000; text-decoration: underline; }
#verysubmenu div { margin: 0; padding: 4px 0; }
.vsm_active { background-color: #000 !important; color: #FFF !important; }

.cashier_table { width: 96%; margin-left: 10px; }

.cashier_table h4 { border-bottom: 0 none #000 !important; margin-bottom: 4px !important; }
.cashier_table th { border-bottom: 1px solid #797D82; border-right: 1px solid #797D82; }
.cashier_table th.first_cell { border-top: 1px solid #797D82; border-left: 1px solid #797D82; }

.cashier_table td { border-bottom: 1px solid #D9DCE1; border-right: 1px solid #D9DCE1; }
.cashier_table td.first_cell { width: 1px; border-left: 1px solid #797D82; white-space: nowrap !important; }
.cashier_table td.first_cell, .cashier_table td.first_cell a { white-space: nowrap !important; }
.cashier_table td.last_cell { border-right: 1px solid #797D82 !important; }
.cashier_table tr.last_row td { border-bottom: 1px solid #797D82 !important; }
.cashier_table td.hdr_cell { border: 0 none #000 !important; }

.bnxZ { margin-right: 6px; }
#cvc_help, #cvc_help2 {
	display: none;
	position: absolute;
	left: 40px;
	top: -20px;
	background-color: #E3E7E8;
	padding: 4px;
	border: 1px solid #000;
}
#cvc_help2 { left: -50px; top: 0px; }

.remember_login { font-size: 10px; font-weight: bold; color: #000; height: 14px; }
.remember_login input { margin: 0; padding: 0; }

.userinfotbl { margin: 10px 0; }

#game_widgets { display: none; position: absolute; left: 0; width: 250px; }

.error { color: #900; font-weight: bold; }

h1.aff_main_hdr {
	font-family: tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	margin: 25px 0;
}
h1.aff_main_hdr .contrast { color: #C5001C; }

h4.aff_main_subhdr {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B4B4B4;
	margin: 0 0 4px 0;
	border: 0 none #000;
}
p.aff_main {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7E7E7E;
	margin: 0 0 24px 0;
}
p.aff_join { margin: 0 0 4px 0; }
p.aff_join a {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
}

#aff_icons { margin: 0; }

table.aff_links { margin-bottom: 50px; }
table.aff_links td {
	background: url(img/affiliates/item_bg.png) no-repeat center top;
	height: 118px;
}
table.aff_links div { width: 247px; padding: 0 15px; margin: 0 7px; }
table.aff_links a {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
table.aff_links a:hover { text-decoration: none; }
table.aff_links a.contrast{ color: #FC0; }

h1.aff_big_hdr {
	font-family: tahoma, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	margin: 20px 0;
	text-align: center;
}
h1.aff_big_hdr .contrast { color: #C5001C; }

p.aff_big_join { margin: 0 0 30px 0; text-align: center; }
p.aff_big_join a {
	font-family: tahoma, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FC0;
}
div.aff_div { width: 2px; }

.aff_text_content {
	background-color: #888D94;
	border: 1px solid #000;
	border-top: 0 none #000;
	color: #000;
	font-size: 11px;
	padding: 4px;
}

.aff_content_wrapper { padding: 10px; }
.aff_left { padding: 8px 5px; }
.aff_right { padding: 8px 5px; }

div.aff_link_01 { margin: 3px 0; }
div.aff_link_01 a {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
div.aff_link_01 a:hover { text-decoration: none; }
div.aff_link_01 a.contrast { color: #C5001C; }

div.aff_link_02 { margin: 2px 0 2px 10px; }
div.aff_link_02 a {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
div.aff_link_02 a:hover { text-decoration: none; }

h4.aff_small_hdr {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C5001C;
	margin: 0 0 10px 0;
	border: 0 none #000;
}

.aff_content_wrapper h5 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
}

.aff_content_wrapper p a { color: #000; font-weight: bold; text-decoration: underline; }
.aff_content_wrapper p a:hover { text-decoration: none; }

#mini_games { margin-bottom: 6px; }

.support_big {
	background: url(img/support_bg.jpg) no-repeat;
	width: 674px;
	height: 353px;
	position: relative;
}
.support_big .l1 {
	font-family: georgia, serif;
	font-size: 18px;
	color: #033544;
	position: absolute;
	left: 230px;
	top: 30px;
	letter-spacing: -1px;
}
.support_big .l2 {
	font-family: georgia, serif;
	font-size: 28px;
	color: #033544;
	position: absolute;
	left: 230px;
	top: 55px;
	letter-spacing: -2px;
}
.support_big .l3 {
	font-family: georgia, serif;
	font-size: 28px;
	color: #821800;
	position: absolute;
	left: 545px;
	top: 25px;
	letter-spacing: -2px;
}

.support_big .lp1 {
	position: absolute;
	left: 230px;
	top: 110px;
	width: 410px;
}
.support_big .lp1 p {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #55686C;
	margin: 0 0 10px 0;
}

.support_big .lp2 {
	position: absolute;
	left: 230px;
	top: 205px;
	width: 410px;
}
.support_big .lp2 p {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #033544;
	margin: 0 0 10px 0;
	background: url(img/support_arrow.gif) no-repeat left 4px;
	padding-left: 20px;
	padding-top: 0;
}
.support_big .lp2 p a {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #033544;
	font-weight: bold;
	text-decoration: none;
}
.support_big .lp2 p a:hover { text-decoration: underline; }

.support_big .support_block {
	width: 332px;
	height: 127px;
	position: absolute;
	background: url(img/support_block_normal.png) no-repeat;
}

.support_big .support_block .st {
	font-family: georgia, serif;
	font-size: 18px;
	color: #033544;
	margin: 10px 20px 8px 20px;
}

.support_big .support_block .sc {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #55686c;
	margin: 0 20px 0 20px;
}
.support_big .support_block .sf { margin: 0 8px; }

#sb01 { left: 0px; top: 363px; }
#sb02 { left: 342px; top: 363px; }
#sb03 { left: 0px; top: 500px; }
#sb04 { left: 342px; top: 500px; }
#sb05 { left: 0px; top: 637px; }
#sb06 { left: 342px; top: 637px; }

.support_p {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #55686C;
	margin-top: 425px;
}

#maint_container {
	width: 928px;
	height: 253px;
}
#maint_container .title {
	color: #0FF;
	text-align: center;
	font-size: 29px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 65px;
	padding-bottom: 20px;
}
#maint_container .text {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}