/* --- Homepage Styles --- */
/* Background Slideshow */
#bgSlideshow{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 670px;
	width: 100%;
	overflow: hidden;
}

#bgSlideshow .shadow{
	width: 100%;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../../_media/images/general/slideshow-shadow.png) repeat-x;
}

#bgSlideshowInner{
	height: 670px;
	width: 100%;
	overflow: hidden;
}

#iconsStripWrapper{
	width: 100%;
}

.iconsStripHovered{
	height: 119px;
	background: url(../../_media/images/general/icons-bg_selected.png) repeat-x !important;
	position: relative;
	z-index: 100;
}



.hoveredLinkText{
	color:#f68125 !important;
}

#homepageIcons li a{
	display: block;
	color: #fff;
	text-align: center;
}
/*
#homepageIcons li a.icon1{
	background-position: -770px 0;
}
#homepageIcons li a.icon2{
	background-position: -660px 0;
}
#homepageIcons li a.icon3{
	background-position: -550px 0;
}
#homepageIcons li a.icon4{
	background-position: -440px 0;
}
#homepageIcons li a.icon5{
	background-position: -330px 0;
}
#homepageIcons li a.icon6{
	background-position: -220px 0;
}
#homepageIcons li a.icon7{
	background-position: -110px 0;
}
#homepageIcons li a.icon8{
	background-position: 0 0;
}
*/
#homepageIcons li .hoverBox{
	width: 236px;
	padding: 18px 34px 0 38px;
	position: absolute;
	bottom: 119px;
	right: -102px;
	background: url(../../_media/images/general/hover-box-bg.png) repeat;
	border: 1px solid #2f383d;
	border-bottom: 0;
	display: none;
}

#homepageIcons li .phone, #homepageIcons li .fullname{
	line-height: 30px;
	background-color: transparent;
	padding-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #EEEEEE;
}

#homepageIcons li .hoveredIcon{
	display: none;
}

#homepageIcons li .hoverBox h2{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
	border-bottom: 1px solid #8d9193;
	padding-bottom: 10px;
}

#homepageIcons li .hoverBox p, #homepageIcons li .hoverBox div{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	/*text-align: justify;*/
	margin-bottom: 30px;
}

#homepageIcons li .hoverBox a.goToBtn{
	background: none;
	padding: 0 5px 0 5px;
	white-space: nowrap;
	line-height: 29px;
	background: #f68125;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	color: #2f383d;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom: 19px;
}
#homepageIcons li>a>h1{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	display: inline;
}

#footerRight a>h1{
	line-height: normal;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	margin-bottom: 14px;
	list-style: none;
	margin: 0;
}
@media (min-width: 1024px) {
	#footerRight a>h1 {
		font-weight: 300;
		margin: 0;
		display: inline;
		font-size: 20px;
		padding-bottom: 5px;
	}
}

ul.extraServicesList a>h1{
	font-size: 14px;
	font-weight: normal;
	/* margin: 0; */
	display: inline;
}

.hoverBox a h1{
	font-size: 12px;
	font-weight: bold;
	/* margin: 0; */
	display: inline;
}

#footerLeft h1{
	font-size: 16px;
	font-weight: normal;
	/* margin: 0; */
	display: inline;
}
#homepageIcons li .hoverBox a.goToBtn:hover{
	color: #fff;
}

#homepageIcons li .hoverBox a.goToBtn i{
	background: url(../../_media/images/general/icons.png) -880px -36px no-repeat;
	width: 9px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: -6px;
	display: block;
}

#homepageIcons li .hoverBox .hoverBoxBottom{
	background: url(../../_media/images/general/icons.png) -1246px 0 no-repeat;
	width: 105px;
	height: 27px;
	margin: 0 auto;
}

#homepageIcons li .hoverBoxRight{
	right: -30px;
}
#homepageIcons li .hoverBoxRight .hoverBoxBottom{
	margin: 0;
}
#homepageIcons li .hoverBoxLeft{
	right: auto;
	left: -30px;
}
#homepageIcons li .hoverBoxLeft .hoverBoxBottom{
	margin: 0 131px 0 0;
}
/* END Icons Strip */

/* Content Wrapper */
#contentWrapper{
	padding-top: 31px;
}

#extraServiceWrapper{
	margin-bottom: 10px;
}

#extraService{
	width:520px;
}

/*#extraService h2{*/
	/*line-height: 60px;*/
	/*font-size: 30px;*/
	/*font-weight: bold;*/
	/*color: #2f383d;*/
	/*letter-spacing: -1px;*/
	/*margin: 0;*/
/*}*/

#extraService p{
	font-size: 20px;
	line-height: 25px;
	color: #9f9f9f;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.extraServicesList{
	width: 260px;

}

.extraServicesList li{
	font-size: 14px;
	line-height: 35px;
	list-style: none;
}

.extraServicesList li a{
	color: #010000;
	padding-right: 20px;
	background: url(../../_media/images/general/service-bullet.png) right center no-repeat;
}

.extraServicesList.floatLeft li:first-child a{
	color: #f68125;
	font-weight: bold;
	background: url(../../_media/images/general/service-bullet-hover.png) right center no-repeat;
}

.extraServicesList.floatRight li:first-child a{
	color: #f68125;
	font-weight: bold;
	background: url(../../_media/images/general/service-bullet-hover.png) right center no-repeat;
}

#carSlider{
	width: 289px;
	height: 290px;
	position: relative;
}

#carSlider .shadowTop{
	width: 142px;
	height: 77px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../_media/images/general/icons.png) -959px 0 no-repeat;
}

#carSlider .shadowBottom{
	width: 142px;
	height: 77px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../_media/images/general/icons.png) -1106px 0 no-repeat;
}

#carSliderWrapper{
	position: relative;
	width: 253px;
	height: 250px;
	margin: 19px auto;
	overflow: hidden;
}

#carSliderWrapper a.arrowLeft{
	width: 19px;
	height: 33px;
	background: url(../../_media/images/general/icons.png) -880px 0 no-repeat;
	position: absolute;
	left: 10px;
	bottom: 17px;
	z-index: 110;
}

#carSliderWrapper a.arrowRight{
	width: 19px;
	height: 33px;
	background: url(../../_media/images/general/icons.png) -901px 0 no-repeat;
	position: absolute;
	right: 10px;
	bottom: 17px;
	z-index: 110;
}


#carSliderInner li{
	list-style: none;
	position: relative;
	width: 253px;
	height: 250px;
}

#carSliderInner li img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#carSliderInner li p.price{
	bottom: 25px;
	font-size: 30px;
}

#carSliderInner li p.price span{
	font-size: 24px;
}

#carSliderInner li p.price i{
	font-size: 14px;
	font-style: normal;
}

#carSliderInner li p{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 8px;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	z-index: 100;
}

#newsletterFormBox h4{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
/* End Content Wrapper */

.floatLeft{
	color: #F5f5f5;
}
