@import url('reset.css');


#gradient-style
{
	
	font-size: 12px;
	
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #D46C1E url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid #fff;
	background: #FBEFE6 url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #FAE9DC url('table-images/gradhover.png') repeat-x;
	color: #000000;
}


















body {
	background: #fff;
	color: #353535;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.25;
}



textarea,
input,
select,
button {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

/* typography */
a {
	color: #d46d1f;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
}
b, strong, dfn, th, caption {
	font-weight: bold;
}
em, dfn, tfoot {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* layout */
.wrapper {
	width: 990px;
}

.header {
	background: url('../i/bg-header.png') no-repeat 164px 0;
	height: 118px;
	position: relative;
}
.header .logo {
	float: left;
	margin: 24px 0 0 20px;
}
.header .logo img {
	display: block;
}
.header .call {
	color: #adadad;
	display: block;
	height: 28px;
	left: 767px;
	line-height: 12px;
	padding: 88px 0 0 63px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 93px;
}
.header .call:hover {
	color: #3f3f3f;
}
.header .call span {
	border-bottom: 1px solid #adadad;
}

.top-menu {
	clear: both;
	position: relative;
	z-index: 5;
}
.top-menu ul {
	height: 30px;
}
.top-menu li {
	float: left;
}
.top-menu li a {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
}
.top-menu li a span {
	background: #d46c1e;
	border: 1px solid #bebebe;
	display: block;
	line-height: 28px;
	text-align: center;
	width: 163px;
}
html.no-boxshadow .top-menu li a span {
	background: url('../i/bg-top-menu-button.png') no-repeat;
	border: 0;
	margin: -4px -8px -8px -4px;
	padding: 5px 9px 9px 5px;
	position: relative;
}
.top-menu li.active a,
.top-menu li.focus a {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
}
.top-menu li.active a span,
.top-menu li.focus a span {
	border-color: #c9b5a6;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .8);
	-webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, .8);
	-moz-box-shadow: inset 0 0 10px rgba(255, 255, 255, .8);
}
html.no-boxshadow .top-menu li.active a span,
html.no-boxshadow .top-menu li.focus a span {
	background-image: url('../i/bg-top-menu-button-focus.png');
}

.body {
	padding: 40px 20px 0;
	position: relative;
	z-index: 4;
}
.left-column {
	float: left;
	width: 160px;
}
.main-column {
	float: right;
	width: 765px;
}

.left-menu {
	border-left: 1px solid #adadad;
	margin-top: -40px;
	padding-top: 20px;
	position: relative;
}
.left-menu li {
	border-bottom: 1px solid #d3d3d3;
	font-size: .88em;
}
.left-menu li.active {
	border-color: #adadad;
}
.left-menu li a {
	background: #fff;
	color: #3f3f3f;
	cursor: pointer;
	display: block;
	line-height: 29px;
	margin-left: 41px;
	padding-left: 29px;
	position: relative;
	top: 14px;
}
.left-menu li.active a {
	text-decoration: none;
}
.left-menu li i.bullit {
	background: url('../i/i-bullit.png') no-repeat;
	height: 24px;
	display: block;
	left: -2px;
	position: absolute;
	top: 6px;
	width: 24px;
}
.left-menu li.active i.bullit,
.left-menu li a:hover i.bullit {
	background-image: url('../i/i-bullit-hover.png');
}

.left-menu-2 {
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	height: 32px;
	margin: -31px 0 100px -137px;
	padding: 0 0 0 348px;
	position: relative;
	width: 335px;
}
.left-menu-2 li {
	border-left: 1px solid #adadad;
	float: left;
	font-size: .88em;
	padding-top: 32px;
	position: absolute;
}
.left-menu-2 li.guarantee {
	left: 348px;
}
.left-menu-2 li.order-scheme {
	left: 514px;
}
.left-menu-2 li.order-more {
	left: 682px;
}
.left-menu-2 li .root-link {
	background: #fff;
	color: #3f3f3f;
	display: block;
	height: 95px;
	margin-left: -1px;
	padding: 0 75px 0 18px;
	position: relative;
	width: 75px;
}
.left-menu-2 li.guarantee .root-link {
	background: #fff url('../i/bg-left-menu-2-guarantee.png') no-repeat 50px -5px;
}
.left-menu-2 li.order-scheme .root-link {
	background: #fff url('../i/bg-left-menu-2-order-scheme.png') no-repeat 80% 0;
}
.left-menu-2 li.order-more .root-link {
	background: none;
	color: #000;
	height: auto;
	padding: 0 0 0 28px;
	z-index: 5;
}
.left-menu-2 li i.bullit {
	background: url('../i/i-bullit.png') no-repeat;
	height: 24px;
	display: block;
	left: -8px;
	position: absolute;
	top: -2px;
	width: 24px;
}
.left-menu-2 li.active i.bullit,
.left-menu-2 li a:hover i.bullit {
	background-image: url('../i/i-bullit-hover.png');
}

.left-menu-3 {
	background: #d2d2d2;
	left: 16px;
	padding: 85px 0 120px 0;
	position: absolute;
	top: -10px;
	width: 220px;
	z-index: 4;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
height: 230px;
}
html.no-boxshadow .left-menu-3 {
	background: url('../i/bg-left-menu-3.png') no-repeat 0 100%;
	margin: 0 -9px -9px -3px;
	padding: 90px 9px 129px 3px;
}
.left-menu-3 ul {
	border-left: 1px solid #adadad;
	left: -17px;
	margin-top: -33px;
	padding-top: 20px;
	position: relative;
}
.left-menu-3 li {
	border: 0;
	border-bottom: 1px solid #b6b6b6;
	float: none;
	font-size: 1em;
	padding: 0;
	position: relative;
}
.left-menu-3 li a {
	background: #d2d2d2;
	color: #000;
	cursor: pointer;
	display: block;
	line-height: 29px;
	margin-left: 28px;
	padding-left: 29px;
	position: relative;
	top: 14px;
	zoom: 1;
}
.left-menu-3 li i.bullit {
	left: -2px;
	top: 6px;
}

.content {
	clear: both;
}
.content p {
	margin-bottom: 1.5em;
}
.content p.marked {
	font-size: 1.1em;
}
.content p big {
	font-size: 1.35em;
}
.content h2 {
	color: #d46d1f;
	font-size: 2em;
	line-height: 1;
	margin: 0 0 .5em;
	text-transform: lowercase;
}
.content h4 {
	font-size: 1em;
	margin: 0 0 1.5em;
}
.content a {
	border-bottom: 1px solid #adadad;
	color: #d46d1f;
	text-decoration: none;
}
.content a:hover {
	color: #adadad;
}

.photo-content {
	margin: 40px -20px 0 -185px;
	position: relative;
}
.gallery {
	margin: 0 0 30px -30px;
	position: relative;
}
.gallery li {
	float: left;
	margin: 0 0 30px 32px;
}
.gallery li img {
	display: block;
}

.text {
	font-size: .88em;
	margin-bottom: 20px;
	padding: 0 20px;
}
.with-right-menu {
	width: 520px;
}

.items-map {
	clear: both;
	margin-bottom: 22px;
	width: 730px;
}
.items-map h4 {
	background: #adadad;
	color: #353535;
	font-size: 1.1em;
	line-height: 36px;
	margin-bottom: 13px;
	text-align: center;
	width: 722px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
}
html.no-boxshadow .items-map h4 {
	background: url('../i/bg-items-map-title.png') no-repeat;
	margin: -4px -8px 5px -4px;
	padding: 4px 8px 8px 4px;
}
.items-map ul {
	margin-right: -16px;
}
.items-map li {
	float: left;
	font-size: 1.1em;
	margin: 0 16px 13px 0;
	width: 230px;
}
.items-map li a {
	background: #d2d2d2;
	border: 1px solid #c0c0c0;
	color: #353535;
	cursor: pointer;
	display: block;
	line-height: 36px;
	position: relative;
	text-align: center;
	text-decoration: none;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .6);
}
html.no-boxshadow .items-map li a {
	background: url('../i/bg-items-map.png') no-repeat;
	border: 0;
	margin: -4px -8px -8px -4px;
	padding: 5px 9px 9px 5px;
}
.items-map li a:hover {
	color: #d46d1f;
}
/*contacts*/
.cont {
	width:380px;
	float:left;
}

.cont a {
	text-decoration:none !important;
	border:none;
}
.contacts_2 {
	width:187px;
	padding-right:4px;
	float:left;
}
.contacts_3 {
	width:187px;
	padding-right:4px;
	float:left;
}
.contacts_3 a {
	text-decoration:none !important;
	border:none;
}
.contacts_2 a {
	text-decoration:none !important;
	border:none;
}

/*I'M*/
.text .content h2 {
	font-weight: normal !important;
	line-height: 1.1 !important;
	color: #000 !important;
	font-size:1.5em !important;
	text-transform:none !important;
}
.step {
	border: 1px solid #000;
}
.step p {
	margin:0px !important;
}
.step td {
	padding:3px;
}
