/* 	
	- CSS Document 
	- CBA (Cloud Bookkeeping & Accounting)
	- Site Structure Styles
	- © Rize Design
*/


/**********************************
	Site Styles
	:: Common Pages
	:: Home Page
	:: Internal Page
	:: Other
**********************************/

/**********************************
	Common Page Styles
**********************************/

#header{
	height:525px;
	position:relative;
	overflow:hidden;	
}
#logoHolder{
	width:235px;
	height:235px;
	margin:auto;
	position:relative;
	z-index:9999;	
}

#slider{
	width:100%;
	background:#ebebeb;
	border-top:5px solid #36bc5c;
	position:relative;
	top:-115px;
	height:400px;
}
.internal_header{
	height:250px !important;	
}
.internal_header #slider{
	height:110px;	
}

#footer{
	background:#36bc5c;
	margin-top:20px;
	overflow:hidden;
	padding-top:10px;
}	

#footer p, #footer a{
	color:#fff;	
}

.service_item_holder{
	height:250px;	
}
.service_item_holder h2 ,.service_item_holder h2 a{
	color:#36bc5c;
}

.contact_info{
	background:#22af49;
	padding-right:0px;
	margin-top:15px;
}
.contact_info h2{
	background:#37bc5c;
	color:#fff;	
	margin:0px 0 20px 0;
	padding:5px 0;
	font-weight:200;
}
.contact_info p, .contact_info a{
	color:#fff;
	text-align:center;	
}

.support , .support li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.support li{
	width:33.33%;
	float:left;
	text-align:center;
	margin-top:25px;
}

#sliderHolder , #sliderHolder li{
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
	height:400px;
	list-style:none;
	float:left;
}
#sliderHolder li{
	width:940px !important;	
}

#sliderHolder li .content_holder{
	padding-top:130px;
	width:550px;
}

#sliderHolder li .content_holder h2{
	color:#37bc5c;
	font-weight:normal;
	font-size:30px;
	margin:0px 0 15px;
	line-height:1;
}
#sliderHolder li .content_holder h2 strong{
	color:inherit;
	font-size:inherit;	
}
.slider_holder{
	position:relative;
	overflow:hidden;	
}

#sidebar{
	width:300px;	
}
#rightContent{
	width:600px;
}

#sidebar .menu, #sidebar .menu li{
	padding:0px;
	margin:0px;
	list-style:none;	
}

#sidebar .menu li{
	margin-bottom:3px;
	background:#37bc5c;
}
#sidebar .menu li a{
	display:block;
	padding:10px;
	font-size:18px;
	color:#fff;
}

#sidebar .menu{
	margin-bottom:20px;
}
.contact_info p{
	padding:10px 20px;
}

blockquote {
	border-left:5px solid #37bc5c;
	padding:2px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
blockquote *{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#rightContent h1, #rightContent h2, #rightContent  h3{
	margin-top:0px;
}
#rightContent ul , #rightContent ol{
	padding-left:15px;	
}
#rightContent img{
	float:left;
	border:2px solid #ebebeb;
	margin:0 10px 10px 0;	
}
.fullwidth_img img{
	width:100%;
	float:none;
	margin:15px 0;	
}
#rightContent a{
	color:#37bc5c;
}

#adsNav , #adsNav li{
	margin:0px;
	padding:0px;
	list-style:none;	
}

#adsNav{
	position:absolute;
	bottom:10px;
	left:10px;	
}
#adsNav li{
	float:left;
	width:10px;
	height:10px;
	margin-right:5px;
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
#adsNav li a{
	display:block;
	float:left;
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #36bc5c;
	
	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
}
#adsNav li a.current , #adsNav li a:hover{
	background:#36bc5c;	
}