  div.captchaimg > img {width: 200px !important;}
body {
	color: #A29C9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, .jqueryslidemenu a, .jqueryslidemenu ul li ul li a, .custom-subtitle, .custom-header1 {
	color: #fefefe;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, .custom-subtitle, .custom-header1 {
	color: #282724;
	font-weight: 500;
}
h1, .custom-subtitle {
	font-size: 30px;
}
h2, .custom-header1 {
	font-size: 25px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color: #888888;
	padding-bottom: 10px;
}
strong {
	color: #666;
}
footer strong {
	color: #999;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width: auto;
}
.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
	width: auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width: auto;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
 *|*:focus {
 outline: none;
}
a:link, a {
	color:#a29c9a;
	text-decoration:none;
}
a:hover {
	color:#0080FF;
}

.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:block;
	overflow:hidden;
}

.description h3{
padding-top:20px;
overflow:hidden;
}

.drop_cap {
	background-color:#343434;
	height: 70px;
	width: 70px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px; /* Safari and Chrome */
	border-radius: 35px;
	text-align:center;
}
.drop_cap h4{
	color:#fff;
	padding-top:25px;
}
.drop_cap:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#0080FF;
	cursor:pointer;
}
.drop_cap a {color:#FFF;}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}


span.divider {
	overflow:hidden;
	clear:both;
	margin-top:40px;
	margin-bottom:40px;
	border-top:1px solid #E3E8EC;
	display: block;
}

.blockquotes{
background-image:url(images/blockquote_img.png);
background-repeat:no-repeat;
background-position:6px 10px;
font-style:italic;
background-color:#FAFAFA;
padding:20px;
border-left:4px solid #0080FF;
}


.button{
margin-top:5px !important;
background-color:#000000;
float:left;
}

a.button{
	background-color:#303030;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #303030, #111111); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #303030, #111111); /* for opera 3.6+ */
	border:1px solid #000;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-size:13px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-transition: all 0.2s ease 0s;
	font-family: 'Open Sans', sans-serif;
}
	
a.button:hover {
	background-color:#111111;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #111111, #303030); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #111111, #303030); /* for opera 3.6+ */
	border:1px solid #000;
	color:#0080FF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

a.detail {
	-moz-transition: all 0.2s ease 0s;
	background: url("/images/detail_bt.png") no-repeat scroll right 5px transparent;
	color: #303030;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 15px;
	padding: 0 16px 0 0;
	text-decoration: none;
}
a.detail:hover {
	color:#0080FF;
	text-decoration:underline;
	padding:0px 20px 0px 0px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.separator {
margin-top:10px;
margin-bottom:20px;
}

.separator .blue{
    background: none repeat scroll 0 0 #0080FF;
    height:4px;
    width:100px;
}

.separator .grey {
 background: none repeat scroll 0 0 #222222;
    height:4px;
    margin-left:100px;
    margin-top: -4px;
    width:6px;
    z-index: 1;
}

ul.list{
list-style:none;
margin-left:14px;

}

ul.list li{
padding-bottom:4px !important;
margin-bottom:4px !important;
background-image:url(/images/list_img.png);
background-repeat:no-repeat;
background-position:left 8px;
padding-left:16px;
}

ul.list li:last-child{
padding-bottom:0px !important;
margin-bottom:0px !important;
}

.hilight-blue {
	background-color: #0080FF;
	color:#000;
}
.hilight-black {
	background-color: #000;
	color:#fff;
}
/*end common/genral style*/

.text-indent { padding-left:30px; }
/*Header start*/
#header_wrap{
width:100%;
background-image:url(/images/header_bg.png);
background-repeat:repeat;
background-color:#e3e8ec;
float:left;
    padding-bottom:15px;
}

header{
margin:0px auto;
width:1000px;
padding-top:10px;
padding-bottom:30px;
}

.page_inner header{
margin:0px auto;
width:1000px;
height:235px;
padding-top:50px;
padding-bottom:0px;
}

#logo{
float:left;
}

ul#navsub_729518_340840, ul#navsub_729518_372827, ul#navsub_729518_340839, ul#navsub_729518_372828 { overflow:visible !important; }
.jqueryslidemenu ul li ul li a { padding:10px 10px 10px 20px !important; }
/* = Commented by Chev
#search_box{
float:right;
margin:7px 15px;
}

#search-form {
    float: right;
    padding-top: 10px;
    position: relative;
    vertical-align: top;
    width: 187px;
}

#search-form fieldset {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    padding: 2px 2px 3px 13px;
}

#search-form label {
    display: block;
    float: left;
}

#search-form input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #A8A8A8;
    font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin: 0;
    outline: medium none;
    padding: 5px 6px 3px;
    text-transform: uppercase;
    width: 130px;
}

#search-form a {
    background: url("images/search-button.png") no-repeat scroll center top transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    height: 26px;
    overflow: hidden;
    text-decoration: none;
    width: 27px;
}
*/

/*Content start*/
#content_wrap{
width:100%;
background:url(/images/content_top_bg.png) #FFF;
background-repeat:repeat-x;
background-position:top center;
border-top:1px solid #fff;
}

#content{
margin:0px auto;
width:1000px;
padding:40px 0px 40px 0px !important;
overflow:hidden;
}


.strip{
	margin-top:30px;
	margin-bottom:40px;
	width:100%;
	overflow:hidden;
}

.inner_content .strip{
/*margin-top:60px;*/
	margin-bottom:30px;
	width:100%;
	overflow:hidden;
}

/*Footer start*/
#footer_wrap{
width:100%;
background: #1F1F1F; /* Old browsers */
background: -moz-linear-gradient(left,  #1F1F1F 0%, #343434 50%, #1F1F1F 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1F1F1F), color-stop(50%,#343434), color-stop(100%,#1F1F1F)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1F1F1F 0%,#343434 50%,#1F1F1F 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1F1F1F 0%,#343434 50%,#1F1F1F 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  #1F1F1F 0%,#343434 50%,#1F1F1F 100%); /* IE10+ */
background: linear-gradient(to right,  #1F1F1F 0%,#343434 50%,#1F1F1F 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F1F1F', endColorstr='#343434',GradientType=1 ); /* IE6-9 */
}

footer{
margin:0px auto;
width:1000px;
border-top:4px solid #0080FF;
overflow:hidden;
padding-bottom:20px;
}

footer h3{
color:#fff;
}

footer .detail{
color:#838383;
}
.contact_info{
background-color:#1a1a1a;
overflow:hidden;
padding:20px;
text-align:center;
margin-bottom:30px;
}

.contact_info h5{
color:#fff;
padding:20px 0px 10px 0px;
}

.contact_info h6{
color:#fff;
}

span.contact_icon {
	background-color:#0080FF;
	border:5px solid #878787;
	display: block;
	height:60px;
	width:60px;
	margin:0px auto;
	border-radius:68px 68px 68px 68px;
	position:relative;
}

span.contact_icon img {
	position:absolute;
	margin-top:-12px;
	left:50%;
	margin-left:-13px;
	top:50%;
}

/*Sub Header start*/
.sub_header{
/*float:left;
width:1000px;
    padding-bottom: 40px;*/
    padding-bottom: 85px;
    position: relative;
    
}

.sub_title{
/*float:left;*/
}

.sub_title h1, .custom-subtitle{
    padding-bottom:15px;
    line-height:34px;
    float: left;
    margin-top: 45px;
}

/*aside start*/
aside{
background-color:#fafafa;
padding:30px 20px;
overflow:hidden;
}



/*Pricing Table start*/
.pricing_table{
background-color:#fafafa;
text-align:center;
border:1px solid #E3E8EC;
margin-bottom:20px;
}
.pricing_table img {display:block; margin:0;}
.price_highlights {background:#FFFFFF;}
.pricing_header{
background: -moz-linear-gradient(#343434, #1f1f1f); /* FF 3.6+ */  
/*background: -ms-linear-gradient(#343434, #1f1f1f); /* IE10 */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #1f1f1f)); /* Safari 4+, Chrome 2+ */  
background: -webkit-linear-gradient(#343434, #1f1f1f); /* Safari 5.1+, Chrome 10+ */  
background: -o-linear-gradient(#343434, #1f1f1f); /* Opera 11.10 */  
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#1f1f1f'); /* IE6 & IE7 */  
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#1f1f1f')"; /* IE8+ */  
background: linear-gradient(#343434, #1f1f1f); /* the standard */ 
padding:20px;
border-bottom: 1px solid #626262;
} 
#contact-form.srs input[type=text], #contact-form.srs textarea, #contact-form.srs select { border:1px solid #A29C9A; }
#contact-form.srs label { color:#000 !important; }
#contact-form .prettycheckbox a { margin-left:0 !important; }
#contact-form.srs td span { position:relative; top:-10px; margin-top:-10px; }
#contact-form .staff {text-align:center;}
#contact-form .staff .prettyradio a {margin-left:40%;}
#contact-form .staff span {display:block; text-align:center; margin-top:4px;}
.apprentice .pricing_content, .apprentice .price_button, .apprentice .triangle{display:none;}

.price_highlights .pricing_header, .price_highlights .price_button{
/*background: -moz-linear-gradient(#31c1ce, #28aec3); /* FF 3.6+ */  
/*background: -ms-linear-gradient(#31c1ce, #28aec3); /* IE10 */  
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31c1ce), color-stop(100%, #28aec3)); /* Safari 4+, Chrome 2+ */  
*/background: -webkit-linear-gradient(#31c1ce, #28aec3); /* Safari 5.1+, Chrome 10+ */  
/*background: -o-linear-gradient(#31c1ce, #28aec3); /* Opera 11.10 */  
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31c1ce', endColorstr='#28aec3'); /* IE6 & IE7 */  
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#31c1ce', endColorstr='#28aec3')"; /* IE8+ */  
/*background: linear-gradient(#31c1ce, #28aec3); /* the standard */ 
background:#027FFF;
padding:20px;
/*border-bottom: 1px solid #83dae1;*/
} 

.price_highlights .price_button {padding:30px;}
.price{
background: -moz-linear-gradient(#373737, #2a2a2a); /* FF 3.6+ */  
/*background: -ms-linear-gradient(#373737, #2a2a2a); /* IE10 */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #373737), color-stop(100%, #2a2a2a)); /* Safari 4+, Chrome 2+ */  
background: -webkit-linear-gradient(#373737, #2a2a2a); /* Safari 5.1+, Chrome 10+ */  
background: -o-linear-gradient(#373737, #2a2a2a); /* Opera 11.10 */  
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#2a2a2a'); /* IE6 & IE7 */  
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#2a2a2a')"; /* IE8+ */  
background: linear-gradient(#373737, #2a2a2a); /* the standard */ 
padding:10px 20px 20px;
    min-height:104px;
}

.price_highlights .price{
background: -moz-linear-gradient(#0081FF, #329cff); /* FF 3.6+ */  
/*background: -ms-linear-gradient(#0081FF, #329cff); /* IE10 */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0081FF), color-stop(100%, #329cff)); /* Safari 4+, Chrome 2+ */  
background: -webkit-linear-gradient(#0081FF, #329cff); /* Safari 5.1+, Chrome 10+ */  
background: -o-linear-gradient(#0081FF, #329cff); /* Opera 11.10 */  
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081FF', endColorstr='#329cff'); /* IE6 & IE7 */  
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081FF', endColorstr='#329cff')"; /* IE8+ */  
background: linear-gradient(#0081FF, #329cff); /* the standard */ 
/*padding:50px;*/
}

.pricing_table .triangle{
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid #2D2D2D;
height: 0;	
width: 0; 
margin:0px auto;
padding-bottom:4px;
}

.pricing_header h3{
color:#fff;
}

.price_highlights .triangle {border-top:10px solid #329cff;
}
.pricing_table  ul  li{
padding:0 20px 10px;
/*border-bottom: 1px solid #dfdfdf;
border-top: 1px solid #F9F9F9;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);*/
text-align:left;
height:176px;
}

.pricing_table  ul  li li {padding:0 0 0 16px; height:inherit;}

.pricing_table ul li:nth-child(2n) {
    background-color: #ececec;
}

.pricing_table ul li li:nth-child(2n) {background-color:inherit;}

.price h1{
font-size:28px;
padding-bottom:8px;
color:#fff;
    line-height:32px;
}

.price img {padding-bottom:12px;}
.price em{
color:#fff;
font-weight:bold;
}


.price_button{
background: #282828; /* for non-css3 browsers */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#282828'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#282828)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d4d4d,  #282828); /* for firefox 3.6+ */
background: -o-linear-gradient(top,  #4d4d4d,  #282828); /* for opera 3.6+ */ 
padding:30px;
    /*border-bottom:1px solid #282828;*/
/*border-top:1px solid #212121;*/
overflow:hidden;
}

.price_button a{
background-color:#303030;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #303030, #111111); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #303030, #111111); /* for opera 3.6+ */
	border:1px solid #000;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-size:13px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-transition: all 0.2s ease 0s;
}

.price_button a:hover {
	background-color:#111111;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #111111, #303030); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #111111, #303030); /* for opera 3.6+ */
	border:1px solid #000;
	color:#0080FF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}


/*contact start*/
#contact-form input[type=text], #contact-form textarea, #contact-form select, #search-form input {
	padding: 5px;
	width:95%;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border: 1px solid #E1E1E1;
	background-color:#F6F6F6;
	color:#666666;
	-moz-box-shadow: inset 2px 1px 1px #fff;
	-webkit-box-shadow: inset 2px 1px 1px #fff;
	 box-shadow: inset 2px 1px 1px #fff;
}
#contact-form textarea {
	height:185px;
	background-color:#F6F6F6;
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #E1E1E1;
}
#contact-form p input#submit, #contact-form p input[type=button], #referral-form-colby input[type="submit"],#referral-form-colby input[type="button"], #search-form a {
	float:left;
	background-color:#303030;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #303030, #111111); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #303030, #111111); /* for opera 3.6+ */
	border:1px solid #000;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	float:left;
	margin-top:10px;
	-moz-transition: all 0.2s ease 0s;
	/*width:100px;*/
	margin-right:14px;
}
#contact-form p input#submit:hover, #contact-form p input[type=button]:hover, #referral-form-colby input[type="submit"]:hover, #referral-form-colby input[type="button"]:hover, #search-form a:hover {
	background-color:#111111;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #111111, #303030); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #111111, #303030); /* for opera 3.6+ */
	border:1px solid #000;
	color:#0080FF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	cursor:pointer;
}
#contact-form label {
	/*float: left;
	width:70px;*/
	padding-top: 5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
  
}
.vaidate_error {
	border:1px solid #0080FF!important;
}
#response{
color:#006633;
}


/*contact end*/



.post-img {display:none;}
.blogpostcategories span {display:inline!important;}
nav img {display:none;}
nav {z-index:999990;}

.brand-wrap { width:100%; /*background:url(images/brand-wrap-bg.jpg) top center repeat-x;*/ height:143px; /*margin-bottom:20px;*/}
.brand-area { /*width:980px;*/ margin-left:auto; margin-right:auto; height:115px; padding-top:19px; }
.brand-area li {float:left; width:80px; height:80px; float:left; margin-left:4px; margin-right:4px; }

.accordionButton { background: url(/images/acc-bg.jpg) top left no-repeat; height:44px; width:500px;  cursor:pointer; margin-bottom:8px;}
.close  {background: url(/images/acc-bg.jpg) bottom left no-repeat;}
.accordionButton h4 { line-height:44px; color:#FFF; padding-left:20px; font-size:12px;}
.accordionContent { width:500px;  }
.accordion-copy { width:500px; margin-left:auto; margin-right:auto; padding-top:20px; padding-bottom:20px; clear:both; margin-bottom:8px; margin-top:-8px;}

.footer-menu {margin:0 0 30px;}
.footer-menu ul li {display:inline; list-style:none; float:none; margin-left:16px; padding-left:16px; border-left:1px solid #A29C9A;}
.footer-menu ul li:first-child {padding-left:0; border:0; margin-left:0;}
.footer-menu ul li ul, .footer-menu ul li img {display:none;}

.aright {text-align:right;}
.jqueryslidemenu {margin:20px 0!important;}
.home .jqueryslidemenu {margin:20px 0 40px!important;}

#breadcrumbs {margin-left:20px;float: right;padding-top: 5px;font-size:14px; position: absolute; top: 0; right: 0; }
#breadcrumbs a {font-size:14px; text-transform: capitalize;}
.clearfix {clear:both;}
#map_div{width:472px; height:400px;}
.hidden {display:none;}
ul.list ul {margin-top:12px;}
ul.brochure-list li { width:15%; padding:10px 1.5% !important; text-align:center; }
body.daikin ul.brochure-list li { width:20%; }
.text-right { text-align:right; }
ul.brochure-list img { min-width:120px; height:auto; }
.r-tabs-nav { height:auto; }
.r-tabs .r-tabs-tab { padding-bottom:0px !important; }
.jqueryslidemenu ul li:hover.phone > a {color:#FFFFFF; cursor:default;}
.jqueryslidemenu ul li.phone {border-right:0; font-weight:bold;}
.jqueryslidemenu ul li.phone a {font-size:15px; border-right:0;  padding-left:60px;}

.nivoSlider {width:1000px; height:380px;}

.slider-holder {width:1000px; height:330px; border:10px solid #e2e2e2; margin-left:-10px; margin-bottom:30px;}

#phone {float:right; margin:20px; font-size:22px; font-weight:bold; font-family: 'Open Sans', sans-serif; color:#2c2c2c;}

.list_carousel_2 li li {float:none;}

.captchaimg img {margin-top:8px;}

.tooltip {
			outline: none;
			cursor: help; text-decoration: none;
			position: relative;
display:inline;
line-height:20px;
		}
		.tooltip span {
font-size:11px;
			color: #000000; 
			margin-left: -999em;
			position: absolute;padding: 0.8em 1em; background: #FFFFAA; border: 1px solid #FFAD33;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 0; top: 1em; z-index: 99; margin-top:4px;
			margin-left: 0; width: 250px;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}

.theme-default { position:relative; }
#preloader {
 background:#eee;
 position:absolute; top:0; left:0; z-index:51; /* z-index greater than #slider */
 width:1000px; height:380px;
}
#preloader img {
 padding:177px 0 0 487px; /* unknown img size, but adjust so centered */
}
#nivo-slider {
 background: #eee url(/images/loader.gif) no-repeat 487px 177px;
 position: relative; /* z-index:50;  set z-index as appropriate to your site */
 width: 1000px; height: 380px;
}
#nivo-slider img {
 position: absolute;
 top: 0px;
 left: 0px;
 display: none;
}
body#about .caroufredsel_wrapper {height:390px !important;}
.caroufredsel_wrapper #blog_carousel { height:500px !important; }

.caroufredsel_wrapper #foo5 { height:200px !important; }
#blog_carousel li img {display:none;}

.footer-menu2 {display:block; overflow:hidden;}
.footer-menu2 li {border-left:1px solid #888888; padding:0 5px; display:inline-block;}
.footer-menu2 li:first-child {border-left:0; padding-left:0;}

.system-message, .system-error-message  {
background-color:transparent;
border: 0;
color:inherit;
margin: 18px 0;
min-height: 110px;
height: auto !important;
height: 110px;
padding:0}

.overall .prettyradio {float:left; clear:none!important;}
.overall span {margin:3px 10px 0;}
.one_third_last  #contact-form .one_half input[type="text"], .one_third_last #contact-form .one_half_last  input[type="text"] { width:90%;}

.choices {padding:0px 30px 100px 50px; overflow:hidden;}
.choices .prettyradio {position:relative; text-align:center; float:left; clear:none; margin:0 14px 40px 0; /*height:190px; width:140px;*/ height:210px; width:225px; padding:0 0 10px; background:#FFFFFF; border:10px solid #f3f3f3;}
.choices .prettyradio:hover {border:10px solid #e2e2e2;}
.choices .prettyradio a {position:absolute; bottom:0; width:140px;}
.choices .prettyradio img {display:block; margin:0 0 14px;}
.choices .prettyradio span {display:block; text-align:center;}

.rate .captchaimg {margin-right:20px;}
.rate .captchaimg, .rate #CaptchaV2 {float:left;}
#layerslider-container {background: url("/images/loader-31.gif") no-repeat scroll center center transparent; margin-top:-14px; margin-bottom:40px;}
 
.fright {float:right;}
.fleft {float:left;}

.image-grid_1col li {margin:0 0 20px;}
img.post-img-holder {width:100%;}
.date {bottom:4px!important;}



/*============= WIZARD REVIEW STEP ================*/
.review-div-contact{
width:430px;
margin:0 auto;
float:right;
}

.review-div-contact input[type="text"], input[type="text"].installation-type, .review-div-contact textarea{

    background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
    box-shadow: 2px 1px 1px #FFFFFF inset;
    color: #666666;
    font-family: Helvetica,sans-serif;
    /*margin: 10px 0;*/
    padding: 5px;
    width: 285px;
}

input[type="text"].installation-type{
vertical-align:top;
margin-top:0px !important;
}

.review-div-contact .captchaimg{
    left: 0;
    position: relative;
}

.review-div-contact input[type="text"]#CaptchaV2{
    left: 165px;
    position: relative;
    top: -46px;
    width: 120px !important;
}

.installation-types input[type="text"],.installation-types select, .installation-types textarea{
    background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
    box-shadow: 2px 1px 1px #FFFFFF inset;
    color: #666666;
    font-family: Helvetica,sans-serif;
    margin: 10px 0;
    padding: 5px;
    width: 95%;
}	

.installation-types img{
    float: right;
    position: absolute;
    right: 47px;
    top: 75px;
}

#msg-installation-type,#msg-installation-type-1, #msg-installation-type-2{
    color: #FF0004;
    left: 10px;
    position: absolute;
}

.step-3-title{
	font-weight: bold;
    padding-right: 15px;
    position: relative;
	font-family: 'Open Sans',sans-serif;
}

#review-results{
	float:left;
    margin-left: 15px;
}
/*======== END OF WIZARD REVIEW STEP==============*/

#brand-navi{
	float:right;
    position: relative;
    top: -61px;
}

#referral-form-colby input[type="text"], #referral-form-colby select, #referral-form-colby textarea{
	background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
    box-shadow: 2px 1px 1px #FFFFFF inset;
    color: #666666;
    font-family: Helvetica,sans-serif;
    margin: 10px 0;
    padding: 5px;
    width: 50%;
}

#referral-form-colby label{
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    padding-top: 5px;
    position: relative;
    top: 2px;
}

#subject-refer{
	font-size: 15px;
    position: relative;
    top: 3px;
}

.has-link{
	cursor:pointer;
	z-index:100;
}
#cat_729518_divs{
	position:relative;
	z-index:100;
}
.ls-layer{
	z-index:99!important;
}
.avatars_ .staff label img{
	width:100%;
	max-width:auto;
}

/* == LIST CAROUSEL == */
    .list_carousel {
    margin: 0 0 30px 60px;
    width: 360px;
    }
    .list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    }
    .list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    }
    .list_carousel.responsive {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    }
    .clearfix {
    float: none;
    clear: both;
    }
    .caroufredsel_wrapper{
    min-height: 220px;
    }
/* == LIST CAROUSEL == */
/* == Newsletter == */
.newsletter-form_ label{
	font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    padding-top: 5px;
}
.newsletter-form_ input[type="text"]{
	background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
    box-shadow: 2px 1px 1px #FFFFFF inset;
    color: #666666;
    font-family: Helvetica,sans-serif;
    margin: 10px 0;
    padding: 5px;
    width: 95%;
}
.newsletter-form_ input[type="submit"]{
	background: none repeat scroll 0 0 #0080FF;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 10px;
    padding: 7px 10px;
    border-radius: 5px;
}
h4.rateusStaff{
	border-bottom: 1px dashed #CCCCCC;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}

/* PUPUP MESSAGE */
#meerkat-container { border-top:3px solid #ff4c4d; }
.meerkat{
	color:#FFF;	
	height:100%;
}
.meerkat a{
	color:#FFF;
	text-decoration:underline;	
}
.meerkat-contents{
	width:700px;
	margin:0 auto;
	padding:10px 0 10px 300px;
	position:relative;
	height:100%;
    background: url("/images/meerkat-contents-image-bg.png") no-repeat 130px 20px;
}
.meerkat-contents .close-message{
	position:absolute;	
	top:10px;
	right:0px;
}
/* .meerkat-contents .dont-show-message{
	position:absolute;	
	bottom:26px;
	left:0px;
}*/
.meerkat h2{
	font-size:30px;
	color:#fff;
	margin: 0 0 13px;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:700;
    text-shadow:0 -1px #00407f;
}
.meerkat p {color:#FFF; font-size:15px; }
.meerkat p span{
	font-weight:bold;	
	color:#FDF8E2;
	font-size:18px;
}

.list_carousel li {height: auto;}
.apprentices .pricing_content {display:none; margin-top:-12px;}
.apprentices .triangle {display:none;}
.apprentices .price {height:30px;}

/** FINANCE PAGE **/
.centerImg{width:100%;text-align:center;margin-bottom:40px;}
.centerImg img{width:100%;}
.drop_cap.small_{
	width:31px;
	height:31px;
	margin:0 9px 0 0;
}
.drop_cap.small_ h4{padding-top:6px;}
.description.small__ h3{padding-top:2px;}
#how-to-ezi li{
	float:left;
}
.grayText_{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px;
	background:#e6e6e6;
	padding:10px;
	width:202px;
	float:left;
	color:#282724;
	font-size:14px;
	font-style:italic;
	text-align:center;
}

/*** Others ***/
/*05/26/2014*/
.quote-wrapper {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #111111;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0 0;
    padding: 10px 20px 20px;
}
.quote-wrapper h2,
.quote-wrapper span.h2-like {
    color: #ff4c4b;
    font-size: 39px;
    font-weight: bold;
    line-height: 54px;
    display:block;
}
.quote-btn {
    float: right;
    margin: 27px 0 0; 
}
.section-big {
    display: inline-block;
    float: left;
    width: 69%;
}
.section-small {
    display: inline-block;
    float: left;
    width: 30%;
}
img.section-img {
    float: right;
    margin: 20% 0 0;
    width: 240px;
}
.fix #controls {
    top: 5px !important;
}

#breadcrumbs span.bread-elipsis{
    text-overflow: ellipsis;
	width: 200px;
    white-space: nowrap;
	overflow: hidden;
	float: right;
	margin-left: 5px;
    
}

@media only screen and (max-device-width: 980px) {
.quote-wrapper {
    padding: 10px 20px 0;
}
.quote-btn {
    float: left;
    margin: 0; 
}
    
}

@media only screen and (max-device-width: 800px) {
.section-big {
    width: auto;
}
.section-small {
    width: auto;
}
}
li.brands_layout {
min-height: 260px;
}
.r-tabs-tab a {
padding: 10px;
font-size: 12px;
    display:inline-block;
    text-align: center;
}
.r-tabs-state-active a {

color: white;
background: black;
border-radius: 5px 5px 0 0;
}
.r-tabs .r-tabs-tab{
width: auto;
margin: 0;  
}

@media only screen and (max-width: 414px) {
    .r-tabs .r-tabs-tab {width:100%;}
    .r-tabs-tab a {display:block;}
}



/*--- Cyrus [http://pm.cbo.me/#/tasks/10868743 | November 21, 2017] -----*/
.clr{
    float:none;
    clear:both;
}
