/*
Theme Name: RBIT Commercial Mowing Theme.
Theme URI: N--
Description: A brief description.
Version: 1.0
Author: Innovalynx, Inc.
Author URI: http://www.innovalynx.com.au
*/


body {
	background-color: #D7DFE2;
	margin:0px;
	padding:0px;
	font: 14px  'Cabin', arial, helvetica;
	color: #416271;
}

h1{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:18px;
	color:#FFFFFF;
}
h2{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:18px;
	color:#f7951e;
}
h3{
	padding:0 0 5px 0;
	margin:0px;
	font-size:16px;
	color:#336699;
}
h4{
	padding:0 0 10px 0;
	margin:0px;
	font-size:14px;
	color:#7ea743;
}
p{
	text-align:justify;
	padding:2px 0 2px 0;
	margin:0px;
	line-height:15px;
}
p.white{
	color:#FFFFFF;
}
p.green{
	color:#d4f0ba;
}
p.clear{
	clear:both;
	padding:10px 0 0 0;
}
img.left_img{
	border:1px #cae6c6 solid;
	float:left;
	margin:0 10px 0 0 ;
}
img.box_img{
	float:left;
	padding:0 20px 0 0 ;
}
#main_container{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	-webkit-box-shadow: -1px 3px 31px -2px rgba(0,0,0,0.93);
	-moz-box-shadow: -1px 3px 31px -2px rgba(0,0,0,0.93);
	box-shadow: -1px 3px 31px -2px rgba(0,0,0,0.93);
}
#header{
width:900px;
height:auto;
margin:auto;
}
#logo{

float:left;
}
/*----------------------menu-------------------------*/
#menu{
width:900px;
height:42px;
padding:0px;
clear:both;
background-color: #003366;
}
#menu ul{
list-style:none;padding:0 0 0 180px;margin: auto;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;height:42px;padding:0px;line-height:42px; font-size:16px;
}
#menu ul li a{
height:42px; width: auto;float:left;text-decoration:none;padding:0 0 0 25px; margin:0px 3px 0px 3px;color:#fff;text-align:center;
}
#menu ul li a:hover{
height:42px;width: auto;text-decoration:none;color: #fff;padding:0 0 0 25px; background:url(images/menu_arrow.gif) no-repeat left;
}
#menu ul li a.current{
height:42px;width: auto;float:left;text-decoration:none;padding:0px;color: #fff;padding:0 0 0 25px; background:url(images/menu_arrow.gif) no-repeat left;
}

/*----------------middle green box-----------*/
.green_box{
width:900px;
height:265px;
clear:both;
background: #286097;
background-position:50px 0px;
}

.text_content{
width:400px;
float:left;
padding: 20px 0 0 90px;
}
.read_more{
width:101px;
height:29px;
float:right;
padding:10px;
background:url(images/read_more_bg.gif) no-repeat center;
line-height:29px;
text-align:center;
}

a{
	text-decoration: none;
}



.freequote{
		width: 750px;
		height: auto;
		margin: 10px;
		padding: 10px;	
		text-align: left;
}

.button_example{
 	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;
 	font-family:arial, helvetica, sans-serif; 
 	padding: 10px 10px 10px 10px; 
 	text-decoration:none; 
 	display:inline-block;
 	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
 	font-weight:bold; 
 	color: #FFFFFF;
 	background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
 	background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 	background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 	background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 	background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 	background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}

.button_example:hover{
 	background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 	background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 	background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 	background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 	background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 	background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

/*----------------------left navigation-------------------------*/
#left_nav{
	width:280px;height: auto;padding:5px 0 0 0; float:left;
}
#left_nav ul{
	list-style:none;margin: auto;display:block; padding:0px;
}
#left_nav ul li{
	list-style:none;display:block;width:auto;height:29px;padding:0px;line-height:29px;
}
#left_nav ul li a{
	height:29px;display:block; width:280px;text-decoration:none;padding:0 0 0 35px; margin:7px 0 7px 0;
	color:#6898ac;background:url(images/left_nav_arrow.gif) no-repeat left; border-bottom:1px #bedf77 dashed;
	background-position:0px 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*--------------------------main_content-------------------*/
#main_content{
	width:auto;
	height:auto;
	clear:both;
}

#middle_content{
	width: 750px;
	height: auto;
	margin: 50px;
	padding: 10px;	
	text-align: left;
}

#middle_content_2 {
	width: 500px;
	height: auto;
	margin: 50px;
	margin-left: 200px;
	padding: 10px;	
	text-align: left;
}

#left_content{
	width:320px;
	height:auto;
	margin:10px;
	float:left;
	padding:10px;
	background:url(images/left_content_bg.gif) repeat-x top;
}

#right_content{
	width:490px;
	height:auto;
	margin:10px 0 0 0;
	float:left;
	padding:10px;
}

/*----------------------top right navigation-------------------------*/
#right_nav{
	width:263px;height: auto;padding:20px 0 0 50px; float:left;
}
#right_nav ul{
	list-style:none;margin: auto;display:block; padding:0px;
}
#right_nav ul li{
	list-style:none;display:block;width:auto;height:29px;padding:0px;line-height:29px;
}
#right_nav ul li a{
	height:29px;display:block; width:263px;text-decoration:none;padding:0 0 0 35px; margin:7px 0 7px 0;
	color:#003366;background:url(images/right_nav.gif) no-repeat center;
	background-position:0px 0px;
}
#right_nav ul li a:hover{
	height:29px;display:block;width:263px;text-decoration:none;color: #286097;padding:0 0 0 35px;margin:7px 0 7px 0;	   background:url(images/right_nav_a.gif) no-repeat center;
	background-position:0px 0px;
}
#right_nav ul li a.current{
	height:29px;display:block;width:263px;text-decoration:none;padding:0px;color: #286097;padding:0 0 0 35px;margin:7px 0 7px 0; 
	background:url(images/right_nav_a.gif) no-repeat center;
	background-position:0px 0px;
}

.subsearch{
	width:200px;
	float:left;
	color:#8b8e5d;
	padding:0 0 0 15px;
}
.contact_information{
	width:200px;
	float:left;
	padding:10px 0 0 10px;
}
.news{
	width:310px;
	clear:both;
	padding:10px 0 10px 0;
}
.news_icon{
	width:30px;
	float:left;
	padding:0 10px 0 0;
}
.news_content{
	width:260px;
	float:left;
	padding:0 0 0 10px;
	text-align:justify;
	line-height:13px;
}
.news_content span{
	color:#4ab7e8;
}
.services_box{
	height:120px;
	padding:10px 0 5px 0;
	margin:0px 0px 10px 0;
	border-bottom:1px #a7ef6e dashed;
}
.best_sol_box{
	width:277px;
	float:left;
}
/*----------------------news_archive list-------------------------*/
.news_archive{
	width:190px;
	height: auto;
	padding:10px 0 0 10px;
	float:left;
}
.news_archive ul{
	list-style:none;padding:10px 10px 10px 10px;margin:0px; width:190px;float:left;
}
.news_archive ul li{
	list-style:none;width:180px;height: auto;padding:0px; line-height:26px;
}
.news_archive ul li a{
	width: 180px;text-decoration:none;padding:0 0 0 20px; margin:6px 0px 6px 0px;color:#000;text-align:left;
	background:url(images/bullet.gif) no-repeat left; background-position:0px 0px;
}
.news_archive ul li a:hover{
	width: 180px;text-decoration:underline;color: #000;
}

.contact_info_box{
	width:481px;
	height:116px;
	margin:5px;
	background:url(images/contact_info_bg.gif) no-repeat center;
}
.contact_info_title{
	font-size:14px;
	color:#7ea743;
	padding:10px 0 0 15px;
	font-weight:bold;
}
.contact_info{
	float:left;
	padding:15px 10px 5px 13px;
}
.adress{
	clear:both;
	padding:10px 0 0 20px;
}

/*--------------wide_content-----------*/
#wide_content{
	width:auto;
	padding:10px 20px 10px 20px;
}


/*-----------------------------footer------------------*/
#footer{
	clear:both;
	width: auto;
	height: 50px;
	color: #fff;
	background-color:#003366;
	font-size: 12px;
}
.copyright{
	float:left;
	padding-left: 10px;
	padding-top: 25px;
}
.footer_links{
	float:right;
	padding-right: 10px;
	padding-top: 10px;
}
.footer_links a{
	text-decoration:none;
	color: #fff;
	padding-left:10px;
}
.footer_links a:hover{
	text-decoration:underline;
	color: #fff;
}