html, body{
	font-family:"Trebuchet MS",verdana,tahoma;
	font-size:11px;
	color:#959595;
	margin:0;
	padding:0;
	background:#fff;
}
a{
	color:#959595;
	//text-decoration:none;
}
a:hover{
	color:#E84E68;
	text-decoration:none;
}

#wrapper{
	position:relative;
	float:left;
	width:100%;
	min-width:1200px;
	clear:both;
}

#main_table{
	width:100%;
}

#left_column{
	float:left;
	width:20%;
	vertical-align:top;
}
#min_width_left{
	display:block;
	width:240px;
	height:2px;
}
#left_column .logo{
	position:relative;
	margin-top:50px;
	margin-bottom:55px;
	margin-left:20px;
	width:220px;
	height:89px;
}
#left_column ul.main_menu{
	list-style-image:url(/img/point_small1.gif);
}
#left_column ul.main_menu li{
	position:relative;
	border-bottom:1px solid #EBEBEB;
	padding-bottom:4px;
	padding-top:2px;
	margin:4px 0;
	width:180px;
	text-transform: uppercase;
}
#left_column ul.main_menu a.activ{
	font-weight: bold;
}
#left_column ul.main_menu a{
	display:block;
	color:#000000;
	font-family:verdana,tahoma;
	font-size:11px;
	text-decoration:none;
}
#left_column ul.main_menu a:hover{
	color:#E84E68;
}
#left_column .hidden_menu{
	margin:5px 0 20px 0;
	list-style-image:none;
	list-style-type:none;
	text-transform: none !important;
	
}
#left_column .hidden_menu a.activ{
	font-weight: bold;
}
#left_column .hidden_menu a{
	margin:10px 0;
	color:#666;
}
#left_column .hidden_menu a:hover{
	color:#E84E68;
}

#center_column{
	float:left;
	width:60%;
	vertical-align:top;
}
#min_width_center{
	display:block;
	width:600px;
	height:2px;
}
#center_column #main_image{
	height:161px;
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
#center_column #main_image div{
	position:relative;
	display:block;
	float:left;
	width:33%;
	height:161px;
}
#center_column #main_image #image1{
	background:url(/img/main1.png) center top no-repeat;
}
#center_column #main_image #image2{
	background:url(/img/main2.png) center top no-repeat;
}
#center_column #main_image #image3{
	background:url(/img/main3.png) center top no-repeat;
}
#center_column #main_image div span{
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:6px;
	height:20px;
	color:#124A8B;
	font-weight:bold;
	font-size:13px;
}
#center_column #content{
	padding:10px 25px;
}
#center_column #content h1{
	color:#000;
	font-family:"Trebuchet MS",verdana,tahoma;
	font-size:17px;
	margin:10px 0;
}
#center_column #content{
	color:#000000;
	font-size:13px;
}
#center_column #content b{
	color:#707070;
	font-size:12px;
}
#center_column #content a{
	color:#000;
	//text-decoration:none;
}
#center_column #content a:hover{
	text-decoration:underline;
	color:#E84E68;
}
#center_column #content .error{
	color:#E84E68;
}
#center_column #content .order_form{
	margin-top:20px;
}
#center_column #content .order_form label{
	position:relative;
	display:block;
	float:left;
	width:200px;
	margin-bottom:10px;
}
#center_column #content .order_form label sup{
	font-weight:bold;
	color:#E84E68;
}
#center_column #content .order_form input,
#center_column #content .order_form select{
	position:relative;
	display:block;
	float:left;
	width:300px;
	margin-bottom:10px;
	border:1px solid #ddd;
}
#center_column #content .order_form textarea{
	position:relative;
	display:block;
	float:left;
	width:300px;
	height:200px;
	margin-bottom:20px;
	border:1px solid #ddd;
}
#center_column #content .order_form .submit{
	position:relative;
	display:block;
	width:150px;
	background:#fff;
	border:1px solid #ddd;
	cursor:pointer;
}
#center_column #content .order_form br{
	clear:both;
}

#right_column{
	float:right;
	width:20%;
	vertical-align:top;
}
#min_width_right{
	display:block;
	width:240px;
	height:2px;
}
#right_column .links{
	width:100%;
	height:35px;
	margin-top:5px;
	margin-bottom:0px;
}
#right_column .links a{
	display:block;
	float:left;
	padding:5px 20px;
}
#right_column .links a.first{
	border-right:1px dotted #959595;
}
#right_column .order{
	width:100%;
	height:80px;
	margin-bottom:50px;
}
#right_column .order a{
	display:block;
	width:171px;
	height:58px;
	background:url(/img/order.jpg) no-repeat;
	margin-left:0px;
}
#right_column h1{
	color:#124A8B;
	font-size:17px;
	line-height:17px;
	margin-left:20px;
	margin-bottom:10px;
	padding-left:25px;
	font-weight:normal;
}
#right_column h1.point1{
	background:url(/img/point1.gif) left 1px no-repeat;
}
#right_column h1.point2{
	background:url(/img/point2.gif) left 1px no-repeat;
}
#right_column h1.point3{
	background:url(/img/point3.gif) left 1px no-repeat;
}
#right_column ul, .sitemap ul{
	list-style-image:url(/img/point_small.gif);
	margin-bottom:25px;
}
#right_column ul li{
	height:18px;
	line-height:16px;
}
#right_column ul li a, .sitemap ul li a{
	color:#707070;
	text-decoration:underline;
}
#right_column ul li a:hover, .sitemap ul li a:hover {
	color:#E84E68;
	text-decoration:none;
}

#footer{
	clear:both;
	border-top:1px solid #EBEBEB;
	width:100%;
}
#footer #left{
	float:left;
	width:20%;
}
#footer #counter{
	margin: 20px 30px;
}
#footer #contacts{
	float:left;
	padding-left: 25px;
}
#footer #right{
	float:right;
	width:20%;
}
#footer ul.contacts{
	float:left;
	list-style-type:none;
	margin:0;
}
#footer ul.contacts li{
	padding:0;
	color:#707070;
	font-size:11px;
}
#footer ul.contacts li.phone{
	display:block;
	color:#93B554;
	font-size:17px;
}
#footer div.copyrights{
	padding-left:20px;
	padding-right:30px;
}

.preorder small {
	font-size: 12px;
}
.preorder div {
	color: #93B554;
	font-size: 24px;
}

h2 {font-size: 16px;color: #555;}
h2 small {color: #777; font-size: 11px;}

#select_city {position: absolute;}
#select_city #ncur {width: 190px;display:none; font: 14px arial; line-height: 1.5; background: #fff; padding:5px; border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
#select_city .cur {font: 18px arial; color: #93B554;}
#select_city .other {cursor: pointer; border-bottom: 1px dashed #ccc; width: 37px; position: absolute; top: 6px;left: 160px;}
.city_ta { padding: 3px 0px 0px 3px;border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.city_t { padding: 4px 0px 0px 4px;}
#city_top {}

.menu1 {
    font-size: 9pt;
    font-weight: bold;
}

.menu1_link {
    background: url("/img/arrow_right.gif") no-repeat scroll 10px center transparent;
    color: #375EB1;
    display: block;
    padding: 4px 4px 4px 25px;
    text-decoration: none;
}

.menu1_link_sel {
    background: url("/img/arrow_right_white.gif") no-repeat scroll 10px center #33B9FF;
    color: #FFFFFF;
    display: block;
    padding: 4px 4px 4px 25px;
    text-decoration: none;
}

table.view {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #333333;
    font-size: 9pt;
    width: 100%;
}
table.view td {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
}
table.view td.align-left {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: left;
}
table.view td.align-right {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: right;
}
table.view td.align-center{
    background: none repeat scroll 0 0 #FFFFFF;
}

table.view .align-center {
    text-align: center;
}
table.view th {
    background: none repeat scroll 0 0 #E8F2FD;
    font-weight: normal;
    text-align: right;
}
table.view caption {
    background: none repeat scroll 0 0 #6E89DD;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

table.view thead th {text-align: center;}
