﻿/*----------------------------------------- background & centerig ---*/

.header
{
	background:  #ef3124;
	height: 90px;
	width: 100%;
}
.header .left
{
	height: 90px;
	width: 50%;
	float:left;
}
.header .left a
{
    text-decoration: none;
}
.header .right
{
	height: 90px;
	width: 50%;
	float:right;
}
.header .phones
{
	color: #fff;
	text-align: right;
	padding-right: 10px;
	font-size:  small;
	height: 37px;
	float:left;
}
.header .phones table
{
	border-collapse: collapse;
}
.header .phones table td
{
    width: 90px;
	font-size: 1.2em;
	font-family: Arial;
	padding: 0px;
	line-height: 0.9em;
}

.header .right .top
{
	background-image: url(../img/header_top_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
	width: 100%;
	float: right;
}
.header .right div.online
{
	background:  #fff;
	vertical-align: middle;
	padding-left: 15px;
	height: 37px;
	width: 159px;
	color: #000;
	line-height: 17px;
	font-size:  1.2em;
	float:right;
}
.header .right div.online .online
{
	color: #ef3124;
}
.header .right .bottom
{
	background: #fff url(../img/header_bottom_right.gif) no-repeat;
	height: 26px;
	width: 174px;
	float:right;
}

/*----------------------------------------- menu ---*/
.menu
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 35px;
	width: 100%;
	border-collapse : collapse; 
}
.menu td
{
	text-align: center;
	vertical-align:middle;
	padding-left: 3px;
	padding-right: 3px;
}
.menu td a, .menu td .sel
{
	padding-top: 6px;
	padding-bottom: 4px;
	color: #000;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	cursor: pointer;
	height: 100%;
	width: 100%;
}
 .menu td .sel
 {
 	/*cursor: default;*/
 	color: #b00;
 }
.menu td a:hover
{
	color: #544;
	text-decoration: underline;
}
.menu td div
{
	width: 1px;
	height: 15px;
	background: #aaa;
}
/*----------------------------------------- content ---*/
#banner_table
{
	width: 100%;
	border-collapse : collapse; 
}
.banner1, .banner2, .banner3, .banner4
{
	height: 161px;
	width: 25%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.banner1 img, .banner2 img, .banner3 img, .banner4 img
{
	border: none;
}

.banner1 {	text-align :left;}
.banner2 {	padding-left: 1px; }
.banner3 {	padding-left: 3px; }
.banner4 {	text-align: right;}

#banner_table td
{
}
/*----------------------------------------- Left menu ---*/

.left_menu_td
{
	padding-top: 0px;
	vertical-align: top;
}

.left_menu
{
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px 3px 14px 10px;
}
.left_menu h2
{
	color: #fff;
	padding-left: 10px
}

.left_menu_td a, .left_menu_td .sel
{
	color: #578199;
	font-family: Arial;
	font-size: 1em;
	text-decoration: none;
}
.left_menu_td .sel
{
	/*cursor: default;*/
 	color: #b00;
}
.left_menu_td a:hover
{
	/*text-decoration: underline;*/
	color: #a44;
}
.left_menu_td table
{
	width: 100%;
	border-collapse: collapse;
}
.left_menu_td table td
{
	padding: 0;
	vertical-align: bottom;
	text-align: left;
}
.round_input
{
	display:inline-block;
	background:url(../img/input.gif) no-repeat;
	background-position: 0px 2px;
	height: 18px;
	width: 90px;
}

.round_input input, .round_input textarea 
{
	padding-top: 3px;
	padding-left: 3px;
	border:0;
	background:transparent;
}

.login_title
{
	padding-left: 17px
}
.login_title h2
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #f00;
}
.login_top
{
	background: #fff url(../img/login_top.gif) no-repeat;
	height:10px;
}
.login_middle
{
	background-image: url(../img/login_mid1.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
.login_middle2
{
	background-image: url(../img/login_mid2.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
.login_middle a, .login_middle2 a
{
	color: #3a3c42;
	font-weight: bold;
	text-decoration: underline;
}
.login_bottom
{
	background: #fff url(../img/login_bottom.gif) no-repeat;
	height:10px;
}
.lm_separator
{
	padding: 0px 3px 0px 3px;
	height: 2px;
	width: 221px;
	background: #c1bfc0;
	font-size: 0;
}
.lm_separator2
{
	height: 4px;
	font-size: 0;
}
.content
{
	padding: 10px 3px 15px 10px;
	vertical-align: top;
}
/*----------------------------------------- other ---*/

