* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {width: 100%;height: 100%;}
body
{
	width: 100%;  
	min-width: 1002px;	 
	height: 100%;  
	font: normal 12px/15px Tahoma, Arial, sans-serif;
	color: #000;
	background: #fff;
}
* html #container {
	height: 100%;
}
a {
	color: #0066ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input {
	border: 1px solid #DCDBDB;
}

#wrapper {
	width: 100%;
	min-width: 1002px;
	min-height: 100%;
	position: relative;	
}
#container {
	width: 1002px;
	margin: 0 auto;
}
#content {
	width: 1002px;
	float: left;
}
#text {
	width: 439px;
	float: left;
	margin: 0 259px 0 260px;
	padding: 6px 21px 10px 23px;
	background: #F6F6F6;
	position: relative;
	z-index: 10;
}
#left {
	width: 249px;
    float: left;
    margin-left: -991px;
}
#right {
	float: left;
	width: 248px;
	margin-left: -259px;
	background: #F6F6F6;
	position: relative;
}
.clear {
	clear: both;
}
.empty {
	height: 57px;
}
#footer {
	position: relative;	
	width: 1002px;
	height: 57px;
	margin: -57px auto 0;	
}
.corn {
	display: block;
	width: 4px;
	height: 4px;
	background-image: url('/images/corners.png');
	background-repeat: no-repeat;
	position: absolute;
}
.corn_tr {
	top: 0;
	right: 0;
	background-position: -4px 0;	
}
.corn_tl {
	top: 0;
	left: 0;
	background-position: 0 0;	
}
.corn_br {
	bottom: 0;
	right: 0;
	background-position: -4px -4px;	
}
.corn_bl {
	bottom: 0;
	left: 0;
	background-position: 0 -4px;	
}

/* ------- HEADER ----  */
#header {
	width: 986px;
	height: 218px;
	margin: 0 auto;
	position: relative;
	background: #fff url('/images/bg-menu.png') repeat-x 0 0;	
}
#header .header_left, #header .header_right {
	position: absolute;
	top: 0;
	width: 7px;
	height: 37px;
	background-image: url('/images/bg-menu-rl.png');
	background-repeat: no-repeat;
}
#header .header_left {
	left: 0;
	background-position: 0 0;
}
#header .header_right {
	right: 0;
	background-position: -7px 0;
}
#menu {
	float: left;
	width: 986px;
	height: 33px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

/* ------- MENU ICON ----  */
.menu_icon, .menu_icon li {
    display: block;
    float: left;
}
.menu_icon li {
	padding: 11px 0 0 24px;
}
.menu_icon li a {
	display: block;
	width: 11px;
	height: 9px;
	background-image: url('/images/icon.png');
	background-repeat: no-repeat;	
}
.menu_icon li.home a {
	background-position: 0 0;	
}
.menu_icon li.send a {
	background-position: -35px 0;	
}
.menu_icon li.map a {
	background-position: -70px 0;	
}
.menu_icon li.home a:hover {
	background-position: 0 -14px;	
}
.menu_icon li.send a:hover {
	background-position: -35px -14px;	
}
.menu_icon .map a:hover {
	background-position: -70px -14px;	
}

/* ------- SEARCH ----  */
#header .search {
	width: 214px;
	height: 33px;
	float: left;
	margin-left: 33px;
	padding: 0;
	background: url('/images/li-menu.png') no-repeat 100% 0;	
}
#header .search div {
	float: left;
	margin-top: 7px;
	vertical-align: top;
}
#header .search div.btn {
	float: left;
	margin-top: 12px;
	padding-left: 7px;
}
#header .search div.search_btn {
	padding-left: 7px;
}
#header .search input {
	width: 123px;
	padding: 2px;
	border: none;
	background: url('/images/search.png') no-repeat 0 0;
	font-size: 10px;	
}
#header .search input.btn-search {
	display: block;
	width: 4px;
	height: 7px;
	padding: 0;
	margin: 0;
	background: url('/images/btn-search.png') no-repeat 0 0;
	border: none;
	cursor: pointer;
}

/* ------- LANGUAGE ----  */
.lang {
    float: left;
    margin: 10px 0 0 15px;
}

/* ------- LOGO ----  */
#header .logo {
	display: block;
	width: 187px;
	height: 117px;
	position: absolute;
	top: 69px;
	left: 18px;	
	background: url('/images/logo.png') no-repeat 0 0;	
}

/* ------- BANNER ----  */
#header .banner {
	width: 727px;
	float: right;
	padding-right: 8px;
}
#header .banner img {
	float: right;
}

/* ------- MENU ----  */
.menu {
	display: block;
	height: 33px;
	float: left;	
	margin-left: 144px;
	padding-left: 2px;	
	float: left;
	color: #fff;
	font-size: 15px;
	background: url('/images/li-menu.png') no-repeat 0 0;
}
.menu li {
	display: block;
	height: 33px;
	float: left;
	background: url('/images/li-menu.png') no-repeat 100% 0;	
}
.menu a {
	display: block;
	height: 25px;
	float: left;
	margin-right: 1px;
	padding: 8px 39px 0 40px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;		
}
.menu a:hover {
	color: #ccffff;
	text-decoration: underline;
}
.menu li.active a {
	text-decoration: none;
	cursor: default;
	background: url('/images/menu-hov.png') no-repeat 100% 0;	
}


/* ------- CONTENT ----  */
#text .content {
	width: 439px;
	float: left;
}

#text h1 {
	margin-bottom: 1px;
	padding: 3px 0 8px 1px;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;	
	border-bottom: 1px solid #7BAEFB;	
}
#text p {
	margin-top: 15px;
	line-height: 14px;
	letter-spacing: -0.26px;	
}



/***** content *****/

.content img {
    padding-top: 12px;
}

.content p.afterimg {
	margin-top: 5px !important
}

.content ul{

}

.content li {
    color: #0066FF;
    list-style: disc outside none;
    margin: 0 0 0 19px;
    font-size: 12px;
    line-height: 18px;
}

.content li span {
    color: #000;
}

.content h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 18px;
    
}

.content h3 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}


/***** wizard *****/
.content .wizard {
    width: 469px;
    margin: 5px -10px 0;
    background: #d1d1d1;
    position: relative;
}

.content .wizard .wizard_inner {
    padding: 20px 30px;
}

.wizard .w_corner {
    width: 1px;
    height: 1px;
    background: #fff;
    position: absolute;
}

.wizard .w_corner_tl {
    top: 0;
    left: 0;
}

.wizard .w_corner_tr {
    top: 0;
    right: 0;
}

.wizard .w_corner_bl {
    bottom: 0;
    left: 0;
}

.wizard .w_corner_br {
    bottom: 0;
    right: 0;
}

.wizard .button {
    width: 46px;
    height: 26px;
    background: url('/images/button.png');
    display: block;

    padding-top: 9px;
    padding-left: 12px;
    padding-right: 12px;

    font-size: 12px;
    color: #666666;

    position: relative;
}

.wizard .button:hover {
    color: #0066ff;
    text-decoration: underline;
}

.wizard .button .arrow {
    width: 4px;
    height: 5px;
    background:  url('/images/arrows.png') no-repeat 0 0;
    margin-top: 6px;
}

.wizard .btnprev {
    float: left;
    text-align: right;
    padding-right: 14px;
    width: 44px;
}

.wizard .btnnext {
    float: right;
    text-align: left;
    letter-spacing: -0.8px;
}

.wizard .btnprev .arrow {
    position: absolute;
    left: 12px;
}

.wizard .btnnext .arrow {
    width: 4px;
    height: 5px;
    position: absolute;
    right: 12px;
    background-position: -4px 0;
}

.wizard .btnprev:hover .arrow {
    background-position: 0 -5px;
}

.wizard .btnnext:hover .arrow {
    background-position: -4px -5px;
}

.wizard .close {
    clear: both;
}

.wizard .buttonHolder {
    text-align: center;
    margin-bottom: 24px;
}

.wizard .btninfo {
    width: 157px;
    height: 27px;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    background: url('/images/button-info.png') no-repeat 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.3px;
}

.btninfo {
    width: 157px;
    height: 27px;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    background: url('/images/button-info.png') no-repeat 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.3px;
}

.wizard .separator {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-top: 12px;
}

.wizard .stepInfo {
    font-size: 14px;
    margin-top: 17px !important;
}

.wizard .stepInfo span {
     color: #666666;
}

.wizard .steps {
    width: 258px;
    height: 27px;
    background: url('/images/bullets-empty.png') no-repeat 0 20px;
}

.wizard .steps .step {
    position: absolute;
    text-align: right;
    height: 27px;
    z-index: 1000;
}

.wizard .steps .active {
    background:  url('/images/bullets-active.png') repeat-x 100% 100%;
    margin-left: 1px;
}

.wizard .steps .step2 {
    width: 56px;
    z-index: 990;
}

.wizard .steps .step3 {
    width: 106px;
    z-index: 980;
}

.wizard .steps .step4 {
    width: 156px;
    z-index: 970;
}

.wizard .steps .step5 {
    width: 206px;
    z-index: 960;
}

.wizard .steps .step6 {
    width: 256px;
    z-index: 950;
}

.wizard .steps .step7 {
    width: 306px;
    z-index: 940;
}

.wizard .steps .step8 {
    width: 356px;
    z-index: 930;
}

.wizard .steps .step9 {
    width: 406px;
    z-index: 920;
}

.wizard .steps .step10 {
    width: 456px;
    z-index: 910;
}

.wizard .steps .step a {
    text-decoration: none;
    color: #666666;
}

.wizard .steps .active a {
    color: #0066ff;
}

.wizard .steps .prev a {
    color: #006633;
    text-decoration: underline;
}

/* ------- NEWS ----  */
#text .news {
    width: 100%;	
    float: left;
    margin-top: 27px;
}
#text .news h2 {
    margin-top: 14px;
}
#text .news p {
    margin: 3px 0 17px;
}
#text .news p.date {
    margin: 2px 0 0;	
    color: #666666;
    font-size: 10px;
    letter-spacing: 0.3px;
}
#text .news p.all_news a {
	color: #666;
}


/**** LEFT MENU ****/

.menu_left{
    float: left;
}

.menu_left ul {
    display: block;
    float: left;
    padding-right: -21px;
    width: 269px;
    position: relative;
    z-index: 100;
}

.menu_left ul li {
    display: block;
    float: left;
    width: 269px;
    height: 41px;
    background:  transparent url('/images/left-menu.png') no-repeat 0 0;
}

.menu_left ul li.active {
    background:  transparent url('/images/left-menu-active.png') no-repeat 0 0;
}

.menu_left ul li a {
    font-size: 18px;
    color: #0066ff;
    display: block;
    padding-left: 60px;
    padding-top: 10px;
    background: transparent url('/images/left-menu-bullets.png') no-repeat 13px 13px;
}

.menu_left ul li a:hover {
    color: #003399;
    text-decoration: underline;
}


.menu_left ul li.item2 a{
    background-position: 13px -28px;
}

.menu_left ul li.item3 a{
    background-position: 13px -68px;
}

.menu_left ul li.item4 a{
    background-position: 13px -109px;
}

.menu_left ul li.item5 a{
    background-position: 13px -150px;
}

.menu_left ul li.item6 a{
    background-position: 13px -191px;
}

.menu_left ul li.item7 a{
    background-position: 13px -232px;
}

/***** Address *****/

.address {
    float: left;
    background: #f6f6f6;
    width: 247px;
    position: relative;
    margin-bottom: 2px;
}

.address h2 {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    padding-top: 12px;
}

.address p {
    font-size: 12px;
    color: #666666;
    padding-bottom: 9px;
    line-height: 24px;
}

.address p.phone {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #0066ff;
    padding-top: 16px;
    padding-left: 0;
    padding-bottom: 14px;
}

.banner_left {
    float: left;
    padding: 24px;
}




/* ------- BOX ----  */
.box {
	width: 248px;	
	float: left;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;			
}
.box_inform {
	background-image: url('/images/bg-box-inform.png');			
}
.box_order {
	background-image: url('/images/bg-box-order.png');			
}
.box h2 {
	margin: 8px 0 0 16px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #333;
}
.box div {
	padding: 10px 22px 0 16px;
	float: left;
}
.box p {
    margin: 12px 0 6px;
	line-height: 15px;
	letter-spacing: -0.26px;	
}
.box li {
    margin: 0 0 9px 19px;
    padding-left: 0;
    list-style: disc outside;
    color: #0066ff;
}

/* ------- BOX NEWS ----  */
.box_news {
	background-image: url("/images/bg-box-inform.png");
}
.box_news div h2 {
	margin: 13px 0 0 0px;
	font-size: 14px;
	line-height: 16px;
}
.box_news div h2 a:hover {
	color: #003399;
	text-decoration: underline;
}
.box_news p {
    margin: 3px 0 17px;
    line-height: 14px;
}
.box_news p.date {
    margin: 2px 0 0;	
    color: #666666;
    font-size: 10px;
    letter-spacing: 0.3px;
}
.box_news p.all_news a {
	color: #666;
}


/* ------- REGISTR ----  */
.registr {
	position: relative;
	width: 247px;
	margin-bottom: 2px;
    float: left;	
	background: #F1F1F1;
	color: #666666;
}
.registr table {
    margin: 12px 0 2px 8px;
}
.registr table td {
    padding: 2px;
}
.registr table td table {
	margin: 0 0 0 50px;
}
.registr table td td {
	padding: 0;
}
.registr table td td.reg {
	padding: 3px 0 8px;
}
.registr h2 {
	margin: 10px 0 0 59px;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.registr label {
	float: right;
	margin-top: 2px;	
}
.registr input {
    width: 146px;
    padding: 1px 2px 2px;
}
.registr input.button_reg {
    width: 6px;
    height: 11px;
    margin: 4px 0 0 9px;
    padding: 0;
	background: url('/images/btn.png') no-repeat 0 0;
	border: none;
	cursor: pointer;	    
}
.registr a {
	font-size: 11px;
	color: #999999;
}
.registr a:hover {
	color: #003399;
	text-decoration: underline;
} 
 
 /* ------- FOOTER ----  */
.develop {
	width: 195px;
	float: left;
	margin: 9px 57px 0 31px;
	font-size: 11px;
	color: #666666;
}
.develop a {
	color: #666666;
}
.develop img {
	float: left;
	margin-right: 7px;
}
.copy {
    width: 241px;	
    float: right;
    margin: 16px 0 0;
    font-size: 11px;	 
	color: #666666;	
}
.menu_footer li {
    display: block;
    float: left;
    letter-spacing: 0.2px;
    margin: 15px 20px 0 0;
    padding-right: 18px;
    background: url("/images/li-menu-footer.png") no-repeat scroll 100% 4px transparent;    
}
.menu_footer li.last {
	background: none;
}
.menu_footer li a {
	font-size: 11px;
	color: #666666;	
}



.form label {
    display: block;
    float: left;
    width: 150px;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
}

.errorMessage 
{
	color:red;
} 
