@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('fonts/robotoslab-bold-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'abril_fatfaceregular';
    src: url('fonts/abrilfatface-regular-webfont.eot');
    src: url('fonts/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abrilfatface-regular-webfont.woff') format('woff'),
         url('fonts/abrilfatface-regular-webfont.ttf') format('truetype'),
         url('fonts/abrilfatface-regular-webfont.svg#abril_fatfaceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.jpg) center top repeat;
}
#container	{
	width:100%;
	height:auto;
	background:url(images/full-bk.png) center top no-repeat;
	border-top:#0000ff solid 7px;
}
#header	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#logo	{
	width:342px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:14px;
	margin-left:5px;
}
#top-contct	{
	width:390px;
	height:auto;
	overflow:hidden;
	float:right;
	font:normal 16px 'roboto_slabregular';
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	text-align:right;
	margin-top:30px;
}
#top-contct strong	{
	font:normal 20px 'roboto_slabbold';
	text-decoration:none;
	color:#0000ff;
	text-transform:none;
}
#top-contct strong a	{
	font:normal 20px 'roboto_slabbold';
	text-decoration:none;
	color:#0000ff;
	text-transform:none;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#top-contct strong a:hover	{
	text-decoration:underline;
	color:#000;
}
#top-contct ul li img	{
	float:left;
	padding:7px 8px 0 0;
}
#top-contct ul	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#top-contct ul li	{
	padding:5px 0 0 0;
}
#top-contct ul li span	{
	padding:0px 20px 2px 20px;
	background-color:#FFF;
	border:#cccccc solid 1px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	display:inline-block;
}
#clear	{
	width:100%;
	height:10px;
	overflow:hidden;
	clear:both;
}
#bnr	{
	width:auto;
	height:319px;
	overflow:hidden;
	background:url(images/bnr.png) center top no-repeat;
}
#bnr-txt	{
	width:auto;
	height:auto;
	overflow:hidden;
	font:normal 17px 'robotoregular';
	text-decoration:none;
	color:#FFF;
	margin-top:279px;
	padding-left:20px;
	line-height:30px;
}
#bnr-txt a	{
	font:normal 16px 'abril_fatfaceregular';
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	float:right;
	background-color:#0000ff;
	display:block;
	padding:6px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin-right:130px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#bnr-txt a:hover	{
	background-color:#545454;
	display:block;
}
#wrapper	{
	width:100%;
	height:auto;
	background:url(images/conts-shade-bg.png) center top repeat-x;
	margin-top:15px;
}
#spec-ofr-otr	{
	width:100%;
	height:auto;
	background:url(images/grey-shade-bg.png) center bottom repeat-x;
}
#spec-ofr-insd	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:12px 0px 20px 0px;
}
h1	{
	font:normal 30px 'abril_fatfaceregular';
	text-decoration:none;
	color:#545454;
	text-transform:uppercase;
	text-align:center;
	background:url(images/bdr.png) center 21px no-repeat;
	margin:0px;
}
#offer-detail	{
	width:310px;
	height:auto;
	overflow:hidden;
	float:left;
	font:normal 13px 'robotoregular';
	text-decoration:none;
	color:#545454;
	margin-right:15px;
}
#offer-detail.last	{
	margin-right:0px;
}
h3	{
	font:normal 20px 'abril_fatfaceregular';
	text-decoration:none;
	color:#545454;
	margin:0px;
	padding:6px 0px 3px 0px;
}
h3 strong	{
	font:normal 20px 'abril_fatfaceregular';
	text-decoration:none;
	color:#0000ff;
	text-transform:uppercase;
	float:right;
}
#body-contnts	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font:normal 13px 'robotoregular';
	text-decoration:none;
	color:#545454;
	padding:15px 0px;
}
h2	{
	font:normal 22px 'abril_fatfaceregular';
	text-decoration:none;
	color:#545454;
	margin:0px;
}
#showroom	{
	width:auto;
	height:auto;
	overflow:hidden;
}
#showroom ul	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#showroom ul li	{
	float:left;
	height:132px;
	padding:3px;
	background-color:#FFF;
	border:#b8b8b8 solid 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin-right:14px;
}
#showroom ul li.last	{
	margin-right:0px;
}
#grey-sec	{
	width:100%;
	height:254px;
	background:url(images/btm-grey-bg.jpg) center top no-repeat #545454;
}
#contact-sec	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-top:52px;
}
#contact-info	{
	width:455px;
	height:auto;
	overflow:hidden;
	float:left;
	font:normal 15px 'robotoregular';
	text-decoration:none;
	color:#fff;
}
#contact-info a	{
	font:normal 15px 'robotoregular';
	text-decoration:underline;
	color:#fff;
}
#contact-info a:hover	{
	text-decoration:none;
	color:#d8d8d8;
}
#contact-info ul	{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:12px;
}
#contact-info ul li.title	{
	width:175px;
	float:left;
}
#contact-info ul li.title img	{
	float:left;
	padding:3px 10px 0 0;
}
#contact-info ul li.info	{
	width:280px;
	float:left;
}
#contact-info ul li.clear	{
	width:100%;
	height:5px;
	overflow:hidden;
	clear:both;
}
h4	{
	font:normal 22px 'abril_fatfaceregular';
	text-decoration:none;
	color:#fff;
	margin:0px;
}
#map	{
	width:425px;
	height:auto;
	overflow:hidden;
	float:right;
}
#footer	{
	width:100%;
	height:auto;
	background-color:#0000ff;
	font:normal 12px 'robotoregular';
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:20px 0px;
	margin-top:1px;
}