* {
    padding: 0px;
    margin: 0px;
}

body, html{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#resize {
    position: relative;
    min-width: 1240px;
    width: 100%;
    height: 100%;
    background-color: #fff;

}

#zero_lvl {
    vertical-align: middle;
    width: 15%;
}

#zero_lvl span {
    background: url(../images/man_start_lvl_double.jpg) no-repeat center top;
    width: 300px;
    display: inline-block;
	display:-moz-inline-stack;
    height: 618px;
}

#zero_lvl span:hover {
    background: url(../images/man_start_lvl_double.jpg) no-repeat center bottom;
}

#end_lvl {
    vertical-align: middle;
    text-align: right;
    width: 15%;
}

.arrow {
    text-align: center;
    vertical-align: middle;
    width: 20%;
}


#end_lvl span {
    background: url(../images/man_end_lvl.jpg) no-repeat -95px 0;
    width: 300px;
    display: inline-block;
	display:-moz-inline-stack;
    height: 618px;
}

/********center*********/


#center_contetnt {
    width: 534px;
    height:276px;
    background-color: #fff;
    z-index:1;
    text-align: center;
}

.center_inner {
    width: 534px;
    display: inline-block;
    margin: 0 auto;
}


#logo {
    margin-bottom: 45px;
}

#logo a {
    background: url(../images/logo_prestige.jpg) no-repeat;
    width: 534px;
    height:152px;
    display: block;
}

/**menu1**/

#menu1 {
    height:30px;
    width:534px;
    overflow: hidden;
    margin-bottom:25px;
}

#menu1 ul {
    list-style: none;

}

#menu1 ul li {
    float: left;
    padding-left:59px;
}

#menu1 ul li a {
    font-size: 0px;
    height: 30px;
    display: block;
    text-decoration: none;
    border: none;
    text-indent:-9999px;

}

#item1 a {
    background: url(../images/about.jpg) no-repeat center top;
    width: 82px;
}

#item1 a:hover {
    background-position:center bottom;

}

#item2 a {
    background: url(../images/service.jpg) no-repeat center top;
    width: 49px;
}

#item2 a:hover {
    background-position:center bottom;

}

#item3 a {
    background: url(../images/articles.jpg) no-repeat center top;
    width: 50px;
}

#item3 a:hover {
    background-position:center bottom;

}

#item4 a {
    background: url(../images/zakazat.jpg) no-repeat center top;
    width: 62px;
}

#item4 a:hover {
    background-position:center bottom;

}

/**menu2**/

#menu2 {
    height:24px;
    width: 534px;
    overflow: hidden;
}

#menu2 ul {
    list-style: none;

}

#menu2 ul li {
    float: left;
    padding-left:11px;

}

#menu2 ul li a {
    font-size: 0px;
    height: 24px;
    display: block;
    text-decoration: none;
    border: none;
    text-indent:-9999px;
}

#item_1 a {
    background: url(../images/sub_menu1.jpg) no-repeat center top;
    width: 130px;
}

#item_1 a:hover {
    background-position:center bottom;
}

#item_2 a {
    background: url(../images/sub_menu2.jpg) no-repeat center top;
    width: 123px;
}

#item_2 a:hover {
    background-position:center bottom;
}

#item_3 a {
    background: url(../images/sub_menu3.jpg) no-repeat center top;
    width: 110px;
}

#item_3 a:hover {
    background-position:center bottom;
}

#item_4 a {
    background: url(../images/sub_menu4.jpg) no-repeat center top;
    width: 115px;
}

#item_4 a:hover {
    background-position:center bottom;
}

#logo_akula {
    position: absolute;
    display: block;
    width: 67px;
    height: 34px;
    right: 20px;
    bottom: 0px;

}

#logo_akula a {
    text-decoration: none;
    border: none;
    background: url(../images/logo_akula.png) no-repeat;
    display: block;
    width: 67px;
    height: 34px;
    outline: none;
}

#counter {
	display: block;
	height: 15px;
	width: 187px;
	left:50%;
	margin-left:-93px;
	position:absolute;
	bottom: 10px;
	color:#666666;

	font-family:Arial,sans-serif;
	font-size:11px;

}

#counter span {
	vertical-align:3px;
}

#counter2 span {
	vertical-align:3px;
}

#counter2 {
	margin:0 auto;
	height: 15px;
	width: 88px;

}

/*****************************************************************************blue_page.html***********************************************************/


#blue_page #zero_lvl {
    vertical-align: middle;
    width: 15%;
}

#blue_page #zero_lvl span {
    background: url(../images/blue_page/sasha_zero_lvl_double.jpg) no-repeat center top;
    width: 300px;
    display: inline-block;
    height: 618px;
}

#blue_page #zero_lvl span:hover {
    background: url(../images/blue_page/sasha_zero_lvl_double.jpg) no-repeat center bottom;
}



#blue_page #end_lvl span {
    background: url(../images/blue_page/sasha_end_lvl.jpg) no-repeat -95px 0;
    width: 300px;
    display: inline-block;
    height: 618px;
}

#blue_page #logo a {
    background: url(../images/blue_page/blue_logo.jpg) no-repeat;
    width: 534px;
    height:152px;
    display: block;
}


/***menu***/


#blue_page #item1 a {
    background: url(../images/blue_page/about_blue.jpg) no-repeat center top;
    width: 82px;
}

#blue_page #item1 a:hover {
    background-position:center bottom;
}


#blue_page #item2 a {
    background: url(../images/blue_page/service_blue.jpg) no-repeat center top;
    width: 49px;
}

#blue_page #item2 a:hover {
    background-position:center bottom;
}


#blue_page #item3 a {
    background: url(../images/blue_page/articles_blue.jpg) no-repeat center top;
    width: 50px;
}

#blue_page #item3 a:hover {
    background-position:center bottom;
}

#blue_page #item4 a {
    background: url(../images/blue_page/zakazat_blue.jpg) no-repeat center top;
    width: 62px;
}

#blue_page #item4 a:hover {
    background-position:center bottom;
}




#blue_page #item_1 a {
    background: url(../images/blue_page/sub_menu1_blue.jpg) no-repeat center top;
    width: 130px;
}

#blue_page #item_1 a:hover {
    background-position:center bottom;
}

#blue_page #item_2 a {
    background: url(../images/blue_page/sub_menu2_blue.jpg) no-repeat center top;
    width: 123px;
}

#blue_page #item_2 a:hover {
    background-position:center bottom;
}

#blue_page #item_3 a {
    background: url(../images/blue_page/sub_menu3_blue.jpg) no-repeat center top;
    width: 110px;
}

#blue_page #item_3 a:hover {
    background-position:center bottom;
}

#blue_page #item_4 a {
    background: url(../images/blue_page/sub_menu4_blue.jpg) no-repeat center top;
    width: 115px;
}

#blue_page #item_4 a:hover {
    background-position:center bottom;
}



/***************************************************************************red_page.html**************************************************/


#red_page #zero_lvl {
    vertical-align: middle;
    width: 15%;
}

#red_page #zero_lvl span {
    background: url(../images/red_page/anna_zero_lvl_double.jpg) no-repeat center top;
    width: 300px;
    display: inline-block;
    height: 618px;
}

#red_page #zero_lvl span:hover {
    background: url(../images/red_page/anna_zero_lvl_double.jpg) no-repeat center bottom;
}

#red_page #end_lvl span {
    background: url(../images/red_page/anna_end_lvl.jpg) no-repeat -32px 0;
    width: 300px;
    display: inline-block;
    height: 618px;
}

#red_page #logo a {
    background: url(../images/red_page/red_logo_prestige.jpg) no-repeat;
    width: 534px;
    height:152px;
    display: block;
}

/*** menu ***/


#red_page #item1 a {
    background: url(../images/red_page/about_red.jpg) no-repeat center top;
    width: 82px;
}

#red_page #item1 a:hover {
    background-position:center bottom;
}


#red_page #item2 a {
    background: url(../images/red_page/service_red.jpg) no-repeat center top;
    width: 49px;
}

#red_page #item2 a:hover {
    background-position:center bottom;
}


#red_page #item3 a {
    background: url(../images/red_page/articles_red.jpg) no-repeat center top;
    width: 50px;
}

#red_page #item3 a:hover {
    background-position:center bottom;
}

#red_page #item4 a {
    background: url(../images/red_page/zakazat_red.jpg) no-repeat center top;
    width: 62px;
}

#red_page #item4 a:hover {
    background-position:center bottom;
}





#red_page #item_1 a {
    background: url(../images/red_page/sub_menu1_red.jpg) no-repeat center top;
    width: 130px;
}

#red_page #item_1 a:hover {
    background-position:center bottom;
}

#red_page #item_2 a {
    background: url(../images/red_page/sub_menu2_red.jpg) no-repeat center top;
    width: 123px;
}

#red_page #item_2 a:hover {
    background-position:center bottom;
}

#red_page #item_3 a {
    background: url(../images/red_page/sub_menu3_red.jpg) no-repeat center top;
    width: 110px;
}

#red_page #item_3 a:hover {
    background-position:center bottom;
}

#red_page #item_4 a {
    background: url(../images/red_page/sub_menu4_red.jpg) no-repeat center top;
    width: 115px;
}

#red_page #item_4 a:hover {
    background-position:center bottom;
}





/*****************************************************************about.html*************************************************************************/



#inner_page {
    background-color: #fff;
    width:1240px;
  /*  margin:0 auto;*/

}


/**header**/

#header {
	height: 230px;
	margin-bottom:20px;
        overflow:hidden;
        padding:30px 190px 0 190px;
}

#logo_menu {
    width: 534px;
    height: 200px;
    margin-left:118px;
    //_margin-left:85px;
    float: left;
}


.about #logo {
    margin-bottom:17px;
}

.about #logo a {
    background: url(../images/about/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

.arrow2 {
    width: 48px;
    height:33px;
    margin-top:60px;

}

.arrow2 a {
	width: 48px;
        height:33px;
	outline: none;
	border: none;
	display: block;
}

#left_arrow {
    float: left;
}

#left_arrow a{
	background: url(../images/about/left_arrow.jpg) no-repeat;
}

#right_arrow {
	float:right;
}

#right_arrow a{
	background: url(../images/about/right_arrow.jpg) no-repeat;
}

.about #menu1 ul li#item1 {
     background: url(../images/about.jpg) no-repeat right bottom;
      width: 82px;
}

.current {
    height:30px;
    font-size:0;
    text-indent:-9999px;
}

/** content **/

.topic {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
}

#main {
    width:1195px;
    overflow:hidden;
    padding: 0 10px 0 35px;
 }

#left_col {
	background: url(../images/about/man_end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: left;
}


#right_col {
	width: 326px;
        float: right;
}

#phone {
	margin-bottom: 15px;
	overflow:hidden;
	padding:0 11px;
}

#phone p {
	font-family: Arial, sans-serif;
	font-size: 45px;
	text-align:center;
	color: #333;
}

#phone p span {
	font-family: Arial, sans-serif;
	font-size: 19px;
	vertical-align:15px;
	color: #333;
	margin-right: 6px;

}

#phone a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	float: right;
}

#phone a:hover {
	text-decoration: none;
	color: #C902FF;
}

/** table **/

#center_table {
	background: url(../images/about/center_table.jpg) repeat-y;
	width: 326px;
}


#top_table {
	background: url(../images/about/top_teble.jpg) no-repeat;
	width: 326px;

}

#bottom_table {
	background: url(../images/about/bottom_table.jpg) no-repeat 0 bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#bottom_table p {
	text-align:center;
	margin-bottom:5px;
}

#bottom_table table {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	width: 290px;
	border-collapse:collapse;

}

#bottom_table table td {
	padding:7px 3px;
	border-left: #a35db7 solid 1px;
	text-align:center;
	//_border-bottom: #a35db7 solid 1px;
}

#bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#bottom_table table tr {
	border-bottom: #a35db7 solid 1px;
}

#bottom_table table tr:last-child {
	border-bottom: 0px;
}

#bottom_table table a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	outline: none;
}

#bottom_table table a:hover {
	text-decoration: none;
}

#logo_yandex {
	padding: 0px 3px !important;
}

#logo_google {
	padding: 0px 3px !important;
}

#logo_google img {
	margin-top:4px;
}

/** content **/

#content {
	width: 555px;
    float:left;
	overflow: hidden;
}

#content h1 {
	margin-bottom: 10px;
}

#content p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	/*text-align: justify;*/
	margin-bottom: 10px;
}

#content ul {
	list-style: none;
	margin-bottom:10px;
}

#content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/about/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}

#content a {
	color: #019eff;
	outline: none;
}

#content a:hover {
	text-decoration: none;
}

#content a:visited {
	color: #6633ff;
}

#content img {
	float:left;
	margin: 0 10px 0 0;
}

/*******footer******/

#footer {
	width:1240px;
    overflow: hidden;
    margin-top:30px;
}

#footer p {
	color:#666;
	font-family:Arial,sans-serif;
	font-size:11px;
	text-align:center;
	display:inline;
	margin-left:507px;
}

#inner_logo_akula {
    width:67px;
    height:34px;
    float:right;
    margin: 0 20px 0 0;
}

#inner_logo_akula a {
    width:67px;
    height:34px;
    text-decoration: none;
    outline: none;
}

#inner_logo_akula a img {
    border: none;
}


/************************************************************ service.html **********************************************************/

#service #logo {
    margin-bottom:17px;
}

#service #logo a {
    background: url(../images/service/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

#service #phone a {
	float: none;
}

#service #phone a:hover {
	text-decoration: none;
	color: #CD0000;
}

/*** menu ***/


#service #item1 a {
    background: url(../images/red_page/about_red.jpg) no-repeat center top;
    width: 82px;
}

#service #item1 a:hover {
    background-position:center bottom;
}

#service #menu1 ul li#item2 {
     background: url(../images/red_page/service_red.jpg) no-repeat right bottom;
     width:49px;
}


#service #item3 a {
    background: url(../images/red_page/articles_red.jpg) no-repeat center top;
    width: 50px;
}

#service #item3 a:hover {
    background-position:center bottom;
}

#service #item4 a {
    background: url(../images/red_page/zakazat_red.jpg) no-repeat center top;
    width: 62px;
}

#service #item4 a:hover {
    background-position:center bottom;
}





#service #item_1 a {
    background: url(../images/red_page/sub_menu1_red.jpg) no-repeat center top;
    width: 130px;
}

#service #item_1 a:hover {
    background-position:center bottom;
}

#service #item_2 a {
    background: url(../images/red_page/sub_menu2_red.jpg) no-repeat center top;
    width: 123px;
}

#service #item_2 a:hover {
    background-position:center bottom;
}

#service #item_3 a {
    background: url(../images/red_page/sub_menu3_red.jpg) no-repeat center top;
    width: 110px;
}

#service #item_3 a:hover {
    background-position:center bottom;
}

#service #item_4 a {
    background: url(../images/red_page/sub_menu4_red.jpg) no-repeat center top;
    width: 115px;
}

#service #item_4 a:hover {
    background-position:center bottom;
}

/** content **/

#service #left_col {
	background: url(../images/red_page/anna_end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: right;
}


#service #right_col {
	width: 326px;
    float: left;
	margin-right:10px;
	//_margin-right:0px;
}

#service #content a {
	color: #CC0001;
	outline: none;
}


/** table **/

#service #center_table {
	background: url(../images/service/center_table.jpg) repeat-y 2px 0;
	width: 318px;
}


#service #top_table {
	background: url(../images/service/top_teble.jpg) no-repeat;
	width: 318px;

}

#service #bottom_table {
	background: url(../images/service/bottom_table.jpg) no-repeat 3px bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#service #bottom_table table td {
	padding:7px 3px;
	border-left: #b1254c solid 1px;
	text-align:center;
	//_border-bottom: #b1254c solid 1px;
}

#service #bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#service #bottom_table table tr {
	border-bottom: #b1254c solid 1px;
}

#service #bottom_table table tr:last-child {
	border-bottom: 0px;
}

#service #content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/service/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}


/******************************************************************************* order.html ***********************************************************************************/


#order #logo {
    margin-bottom:17px;
}

#order #logo a {
    background: url(../images/order/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

#order  #phone a {
	float: none;
}

#order  #phone a:hover {
	text-decoration: none;
	color: #FE5278;
}

/*** menu ***/


#order #item1 a {
    background: url(../images/light_red_page/about.jpg) no-repeat center top;
    width: 82px;
}

#order #item1 a:hover {
    background-position:center bottom;
}

#order #item2 a{
     background: url(../images/light_red_page/service.jpg) no-repeat right top;
     width:49px;
}

#order #item2 a:hover {
    background-position:center bottom;
}

#order #item3 a {
    background: url(../images/light_red_page/articles.jpg) no-repeat center top;
    width: 50px;
}

#order #item3 a:hover {
    background-position:center bottom;
}

#order #menu1 ul li#item4 {
     background: url(../images/light_red_page/zakazat.jpg) no-repeat right bottom;
     width:62px;
}




#order #item_1 a {
    background: url(../images/light_red_page/sub_menu1.jpg) no-repeat center top;
    width: 130px;
}

#order #item_1 a:hover {
    background-position:center bottom;
}

#order #item_2 a {
    background: url(../images/light_red_page/sub_menu2.jpg) no-repeat center top;
    width: 123px;
}

#order #item_2 a:hover {
    background-position:center bottom;
}

#order #item_3 a {
    background: url(../images/light_red_page/sub_menu3.jpg) no-repeat center top;
    width: 110px;
}

#order #item_3 a:hover {
    background-position:center bottom;
}

#order #item_4 a {
    background: url(../images/light_red_page/sub_menu4.jpg) no-repeat center top;
    width: 115px;
}

#order #item_4 a:hover {
    background-position:center bottom;
}



/** content **/

#order #left_col {
	background: url(../images/order/end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: right;
}


#order #right_col {
	width: 326px;
    float: left;
	margin-right:10px;
	//_margin-right:0px;
}

/** table **/

#order #center_table {
	background: url(../images/order/center_table.jpg) repeat-y 1px 0;
	width: 318px;
}


#order #top_table {
	background: url(../images/order/top_teble.jpg) no-repeat;
	width: 318px;

}

#order #bottom_table {
	background: url(../images/order/bottom_table.jpg) no-repeat 1px bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#order #bottom_table table td {
	padding:7px 3px;
	border-left: #bd4b64 solid 1px;
	text-align:center;
	//_border-bottom: #bd4b64 solid 1px;
}

#order #bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#order #bottom_table table tr {
	border-bottom: #bd4b64 solid 1px;
}

#order #bottom_table table tr:last-child {
	border-bottom: 0px;
}

#order #content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/order/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}


/******************************************************************* search optimization.html **********************************************************************************/

.current2 {
    height:24px;
    font-size:0;
    text-indent:-9999px;
}

.about #menu2 ul li#item_1 {
     background: url(../images/sub_menu1.jpg) no-repeat right bottom;
     width:130px;
}

/************************************************************************ articles.html ***************************************************************************/


#articles #logo {
    margin-bottom:17px;
}

#articles #logo a {
    background: url(../images/articles/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

#articles  #phone a:hover {
	text-decoration: none;
	color: #019EFF;
}


/***menu***/


#articles #item1 a {
    background: url(../images/blue_page/about_blue.jpg) no-repeat center top;
    width: 82px;
}

#articles #item1 a:hover {
    background-position:center bottom;
}


#articles #item2 a {
    background: url(../images/blue_page/service_blue.jpg) no-repeat center top;
    width: 49px;
}

#articles #item2 a:hover {
    background-position:center bottom;
}


#articles #item3 a {
    background: url(../images/blue_page/articles_blue.jpg) no-repeat center top;
    width: 50px;
}

#articles #item3 a:hover {
    background-position:center bottom;
}

#articles #item4 a {
    background: url(../images/blue_page/zakazat_blue.jpg) no-repeat center top;
    width: 62px;
}

#articles #item4 a:hover {
    background-position:center bottom;
}




#articles #item_1 a {
    background: url(../images/blue_page/sub_menu1_blue.jpg) no-repeat center top;
    width: 130px;
}

#articles #item_1 a:hover {
    background-position:center bottom;
}

#articles #item_2 a {
    background: url(../images/blue_page/sub_menu2_blue.jpg) no-repeat center top;
    width: 123px;
}

#articles #item_2 a:hover {
    background-position:center bottom;
}

#articles #item_3 a {
    background: url(../images/blue_page/sub_menu3_blue.jpg) no-repeat center top;
    width: 110px;
}

#articles #item_3 a:hover {
    background-position:center bottom;
}

#articles #item_4 a {
    background: url(../images/blue_page/sub_menu4_blue.jpg) no-repeat center top;
    width: 115px;
}

#articles #item_4 a:hover {
    background-position:center bottom;
}


#articles #menu1 ul li#item3 {
     background: url(../images/blue_page/articles_blue.jpg) no-repeat right bottom;
     width:50px;
}


#articles #left_col {
	background: url(../images/articles/sasha_end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: left;
}

/** table **/

#articles #center_table {
	background: url(../images/articles/center_table.jpg) repeat-y;
	width: 318px;
}


#articles #top_table {
	background: url(../images/articles/top_teble.jpg) no-repeat;
	width: 318px;

}

#articles #bottom_table {
	background: url(../images/articles/bottom_table.jpg) no-repeat 0 bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#articles #bottom_table table td {
	padding:7px 3px;
	border-left: #518ac0 solid 1px;
	text-align:center;
	//_border-bottom: #518ac0 solid 1px;
}

#articles #bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#articles #bottom_table table tr {
	border-bottom: #518ac0 solid 1px;
}

#articles #bottom_table table tr:last-child {
	border-bottom: 0px;
}

#articles #content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/articles/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}






/********************************************************************** conversion.html ***************************************/


#conversion #logo {
    margin-bottom:17px;
}

#conversion #logo a {
    background: url(../images/service/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

#conversion #phone a {
	float: none;
}

#conversion #phone a:hover {
	text-decoration: none;
	color: #CD0000;
}

/*** menu ***/


#conversion #item1 a {
    background: url(../images/red_page/about_red.jpg) no-repeat center top;
    width: 82px;
}

#conversion #item1 a:hover {
    background-position:center bottom;
}

#conversion #item2 a{
     background: url(../images/red_page/service_red.jpg) no-repeat right top;
     width:49px;
}

#conversion #item2 a:hover {
    background-position:center bottom;
}

#conversion #item3 a {
    background: url(../images/red_page/articles_red.jpg) no-repeat center top;
    width: 50px;
}

#conversion #item3 a:hover {
    background-position:center bottom;
}

#conversion #item4 a {
    background: url(../images/red_page/zakazat_red.jpg) no-repeat center top;
    width: 62px;
}

#conversion #item4 a:hover {
    background-position:center bottom;
}





#conversion #item_1 a {
    background: url(../images/red_page/sub_menu1_red.jpg) no-repeat center top;
    width: 130px;
}

#conversion #item_1 a:hover {
    background-position:center bottom;
}

#conversion #menu2 ul li#item_2 {
     background: url(../images/red_page/sub_menu2_red.jpg) no-repeat right bottom;
     width:123px;
}

#conversion #item_3 a {
    background: url(../images/red_page/sub_menu3_red.jpg) no-repeat center top;
    width: 110px;
}

#conversion #item_3 a:hover {
    background-position:center bottom;
}

#conversion #item_4 a {
    background: url(../images/red_page/sub_menu4_red.jpg) no-repeat center top;
    width: 115px;
}

#conversion #item_4 a:hover {
    background-position:center bottom;
}

/** content **/

#conversion #left_col {
	background: url(../images/red_page/anna_end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: right;
}


#conversion #right_col {
	width: 326px;
    float: left;
	margin-right:10px;
	//_margin-right:0px;
}

/** table **/

#conversion #center_table {
	background: url(../images/service/center_table.jpg) repeat-y 2px 0;
	width: 318px;
}


#conversion #top_table {
	background: url(../images/service/top_teble.jpg) no-repeat;
	width: 318px;

}

#conversion #bottom_table {
	background: url(../images/service/bottom_table.jpg) no-repeat 3px bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#conversion #bottom_table table td {
	padding:7px 3px;
	border-left: #b1254c solid 1px;
	text-align:center;
	//_border-bottom: #b1254c solid 1px;
}

#conversion #bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#conversion #bottom_table table tr {
	border-bottom: #b1254c solid 1px;
}

#conversion #bottom_table table tr:last-child {
	border-bottom: 0px;
}

#conversion #content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/service/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}

/**************************************************** marketing.html ************************************************/


#marketing #logo {
    margin-bottom:17px;
}

#marketing #logo a {
    background: url(../images/articles/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

#marketing #phone a:hover {
	text-decoration: none;
	color: #019EFF;
}

/***menu***/


#marketing #item1 a {
    background: url(../images/blue_page/about_blue.jpg) no-repeat center top;
    width: 82px;
}

#marketing #item1 a:hover {
    background-position:center bottom;
}


#marketing #item2 a {
    background: url(../images/blue_page/service_blue.jpg) no-repeat center top;
    width: 49px;
}

#marketing #item2 a:hover {
    background-position:center bottom;
}


#marketing #item3 a {
    background: url(../images/blue_page/articles_blue.jpg) no-repeat center top;
    width: 50px;
}

#marketing #item3 a:hover {
    background-position:center bottom;
}

#marketing #item4 a {
    background: url(../images/blue_page/zakazat_blue.jpg) no-repeat center top;
    width: 62px;
}

#marketing #item4 a:hover {
    background-position:center bottom;
}




#marketing #item_1 a {
    background: url(../images/blue_page/sub_menu1_blue.jpg) no-repeat center top;
    width: 130px;
}

#marketing #item_1 a:hover {
    background-position:center bottom;
}

#marketing #item_2 a {
    background: url(../images/blue_page/sub_menu2_blue.jpg) no-repeat center top;
    width: 123px;
}

#marketing #item_2 a:hover {
    background-position:center bottom;
}

#marketing #menu2 ul li#item_3 {
     background: url(../images/blue_page/sub_menu3_blue.jpg) no-repeat right bottom;
     width:110px;
}

#marketing #item_4 a {
    background: url(../images/blue_page/sub_menu4_blue.jpg) no-repeat center top;
    width: 115px;
}

#marketing #item_4 a:hover {
    background-position:center bottom;
}


#marketing #menu1 ul li#item3 {
     background: url(../images/blue_page/articles_blue.jpg) no-repeat right bottom;
     width:50px;
}


#marketing #left_col {
	background: url(../images/articles/sasha_end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: left;
}

/** table **/

#marketing #center_table {
	background: url(../images/articles/center_table.jpg) repeat-y;
	width: 318px;
}


#marketing #top_table {
	background: url(../images/articles/top_teble.jpg) no-repeat;
	width: 318px;

}

#marketing #bottom_table {
	background: url(../images/articles/bottom_table.jpg) no-repeat 0 bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#marketing #bottom_table table td {
	padding:7px 3px;
	border-left: #518ac0 solid 1px;
	text-align:center;
	//_border-bottom: #518ac0 solid 1px;
}

#marketing #bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#marketing #bottom_table table tr {
	border-bottom: #518ac0 solid 1px;
}

#marketing #bottom_table table tr:last-child {
	border-bottom: 0px;
}

#marketing #content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/articles/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}




/****************************************** context.html ***********************************************************/

#context #logo {
    margin-bottom:17px;
}

#context #logo a {
    background: url(../images/order/logo_prestige.jpg) no-repeat;
    width: 357px;
    height:104px;
    display: block;
    margin:0 auto;
}

#context  #phone a {
	float: none;
}

#context  #phone a:hover {
	text-decoration: none;
	color: #FE5278;
}

/*** menu ***/


#context #item1 a {
    background: url(../images/light_red_page/about.jpg) no-repeat center top;
    width: 82px;
}

#context #item1 a:hover {
    background-position:center bottom;
}

#context #item2 a{
     background: url(../images/light_red_page/service.jpg) no-repeat right top;
     width:49px;
}

#context #item2 a:hover {
    background-position:center bottom;
}

#context #item3 a {
    background: url(../images/light_red_page/articles.jpg) no-repeat center top;
    width: 50px;
}

#context #item3 a:hover {
    background-position:center bottom;
}

#context #item4 a{
     background: url(../images/light_red_page/zakazat.jpg) no-repeat right top;
     width:62px;
}

#context #item4 a:hover {
    background-position:center bottom;
}



#context #item_1 a {
    background: url(../images/light_red_page/sub_menu1.jpg) no-repeat center top;
    width: 130px;
}

#context #item_1 a:hover {
    background-position:center bottom;
}

#context #item_2 a {
    background: url(../images/light_red_page/sub_menu2.jpg) no-repeat center top;
    width: 123px;
}

#context #item_2 a:hover {
    background-position:center bottom;
}

#context #item_3 a {
    background: url(../images/light_red_page/sub_menu3.jpg) no-repeat center top;
    width: 110px;
}

#context #item_3 a:hover {
    background-position:center bottom;
}

#context #menu2 ul li#item_4 {
     background: url(../images/light_red_page/sub_menu4.jpg) no-repeat right bottom;
     width:115px;
}

/** content **/

#context #left_col {
	background: url(../images/order/end_lvl.jpg) no-repeat;
	width: 300px;
    height:640px;
    float: right;
}


#context #right_col {
	width: 326px;
    float: left;
	margin-right:10px;
	//_margin-right:0px;
}

/** table **/

#context #center_table {
	background: url(../images/order/center_table.jpg) repeat-y 1px 0;
	width: 318px;
}


#context #top_table {
	background: url(../images/order/top_teble.jpg) no-repeat;
	width: 318px;

}

#context #bottom_table {
	background: url(../images/order/bottom_table.jpg) no-repeat 1px bottom;
	width: 290px;
   	padding:20px 16px 20px 20px;
}

#context #bottom_table table td {
	padding:7px 3px;
	border-left: #bd4b64 solid 1px;
	text-align:center;
	//_border-bottom: #bd4b64 solid 1px;
}

#context #bottom_table table td:first-child {
	border-left: 0px;
	text-align:left;
}
#context #bottom_table table tr {
	border-bottom: #bd4b64 solid 1px;
}

#context #bottom_table table tr:last-child {
	border-bottom: 0px;
}

#context #content ul li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(../images/order/list_sign.jpg) no-repeat 0 50%;
	padding: 0 0 4px 12px;
}



/***************************************************** light_red_page.html ****************************************/


#light_red_page #zero_lvl {
    vertical-align: middle;
    width: 15%;
}

#light_red_page #zero_lvl span {
    background: url(../images/light_red_page/start_lvl_double.jpg) no-repeat center top;
    width: 300px;
    display: inline-block;
    height: 618px;
}

#light_red_page #zero_lvl span:hover {
    background: url(../images/light_red_page/start_lvl_double.jpg) no-repeat center bottom;
}

#light_red_page #end_lvl {
    vertical-align: middle;
    text-align: right;
    width: 15%;
}


#light_red_page #end_lvl span {
    background: url(../images/light_red_page/end_lvl.jpg) no-repeat -95px 0;
    width: 300px;
    display: inline-block;
    height: 618px;
}

#light_red_page #logo {
    margin-bottom: 45px;
}

#light_red_page #logo a {
    background: url(../images/light_red_page/logo_prestige.jpg) no-repeat;
    width: 534px;
    height:152px;
    display: block;
}

/*** menu ***/

#light_red_page #item1 a {
    background: url(../images/light_red_page/about.jpg) no-repeat center top;
    width: 82px;
}

#light_red_page #item1 a:hover {
    background-position:center bottom;

}

#light_red_page #item2 a {
    background: url(../images/light_red_page/service.jpg) no-repeat center top;
    width: 49px;
}

#light_red_page #item2 a:hover {
    background-position:center bottom;

}

#light_red_page #item3 a {
    background: url(../images/light_red_page/articles.jpg) no-repeat center top;
    width: 50px;
}

#light_red_page #item3 a:hover {
    background-position:center bottom;

}

#light_red_page #item4 a {
    background: url(../images/light_red_page/zakazat.jpg) no-repeat center top;
    width: 62px;
}

#light_red_page #item4 a:hover {
    background-position:center bottom;

}



#light_red_page #item_1 a {
    background: url(../images/light_red_page/sub_menu1.jpg) no-repeat center top;
    width: 130px;
}

#light_red_page #item_1 a:hover {
    background-position:center bottom;
}

#light_red_page #item_2 a {
    background: url(../images/light_red_page/sub_menu2.jpg) no-repeat center top;
    width: 123px;
}

#light_red_page #item_2 a:hover {
    background-position:center bottom;
}

#light_red_page #item_3 a {
    background: url(../images/light_red_page/sub_menu3.jpg) no-repeat center top;
    width: 110px;
}

#light_red_page #item_3 a:hover {
    background-position:center bottom;
}

#light_red_page #item_4 a {
    background: url(../images/light_red_page/sub_menu4.jpg) no-repeat center top;
    width: 115px;
}

#light_red_page #item_4 a:hover {
    background-position:center bottom;
}



/*__________________________________________________________________scrolling.html_________________________________________________*/

#scrolling {
	background-color:#FFFFFF;
	height:100%;
	margin:0;
	padding:0;
	width:12720px;
}

#common_body {
	width: 12720px;
	background: #FFFFFF;
	overflow: hidden;
}

div.about {
	float:left;
	width: 1240px;
	margin-right:300px;
}

























