@media all {

html, body, b, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { quotes:none; list-style:none; padding:0; background:transparent; border:0; outline:0; margin:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; text-decoration:none; vertical-align:baseline; }

input, textarea, button { font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; }

blockquote::before, blockquote::after, q::before, q::after { content:none; }

del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }

*:focus { outline:0; }

/* end of reset */

div.text h3, div.text h4, div.text h5, div.text h6 { margin-bottom:1em; font-weight:bold; }
div.text ul, div.text ol, div.text dd { margin-left:2em; }
div.text p, div.text ul, div.text ol { margin-bottom:1em; }
div.text ul li { list-style-type:disc; }
div.text ol li { list-style-type:decimal; }
div.text strong { font-weight:bold; }
div.text em { font-style:italic; }
div.text table th, div.text table td { padding:5px; border:1px solid #fff; }
div.text table p { margin:0; }

sup { position:relative; bottom:0.6em; font-size:0.92em; }
sub { position:relative; top:0.6em; font-size:0.92em; }

}
@media screen, projection {

a { color:#b2b2b2; text-decoration:none; }
a:focus, a:hover { text-decoration:underline; }
#contentMain a, #contentSide1 a { color:#fe5100; }
#contentSide a { color:#fe5100; }

#formAsk fieldset legend span, #overlayOffer #offerAsk h2,
#leasingOffers h2, .JSON #leasingOffers div.offer,
#news p.more a span,
#boxNews p.more a span,
#formSearch legend span, #formSearch label,
#contentMain div.pagination h3,
hr, #menuOffers h2, #menuMain h2, #menuMain .backToTop, #footer h2 { position:absolute; bottom:0; right:1000em; }

/* main v0.9.3 */

html {
	background-color:#fff;
	font-size:100.01%;
	color:#b2b2b2;
}

body {
	font:0.69em/1.73 Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif;
}

#main {
	width:900px;
	position:relative;
	z-index:0;
	margin:0 auto;
}

/* skip links */

#skipLinks {
	position:absolute;
	z-index:100;
	color:#fff;
}

	#skipLinks a {
		padding:5px;
		color:#fff;
	}

	#skipLinks a:focus {
		background-color:#fe5100;
	}

/* content main */

#contentWrapper {
	overflow:hidden;
	color:#333;
	zoom:1; /* IE fix */
}

#contentMain {
	width:678px;
	min-height:360px;
	overflow:hidden;
	background:url(/images/bgdCommon1.png) repeat-y -2022px 0;
	float:right;
	position:relative;
	z-index:10;
}

* html #contentMain {
	height:360px;
}

#news,
#newsFull,
#searchResults,
#contact,
#leasingOffers,
#page,
#offerAsk {
	min-height:342px;
	padding-bottom:18px;
	overflow:hidden;
	background:url(/images/bgdCommon1.png) no-repeat -2922px 100%;
}

/* content side */

#contentSide {
	padding-top:360px;
	overflow:hidden;
	zoom:1; /* IE fix */
}

body.home #contentSide,
body.page #contentSide {
	padding:0 12px 19px 0;
	background:#fff url(/images/bgdCommon1.png) no-repeat 0 100%;
	clear:both;
}

/* headers */

#contentMain h2 {
	padding:9px 20px;
	font-size:1.5em;
}

#overlayOffer h2 {
	padding:9px 0;
	font-size:1.5em;
}

	#contentMain h2 a,
	#overlayOffer h2 a {
		text-decoration:none;
	}

#newsFull h2 {
	padding-bottom:0;
}

#leasingOffers h2 {
	padding-top:34px;
}

#boxNews h2 {
	padding:20px 17px 12px;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
}

/* pagination */

#contentMain div.pagination {
	padding-top:17px;
	margin:0 200px;
	position:relative;
	text-align:center;
	zoom:1; /* IE fix */
}

	#contentMain div.pagination li {
		display:inline;
	}

		#contentMain div.pagination li a {
			padding:5px;
			color:#fe5100;
		}

		#contentMain div.pagination li.current a {
			font-weight:bold;
			color:#fff;
		}

	#contentMain div.pagination li.next {
		position:absolute;
		top:17px;
		right:100%;
	}

		#contentMain div.pagination li.next a {
			padding-left:11px;
			background:url(/images/bullets1.png) no-repeat -2000px 8px;
		}

	#contentMain div.pagination li.prev {
		position:absolute;
		top:17px;
		left:100%;
	}

		#contentMain div.pagination li.prev a {
			padding-right:11px;
			background:url(/images/bullets1.png) no-repeat 100% 8px;
		}

/* text */

#contentMain div.text {
	padding:0 20px;
	text-align:justify;
}

	#contentMain div.text img {
		padding-left:20px;
		float:right;
		margin-right:10px;
	}

/* pages */

/* news */

#news ol.news li {
	padding:18px 0 20px;
	border-bottom:1px solid #666565;
	margin:0 30px 0 20px;
}

	#news ol.news h3 {
		margin:0;
		font-weight:bold;
	}

		#news ol.news h3 span {
			display:block;
			font-weight:normal;
			color:#666565;
		}

	#news ol.news p.more a {
		padding-right:11px;
		background:url(/images/bullets1.png) no-repeat 100% 3px;
		color:#fe5100;
	}

/* news full */

#newsFull div.text h3 {
	margin:0;
	font-weight:bold;
}

	#newsFull div.text h3 span {
		display:block;
		font-weight:normal;
		color:#666565;
	}

#newsFull p.archive {
	padding:22px 30px 1px;
	text-align:right;
}

	#newsFull p.archive a {
		padding-right:11px;
		background:url(/images/bullets1.png) no-repeat 100% 3px;
		color:#fe5100;
	}

/* contact */

#contact div.text {
	width:170px;
	padding-top:18px;
	float:left;
	margin-right:-10px;
}

/* form contact */

#formContact {
	width:444px;
	margin:7px 22px 0 auto;
}

	#formContact fieldset div {
		padding-top:12px;
		clear:both;
		zoom:1; /* IE fix */
	}

		#formContact fieldset label {
			width:100px;
			padding:1px 15px 0 0;
			float:left;
			text-align:right;
		}

		#formContact fieldset input,
		#formContact fieldset textarea {
			width:320px;
			padding:3px;
			border:1px solid #666565;
			float:left;
		}

	#formContact fieldset div.error {
		color:#f00;
	}

		#formContact fieldset div.error input {
			border-color:#f00;
		}

	#formContact div.submit {
		width:328px;
		height:48px;
		padding-top:65px;
		margin-left:115px;
		text-align:center;
	}

/* search results */

#searchResults p.found {
	padding:6px 17px 22px;
	font-size:12px;
	font-weight:bold;
}

#searchResults div.category {
	padding:0 17px;
}

	#searchResults div.category h3,
	#searchResults div.category h4 {
		font-size:12px;
		font-weight:bold;
	}

	#searchResults div.category h3 {
		padding:8px 0 13px;
		border-top:1px solid #999;
	}

		#searchResults ul.results h4 a {
			text-decoration:underline;
		}

		#searchResults ul.results div.text {
			padding:0 0 12px;
			line-height:16px;
		}

/* form ask */

#formAsk {
	width:615px;
	padding-bottom:12px;
	margin:0 auto;
	position:relative;
}

	#formAsk fieldset {
		margin:0 20px;
	}

		#formAsk fieldset p.error {
			padding:0 12px 0 74px;
			background:#fff url(/images/icons1.png) no-repeat 12px 50%;
			line-height:68px;
			color:#d82c00;
		}

		#formAsk fieldset p.required {
			padding-left:220px;
			color:#999;
		}

			#formAsk fieldset abbr {
				color:#d82c00;
			}

		#formAsk fieldset div {
			padding-top:12px;
			overflow:hidden;
			zoom:1; /* IE fix */
		}

			#formAsk fieldset label {
				width:205px;
				padding-right:15px;
				float:left;
				text-align:right;
			}

				#formAsk fieldset label abbr {
					float:right;
				}

			#formAsk fieldset input,
			#formAsk fieldset textarea {
				width:170px;
				padding:3px;
				border:1px solid #666565;
				float:left;
			}

			#formAsk fieldset select {
				border:1px solid #666565;
			}

			#formAsk fieldset #FAi-postCode {
				width:auto;
			}

			#formAsk fieldset div.error input,
			#formAsk fieldset div.error textarea {
				border:2px solid #d82c00;
				padding:2px;
			}

				#formAsk fieldset label input {
					width:auto;
					border:0;
					position:absolute;
					left:0;
					vertical-align:middle;
				}

		#formAsk fieldset div.agreement {
			padding-top:12px;
		}

			#formAsk fieldset div.agreement label,
			#formAsk fieldset div.spam label {
				display:block;
				width:365px;
				padding:0 0 0 27px;
				float:none;
				position:relative;
				font-size:0.91em;
				line-height:1.2;
				text-align:left;
			}

		#formAsk fieldset.options {
			position:relative;
			margin-left:220px;
		}

			#formAsk fieldset.options legend span {
				width:205px;
				padding-right:15px;
				top:12px;
				right:100%;
				bottom:auto;
				text-align:right;
			}

			#formAsk fieldset.options label {
				width:auto;
				float:none;
			}

				#formAsk fieldset.options label input {
					position:static;
					float:none;
				}

		#formAsk fieldset div.postCode {
			float:left;
		}

		#formAsk fieldset div.city label {
			padding-left:15px;
			width:auto;
		}

	#formAsk div.submit {
		position:absolute;
		right:20px;
		bottom:8px;
	}

		#formAsk p.more,
		#formAsk p.less {
			display:none;
			width:565px;
			padding:4px 10px;
			background-color:#7e2811;
			margin-top:12px;
		}

		/*.JSON #formAsk p.more,
		.JSON #formAsk.extended p.less {
			display:block;
		}*/

		.JSON #formAsk.extended p.more {
			display:none;
		}

			#formAsk p.more a,
			#formAsk p.less a {
				color:#fff;
				font-weight:bold;
			}

	#formAsk fieldset.details {
		margin:0;
	}

	/*.JSON #formAsk fieldset.details {
		display:none;
	}

	.JSON #formAsk.extended fieldset.details {
		display:block;
	}*/

/* form ask loaded via ajax */

#overlayOffer {
	width:100%;
	min-height:100%;
	background:url(/images/overlay.png) repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	color:#333;
}

* html #overlayOffer {
	height:100%;
}

	#overlayOffer img.preloader {
		margin:-16px 0 0 -16px;
		position:absolute;
		top:50%;
		left:50%;
		z-index:1;
	}

	#overlayOffer img.close {
		margin-left:232px;
		position:absolute;
		top:42px;
		left:50%;
		z-index:30;
	}

	#overlayOffer #offer,
	#overlayOffer #offerAsk {
		width:615px;
		padding:49px 0 12px;
		background:#fff url(/images/logoSmall.png) no-repeat 16px 12px;
		margin:30px auto;
		position:relative;
		z-index:20;
	}

	#overlayOffer #offer {
		padding:49px 20px 12px;
	}

	#overlayOffer #offerAsk div.text {
		padding:0 20px;
	}

/* content side */

/* form search */

#formSearch {
	position:absolute;
	top:12px;
	right:3px;
}

	#formSearch fieldset,
	#formSearch div {
		display:inline;
	}

	#formSearch fieldset input {
		width:103px;
		padding:2px 3px;
		background-color:#fff;
		border:1px solid #ccc;
		font-size:10px;
		color:#696161;
	}

	#formSearch div.submit button {
		padding:0 9px;
		background-color:#fff;
		border:none;
		color:#fe5100;
		cursor:pointer;
	}

	#formSearch div.submit button:hover span {
		text-decoration:underline;
	}

/* leasing offers */

/* offers */

.JSON #leasingOffers div.target {
	position:static;
}

.JSON #contentSide1 #leasingOffers div.target {
	background:#1f2326 url(/images/bgdCommon1.png) repeat-y -2023px 0;
	position:absolute;
	top:140px;
	right:auto;
	bottom:auto;
	left:223px;
	z-index:20;
}

#leasingOffers div.offer {
	width:677px;
	padding:34px 0 7px;
	clear:both;
	margin-left:auto;
}

	#leasingOffers div.offer h3 {
		width:409px;
		padding-left:22px;
		float:left;
		font-size:1.5em;
	}

	#leasingOffers div.offer div.text {
		width:409px;
		padding-left:22px;
		clear:left;
		float:left;
	}

	#leasingOffers div.offer div.photo {
		width:200px;
		padding:0 18px 15px 0;
		margin-left:auto;
		position:relative;
	}

		#leasingOffers div.offer div.photo span {
			display:block;
			width:200px;
			height:127px;
			background:url(/images/boxes1.png) no-repeat 0 0;
			position:absolute;
			top:0;
			left:0;
		}

		* html #leasingOffers div.offer div.photo span {
			background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='/images/boxes1.png');
		}

	#leasingOffers div.offer div.leasing,
	#leasingOffers div.offer div.credit,
	#leasingOffers div.offer div.lease {
		display:inline;
		width:200px;
		background:url(/images/bgdCommon2.png) no-repeat -223px 100%;
		float:left;
		margin:0 4px 0 17px;
	}

	#leasingOffers div.offer div.leasing {
		clear:left;
	}

		#leasingOffers div.offer div div.text {
			width:auto;
			padding:12px 11px 0;
			float:none;
		}

			#leasingOffers div.offer div h4 {
				padding:0 12px 2px;
				font-size:1.82em;
				background-color:#b3b3b3;;
				font-weight:normal;
				color:#333;
				text-transform:uppercase;
			}

			#leasingOffers div.offer div.text ul {
				margin:0;
			}

				#leasingOffers div.offer div.text ul li {
					list-style:none;
					padding-left:26px;
					background:url(/images/bullets1.png) no-repeat 0 6px;
				}

			#leasingOffers div.offer div p.more {
				margin-top:9px;
				text-align:center;
			}

				#leasingOffers div.offer div p.more a {
					padding-right:11px;
					position:relative;
					zoom:1; /* IE fix */
				}

					#leasingOffers div.offer div p.more a span {
						width:6px;
						height:20px;
						overflow:hidden;
						background:url(/images/bullets1.png) no-repeat -1000px 6px;
						margin-top:-10px;
						position:absolute;
						top:50%;
						right:0;
						line-height:1;
						text-indent:-100em;
					}

			#leasingOffers div.offer div p.check {
				padding:12px 0 6px;
				line-height:28px;
				font-size:1.36em;
				font-weight:bold;
				text-align:center;
			}

				#leasingOffers div.offer div p.check a {
					display:block;
					width:107px;
					height:36px;
					overflow:hidden;
					position:relative;
					margin:0 auto;
					color:#fff;
				}

					#leasingOffers div.offer div p.check a span {
						width:100%;
						height:36px;
						background:url(/images/buttons1.png) no-repeat 0 0;
						position:absolute;
						top:0;
						left:0;
						text-indent:-100em;
					}

/* box news */

#boxNews ol.news li {
	padding:0 18px 18px;
	line-height:1.36;
	text-align:justify;
}

body.home #boxNews ol.news li,
body.page #boxNews ol.news li {
	width:198px;
	padding:0 0 18px 17px;
	float:left;
}

	#boxNews ol.news h3 {
		padding-bottom:1px;
		font-weight:bold;
	}

	#boxNews ol.news span {
		display:block;
		padding-bottom:1px;
		font-weight:normal;
		color:#b2b2b2;
	}

	#boxNews ol.news div.text {
		margin-bottom:-11px;
	}

	#boxNews ol.news img {
		padding:3px 0 0 10px;
		float:right;
	}

	#boxNews ol.news a {
		padding-right:11px;
		background:url(/images/bullets1.png) no-repeat 100% 0.3em;
		font-weight:bold;
		color:#333;
	}

	#boxNews ol.news p.more a,
	#boxNews ol.news div.text a {
		font-weight:normal;
		color:#FE5100;
	}

	#boxNews ol.news div.text span {
		display:inline;
		color:inherit;
	}

#boxNews p.archive {
	position:absolute;
	top:33px;
	right:0px;
}

/* box hotline */

#boxHotline {
	width:174px;
	height:242px;
	padding:0 13px;
	overflow:hidden;
	background:url(/images/bgdCommon2.png) no-repeat -425px 100%;
	margin:0 6px 0 auto;
	position:relative;
}

	#boxHotline h2 {
		padding:18px 0 22px;
		font-size:21px;
		color:#fa5000;
		text-transform:uppercase;
	}

	#boxHotline p {
		font-size:10px;
		line-height:14px;
		color:#999;
	}

		#boxHotline p strong {
			display:block;
			padding-bottom:33px;
			font-size:24px;
			font-weight:bold;
		}

	#boxHotline p.writeUs a {
		width:153px;
		height:37px;
		overflow:hidden;
		position:absolute;
		top:193px;
		left:23px;
	}

		#boxHotline p.writeUs a span {
			width:100%;
			height:37px;
			background:url(/images/buttons1.png) no-repeat 0 -36px;
			position:absolute;
			top:0;
			left:0;
			text-indent:-100em;
		}

/* box news */

body.home #boxNews,
body.page #boxNews {
	width:650px;
	padding-left:8px;
	float:left;
	position:relative;
}

/* header */

#header {
	height:98px;
	background:#fff url(/images/bgdCommon1.png) no-repeat -900px 100%;
}

	#header h1 img {
		padding:12px 27px;
		position:absolute;
		top:29px;
		left:0;
	}

/* footer */

#footer {
	padding:6px 10px;
	position:relative;
	text-align:right;
}

	#footer p {
		display:inline;
	}

	#footer p.copyrights {
		float:left;
	}

	#footer p.powerBy {
		padding-left:8px;
		border-left:1px solid #b2b2b2;
		margin-left:5px;
	}

/* menu offers */

/* contents */

#menuOffers {
	width:223px;
	background:#fe5100 url(/images/bgdCommon2.png) no-repeat 0 0;
	position:absolute;
	top:93px;
	left:0;
	z-index:20;
	font-size:1.09em;
	line-height:14px;
	text-transform:uppercase;
}

	#menuOffers li {
		display:table;
		width:223px;
	}

	#menuOffers ul a {
		display:table-cell;
		width:163px;
		height:40px;
		padding:0 30px 0 30px;
		color:#fff;
		vertical-align:middle;
		-ie-sux:expression(this.done||(this.done=(function(o,s){
			if ( o.innerHTML.indexOf('&nbsp;')>0 ) {
				s.paddingTop='7px';
				s.height='33px';
			} else {
				s.paddingTop='13px';
				s.height='27px';
			}
		})(this,this.style)));
		zoom:1; /* IE fix */
		cursor:default;
	}

	#menuOffers ul li.active a,
	#menuOffers ul a:focus,
	#menuOffers ul a:hover {
		width:158px;
		padding-left:35px;
		background:#fff url(/images/bgdCommon2.png) no-repeat 0 -360px;
		text-decoration:none;
		color:#666;
		cursor:default;
	}

/* menu */

#menuMain {
	position:absolute;
	top:60px;
	right:18px;
	z-index:30;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

	#menuMain li {
		float:left;
	}

		#menuMain li a {
			padding:14px;
			color:#646464;
		}

		#menuMain li.current a {
			text-decoration:underline;
		}

			#menuMain li a b {
				font-weight:normal;
			}

/* banners */

#banner01 {
	position:absolute;
	top:30px;
	left:310px;
}

#banner02 {
	clear:both;
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

}
@media print {

/* printer styles */

div, hr, #contentMain a.more { display:none; }

#main, #header, #contentMain, #contentMain div { display:block; }

#main {
	margin:5px 10px;
	position:relative;
	font-size:11px;
	color:#333;
}

	#main * {
		margin:0;
		text-decoration:none;
	}

	a { color:#333; }

	#contentMain {
		line-height:2em;
		color:#333;
	}

		#contentMain h2 {
			margin-bottom:1.5em;
			font-size:12px;
		}

		#contentMain p {
			text-indent:2em;
		}

}

