html, body {
	height:100%;
}
body,
td,
th,
input,
select,
textarea {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
}
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
} 
img {
	border:0;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
a, a:hover {
	color:#673a61;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	margin-bottom:1em;
}
small {
	font-size:10px;
}
h1,
h4 {
	font-size:17px;
	color:#4e284e;
	font-weight:normal;
}
h2,
h3 {
	color:#4e284e;
	font-weight:bold;
	margin:1em 0 0.7em 0;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:14px;
}
#mesureur {
	position:absolute;
	left:0;
	top:-20px;
	width:100%;
	height:10px;
}
#root {
	position:relative;
	min-width:995px;
	max-width:1600px;
	min-height:100%;
	text-align:left;
	margin:0 auto;
	background:#f9eff1 url(/gruzoboy/img/bg_foot.png) 0 100% repeat-x;
}
* html #root {
	width:expression(document.getElementById('mesureur').clientWidth < 995? "995px" : document.getElementById('mesureur').clientWidth > 1600? "1600px" : "100%");
	height:100%;
}
.header {
	position:absolute;
	top:0;
	width:100%;
	height:252px;
	background:#000 url(/gruzoboy/img/sky_c.jpg) 0 0 repeat-x;
}
.header .sky_r,
.header .sky_l {
	position:absolute;
	height:234px;
	width:453px;
}
.header .sky_r {
	right:0;
	background:url(/gruzoboy/img/sky_r.jpg) 0 0 no-repeat;
}
.header .sky_l {
	background:url(/gruzoboy/img/sky_l.jpg) 0 0 no-repeat;
}
.header .sky_line {
	position:absolute;
	right:0;
	width:917px;
	height:180px;
	background:url(/gruzoboy/img/sky_line.png) 0 0 no-repeat;
	-right:expression(this.parentNode.offsetWidth%2==0 ? '0' : '-1px');
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/sky_line.png,sizingMethod=crop);
}
.header .sky_lines {
	position:relative;
	height:99px;
	margin-right:917px;
	background:url(/gruzoboy/img/sky_lines.png) 0 0 repeat-x;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/sky_lines.png,sizingMethod=scale);
}
.logo,
a.homepage,
a.homepage:hover {
	position:absolute;
	top:18px;
	left:0;
	width:410px;
	height:90px;
	background:url(/gruzoboy/img/logo.png) 0 0 repeat-x;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/logo.png,sizingMethod=crop);
}
a.homepage,
a.homepage:hover {
	background:none;
	filter:none;
	font-size:10px;
	text-decoration:none;
	color:#1b051c;
	outline:none;
}
a.homepage strong {
	font-weight:normal;
	display:block;
	margin:67px 0 0 310px;
} 
.header .block_top {
	position:absolute;
	top:6px;
	right:5%;
	width:200px;
	height:76px;
	padding:25px 0 0 15px;
	margin-right:15px;
	font-size:15px;
	font-weight:bold;
	color:#f6da84;
	background:url(/gruzoboy/img/block_top.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/block_top.png,sizingMethod=crop);
}
.header .block_top .time {
	font-size:19px;
	letter-spacing:0.3px;
	margin-top:-3px;
}
.header .block_top .phone {
	color:#fee9a9;
	font-size:15px;
}
.header .block_top .phone .pref {
	font-size:15px;
	font-weight:normal;
}

.header .block_top .phone .preff {
	font-size:5px;
	font-weight:normal;
}

#cars {
	position:absolute;
	top:163px;
	width:100%;
	height:87px;
	overflow:hidden;
}
#cars .cars {
	position:absolute;
}
#cars .cars .car {
	position:absolute;
	left:0;
	cursor:pointer;
}
#cars .cars .size {
	position:absolute;
	top:67px;
	height:20px;
	width:100%;
	border:1px solid #926310;
	border-width:0 1px;
	color:#c38415;
	font-size:11px;
	background:url(/gruzoboy/img/car_size.png) 0 17px repeat-x;
	text-align:center;
	z-index:4;
	line-height:17px;
	visibility:hidden;
}
#cars .cars .lights .blinker_front,
#cars .cars .lights .blinker_back,
.logo2 .lights .blinker_front,
.logo2 .lights .blinker_back {
	position:absolute;
	width:16px;
	height:15px;
	background:url(/gruzoboy/img/blinker.png) 0 0 no-repeat;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/blinker.png,sizingMethod=crop);
	display:none;
}
#cars #car1 {
	width:33px;
	left:1%;
}
#cars #car1 .car {
	top:27px;
	width:33px;
	height:42px;
	background:url(/gruzoboy/img/car1.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car1.png,sizingMethod=crop);
}
#cars #car2 {
	width:113px;
	left:6%;
}
#cars #car2 .car {
	top:17px;
	width:113px;
	height:53px;
	background:url(/gruzoboy/img/car2.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car2.png,sizingMethod=crop);
}
#cars #car2 .lights .blinker_front {
	top:46px;
	left:93px;
}
#cars #car2 .lights .blinker_back {
	top:49px;
	left:-6px;
}
#cars #car3 {
	width:121px;
	left:19%;
}
#cars #car3 .car {
	top:14px;
	width:121px;
	height:56px;
	background:url(/gruzoboy/img/car3.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car3.png,sizingMethod=crop);
}
#cars #car3 .lights .blinker_front {
	top:40px;
	left:94px;
}
#cars #car3 .lights .blinker_back {
	top:53px;
	left:-8px;
}
#cars #car4 {
	width:126px;
	left:33%;
}
#cars #car4 .car {
	top:9px;
	width:126px;
	height:61px;
	background:url(/gruzoboy/img/car4.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car4.png,sizingMethod=crop);
}
#cars #car4 .lights .blinker_front {
	top:36px;
	left:89px;
}
#cars #car4 .lights .blinker_back {
	top:46px;
	left:-6px;
}
#cars #car5 {
	width:184px;
	left:48%;
}
#cars #car5 .car {
	top:0;
	width:184px;
	height:70px;
	background:url(/gruzoboy/img/car5.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car5.png,sizingMethod=crop);
}
#cars #car5 .lights .blinker_front {
	top:43px;
	left:169px;
}
#cars #car5 .lights .blinker_back {
	top:53px;
	left:-2px;
}
#cars #car6 {
	width:302px;
	left:69%;
}
#cars #car6 .car {
	top:2px;
	width:302px;
	height:68px;
	background:url(/gruzoboy/img/car6.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car6.png,sizingMethod=crop);
}
#cars #car6 .lights .blinker_front {
	top:43px;
	left:286px;
}
#cars #car6 .lights .blinker_back {
	top:51px;
	left:-4px;
}
.nav {
	position:relative;
	padding-top:252px;
	height:62px;
	background:#000;
}
.nav ul {
	position:absolute;
	left:6%;
	list-style:none;
	height:33px;
	background:url(/gruzoboy/img/nav_line.png) 0 100% repeat-x;
}
.nav ul li {
	float:left;
	font-size:17px;
	margin-right:40px;
	border-bottom:3px solid #f4a51a;
	padding:8px 0 1px 0;
}
.nav ul li a,
.nav ul li {
	color:#f3b86a;
	text-decoration:none;
}
.nav ul li a:hover,
.nav ul li.sel a {
	color:#f4a51a;
}
.content {
	position:relative;
	margin:0 5% 0 6%;
	padding:20px 0 0 0;
}
.content .col1,
.content .col2 {
	position:relative;
}
.content .col1 {
	margin-right:250px;
	border-right:1px solid #fff;
	padding:5px 30px 80px 0;
}
.content .col2 {
	float:right;
	width:230px;
	border-left:1px solid #fff;
	padding:0 0 200px 20px;
	z-index:2;
}
.content .col2 .sep {
	position:absolute;
	top:0;
	left:-1px;
	width:1px;
	height:34px;
	background:url(/gruzoboy/img/sep_t.png) 0 0 no-repeat;
	z-index:2;
}
.content .col1 h1,
.content .col1_1 h1 {
	margin-bottom:15px;
}
.content .content_inner {
	width:100%;
}
.block {
	position:relative;
	width:222px;
	border-left:1px solid #e0d2dc;
	min-height:120px;
	-height:120px;
	margin-bottom:35px;
}
.block .b {
	position:absolute;
	left:-1px;
	bottom:-1px;
	width:223px;
	height:72px;
	background:url(/gruzoboy/img/block_b.png) 0 0 no-repeat;
}
.block .t {
	position:absolute;
	left:-1px;
	width:1px;
	height:47px;
	background:url(/gruzoboy/img/block_t.png) 0 0 no-repeat;
}
.block .rel {
	padding:5px 0 20px 15px;
}
.block h4 {
	margin:0 0 15px 0;
}
.footer_cont {
	position:absolute;
	bottom:0;
	width:100%;
	height:24px;
	z-index:3;
}
.footer {
	position:relative;
	margin:0 5% 0 6%;
	height:24px;
	font-size:11px;
	
}
.footer a.logo2,
.footer a.logo2:hover {
	position:absolute;
	top:-158px;
	right:62px;
	width:160px;
	height:159px;
	background:url(/gruzoboy/img/logo2.png) 0 0 no-repeat;
	cursor:pointer;
	outline:none;
}
.logo2 .lights .blinker_front {
	top:137px;
	left:35px;
}
.logo2 .lights .blinker_back {
	top:126px;
	left:136px;
}
.footer .gruzoboy {
	position:absolute;
	border-top:1px solid #eeeaeb;
	color:#747474;
	padding-top:3px;
}
.footer .artburo {
	position:absolute;
	right:55px;
	color:#a4a3a3;
	padding-top:4px;
}
.footer .artburo a,
.footer .artburo a:hover {
	color:#856180;
}
.col1 table {
	border-collapse:collapse;
}
.col1 td,
.col1 th {
	border-bottom:1px solid #dbb5d6;
	padding:3px 8px;
	text-align:center;
}
.col1 td.l,
.col1 th.l {
	text-align:left;
}
.col1 th {
	background:#f1e1ef;
	border:1px solid #f9eff1;
	border-bottom:1px solid #dbb5d6;
}
.weightend td {
	border-bottom:1px solid #85467d;
}
table tr.hover td {
	background:#fff !important;
}
table tr td.active {
	background:#fae9c2;
	color:#000;
}
sup {
	font-weight:normal;
	font-size:9px;
}
sup a {
	text-decoration:none;
}
ol {
	margin-left:20px;
}
ol li {
	margin-bottom:0.5em;
}
#mapZone {
	background:#000;
	height:470px;
	width:400px;
	margin:1em 15px 0 0;
	float:left;
}
ul.mapZoneLegend {
	list-style:none;
	margin:1em 0 0 0;
}
ul.mapZoneLegend li {
	margin-bottom:0.5em;
}
ul.mapZoneLegend li div {
	float:left;
	margin:5px 5px 0 0;
	width:12px;
	height:5px;
}
ul.mapZoneLegend li div.l1 {
	background:#1b051c;
}
ul.mapZoneLegend li div.l2 {
	background:#00aa00;
}
ul.mapZoneLegend li div.l3 {
	background:#532983;
}
ul.mapZoneLegend li div.l4 {
	background:#ff0000;
}
input.txt,
textarea,
select {
	background:#fff;
	border:1px solid #dbb5d6;
	font-size:17px;
	width:95%;
}
textarea {
	overflow:auto;
}
input.txt,
textarea {
	padding:0 3px;
	//padding:0 4px;
}
input.btn {
	border:1px solid #673a61;
	background:#dbb5d6;
	color:#1b051c;
	font-size:17px;
	margin-top:10px;
	//height:25px;
}
#order {
	display:block;
	position:relative;
	float:left;
	margin:0 0 0 0;
	width:55%;
}
#orderMap {
	float:left;
	width:45%;
}
.form_row {
	clear:both;
	margin-bottom:4px;
	//margin-bottom:2px;
}
.form_row input.txt,
.form_row textarea {
	width:94%;
}
.form_row select {
	width:96%;
}
.form_row label {
	font-size:11px;
	display:block;
	width:50%;
}
ul.service {
	list-style:none;
}
ul.service li {
	height:19px;
	position:relative;
	padding-left:20px;
}
ul.service li input {
	position:absolute;
	left:0;
	top:1px;
	//left:-4px;
	//top:-3px;
}
.phone {
	color:#4e284e;
	font-size:21px;
}
#orderMap .phone {
	margin-left:10px;
	margin-bottom:0.5em;
}
.pref {
	font-size:17px;
	font-weight:normal;
}
.index h2 {
	margin:0 0 15px 0;
	font-size:17px;
	font-weight:normal;
}
.index .col1_1,
.index .col1_2,
.index .col1_3,
.index .col2_1 {
	float:left;
}
.index .col1_1 {
	width:30%;
}
.index .col1_2 {
	width:32%;
	margin-left:5%;
}
.index .col1_3 {
	width:27%;
	margin-left:5%;
}
.index .col2_1 {
	width:67%;
	padding-bottom:50px;
}
.index input.txt,
.index textarea,
.index select,
.index input.btn {
	font-size:14px;
	//height:20px;
}
.index input.btn {
	margin-top:4px;
	font-size:13px;
}
ul.price {
	list-style:none;
	margin-top:-3px;
}
ul.price li {
	position:relative;
	font-size:17px;
	padding-top:3px;
	-padding-top:1px;
	border-bottom:1px solid #dbb5d6;
	width:100%;
}
ul.price li a {
	text-decoration:none;
	color:#3a3a3a;
}
ul.price li img {
	vertical-align:top;
	-display:none;
}
ul.price li span {
	display:block;
	position:absolute;
	right:0;
	bottom:-4px;
	cursor:pointer;
}
ul.price li strong {
	display:none;
	-display:block;
	overflow:hidden;
	text-indent:-1000px;
	cursor:pointer;
}
ul.price li strong.car1 {
	width:16px;
	height:21px;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car1.png,sizingMethod=scale);
}
ul.price li strong.car2 {
	width:56px;
	height:27px;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car2.png,sizingMethod=scale);
}
ul.price li strong.car3 {
	width:60px;
	height:28px;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car3.png,sizingMethod=scale);
}
ul.price li strong.car4 {
	width:63px;
	height:31px;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car4.png,sizingMethod=scale);
}
ul.price li strong.car5 {
	width:92px;
	height:35px;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car5.png,sizingMethod=scale);
}
ul.price li strong.car6 {
	width:151px;
	height:34px;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gruzoboy/img/car6.png,sizingMethod=scale);
}
.index ul.service li {
	background:url(/gruzoboy/img/nav_line.png) 0 7px no-repeat;
	padding-left:12px;
	font-size:13px;
	height:auto;
	margin-bottom:4px;
}
.index .footer a.logo2,
.index .footer a.logo2:hover,
.index .artburo {
	right:auto;
	left:73%;
}
.index .artburo {
	margin-left:8px;
}
ul.gal {
	position:relative;
	-zoom:1;
	list-style:none;
	margin-right:-25px;
}
ul.gal li {
	position:relative;
	float:left;
	margin:0 5px 6px 0;
	width:202px;
}
ul.gal a {
	text-decoration:none;
}
ul.gal a span {
	display:block;
	position:absolute;
	left:1px;
	bottom:4px;
	width:196px;
	padding:2px 0 2px 4px;
	background:#fff;
	font-size:11px;
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor:pointer;
}
ul.gal a:hover span {
	opacity:0.9;
	filter:alpha(opacity=90);
}
ul.gal li a img {
	border:1px solid #dbb5d6;
	vertical-align:top;
}
ul.gal li a:hover img {
	border-color:#85467d;
}
.bImg {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:#fff;
	padding:5px;
	border:1px solid #85467d;
	cursor:pointer;
}
.bImg div {
	margin:5px 0 0 2px;
	font-weight:bold;
}
.indicator {
	position:absolute;
	top:0;
	left:3px;
	background:#fff url(/gruzoboy/img/indicator.gif) 50% 50% no-repeat;
	width:200px;
	height:150px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.news {
	position:relative;
	padding-left:75px;
	margin:0 0 12px 0;
}
.date {
	position:absolute;
	top:1px;
	left:0;
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#4e284e;
	-left:-75px;
}

h5 {
	font-size:1em;
	margin-bottom:.3em;
}
.source {
	font-size:.8em;
	margin-top:.3em;
}
