@charset "windows-1251";
/* CSS Document */

/* general page style settings */

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

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	color: #515151;
	background-color: #ffffff;
	background-image: url(../p_icons/bg_page_general.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.page-container {
}

.page-header {
}
.page-header .content {
	background-color: #ffffff;
}
.footer-holder {
	background-color: #ffffff;
	background-image: url(../p_icons/bg_footer_general.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.footer-holder .content {
	background-color: #ffffff;
}
.page-body .content {
	background-color: #ffffff;
	background-image: url(../p_icons/bg_rings.gif);
	background-position: center top;
	background-repeat: repeat-y;
}


a {
	color: #cf0303;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #fa263d;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

/* END: general page style settings */

.abspos-wrapper {
	position: absolute;	
	visibility: visible;
	overflow: visible;
}

#logo-header {
	width: 860px;
	height: 104px;
}
#menu-header {
	width: 860px;
	height: 79px;
}
#menu-header ul#menu {
	display: block;
	width: 860px;
	height: 53px;
	visibility: visible;
	overflow: hidden;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#menu-header ul#menu li {
	display: block;
	float: left;
	height: 53px;
	background-color: #fff;
	margin: 0px;
	padding: 0px 14px 15px 12px;
	background-image: url(../p_icons/index/menu_divider.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu-header ul#menu li#final {
	background-image: none;
}
#menu-header ul#menu li a, #menu-header ul#menu li a:link, #menu-header ul#menu li a:visited, #menu-header ul#menu li a:active {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	width: auto;
	height: auto;
	padding: 19px 0px 0px 0px;
	margin: 0px;
	float: left;
	background-color: #fff;
}
#menu-header ul#menu li a:hover {
	color: #cf0303;
	background-image: url(../p_icons/index/menu_hover_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer-aux {
	width: 845px;
	height: 107px;
	margin: 0px 0px 0px 10px;
	visibility: visible;
	overflow: hidden;
	background-image: url(../p_icons/index/bg_footer_aux.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#footer-aux .button {
	display: block;
	width: 200px;
	height: 55px;
	position: absolute;
	top: 26px;
}
#footer-aux #order {
	left: 27px;
}
#footer-aux #prices {
	left: 298px;
}

#footer-aux #aux-contacts {
	width: 310px;
	height: 107px;
	position: absolute;
	left: 535px;
	top: 0px;
}
#footer-aux #aux-contacts p {
	width: 280px;
	padding: 20px 15px 0px 15px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	text-align: right;
	line-height: 22px;
}
#footer-aux #aux-contacts p a {
	color: #fff;
}


.footer-holder .content {
	background-image: url(../p_icons/index/bg_footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.footer-holder .content p {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #657376;
}
.footer-holder .content p a, .footer-holder .content p a:link, .footer-holder .content p a:visited, .footer-holder .content p a:active {
	text-decoration: underline;
}
.footer-holder .content p a:hover {
	text-decoration: none;
}
.footer-holder .content p#copyright {
	position: absolute;
	width: 150px;
	height: auto;
	left: 95px;
	top: 30px;
}
.footer-holder .content p#studio {
	position: absolute;
	width: 190px;
	height: auto;
	left: 285px;
	top: 40px;
}

#footer-contacts {
	width: 280px;
	height: 25px;
	position: absolute;
	left: 570px;
	top: 50px;
}
#footer-contacts a, #footer-contacts a:link, #footer-contacts a:visited, #footer-contacts a:active {
	font-size: 9px;
	color: #657376;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
#footer-contacts a:hover {
	text-decoration: underline;
}
#footer-contacts a#footer-home {
	background-image: url(../p_icons/icon_footer_home.gif);
}
#footer-contacts a#footer-search {
	background-image: url(../p_icons/icon_footer_search.gif);
	margin-left: 35px;
}
#footer-contacts a#footer-email {
	background-image: url(../p_icons/icon_footer_email.gif);
	margin-left: 35px;
}
