@charset "utf-8";
/* CSS Document */
/*
Theme Name: Pro Clean
*/
/*-- RESET--*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote{
padding:0px;
margin:0px;
font-size:100%;
font-weight:normal;
}

ol {
margin-left:1.4em;
list-style:decimal;
}

ul{
margin-left:1.4em;
list-style:decimal;
}
img{
border:0;
}

/*-- RESET END--*/

body{
	background:url(assets/bg_tile_header.jpg) repeat-x;
	font-family: 'Ubuntu', sans-serif;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:1012px;
}

#header{
	position:relative;
	height:335px;
	margin-bottom:40px;
}

#header .logo{
	display:block;

	

	position:absolute;
	top:25px;

}

#header .logo img{
	width: 180px;
	}

#header .call{
	display:block;
	width:210px;
	height:86px;
	position:absolute;
	right:0px;
	top:25px;
	text-align:right;
	font-size:14px;
}

#header .call .number{
	font-size:25px;
	font-weight: normal;

}

#header .call a{
	color:#000;
	text-decoration:none;
}

#header .call a:hover{
	color:#8AB900;
}

#header .soc{
	display:block;
	position:absolute;
	right:200px;
	top:45px;
	text-align:right;
}

#header .soc a{
	margin-left:5px;
}

#nav{
	position:absolute;
	top:128px;
}

#nav a{
	color:#FFF;
	text-decoration:none;
	margin-right:15px;
	font-weight:normal;
}

#nav a:hover{
	color:#000;
	
}

#nav_big{
	position:absolute;
	top:158px;
	height:176px;
	border-right:1px #fff solid;
	width: 100%;
}

#nav_big a{
	display:inline-block;
	width:20%;
	height:176px;
	text-align:center;
	vertical-align:bottom;
	color:#000;
	text-decoration:none;
	border-left:1px #fff solid;
	box-sizing: border-box;
}

#nav_big a:hover{
	color:#8AB900;
	background:url(assets/bg_tile_big_nav_down.jpg) repeat-x;
}

#nav_big a img{
	display:block;
	width:88px;
	height:88px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

#content{
	float:left;
	width:614px;
	margin-right:15px;
	font-size:13px;
	line-height:22px;	
}

#content h1{
	margin-bottom:20px;
	
}

#content h1 a{
	font-size:25px;
	font-weight:normal;
	text-decoration:none;
	color:#000;	
}

#content h1 a:hover{
	color:#8AB900;
}

#content a, .service_box a{
	text-decoration:none;
	color:#090;
}

#content a:hover, .service_box a:hover{
	color:#000;
	text-decoration:underline;
}

.service_box{
	margin-bottom:30px;
}

.service_box h2{
	margin-bottom:10px;
}


.service_box h2 a, #content h2, #content h2 a {
	color:#007800;
	font-size:19px;
	text-decoration:none;
}
.service_box h2 a:hover{
	color:#000;

}

.service_box .image{
	margin-right:15px;
	float:left;
}

.fade {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}

p{
	padding-top:5px;
	padding-bottom:5px;
}

ul.main_test{
	margin-left:0px;
	list-style:none;
	margin-top:0px;
}

ul.main_test li{
	margin-bottom:20px;
	background:url(assets/quote_icon.png) no-repeat left top;
	padding-left:30px;
}

ul.main_test li div{
	font-weight:bold;
	margin-top:10px;
}

.image_b{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:10px;
}

ul.ticks2{
	margin-top:10px;
	margin-bottom:10px;
	
}

ul.ticks2 li{
	background:url(assets/tick_green.png) no-repeat left top;
	list-style:none; padding-left:30px;
	
}

.clear{
	clear:both;
}

#sidebar{
	width:369px;
	float:left;
}

ul.list_small{
	list-style:square;
}

ul{
	list-style:square;
}

.small2{
	font-size:11px;
	color:#999;
}


#contact-form{
	background-color:#EEEEEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	overflow:auto;
	margin-bottom:20px;
	width:260px;
	float:left;
	margin-right:30px;
}

#contact-form input{
	width:250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	line-height:25px;
	height:25px;
	padding-left:10px;
	margin-bottom:7px;
	
}

#quick_box{
	background-color:#8AB900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	overflow:auto;
	margin-bottom:20px;
}

#quick_box h2{
	background:url(assets/cleaning_logo.jpg) no-repeat left;
	padding-left:45px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:15px;
	font-size:22px;
	color:#fff;
}



#quick_box div, #ContactForm div{
	position:relative;
}

#quick_box div input.error, #ContactForm div input.error{
	background:#FFE8E8;
}


#quick_box div label.error, #ContactForm div label.error{
	position:absolute;
	top:0px;
	right:0px;
	font-size:11px;
	color:#900;
}

#quick_box span{
	color:#FFF;
	font-size:12px;
	line-height:22px;
}

#ContactForm span{
	color: #000;
	font-size:12px;
	line-height:22px;
}

#quick_box input{
	width:330px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	line-height:25px;
	height:25px;
	padding-left:10px;
	margin-bottom:7px;
	
}

.job_box_question{
	background: #EEEEEE;
	padding: 20px;
	margin-bottom: 30px;
}

/* Job form */

#job_form{
	background-color:#8AB900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	overflow:auto;
	margin-bottom:20px;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#job_form h2{
	background:url(assets/cleaning_logo.jpg) no-repeat left;
	padding-left:45px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:15px;
	font-size:22px;
	color:#fff;
}

#job_form h3{
	font-size: 18px;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	color: #FFF;
}



#job_form div{
	position:relative;
	margin-bottom: 10px;
	color: #FFF;
	line-height: 22px;
}

#job_form div input.error{
	background:#FFE8E8;
}


#job_form div label.error{
	position:absolute;
	top:0px;
	right:0px;
	font-size:11px;
	color:#900;
}

#job_form span{
	color:#FFF;
	font-size:14px;
	line-height:22px;
	width: 100%;
	display: table;
	margin-bottom: 10px;
}


#job_form input{
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	line-height:25px;
	padding: 5px;
	height:35px;
	margin-bottom:7px;
	box-sizing: border-box;
	
}

#job_form select{
	width: auto !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	line-height:25px;
	padding: 5px;
	height:35px;
	margin-bottom:7px;
	box-sizing: border-box;


}




#job_form input[type=checkbox]{
	width: auto;
	height: auto;
	color: #FFF;

	}


#job_form .check_div{
	line-height: 20px;

}

#job_form .check_div input[type=checkbox]{
	height: 20px;
	width: 20px;
	margin-top: 0px;
	vertical-align: top;
	margin-right: 10px;
	
}

#job_form textarea{
	width: 100%;
	padding: 5px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	box-sizing: border-box;
	height: 100px;
	}

.button_black{
	padding:10px;
	color:#FFF !important;
	background-color:#000;
	text-align:center;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	min-width:95px;
	cursor:pointer;
	text-decoration:none !important;
	width:auto !important;
	
	transition: background-colorcolor .25s ease-in-out;
   -moz-transition: background-color  .25s ease-in-out;
   -webkit-transition: background-color  .25s ease-in-out;
	
}

.button_black:hover{
	background-color: #99CC00;
}

.note{
	padding:5px;
	background:#FFE8E8;
	display:block;
	color:#B20000;
	margin-top:10px;
	margin-bottom:10px;
}

.heading_table{
	padding:5px;
	background-color:#DADADA;
	font-weight:bold;
}

.line_bot{
	border-bottom:1px solid #EEEEEE;
}

.side_box{
	margin-bottom:20px;
	background:#EEEEEE;
	padding-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

.side_box h2{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	padding-top:10px;
	padding-bottom:10px;
	background:#DADADA;
	text-transform:uppercase;
	font-size:15px;	
	text-decoration:none;
	color:#000;
}

.side_box h2 a{
	text-decoration:none;
	color:#000;
}

.side_box h2 a:hover{
	text-decoration: underline;
	color:#090;
}

.side_box ul.ticks{
	list-style: url(assets/tick_green.png);
	padding-top:10px;
	font-size:13px;
	margin-left:37px;
}

.side_box ul.ticks li{
	margin-bottom:5px;
	padding-left:5px;
}


.side_box ul.test{
	list-style: none;
	padding-top:10px;
	font-size:13px;
	margin-left:15px;
	margin-right:15px;
}

.side_box ul.test li{
	margin-bottom:5px;
	padding-left:5px;
	line-height:22px;
}

.side_box ul.test li .sign{
	margin-top:10px;
	font-weight:bold;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

#footer{
	background:url(assets/footer_tile.jpg) repeat-x;
	padding-top:35px;
	color:#fff;
	font-size:13px;
	padding-bottom:40px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .soc{
	float:left;
	margin-right:20px;
	height:60px;
	padding-top:10px;
}

#footer .soc a{
	margin-right:5px;
}

#footer .call{
	display:block;
	width:210px;
	height:86px;
	right:0px;
	font-size:14px;
	float:left;
}

#footer .call .number{
	font-size:25px;
	font-weight: normal;
	padding-bottom:5px;

}

#footer .call a{
	text-decoration:none;
}

#footer .call a:hover{
	color:#8AB900;
}

#footer #sidebar{
	text-align:right;
}
