/* @override http://webdesign.gs/ichterthomas/style/style.css */

body {
	margin: 0px 0px;
	background: #FFF url(../media/images/main-bg.png) repeat-x;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
}

#cms_content {
	width: 800px;
	}

* {
	margin: 0px;
	padding: 0px;
}

#banner-wrapper {
	width: 811px;
	height: 372px;
	margin: 0px auto;
	position: relative;
}

	#left-logo {
		width: 549px;
		height: 372px;
		background: transparent url(../media/images/it-firm-home-logo.png) no-repeat;
		float: left;
	}
	
		#left-logo a {
			width: 549px;
			height: 372px;
			display: block;
			text-indent: -9001em;
		}
	
	#right-text {
		width: 262px;
		height: 372px;
		position: relative;
		float: left;
	}
	
		#right-text h1 {
			width: 232px;
			height: 142px;
			background: transparent url(../media/images/zealousy-home.png) no-repeat;
			text-indent: -9001em;
			position: relative;
			top: 141px;
			left: 12px;
		}

#navigation-wrapper {
	height: 31px;
	border-top: 1px solid #EAC665;
	border-bottom: 1px solid #EAC665;
	background-color: #AC5317;
	color: #FFF;
}

	#navigation {
		width: 811px;
		margin: 0px auto;
		position: relative;
		clear: both;
	}
	
	#navigation ul.dropdown {
		height: 31px;
		width: 811px;
	}
	
	#navigation ul.dropdown li {
	
	}
	
	#navigation ul.dropdown li a {
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 0px 10px;
		line-height: 31px;
		text-transform: uppercase;
		font-size: 14px;
	}
	
		#navigation ul.dropdown li a:hover {
			color: #FFF;
			background-color: #823D0F;
		}

#content-wrapper {
	width: 811px;
	margin: 0px auto;
}
	
#main-content {
	width: 549px;
	font-size: 14px;
}

	#main-content h1 {
		font-size: 24px;
		font-weight: normal;
		font-family: Georgia;
		padding: 0px 0px;
		margin: 10px 0px;
		/*margin-left: -10px;*/
		border-bottom: 1px solid #BA8748;
	}
	
	#main-content h3 {
		font-size: 18px;
		font-weight: normal;
		font-family: Georgia;
		padding: 0px 0px;
		margin: 10px 0px;
		/*margin-left: -10px;*/
		border-bottom: 1px solid #BA8748;
	}

	#main-content p {
		color: #000;
		font-size: 14px;
		padding: 5px 0px;
		line-height: 1.6em;
	}
	
#footer{ width: 811px; margin-top:100px; }
#footer img{ border:0px;}	
#footer a{ margin-left:20px;}