@charset "utf-8";
/* CSS Document */

/* Common stye start */

/* global style start */

body {
	font-size: 16px;
	color: #646360;
	font-family: 'Raleway', sans-serif;
	background:#efefef !important;
}
ul{list-style:none;}
a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	text-decoration:none;
}
p{
	font-family:Arial, Helvetica, sans-serif;}
h1 {
	font-size: 40px;
	font-family: 'Raleway', sans-serif;	
}
h2 {
	margin-bottom: 12px !important;
	font-size: 20px !important;
}
h3 {
	color: #272625;
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0;
}
strong {
	color: #000;
}
textarea {
    resize: none;
}
.centralizer{width:970px; padding-left:10px; margin:0px auto; position:relative;}
/* Home page style start */
/***************************Banner*********************************/
.banner{
	background:url(../images/banerSlider1.jpg) top center no-repeat;
	width:auto;
	height:630px;
	position:relative;
	top:0;
	left:0;
	}
.sl-slider-wrapper {
	width: auto;
	height: 630px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}	


	



/******************************************************************/


.header{
	z-index:999;
	background:#202020;
	width:100%;
	border-top:solid 5px #258c43;
	position:absolute;
	top:0;
	
	background: rgb(247,246,244); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(247,246,244,1) 34%, rgba(233,231,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(34%,rgba(247,246,244,1)), color-stop(100%,rgba(233,231,224,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(247,246,244,1) 34%,rgba(233,231,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(247,246,244,1) 34%,rgba(233,231,224,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(247,246,244,1) 34%,rgba(233,231,224,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(247,246,244,1) 34%,rgba(233,231,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#e9e7e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


height:88px;

-moz-box-shadow: -1px 4px 7px #b2b2b2;
-webkit-box-shadow: -1px 4px 7px #b2b2b2;
box-shadow: -1px 4px 7px #b2b2b2;
	
	}
	
.logo{
	background:url(../images/logo.png) 0 0 no-repeat;
	display:inline-block;
	width:349px;
	height:76px;
	text-indent:-9999px;
	margin-top:5px;
	vertical-align:top;}
	
	

	
/***************************NAV*********************************/
.navigation{
	display:inline-block;
	}
	
.navigation a{
	text-transform:uppercase;
	font-weight:500;
	font-family: 'Raleway', sans-serif;	}
	
	
nav{
	margin-left:80px;}
	
	
	
nav ul {
	-webkit-font-smoothing:antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
	text-align:left;
}
nav li {
	list-style:none;
	margin-left:0;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;

}
nav a {
    color: #a8a6a5;
    display: block;
    font: bold 16px/50px sans-serif;
    padding: 0 20px;
	line-height:80px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
nav .dropdown:after {
    content: ' ▶';
}
nav .dropdown:hover:after{
	content:'\25bc'
}
nav li:hover a{
   border-bottom:solid 5px #258c43;
   color:#000;
}

.selected {
   border-bottom:solid 5px #258c43;
   color:#000;
}

/****DropDown Effect CSS****/
nav li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
	width:250px;
    top: 70px;
    opacity: 0;
    z-index: 999;
	display:none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
nav li:hover ul {
    opacity: 1;
    top: 85px;
    visibility: visible;
	display:block;
	z-index:999 !important;
	
}
/****DropDown Effect CSS****/


nav li ul li {
    float: none;
    width: 100%;
	background:#f7f6f3;
	text-align:left !important;
}

nav li ul a{
	font-size:13px;
	line-height:130%;
	border-bottom:solid 1px #ceccc4 !important;
	text-align:left !important;
	padding:10px;}


nav li ul a:hover {
    background: #fff;
}

/* Clearfix */

.cf:after, .cf:before {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}​
	
/***************************NAV*********************************/

.contents{
	}
	
.intro_text_Row{
	background:#efefef;}

.intro_text{
	font-size:28px !important;
	letter-spacing:-1px;
	color:#7b7b7b;
	font-weight:300;
	font-family:'Raleway', sans-serif;
	padding:45px 0px;
	text-align:center;
	position:relative;}
	
.intro_text span{
	font-weight:700;
	font-size:34px;
	color:#2b9245;}
	
.border_btom{
	width:980px;
	margin:0px auto;
	border-bottom:1px solid #c6c6c6;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	}
	
.border_middle_style_green{
	display:inline-block;
	width:114px;
	border-bottom:solid 4px #2b9245;}
	
.border_middle_style_blue{
	display:inline-block;
	width:114px;
	border-bottom:solid 4px #41b9d8;}
	
.border_middle_style_black{
	display:inline-block;
	width:114px;
	border-bottom:solid 4px #000;}
	
	
.services_parts_row{
	background:#f7f7f7;}
	
.Services_Parts{
	position:relative;
	padding:45px 0;
	text-align:left;}
	
.part_n_accessories{
	display:inline-block;
	vertical-align:top;
	width:420px;}
	
.part_n_accessories h1, .Our_Services h1{
	text-align:left;
	padding-left:140px;
	height:122px;
	padding-top:20px;
	font-size:38px;
	color:#41b9d8;
	font-weight:300;
	line-height:90%;
	letter-spacing:-2px;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	
	}
	
.part_n_accessories h1{
	background:url(../images/icon_partnaccessories.png) 0 0 no-repeat;}
	
	
.part_n_accessories p, .Our_Services p{
	text-align:left;
	padding-left:140px;
	font-size:16px;
	color:#949494;
	font-family:'Raleway', sans-serif;
	font-weight:300;
	line-height:150% !important;
	}
	
.more_arrow{
	background:#41b9d8 url(../images/more-arrow.png) 80% 50% no-repeat;
	 padding:5px 22px 6px 10px;
	height:28px;
	color:#fff !important;
	display:inline-block;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
			
	}
	
.more_arrow:hover{background:#000 url(../images/more-arrow.png) 90% 50% no-repeat;}



.divider_V{
	background:url(../images/dividerV.png) 0 0 no-repeat;
	width:1px;
	height:180px;
	vertical-align:top;
	display:inline-block;
	margin:20px 60px;}
	
	
.Our_Services{
	display:inline-block;
	vertical-align:top;
	width:425px;}
	
.Our_Services h1{
	background:url(../images/icon_services.png) 0 0 no-repeat;}
	
/******************************************************************************************************************************/

.features{
	background:#efefef;}
.features h1{
	text-align:center;
	padding-left:140px;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	padding:0;
	margin:0;
	margin-bottom:14px;}
	
.features p, .features a{
	padding-left:140px;
	padding:0;
	font-size:11px;
	color:#868686;
	margin-bottom:14px;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	text-decoration:none;
	display:inline-block;
	line-height:150%;}
	
.features a:hover{
	color:#000;}
	
.features img{
	margin-bottom:14px;}	

.event, .for_sale, .Robo{
	width:240px;
	display:inline-block;
	vertical-align:top;
	background:url(../images/borderImg.png) 50% 100% no-repeat;
	text-align:center;
	margin:45px 0;
	min-height:270px;
	margin-left:110px;}
	
	
.event:first-child{
	margin-left:0px;}
	
	
/*.rotate{ -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform; overflow:hidden; }

.rotate:hover img	 { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); }*/
	
	
/*************************************************************************************************************/

.testimonialHeading{
	position:relative;}

.testimonialHeading h1{
	text-align:center;
	padding-left:140px;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	padding:0;
	margin:0;
	padding-bottom:14px;
	}
	
	
.client_says{
	display:inline-block;
	vertical-align:top;
	width:415px;
	background:url(../images/bg-testimonial.png) 100% 100% no-repeat;
	margin-top:45px;
	padding-left:60px;
	border-left:solid 1px #bfbfbf;
	}
	
.client_says:first-child{
	padding-left:0;
	border-left:none;
	margin-right:60px;}
	
.client_says p{
	font-size:14px;
	color:#7c7c7c;
	margin-bottom:14px;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	line-height:150%;
	}
	

	
	
.ClientName{
	display:inline-block;
	font-size:14px;
	color:#41b9d8;
	margin-bottom:14px;
	font-family:'Raleway', sans-serif;
	font-weight:600;
	line-height:150%;}
	

	
.img_thumb{
	float:left;
	margin:0px 15px 15px 0px;
	width:92px;
	height:92px;
	overflow:hidden;
	display:inline-block;
	background:#666}
	
.moretestimonials_btn{
	background:#41b9d8;
	color:#fff;
	font-size:16px;
	display:inline-block;
	padding:10px 35px;
	font-family:'Raleway', sans-serif;



	font-weight:600;
	margin:35px 0;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;}
			
.moretestimonials_btn:hover{
	background:#000;}
	

.bottomPart{
	max-width:970px;
	padding-left:10px;
	margin:0 auto;
	background:url(../images/bg-footer.png) 80% 10px no-repeat;
	min-height:400px;}
	
	
.footerLeft{
	display:inline-block;
	vertical-align:top;
	width:370px;
	margin-top:45px;}
	
.bottomPart h1{
	padding-left:140px;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	padding:0;
	margin:0;
	padding-bottom:14px;}	
	
.footerLeft p{
	font-size:13px;
	color:#7c7c7c;
	margin-bottom:14px;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	line-height:150%;
	}
	
/*********************************************************************************************************/
/*FORM*/

.contactForm{
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:40px;}

.contactForm span{
	vertical-align:top;}

.frmfld{
	background:#e3e3e3;
	border-radius:4px;
	height:35px;
	color:#000;
	text-indent:10px;
	line-height:35px;
	width:375px;
	font-family:'Raleway', sans-serif;
	font-size:12px;
	margin-bottom:14px;}
	
.captcha_fld{
	width:182px;
	line-height:35px !important;
	}
	
.msgBox{
	background:#e3e3e3;
	border-radius:4px;
	height:115px;
	color:#000;
	padding:10px;
	line-height:120%;
	width:354px;
	font-family:'Raleway', sans-serif;
	font-size:12px;
	border:none;
	margin-bottom:14px;}
	
textarea{
	resize:none;}
	
.captchaImg{
	float: left;
    font-size: 35px;
    margin-top: 5px;
    text-align: center;
	width:115px;
	}
	
.refreshIcon{
	background:url(../images/icon_refresh.png) 0 0 no-repeat;
	width:29px;
	height:32px;
	display:inline-block;
	margin:0px 19px;
	float:left;}
	
.submit_btn{
	float:right;
	background:url(../images/icon_tick.png) 100% 0% no-repeat !important;
	height:25px;
	width:142px;
	padding-right:40px;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
			
	margin-right:0px;

	}
	
	
/**************************************************************/


.newsSubscribe{
	border:solid 1px #c7c7c7;
	border-radius:5px;
	width:375px;
	margin:20px 0;
	}
	
.nwslettr_fld{
	width:218px;
	margin:10px;}
	
.subscribe_btn{
	float:right;
	background:url(../images/icon_tickgreen.png) 100% 0 no-repeat;
	height:25px;
	width:110px;
	padding-right:40px;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
			
	margin-right:0px;
	margin:15px 10px;

	}	
			
/****************************************************************************************/


.footer_Right{
	display:inline-block;
	vertical-align:top;
	width:445px;
	margin-top:45px;
	margin-left:120px;}
	
#map{}
	
.mapholder{
	/*width:287px;*/
	height:204px;
	border: solid 6px #fbfbfb;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;}
	
.downloadMap{
	vertical-align:bottom;
	display:inline-block;
	margin-left:0px;
	position:relative;
	color:#fff !important;
	font-weight:600;
	font-size:14px;
	z-index:0;
	
	}
			
			
.downloadMap a{
	background:#2b9245;
	display:inline-block;
	color:#fff;
	padding:10px 20px;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;}
			
		.downloadMap a:hover{
			background:#000;}
	

/*.downloadMap a:before{
	content:'';
	width:0;
	height:0;
	position:absolute;
	z-index:1;
	left:-10px;
	top:50%;
	border-color:transparent #2b9245 transparent transparent;
	border-width:5px;
	border-style:solid;
	}	*/
	
.downloadMap:hover:after{border-color:transparent #000 transparent transparent;}

	
.arrowDownload{
	background:}

.half_rotate{ -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform; overflow:hidden; }

.half_rotate:hover	 { -webkit-transform:rotate(-15deg); -moz-transform:rotate(-15deg); -o-transform:rotate(-15deg); }


/**********************/

.addressDetails{
	
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:10px;}


.addressDetails h2{
	background:url(../images/icon_address.png) 0 0 no-repeat;
	padding-left:24px;
	font-family:'Raleway', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#000;
	margin-top:35px;}
	
.addressDetails .leftAddress{
	font-family:'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#8f8f8f;
	width:138px;
	display:inline-block;
	vertical-align:top;
	}
	
.rightAddress{
	display:inline-block;
	vertical-align:top;
	margin-left:80px;}

.rightAddress ul li{
	padding-bottom:10px;}

.phone, .fax, .mail{
	padding-left:35px;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#8f8f8f;}
	
.rightAddress a{
	text-decoration:none;
	padding-left:35px;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#8f8f8f;
	line-height:150% !important;
	padding:0;}
	
.rightAddress a:hover{
	color:#000 !important;}

.phone{
	background:url(../images/icon_phone.png) 0 0 no-repeat;}
	
.fax{
	background:url(../images/icon_fax.png) 0 0 no-repeat;}
	
.mail{
	background:url(../images/icon_mail.png) 0 0 no-repeat;}
	
	
/*******************************************************************************************************/
.finalRow{border-bottom:solid 1px #d7d7d7;
	padding-bottom:20px;}
.copyright{
	display:inline-block;
	vertical-align:top;
	width:190px;
	font-family:'Raleway', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#8f8f8f;
	margin-top:20px;}
	
.copyright a{font-family:'Raleway', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#8f8f8f;
	text-decoration:underline;}
	
.copyright a:hover{
	color:#000;}
	
.footerLinks {
display: inline-block;
vertical-align: top;
margin-left: -7px;
margin-top: 20px;
}

.footerLinks li {
float: left;
margin-right: 14px;
}	
/*.footerLinks{
	display:inline-block;
	vertical-align:top;
	margin-left:24px;
	margin-top:20px;}

.footerLinks li{
	float:left;
	margin-right:20px;}*/
	
	
.fade {
   opacity: 0.5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
   
  .fade:hover {
      opacity: 1;
      }
	  
	  
.got_to_map{
	position:absolute;
	top:110px;
	right:0;
	background:url(../images/got_to_map.jpg) 0 0 no-repeat;
	width:178px;
	height:44px;
	display:inline-block;
	z-index:999;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;}
			
			
/******************************************************************************************************************************/

.content_wrapper{
	max-width:970px;
	padding-left:10px;
	margin:0px auto 0 auto;
	padding-top:150px;
	font-family:'Raleway', sans-serif;}
	
.content_wrapper ul li{
	list-style:disc;
	margin-bottom:10px;
	margin-left:15px;}
	
.content_wrapper h1{
	font-family:'Raleway', sans-serif;
	font-size:25px;
	text-transform:uppercase;
	color:#474747;
	padding-bottom:5px;
	border-bottom:solid 4px #41b9d8;
	display:inline-block;
	clear:both;
	margin-bottom:25px;
	letter-spacing:-1px;
	font-weight:400;}
	
.content_wrapper h2{
	font-family:'Raleway', sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:#258c43;
	padding-bottom:5px;
	display:inline-block;
	clear:both;
	margin-bottom:15px;
	letter-spacing:-1px;
	font-weight:200;}
	
.content_wrapper p{
	font-family:'Raleway', sans-serif;
	font-size:14px;
	color:#777777;
	margin-bottom:25px;
	font-weight:400;
	line-height:140%;}
	
.about{
	position:relative;padding-bottom:20px;}
	
.about .boxes{ width:280px; display:inline-block; vertical-align:top; margin-left:55px;}

.about img{
	width:285px;
	height:auto;}

.boxes:first-child{
	margin-left:0;}
	
.SmlImgWrapp{
	height:133px;
	/*width:285px;*/
	width:auto;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;}
	

.eventsListing{
	position:relative;}
	
.events{
	width:100%;
	position:relative;
	/*padding-bottom:20px;*/
	margin-top:40px;
	border-bottom:solid 1px #bfbfbf;}
	
.events:first-child{
	margin-top:0 !important;}
	
.events .more_arrow{
	margin-top:14px;}
	
.events img{
	float:left;
	}
	

	
.leftAlignImg{
	float:left;
	margin:0px 14px 14px 0px;}
	
.RightAlignImg{
	float:left;
	margin:0px 14px 14px 0px;}
	
.shortDesc{
	width:538px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin-left:20px;}
	
.EventDate{
	position:absolute;
	/*top:20%;*/
	right:0;
	width:85px;}
.year{
	background:#fff;
	color:#000;
	height:20px;
	width:100%;
	text-align:center;
	line-height:20px;
	font-family:'Raleway', sans-serif;
	font-size:14px;}
	
.date{background:#41b9d8;
	color:#fff;
	height:55px;
	width:100%;
	text-align:center;
	line-height:55px;
	font-family:'Raleway', sans-serif;
	font-weight:600;
	font-size:42px;}
	
.month{background:#41b9d8;
	color:#fff;
	height:24px;
	width:100%;
	text-align:center;
	line-height:24px;
	font-family:'Raleway', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size:14px;}
	
/*********************************************************************************/

.product_Box{
	width:228px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	text-align:center;
	margin-bottom:40px;
	margin-right:8px;
	min-height:372px;
	position:relative;
	}
	

	
.product_Box h1{
	font-size:15px;
	font-weight:400;
	color:#4c4c4c;
	font-family:'Raleway', sans-serif;
	margin-bottom:10px;
	padding-bottom:4px;
	display:inline-block;
	border-bottom:solid 1px #4c4c4c;
	}
	
.product_Box p, .product_Box a{
	text-decoration:none;
	font-size:12px;
	font-weight:400;
	color:#4c4c4c;
	font-family:'Raleway', sans-serif;
	}
	
.product_Box p{
	width:200px;
	margin:0 auto;}
	
.product_Box:hover{
	background:#2fb155;}
	
.product_Box_blue:hover{
	background:#41B9D8 !important;}
	
.product_Box:hover h1{
	color:#fff;
	border-bottom:solid 1px #fff;}
	
.product_Box:hover p, .product_Box:hover a{
	color:#fff;}
	
.product_Box .productImg{
	width:228px;
	height:140px;
	overflow:hidden;
	margin-bottom:20px;}
	
.productImg img{
	width:228px;}
	
.product_Box .Display_price{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:50%;
	height:35px;
	background:#258c43;
	color:#fff;
	font-size:16px;
	font-weight:600;
	font-family:'Raleway', sans-serif;
	padding-top:5px;
	}
	
.product_Box .addtocart_btn{
	position:absolute;
	right:0;
	bottom:0;
	padding-top:5px;
	background:#165428;
	height:35px;
	float:left;
	width:50%;}
	
	
.Display_price_blue{background:#35A3BF !important;}
.addtocart_btn_blue{
background:#197D96 !important;}
	
.product_wrapp{
	position:relative;
	}
	
.product_wrapp ul li{
	float:left;
	margin-left:15px;}
	
/*##########################################3Partsbysundar###################################################################3*/	
.product_Box_parts{
	width:228px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	text-align:center;
	margin-bottom:40px;
	margin-right:8px;
	min-height:372px;
	position:relative;
	}
	

	
.product_Box_parts h1{
	font-size:15px;
	font-weight:400;
	color:#4c4c4c;
	font-family:'Raleway', sans-serif;
	margin-bottom:10px;
	padding-bottom:4px;
	display:inline-block;
	border-bottom:solid 1px #4c4c4c;
	}
	
.product_Box_parts p, .product_Box_parts a{
	text-decoration:none;
	font-size:12px;
	font-weight:400;
	color:#4c4c4c;
	font-family:'Raleway', sans-serif;
	}
	
.product_Box_parts p{
	width:200px;
	margin:0 auto;}
	
.product_Box_parts:hover{
	background:#013A11;}
	
.product_Box_parts:hover h1{
	color:#fff;
	border-bottom:solid 1px #fff;}
	
.product_Box_parts:hover p, .product_Box_parts:hover a{
	color:#fff;}
	
.product_Box_parts .productImg{
	width:228px;
	height:135px;
	overflow:hidden;
	margin-bottom:20px;}
	
.productImg img{
	width:228px;}
	
.product_Box_parts .Display_price{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:50%;
	height:35px;
	background:#258c43;
	color:#fff;
	font-size:16px;
	font-weight:600;
	font-family:'Raleway', sans-serif;
	padding-top:5px;
	}
	
.product_Box_parts .addtocart_btn{
	position:absolute;
	right:0;
	bottom:0;
	padding-top:5px;
	background:#165428;
	height:35px;
	float:left;
	width:50%;}
	
.product_wrapp{
	position:relative;
	}
	
.product_wrapp ul li{
	float:left;
	margin-left:15px;}
/*End*/
	
/**********************************************SELECTBOX****************************************/
.sorting{
	display:inline-block;
	vertical-align:top;
	margin-left:20px;}
	

	
div.custom-select {
    position: relative;
    display: inline-block;
}

    .custom-select select {
        display: inline-block;
        border: 2px solid #41b9d8;
        padding: 4px 7px 3px 5px;
        margin: 0;
        font: inherit;
        outline:none !important; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #f8f8f8;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */

    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select select {
            padding-right:30px; 
			border-radius:0;
			padding: 5px 27px  4px 5px
			/*padding: 5px 3px 4px 5px;*/   
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select select:focus {
		/*
        -webkit-box-shadow: 0 0 3px 1px #c00;
        -moz-box-shadow: 0 0 3px 1px #c00;
        box-shadow: 0 0 3px 1px #c00;*/
    }
    
    /* Select arrow styling */
    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 0 8px;
        background: #41b9d8;
        color: white;
        
        pointer-events:none;

    }
    
    .no-pointer-events .custom-select:after {
        content: none;
    }
	
.sortTitle{
	background:#41b9d8;
	color:#fff !important;
	display:inline-block;
	padding:7px 10px 6px 10px;}
/*************************************************************************************/


.your_Cart{
	position:fixed;
	top:165px;
	right:0;
	background:#41b9d8;
	text-align:center;
	padding:15px 15px;
	z-index:999;
	color:#fff;}
	
.your_Cart img{
	vertical-align:top;
	display:inline-block;
	margin-right:10px;
	}
	
.your_Cart a{
	color:#fff;}
	
.your_Cart a:hover{
	text-decoration:underline;}


.pagination{
	
	margin-top:19px;
	position:absolute;
	display:block;}
	
/*.pagination li{
	display:inline-block;
	vertical-align:top;
	margin-left:0 !important;
	margin-right:2px;}
	
.pagination li a{
	text-decoration:none;
	background:#333;
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	}
	
.pagination li a:hover{
	background:#41b9d8;}
	*/
/*******************************************************************************************************/

.title_table{
	border-bottom:solid 2px #ccc;
	padding-bottom:5px;}
	
.td_box{
	width:170px;
	vertical-align:top;
	display:inline-block;
	padding-left:18px;
	font-weight:bold;
	font-size:15px;
	color:#333;
	text-transform:uppercase;}
	
.td_box_rate{
	width:130px;
	vertical-align:top;
	display:inline-block;
	padding-left:18px;
	font-weight:bold;
	font-size:15px;
	color:#333;
	text-transform:uppercase;}
	
.white_bg{
	background:#fff;}

.row{
	border-bottom:solid 2px #ccc;
	padding-bottom:15px;
	padding-top:15px;
	overflow:hidden;
	}
	
.row p{
	font-size:14px !important;
	font-weight:300 !important;
	color:#000;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;}
	
.row .productImgSml{
	width:130px;
	height:75px;
	overflow:hidden;}
	
.productImgSml img{
	width:130px;}
	
.qtyFld{
	background:#fff;
	border:solid 1px #bababa;
	height:30px;
	font-size:14px;
	color:#999;
	text-indent:10px;
	line-height:30px;
	float:left;
	margin-right:10px;
	width:50px;}
	
.refreshBtnSml{
	float:left;}
	
.remove_btn{
	background:#41b9d8;
	display:inline-block;
	padding:7px 30px;
	font-size:14px !important;
	font-weight:300 !important;
	color:#fff;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	}
	
.remove_btn:hover{
	background:#000;}
	
.continueShpng, .Checkout{
	display:inline-block;
	padding:7px 30px;
	font-size:14px !important;
	font-weight:500 !important;
	color:#fff;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	}
	
.continueShpng{
	background:#258c43;
	margin-right:15px;}
.continueShpng:hover{background:#000;}

.Checkout{background:#000;}
.Checkout:hover{background:#258c43;}


.fleft{
	float:left;}
	
.fright{
	float:right;}
.errormsg { color: #FF0000;
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-top: -15px;}
	


/******************************************************************************/
.page-numbers{
	display:inline-block;}

.page-numbers a, .pagination a{
	 background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    vertical-align: top;
	margin-right:1px;}
	
.page-numbers span{
	 background: none repeat scroll 0 0 #41B9D8;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    vertical-align: top;
	margin-left:3px !important;}
	
.page-numbers a:hover{
	background:#000;}
.checkout_Wrapper{
	position:relative;}


.shipping_Address, .Billing_Address{
	width:445px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:40px;
	margin-left:10px;}
	
.formTitle{
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;}
	
.content_wrapper select{
	border:none !important;}
	
.shipping_Address .submit_btn , .Billing_Address .submit_btn {
	text-align:right;
	margin-right:70px;}
	
.checkbox{
	margin-right:10px;}
	
	/*************SITEMAP***********************/

.sitemap{
	position:relative;
	padding-bottom:40px;}
.sitemap li{
	list-style:disc;
	list-style-position:inside;}
.sitemap li a{
	display:inline-block;
	color:#999 !important;
	padding:10px;}
	
.sitemap li a:hover{
	color:#000 !important;
	text-decoration:underline;}
	
.sitemap li ul{
	margin-left:30px;}
	
	
	
/**************************************** SEP 6, 2013  ********************************************/


.categoriesBtnTop{
	height:40px;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	font-size:14px;
	display:inline-block;
	padding-left:55px;
	padding-right:15px;
	margin-left:10px;
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
	position:relative;}
	
.icon_Accss_btn{
	/*background:#41b9d8 url(../images/icon_accessories.jpg) 0 0 no-repeat;*/
	background:#2D9246 url(../images/icon_accessories.jpg) 0 0 no-repeat;
	height:40px;}
	

	
.icon_Accss_btn:hover{
	background:#000 url(../images/icon_accessories.jpg) 0 0 no-repeat;
	height:40px;}
	
	
.icon_robo_btn{
	background:#2D9246 url(../images/roboIconSml.jpg) 0 0 no-repeat;
	height:40px;}
	
.icon_robo_btn:hover{
	background:#000 url(../images/roboIconSml.jpg) 0 0 no-repeat;
	height:40px;}
	
	
.icon_Spcl_offer{
	background:#2D9246 url(../images/icon_specialoffer.jpg) 0 0 no-repeat;
	height:40px;}
	
.icon_Spcl_offer:hover{
	background:#000 url(../images/icon_specialoffer.jpg) 0 0 no-repeat;
	height:40px;}
	
.icon_parts{
	background:#2D9246 url(../images/icon_parts.jpg) 0 0 no-repeat;
	height:40px;}
	
.icon_parts:hover{
	background:#000 url(../images/icon_parts.jpg) 0 0 no-repeat;
	height:40px;}
	
.icon_book_service{
	background:#2D9246 url(../images/icon_services.jpg) 0 0 no-repeat;
	height:40px;}
	
.icon_book_service:hover{
	background:#000 url(../images/icon_services.jpg) 0 0 no-repeat;
	height:40px;}
	
	
.categoriesBtnTop:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	z-index:1;
	left:40px;
	top:43%;
	border-color:transparent transparent transparent #000;
	border-width:4px;
	border-style:solid;
	}
	
/**********************************************SEP 15 2013 ***********************************************/
#map{
	position:relative;}
	
	
#map .Latitude{
	position:absolute;
	top:0;
	right:-25px;
	display:inline-block;
	background:#fff;
	padding:15px;
	font-size:14px;
	color:#666 !important;
	font-family:'Raleway', sans-serif;
	font-weight:300;}
	
.Latitude strong{
	color:#999;}

/*29 sep 2013*/

.ServicesImgs{
	width:980px;
	margin:30px auto;}
	
.servicesImgList{
	display:inline-block;
	vertical-align:top;
	width:213px;
	height:175px;
	overflow:hidden;
	margin-left:30px;
	margin-top:20px !important;}
	
.first-child{
	margin-left:0px !important;}
	
.servicesImgList img{
	width:218px;}
	
/************************IPAD********************************/

@media only screen and (device-width: 768px) {
  .SocialShare{
	  margin-right:10px;}
	  
.navigation a{
	padding:0 10px;
	font-size:14px;}
	
	
.showcase-arrow-next{
	left:940px;
	z-index:999;}
	
.showcase-arrow-previous{
	left:0px !important;
	z-index:999 !important;}
}

/****************************************************************/

@media screen and (max-device-width: 480px) {
  .SocialShare{
	  margin-right:10px;}
	  
.navigation a{
	padding:0 10px;
	font-size:14px;}
	
	
.showcase-arrow-next{
	left:930px !important;
	z-index:999;}
	
.showcase-arrow-previous{
	left:20px !important;
	z-index:999 !important;}
}

/************************************************************/