body
{
	margin: 0px auto;
	font-family: Verdana;
	background: url('../img/body_bg.gif') top center repeat-x #e3e3e3;
}
img
{
	border: 0;
}
ul,
li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-padding: 0px 0px;
	border: 0px;
}
ul.height_lined li
{
	margin: 5px 0;
}
.sTable
{
	width: 100%;
}
.header
{
	background: #F4F4F4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.header td
{
	_background: #F4F4F4;
}
.highlight:hover
{
	background: #fcf9eb;
}
.highlight_line
{
	border-bottom: 1px #f4f4f4 solid;
}
.highlight_line:hover
{
	background: #fcf9eb;
}
.clear
{
	clear: both;
}
.hide
{
	display: none;
}
.main_container
{
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

/* header */
#header
{
	height: 105px;
	padding-top: 10px;
}
#bread_crumbs
{
	height: 10px;
	width: 500px;
	font-size: 11px;
	padding: 3px 0 0 1px;
}
.bc_current
{
	color: #756f6d;
	font-size: 11px;
}
.bc_spliter
{
	color: #e2562b;
	font-size: 11px;
}
a.bc_link:link,
a.bc_link:visited
{
	color: #9e9e9e;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.bc_link:hover,
a.bc_link:active 
{
	text-decoration: underline;
}

#logo
{
	width: 272px;
	height: 43px;
	padding: 20px 0 0 15px;
	position: absolute;
	*position: relative;
	*float: left;
}
/*#logo
{
	float: left;
	height: 59px;
	padding: 8px 0 0 10px;
	width: 279px;
}*/

/* inventory menu */
#inventory
{
	height: 20px;
	text-align: right;
	float: right;
	margin-top: -5px;
}
div#inventory ul
{
	list-style-type: none;
	margin: 0;
}
div#inventory li.spliter
{
	padding: 0 10px;
	float: right;
	background: url('../img/verticak_splitter.gif') 0 7px no-repeat;
}
div#inventory li.no_spliter
{
	padding: 0 10px;
	float: right;
}

a.inventory:link,
a.inventory:visited,
.inventory_selected
{
	color: #e2562b;
	font-size: 11px;
	text-decoration: none;
}
a.inventory:hover,
a.inventory:active,
.inventory_selected
{
	color: #bc3f19;
	text-decoration: underline;
}

.devider
{
	width: 12px;
}
/* inventory menu end */

/* chat button */
#chat_button
{
	margin: -151px 0 0 48px;
	position: absolute;
}
/* chat button end */

/* main menu */
#main_menu
{
	height: 38px;
}
#main_menu ul li
{
	float: left;
}
.m_item
{
	padding: 0 1px 0 0;
}
.m_item li
{
	float: left;
}
.m_item li.left,
.m_item li.right
{
	background: url('../img/mm_inactive.gif') 0 0 no-repeat;
	width: 3px;
	height: 31px;
}
.m_item li.right
{
	background: url('../img/mm_inactive.gif') 0 -31px no-repeat;
}
.m_item li.left_active,
.m_item li.right_active
{
	background: url('../img/mm_inactive.gif') 0 -62px no-repeat;
	width: 3px;
	height: 31px;
}
.m_item li.right_active
{
	background: url('../img/mm_inactive.gif') 0 -93px no-repeat;
}

.m_item li.center
{
	height: 31px;
}

a.mmenu:link,
a.mmenu:visited,
a.mmenu:active,
.mmenu_active
{
	background: url('../img/mm_inactive_center.gif') 0 0 repeat-x #adadad;
	height: 22px;
	padding: 9px 22px 0 22px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
a.mmenu:hover,
.mmenu_active
{
	background: url('../img/mm_inactive_center.gif') 0 -31px repeat-x #f7b01d;
}

.mmenu_selected
{
	background: url('../img/mm_selected_center.gif') 0 0 repeat-x #adadad;
	height: 25px;
	padding: 13px 22px 0 22px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
.m_item li.left_selected,
.m_item li.right_selected
{
	background: url('../img/mm_selected.gif') 0 0 no-repeat;
	width: 3px;
	height: 38px;
}
.m_item li.right_selected
{
	background: url('../img/mm_selected.gif') 0 -38px no-repeat;
}
/* main menu end */

/* header end */

/* content */
#mc_top_left
{
	width: 2px;
	height: 15px;
	background: url('../img/mc_top_left.gif') top left no-repeat #f7b01d;
}
#mc_top_right
{
	width: 222px;
	background: url('../img/mc_top_right.gif') top right no-repeat #f7b01d;
}
#mc_top_splitter
{
	width: 5px;
	background: url('../img/mc_top_splitter.gif') top left no-repeat #f7b01d;
}
#mc_top_center
{
	background: url('../img/mc_top_center.gif') top center repeat-x white;
	width: 693px;
}

#mc_left
{
	background: #fbcf77;
}
#mc_center
{
	background: white;
}
#mc_splitter
{
	background: url('../img/mc_splitter.gif') top left repeat-y #d7d7d7;
}

#mc_bottom_left
{
	width: 2px;
	height: 10px;
	background: url('../img/mc_bottom_left.gif') bottom left no-repeat #fbcf77;
}
#mc_bottom_splitter
{
	width: 5px;
	background: url('../img/mc_bottom_splitter.gif') top left no-repeat #f7b01d;
}
#mc_bottom_center
{
	background: url('../img/mc_bottom_center.gif') top center repeat-x white;
}

#page_content
{
	padding: 0 10px 10px;
}

#version_space
{
	height: 28px;
	background: url('../img/mc_bottom_right.gif') bottom right no-repeat #f7b01d;
	line-height: 12px;
	padding-left: 15px;
}
/* content end */

/* blocks */

a.block_caption:link,
a.block_caption:visited
{
	color:#6E6866;
	font-family: Tahoma;
	font-size: 18px;
	padding: 0 0 3px;
	text-decoration: none;
}
a.block_caption:hover,
a.block_caption:active 
{
	text-decoration: underline;
}

/* middle */
.mb_header_left
{
	width: 7px;
}
.mb_header_left div,
.mb_header_right div
{
	height: 2px;
	font-size: 1px;
	background: #f2cbc1;
	margin-top: 2px;
}
.mb_header_caption
{
	color: #e2562b;
	width: 66px;
	font-family: Tahoma;
	font-size: 18px;
	padding: 0 3px;
}
.mb_header_right div
{
	background: #cecdce;
}
.mblock_content
{
	padding: 5px 10px 10px 15px;
	font-size: 12px;
}
/* middle end */

/* right */
.right_block
{
	padding: 10px 0 0 6px;
	font-size: 12px;
	color: #555;
}
.rb_caption
{
	color: #6e6866;
	font-size: 18px;
	font-family: Tahoma;
	border-bottom: 1px #eaeaea solid;
	padding: 0 0 3px 0;
}
.rb_icon
{
	width: 20px;
	border-bottom: 1px #eaeaea solid;
	padding: 0 0 3px 0;
}
/* right end */

/* blocks end */

/* footer */

/* footer menu */
#footer_menu_block
{
	text-align: center;
	padding: 5px 0;
}

a.fmenu:link,
a.fmenu:visited,
.fmenu_selected
{
	color: #e2562b;
	font-size: 11px;
	text-decoration: none;
	padding: 0 8px;
}
a.fmenu:hover,
a.fmenu:active,
.fmenu_selected
{
	color: #bc3f19;
	text-decoration: underline;
}

span.fmenu
{
	color: #e2562b;
	font-size: 10px;
	text-decoration: none;
}

.fm_splitter
{
	background: url('../img/verticak_splitter.gif') 0 5px no-repeat;
}

#footer_area
{
	background: url('../img/footer_bg.gif') top center repeat-x;
	margin-top: 10px;
}
#footer_area table
{
	width: 760px;
	table-layout: fixed;
}
#footer_area div.content
{
	width: 910px;
	margin: 10px auto 0 auto;
	padding: 15px 10px 15px 0;
	background: url('../img/footer_logo.png') 750px center no-repeat;
}
#footer_area ul li.caption
{
	color: #646464;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#footer_area ul li
{
	line-height: 16px;
	padding-left: 15px;
	color: #646464;
	font-weight: normal;
	font-size: 12px;
}
#footer_area ul li span
{
	color: #585757;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
#footer_area ul li a:link,
#footer_area ul li a:visited
{
	color: #707070;
	font-size: 12px;
	text-decoration: none;
}
#footer_area ul li a:hover,
#footer_area ul li a:active
{
	color: #585757;
	text-decoration: underline;
}
/* footer menu end */

/* copyrights */
#cr_block
{
	margin: 0 0 0 0;
	text-align: right;
}
.cr_text
{
	color: #7e7e7e;
	font-size: 10px;
}
a.cr:link,
a.cr:visited
{
	color: #7E7E7E;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.cr:hover,
a.cr:active 
{
	text-decoration: underline;
}
/* copyrights end */

/* footer end */

a.gray:link,
a.gray:visited
{
	color: #555555;
	font-size: 14px;
	text-decoration: underline;
	font-family: Trebuchet MS;
}
a.gray:hover,
a.gray:active 
{
	text-decoration: none;
}