﻿@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 62.5%;
	background: #101010 url('images/sfondo.jpg') no-repeat;
}
#wrapper {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;

}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, label, select, textarea, p, blockquote, th, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;

}
/* Forms */
input, select  {
	font-family: Arial, Helevtica, Verdana, san-serif;
	font-size: 13px;
	height:25px;
}
textarea {
	
}
input, select, textarea {
	color: #696969;
	border: 1px solid #EBEBEB;
}
.button {
	color: #fff;
	background: #b00000;
	width: 100px;
	border: 1px solid #b00000;
	height:25px;
}
.button:hover {
	border: 1px solid #b00000;
	background: #fff;
	color: #b00000;
}
/************************************************************************/
img {
	border: 0;
}
a {
	outline: none;
	text-decoration: none;
}
.fontface {
	font-family: YanoneKaffeesatzRegular;
}
#maincontainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#contactTab {
	position: absolute;
	right: -39px;
	bottom: 55px;
}
#header {
	height: 98px;
	background: #FFFFFF;
	position: absolute;
	width: 960px;
	z-index: 9;
	_overflow: hidden;
}
#logo {
	margin: 5px 0px 0px 0px;
	float: left;
	display: inline;
	height: 224px;
	width: 261px;
	z-index: 10;
	position: absolute;
}
#logo a img {
	z-index: 1;
}
#logo span, #logo a {
	float: left;
	display: inline;
}
#logo span {
	display: none;
	text-transform: uppercase;
	margin: 10px 0px 0px 5px;
}
#menu {
	float: right;
	display: inline;
	margin: 0px 10px 0px 0px;
	width: 680px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	display: inline;
	position: relative;
	padding: 0px 0px 20px 0px;
}
#menu ul li.divider {
	width: 1px;
	height: 63px;
	background: url('images/divider.gif') no-repeat;
}
#menu ul li a {
	display: block;
	color: #5A6469;
	font-size: 2.4em;
	text-transform: uppercase;
	padding: 22px 12px 0px 12px;
}
#menu ul li a:hover {
	color: #373c3f;
}
#menu ul li span.strap {
	text-transform: uppercase;
	letter-spacing: -0.05em;
	color: #606a70;
	padding: 5px 12px 0px 12px;
}
#menu ul li.selected {
	background: #800000 url('images/menu_selected_bg.gif') left bottom;
	padding: 0px 0px 38px 0px;
*	padding: 0px 0px 31px 0px;
}
#menu ul li.selected a {
	color: #FFFFFF;
}
#menu ul li.selected span.strap {
	color: #FFFFFF;
}
#menu ul li.selected span.bottom {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('images/menu_selected_corner.gif');
	top: 98px;
	right: -10px;
}

/*============================*/
/*=== Stili per lo slider ===*/
/*============================*/
.slider-wrapper {
	position:relative;
	padding-top:98px;
	
}
.theme-default #slider {
	margin: 0px auto 0 auto;
	width: 960px; /* Make sure your images are the same size */;
	height: 300px; /* Make sure your images are the same size */
}
.theme-default.slider-wrapper {
    /*background:url(slider.png) no-repeat;*/
    width:960px;
    height:300px;
    margin:0 auto;
   /* padding-top:17px;*/
    position:relative;
}

.theme-default .nivoSlider {
    position:relative;
    width:960px;
    height:300px;
   /* margin-left:19px;*/
    background:url('images/loading.gif') no-repeat 50% 50%;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

/*****************banner***********************/
#bannerArea {
	clear: both;
	width: 960px;
	height: 300px;
	position: relative;
	padding-top: 98px;
	overflow: hidden;
}
#scrollingBanner {
	width: 10000px;
}
.carouselItem {
	width: 960px;
	height: 300px;
	float: left;
	display: inline;
	z-index: 0;
}
#bannerBikes {
	background: url('images/arredo_urbano.jpg') no-repeat;
}
#bannerArredo_urbano {
	background: url('images/arredo-urbano.jpg') no-repeat;
}
#bannerBalaustre {
	background: url('images/balaustrak.jpg') no-repeat;
}
#bannerDecorativo {
	background: url('images/decorativo.jpg') no-repeat;
}
#bannerDeviatori {
	background: url('images/deviatori-fumi.jpg') no-repeat;
}
#bannerMonumentale {
	background: url('images/monumentale.jpg') no-repeat;
}
#bannerParapetti {
	background: url('images/parapetti.jpg') no-repeat;
}
#bannerSpeciali {
	background: url('images/azienda_k.jpg') no-repeat;
}
#bannerFioriere {
	background: url('images/fioriere.jpg') no-repeat;
}
#bannerVetrocemento {
	background: url('images/glass_block_p.jpg') no-repeat;
}
#bannerRecinzioni {
	background: url('images/recinzioni.jpg') no-repeat;
}
#bannerRivestimenti {
	background: url('images/rivestimenti.jpg') no-repeat;
}
#bannerScale {
	background: url('images/scale_ok.jpg') no-repeat;
}
#bannerDefault {
	background: url('images/azienda_k.jpg') no-repeat;
}
#bannerArea .bottom_border {
	position: absolute;
	bottom: 0px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	width: 10000px;
	background: url('images/linearossa.gif');
}
#bannerArea .previous, #bannerArea .next {
	width: 210px;
	height: 200px;
	font-size: 1.8em;
	text-transform: uppercase;
}
.nobg {
	background: none !important;
}
#bannerArea .previous {
	float: left;
	display: inline;
	background: url("images/white_arrows_left.gif") no-repeat 18px 133px;
*	background: url('images/white_arrows_left.gif') no-repeat 18px 94px;
}
#bannerArea .next {
	float: right;
	display: inline;
	background: url("images/white_arrows_right.gif") no-repeat 182px 133px;
*	background: url('images/white_arrows_right.gif') no-repeat 182px 94px;
	text-align: right;
}
#bannerArea .previous a, #bannerArea .next a {
	color: #FFFFFF;
	display: block;
	width: 172px;
	height: 82px;
	padding-top: 133px;
}
#bannerArea .previous a {
	padding-left: 38px;
}
#bannerArea .next a {
	padding-right: 38px;
}
#bannerArea .current {
	float: left;
	display: inline;
	width: 540px;
	text-align: center;
}
#bannerArea h1 {
	font-size: 6em;
	text-transform: uppercase;
	color: #fff;
}
#bannerArea h1 a {
	width: 540px;
	height: 53px;
	padding-top: 100px;
	display: block;
	color: #FFFFFF;
}
#bannerArea h2 {
	color: #FFFFFF;
	font-size: 1.3em;
	text-transform: uppercase;
}
#bannerArea h2 a {
	width: 540px;
	height: 37px;
	display: block;
	margin-top:10px;
	color: #FFFFFF;
}
#bannerArea .current:hover, #bannerArea .current:hover, #bannerArea .current:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#bannerArea #bannerText {
	padding: 0px 0px 0px 20px;
	height: 300px;
}
#bannerArea #bannerText h1 {
	height: 73px;
	padding-top: 160px;
	display: block;
	color: #FFFFFF;
}
#bannerArea #bannerText h2 {
	height: 37px;
	display: block;
	color: #FFFFFF;
}
/************************************************************************************/
#productsMenu{
	clear: both;
	height: 72px;
	background: #FFFFFF url('images/light_grey_slants.gif') repeat-x 50% bottom;
	width: 960px;
	padding: 10px 0px 0px 0px;
}
#productsMenu1{
	clear: both;
	height: 72px;
	background: #FFFFFF url('images/light_grey_slants.gif') repeat-x 50% bottom;
	width: 960px;
	padding: 0px ;
}

#productsMenu ul, #productsMenu1 ul {
	list-style-type: none;
}
#productsMenu ul li, #productsMenu1 ul li {
	width: 158px;
	float: left;
	display: inline;
	position: relative;
	margin: 0px 2px 0px 0px;
}
#productsMenu ul a.title, #productsMenu1 ul a.title {
	font-size: 2.2em;
	text-transform: uppercase;
	color: #606a70;
	width: 158px;
	height: 20px;
	padding: 15px 10px 0px 10px;
	line-height: 1em;
	display: block;
}
#productsMenu ul li .strap, #productsMenu1 ul li .strap, #productsMenu ul li .strap a, #productsMenu1 ul li .strap a {
	width: 158px;
	padding: 3px 10px 0px 10px;
	height: 29px;
	display: block;
	color: #596368;
	text-transform: uppercase;
	background: url('images/product_menu_underline.gif') no-repeat 10px 18px;
	font-size: 9px;
	letter-spacing: -0.4pt;
}
#productsMenu ul li.disabled a, #productsMenu1 ul li.disabled a {
	color: #c8cbcd !important;
	cursor: default;
}
#productsMenu ul li.disabled .strap, #productsMenu1 ul li.disabled .strap, #productsMenu ul li.disabled .strap a, #productsMenu1 ul li.disabled .strap a {
	background: url('images/product_menu_underline_disabled.gif') no-repeat 10px 18px;
}
#productsMenu ul li.selected {
	background: #800000 url('images/product_menu_selected_bg.gif');
	margin-top: -15px;
	height: 73px;
}
#productsMenu1 ul li.selected {
	background: #800000 url('images/product_menu_selected_bg.gif');
	margin-top: -5px;
	height: 73px;
}

#productsMenu ul li.selected a.title, #productsMenu1 ul li.selected a.title {
	padding: 30px 10px 0px 15px;
	width: 173px;
	height: 20px;
}
#productsMenu ul li.selected a, #productsMenu1 ul li.selected a {
	color: #FFFFFF;
}
#productsMenu ul li.selected .strap, #productsMenu1 ul li.selected .strap, #productsMenu ul li.selected .strap a, #productsMenu1 ul li.selected .strap a {
	background: none;
	width: 173px;
	padding: 3px 10px 0px 15px;
	height: 16px;
}
#productsMenu ul li.selected .top, #productsMenu1 ul li.selected .top {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('images/product_menu_selected_corner.gif');
	top: 0px;
	left: -10px;
}
#contentArea {
	clear: both;
	overflow: hidden;
	background: #FFFFFF url('images/content_bg.gif') repeat-x 50% bottom;
	padding: 8px 10px 27px 10px;
}
.flush {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#newsContent h1, #threeColumns h1, .twoColumns h1 {
	font-size: 3.6em;
	color: #373c3f;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
#newsContent h2, #threeColumns h2, .twoColumns h2 {
	clear: both;
	font-size: 1.8em;
	color: #800000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}
#threeColumns h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.twoColumns h1, .twoColumns h2, .twoColumns h1, .twoColumns p {
	padding-left: 15px;
}
#newsContent p, .twoColumns p {
	font-size: 1.1em;
	color: #606a70;
	margin-bottom: 20px;
}
.panel {
	width: 220px;
	float: left;
	height:213px;
	display: inline;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 0px;
	background: #FFFFFF;
	position: relative;
}
.panelk {
	width: 680px;
	float: left;
	height: 213px;
	display: inline;
	padding: 5px 5px 5px 15px;
	margin: 0px 5px 10px 0px;
	background: #FFFFFF;
	position: relative;
}

.panel .image {
	float: left;
	clear: none;
	padding: 0px 5px 5px 0px;
}
.panel .image img {
	border: 1px #333 solid;
	float: left;
	clear: none;
}
.panel .details .subhead {
	line-height: 1em;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	padding: 2px 5px 0px 5px;
	color: #800000;
}
.panel .details .subhead a {
	color: #800000;
}
.panel h3, .panelk h3{
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	padding: 5px;
	color: #373c3f;
}
.panel h3 a, .panelk h3 a{
	color: #373c3f;
}
.panel .details p,  .panelk .details p{
	font-size: 1.1em;
	color: #606a70;
	padding: 0px 5px 3px 5px;
}
.dettaglio {
	font-size: 1.2em;
	color: #606a70;
	padding: 5px 5px 3px 5px;
	text-align: justify;
}

.dealerpanel .details p {
	padding: 0px 5px 12px 5px;
}
.dealerpanel .details h3 {
	text-transform: none;
}
.panel .details p a, .panelk .details p a, .dettaglio a {
	color: #800000;
}
.panel .details p a:hover, .panelk .details p a:hover{
	text-decoration: underline;
}
#newsContent p a:hover {
	color: #ffffff;
	background-color: #800000;
}
.productColumn {
	width: 225px;
	float: left;
	display: inline;
}
.productColumn .panel {
	clear: both;
}
.productColumn .disabled {
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}
.productColumn .disabled a {
	cursor: default;
}
.productColumn .allLink {
	width: 225px;
	text-align: right;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
.productColumn .allLink a {
	background: url("../images/red_arrows_right.gif") no-repeat right 0px;
*	background: url('images/red_arrows_right.gif') no-repeat right 2px;
	padding: 0px 17px 0px 0px;
	color: #000000;
	float: right;
}
#footer {
	clear: both;
	height: 54px;
	background: url('images/footer_bg.jpg') repeat-x;
	position: relative;
}
#footer #shield {
	position: absolute;
	z-index: 9;
	top: -14px;
	_top: 4px;
	left: 28px;
}
#footer #breadcrumb {
	float: left;
	display: inline;
	width: 520px;
	padding: 13px 0px 0px 80px;
	font-size: 1em;
	text-transform: uppercase;
	color: #606a70;
}
#footer #breadcrumb a {
	color: #606a70;
}
#footer #breadcrumb a:hover {
	color: #800000;
	text-decoration: underline;
}
#footer #breadcrumb .current {
	font-weight: bold;
}
#footer #copyright {
	float: right;
	display: inline;
	width: 340px;
	font-size: 1em;
	text-transform: uppercase;
	color: #606a70;
	padding: 13px 20px 0px 0px;
	text-align: right;
}
#footerShadow {
	width: 960px;
	height: 7px;
	line-height: 0;
	font-size: 0;
	background: url('images/footer_shadow.png') no-repeat;
}
#formeTrans {
	padding: 10px 180px 0px 0px;
	text-align: right;
}
#paging {
	clear: both;
	float: right;
	display: inline;
	margin: 0px 10px 0px 0px;
	color: #606a70;
	text-transform: uppercase;
	font-size: 1.3em;
}
#paging a {
	color: #606a70;
	padding: 0px 2px;
}
#paging a.current {
	color: #800000;
}
#threeColumns {
	width: 675px;
	float: left;
	display: inline;
}
.twoColumns {
	width: 450px;
	float: left;
	display: inline;
}
#threeColumns h1, #threeColumns h2 {
	padding-left: 15px;
}
#rightCol {
	width: 225px;
	float: left;
	display: inline;
}
#rightCol p {
	margin-bottom: 5px;
}
#rightCol .subhead {
	margin-bottom: 2px;
	margin-top: 5px;
}
#newsContent {
	width: 590px;
	float: left;
	display: inline;
}
#newsContent {
	width: 590px;
	float: left;
	display: inline;
	padding: 0px 20px 0px 15px;
}
.relatedArticle {
	clear: both;
	height: 14px;
	line-height: 1.3em;
}
.relatedArticle .date {
	float: left;
	display: inline;
	width: 150px;
	font-size: 1.1em;
	color: #606a70;
}
.relatedArticle .title {
	float: left;
	display: inline;
	width: 440px;
	font-size: 1.1em;
	color: #606a70;
}
#newsContent a {
	color: #800000;
}
#newsContent a:hover {
	background: #800000;
	color: #FFFFFF;
}
#newsItemShare {
	width: 50px;
	float: left;
	display: inline;
	padding: 5px 0px 0px 0px;
}
#newsItemShare h3 {
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 1.8em;
	line-height: 1em;
	color: #373c3f;
	padding: 0px 0px 10px 0px;
}
#newsItemShare ul {
	list-style-type: none;
}
#newsItemShare ul li {
	float: left;
	display: inline;
	padding: 0px 4px 4px 0px;
}
.component_symbol {
	float: left;
	display: inline;
	width: 60px;
	padding: 0px 0px 10px 15px;
}
.component_details {
	float: left;
	display: inline;
	width: 580px;
	padding: 2px 20px 10px 0px;
}
.component_details p {
	font-size: 1.1em;
	color: #606A70;
	padding: 0px 0px 10px 0px;
}
#productContent {
	float: left;
	display: inline;
	width: 660px;
	padding: 8px 0px 0px 15px;
}
#productDetails {
	width: 610px;
	padding: 2px 15px 10px 0px;
	float: left;
	display: inline;
}
.finesseDetails {
	width: 388px !important;
}
#productDetails h1 {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 3.6em;
	line-height: 1em;
	margin: 0px 0px 10px 0px;
}
#productDetails p {
	color: #414141;
	letter-spacing: -0.05em;
	font-size: 13px;
}
#productThumbnails {
	width: 234px;
	float: left;
	display: inline;
	padding-top: 10px;
}
.finesseThumbnails {
	width: 156px !important;
}
#productThumbnails ul {
	list-style-type: none;
}
#productThumbnails ul li {
	float: left;
	display: inline;
	margin: 0px 3px 1px 0px;
}
#productThumbnails ul li a span {
	display: none;
}
#productThumbnails ul li a:hover span {
	display: block;
	position: absolute;
	width: 75px;
	height: 75px;
	background: url('images/zoom_icon.png') no-repeat;
}
#productShareLinks {
	width: 50px;
	float: right;
	display: inline;
	padding: 5px 0px 0px 0px;
}
#productShareLinks h3 {
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 1.8em;
	line-height: 1em;
	color: #373c3f;
	padding: 0px 0px 10px 0px;
}
#productShareLinks ul {
	list-style-type: none;
}
#productShareLinks ul li {
	float: left;
	display: inline;
	padding: 0px 4px 4px 0px;
}
#productImage {
	clear: both;
	min-height:200px;
	/*height: 345px;*/
}
#productImage h2{
	color: #990000;
	font-size: 1.3em;
	text-transform: uppercase;
}

#productImage img {
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px #ccc solid;
}
#dealer_badge {
	position: absolute;
}
#productSpecification {
	background: url('images/specification_bg.gif') no-repeat right bottom;
	width: 255px;
	position: absolute;
	right: -3px;
	height: 130px;
	padding: 15px 0px 0 15px;
}
#productSpecification a {
	color:#fff;
}
#productSpecification h2 {
	color: #FFFFFF;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
#productSpecification h3 {
	color: #FFFFFF;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: bold;
}
#productSpecification p {
	color: #FFFFFF;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	
}
#productSpecification .topright {
	position: absolute;
	background: url('images/specification_corner.gif');
	width: 10px;
	height: 10px;
	line-height: 0;
	font-size: 0;
	z-index: 9;
	top: -10px;
	right: 0px;
}
.upgradepanel {
	position: absolute;
	bottom: 70px;
}
#dealerMap {
	width: 448px;
	height: 514px;
	background: #FFFFFF url('images/dealer_map.gif') no-repeat;
	position: relative;
	margin-top: 80px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
}
#dealerMap img {
	position: absolute;
	z-index: 9;
	width: 448px;
	height: 514px;
}
#dealerMap span#mapoverlay, #dealerMap span#permmapoverlay {
	position: absolute;
	z-index: 8;
	background-image: url('images/map_overlay.gif');
	background-repeat: no-repeat;
	display: none;
}
#dealerMap span#areaName {
	position: absolute;
	z-index: 8;
	letter-spacing: -0.05em;
	padding-top: 5px;
}
#dealerMap span.scotland {
	width: 200px;
	height: 250px;
	background-position: -215px -6px;
	top: -7px;
	left: 126px;
	display: block !important;
}
#dealerMap span.ireland {
	width: 192px;
	height: 250px;
	background-position: 0px -6px;
	top: 178px;
	left: -5px;
	display: block !important;
}
#dealerMap span.northwest, #dealerMap span.isleofmann {
	width: 120px;
	height: 165px;
	background-position: -459px -6px;
	top: 187px;
	left: 205px;
	display: block !important;
}
#dealerMap span.northeast {
	width: 120px;
	height: 165px;
	background-position: -579px -6px;
	top: 128px;
	left: 257px;
	display: block !important;
}
#dealerMap span.yorkshire {
	width: 120px;
	height: 165px;
	background-position: -699px -6px;
	top: 197px;
	left: 286px;
	display: block !important;
}
#dealerMap span.eastanglia {
	width: 120px;
	height: 165px;
	background-position: -842px -6px;
	top: 305px;
	left: 346px;
	display: block !important;
}
#dealerMap span.southeast {
	width: 192px;
	height: 156px;
	background-position: 0px -275px;
	top: 369px;
	left: 284px;
	display: block !important;
}
#dealerMap span.wales {
	width: 128px;
	height: 156px;
	background-position: -192px -275px;
	top: 296px;
	left: 177px;
	display: block !important;
}
#dealerMap span.eastmidlands {
	width: 139px;
	height: 156px;
	background-position: -320px -275px;
	top: 290px;
	left: 293px;
	display: block !important;
}
#dealerMap span.nireland {
	width: 120px;
	height: 104px;
	background-position: -459px -171px;
	top: 190px;
	left: 93px;
	display: block !important;
}
#dealerMap span.london {
	width: 40px;
	height: 40px;
	background-position: -489px -275px;
	top: 400px;
	left: 363px;
	display: block !important;
}
#dealerMap span.southwest {
	width: 240px;
	height: 144px;
	background-position: -579px -171px;
	top: 383px;
	left: 117px;
	display: block !important;
}
#dealerMap span.westmidlands {
	width: 120px;
	height: 104px;
	background-position: -842px -171px;
	top: 310px;
	left: 246px;
	display: block !important;
}
.twitterFollowLink {
	background: url('images/twitter_icon.gif') no-repeat left center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	color: #373c3f !important;
	font-size: 1.1em !important;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
}
#contactForm {
	float: left;
	display: inline;
	width: 435px;
	padding: 0px 0px 0px 15px;
}
#contactForm p, #contactPost p {
	font-size: 1.1em;
	color: #606a70;
	padding: 0px 5px 10px 0px;
}
#contactForm p a, #contactPost p a {
	color: #800000;
}
#contactForm p a:hover, #contactPost p a:hover {
	color: #FFFFFF;
	background: #800000;
}
#contactForm h2, #contactPost h2 {
	padding-left: 0px;
}
#contactPost {
	float: left;
	display: inline;
	width: 210px;
	padding: 0px 0px 0px 15px;
}
#contactForm .formRow {
	clear: both;
	overflow: auto;
	margin: 0px 0px 10px 0px;
}
#contactForm .formLabel {
	float: left;
	display: inline;
	width: 80px;
}
#contactForm .formLabel label {
	text-transform: uppercase;
	color: #800000;
	font-size: 1.8em;
}
#contactForm .formInput {
	float: left;
	display: inline;
	width: 347px;
}
#contactForm .formInput input, #contactForm .formInput textarea {
	border: 1px solid #c9c9c9;
	padding: 4px 2px;
	width: 343px;
	font-size: 1.1em;
	color: #606a70;
}
#contactSubmit {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	cursor: pointer;
	background: url('images/btn_send.gif') no-repeat right center;
	text-transform: uppercase;
	float: right;
	display: inline;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	width: 45px;
	height: 17px;
}
/* SHARE ICONS : START */
.shareIcon {
	background-image: url('images/share_sprite.gif');
	width: 16px;
	height: 16px;
	display: block;
	overflow: visible;
	line-height: 0px;
	font-size: 0px;
	text-indent: -999em;
}
.twitterShare {
	background-position: 0px 0px;
}
.facebookShare {
	background-position: -20px 0px;
}
.deliciousShare {
	background-position: 0px -20px;
}
.diggShare {
	background-position: -20px -20px;
}
.stumbleuponShare {
	background-position: 0px -40px;
}
.googleShare {
	background-position: -20px -40px;
}
.redditShare {
	background-position: 0px -60px;
}
.myspaceShare {
	background-position: -20px -60px;
}
/* SHARE ICONS : END */
.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.textBoxError {
	border: 1px solid #800000 !important;
}
#scrollingphotosArea {
	position: relative;
}
#scrollingphotosArea, .photosPanelPane {
	height: 543px;
}
.photosPanelPane {
	clear: both;
}
.newsimage_right {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 200px;
	background: url('images/news_image_bg.jpg') no-repeat center bottom;
	padding: 0px 0px 11px 0px;
}
.newsimage_right a:hover {
	background: none !important;
}

