/* 
************************************************
Coding and design by Hambo Design - 2008
************************************************
*/

* { margin: 0; }

html, body { height: 100%; }

body { background: #1c1c1c url(/assets/images/presentation/new_bg.gif) repeat-x; text-align: center; }


h1 {
	display: block;
	height: 155px;
	width: 200px;
}


/* 
************************************************
List Styling
************************************************
*/


ol, ul {
	margin: 0;
	padding :0;
}

	ol li, ul li {
		margin: 0;
		padding: 0;
	}
	

/* 
************************************************
Navigation Styling
************************************************
*/

#navigation_main ul {
	height: 20px;
	margin: 0 0 0 217px;
	padding: 5px 0;
	text-align: left;
	width: 700px;
}

	#navigation_main li {
		border-right: 1px solid #ccc;
		display: inline;
		margin: 0;
		padding: 0 8px 0 3px;
	}

	#navigation_main li:last-child { border-right: none; }
	
	#navigation_main li a:link {
		margin: 0;
		padding: 0;
	}
	
#navigation_services ul {
	width: 140px;
}

	#navigation_services li {
		margin-bottom: 5px;
	}

	#navigation_services li a {
		background: url(/assets/images/icons/bullet_red.gif) left center no-repeat;
		padding-left: 15px;
	}



/* 
************************************************
DIV Areas
************************************************
*/

#container {
	background: #1c1c1c url(/assets/images/presentation/container_bg.gif) center repeat-y;
	text-align: left;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
}

#subscribe #container	{ background: #c0c0c0; background-image: none; width: 340px; }



#banner {
	background-color: #c0c0c0;
	float: left;
	height: 360px;
	width: 960px;
}

	#banner_left {
	float: left;
	height: 360px;
	width: 30px;
	}
	
	banner_right {
	float: right;
	height: 360px;
	width: 30px;
	}

#navigation_main {
	background-color: #820a06;
	clear: both;
	height: 30px;
	width: 960px;
}

#main {
	background: #1c1c1c url(/assets/images/presentation/main_bg.gif) center repeat-y;
	float: left;
	width: 960px;
}

	#our_work #main, #forms #main {
		background: url(/assets/images/presentation/main_bg_portfolio.gif) center repeat-y;
	}

	#branding_column {
		background-color: #717171;
		float: left;
		width: 200px;
	}

	#content {
		background-color: #e5e5e5;
		float: left;
		padding: 30px 20px;
		width: 540px;
	}

	#navigation_services {
		background-color: #1c1c1c;
		float: left;
		padding: 20px;
		width: 140px;
	}
	


/* 
************************************************
Home Page Styling
************************************************
*/

#cf_newsletter {
float: right;
margin: 0 20px 20px 40px;
width: 185px;
}

	#cf_newsletter img {
		margin-bottom: 5px;
	}
	
	
/* 
************************************************
Meet the Team Styling
************************************************
*/

.team_member {
	border-bottom: 1px solid #aaa;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0 5px;
}

	.team_member_photo {
		float: left;
		width: 180px;
	}


	.team_member_info {
		float: left;
		width: 340px;
	}



/* 
************************************************
Services Styling
************************************************
*/

p#services_list {
	background: url(/assets/images/presentation/services.gif) no-repeat;
	display: block;
	height: 327px;
	text-indent: -9999px;
	width: 540px;
}


/* 
************************************************
Testimonials Styling
************************************************
*/

.testimonial {
	border-bottom: 1px solid #aaa;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0 5px;
}

	.testimonial_photo {
		float: left;
		width: 180px;
	}


	.testimonial_info {
		float: left;
		width: 340px;
	}


/* 
************************************************
Portfolio Styling
************************************************
*/

#portfolio_intro {
	float: left;
	padding: 30px 10px 20px 20px;
	width: 170px;
}

#portfolio_content {
	float: left;
	padding: 20px;
	width: 340px;
}

	.portfolio_item {
		border-bottom: 1px solid #aaa;
		height: 245px;
		margin-bottom: 10px;
		text-align: center;
		width: 340px;
	}


/* 
************************************************
Forms Page Styling
************************************************
*/


#forms_intro {
	float: left;
	padding: 30px 10px 20px 20px;
	width: 170px;
}

#forms_content {
	float: left;
	padding: 20px;
	width: 340px;
}

	.form_item {
		float: left;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		height: 10em;
		padding: 20px 5px 30px;
		text-align: center;
		width: 159px;
	}

		.form_item_right {
			border-right: none;
		}
		
	.form_item img {
		margin-bottom: 10px;
	}



/* 
************************************************
Contact Us Styling
************************************************
*/

#contact_details {
	float: left;
	margin-right: 20px;
	width: 270px;
}

#contact_maps {
	float: left;
	width: 270px;
}

	.contact_map {
		float: left;
		text-align: center;
		width: 130px;
	}
	
#contact_form {
	background-color: #d7d7d7;
	float: left;
	padding: 10px 10px;
	width: 220px;
}
	
	

/* 
************************************************
Footer
************************************************
*/

#footer {
	background: url(/assets/images/presentation/footer_bg.gif) repeat-x;
	clear: both;
	text-align: left;
	overflow: auto;
	}

#footer, #push {
	height: 142px;
	clear: both;
	}

#footer_inner {
	background: url(/assets/images/presentation/footer.gif) no-repeat;
	height: 142px;
	margin: 0 auto;
	width: 960px;
	}
	
#footer_contact {
	float: left;
	margin: 100px 0 0 220px;
	width: 560px;
}
	
#footer_copyright {
	float: left;
	margin: 100px 0 0 0;
}
	