body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.2em;
}

body#index {
	background: url(../img/layout/body_bg.gif) top repeat-x;
}

a {
	color: #5479a4;
}
a:hover {
	text-decoration: none;
	color: #4a6c93;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 133px;
	position: relative;
}

	#header img {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	
	#header p {
		float: right;
		background: url(../img/layout/slgan.gif);
		height: 44px;
		width: 237px;
		text-indent: -19000px;
		position: absolute;
		top: 40px;
		right: 20px;
	}

#nav {
	height: 37px;
}

	ul.topnav li {
		float: left;
		height: 37px;
		background: url(../img/layout/nav_divider.gif) top right no-repeat;
		padding-right: 2px;
	}
	
	ul.topnav li a {
		height: 37px;
		text-indent: -19000px;
		display: block;
	}
	
	a#nav_company {
		width: 103px;
		background-position: 0 -37px;
	}	
	a#nav_company:hover {
		background-position: 0 -74px;
	}
	
	a#nav_services {
		width: 101px;
		background-position: -101px -37px;
	}	
	a#nav_services:hover {
		background-position: -101px -74px;
	}
	
	a#nav_testimonials {
		width: 172px;
		background-position: -200px -37px;
	}	
	a#nav_testimonials:hover {
		background-position: -200px -74px;
	}
	
	a#nav_contact {
		width: 98px;
		background-position: -370px -37px;
	}	
	a#nav_contact:hover {
		background-position: -370px -74px;
	}
	
	a#nav_news {
		width: 76px;
		background-position: -466px -37px;
	}	
	a#nav_news:hover {
		background-position: -466px -74px;
	}
	
	a#nav_videos {
		width: 119px;
		background-position: -541px -37px;
	}	
	a#nav_videos:hover {
		background-position: -541px -74px;
	}
	
	a#nav_blog {
		width: 73px;
		background-position: -658px -37px;
	}	
	a#nav_blog:hover {
		background-position: -658px -74px;
	}
	
	#nav #search_form {
		float: right;
		height: 37px;
		width: 162px;
		position: relative;
		margin: 0 20px;
		background: url(../img/layout/form_bg.gif);
		display: inline;
	}
	
		#nav #search_form #search_l {
			position: absolute;
			display: block;
			height: 37px;
			width: 8px;
			background: url(../img/layout/search_left.jpg) left no-repeat;			
		}
		
		#nav #search_form #searchTxt {
			position: absolute;
			left: 8px;
			top: 10px;
			width: 130px;
		}
		
		#nav #search_form #loupe {
			position: absolute;
			display: block;
			height: 37px;
			width: 22px;
			left: 141px;
			background-image: url(../img/layout/search_loupe.gif);
			text-indent: -19000px;
			cursor: pointer;
		}
		#nav #search_form #loupe:hover {
			background-position: 0 -37px;
		}
	
#footer {
	background: url(../img/layout/footer_bg.gif) top no-repeat;
	margin: 20px 0 20px 0;
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
}

	#footer #tagline {
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.5em;
		margin-bottom: 5px;
	}
		
	#footer #ecsi_logo {
		display: block;
		text-indent: -19000px;
		height: 39px;
		width: 55px;
		margin: 0 auto;
		background-image: url(../img/layout/logo_footer.gif);
		margin-bottom: 10px;
	}
	
	#footer #ecsi_logo:hover {
		background-position: 0 -39px;
	}
	
/* menu */
ul.topnav ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -1px; 
	top: 37px;
	background: url(../img/layout/drop_bg.gif) top repeat-x #6182b7;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0; 
	padding: 20px 0;
	display: none;
	float: left;
}

ul.topnav ul.sn_company {
	height: 125px;
	width: 180px;
}

ul.topnav ul.sn_services {
	height: 125px;
	width: 405px;
}

ul.topnav ul.subnav li {
	margin: 0;
	float: none;
	padding: 0;
	background-image: none;
	height: 25px;
}

ul.topnav ul.sn_company li {
	width: 170px;
}

ul.topnav ul.sn_services li {
	width: 190px;
}

ul.topnav li ul.subnav li a {
	height: auto;
	color: #FFF;
	text-indent: 0;
	padding: 5px 5px 5px 20px;
	background: none;
	text-decoration: none;
}

ul.topnav li ul.sn_company li a {
	width: 175px;
}

ul.topnav li ul.sn_services li a {
	width: 215px;
}

ul.topnav li ul.subnav li a:hover {
	text-decoration: underline;
}

ul.topnav li {
	position: relative;
}

ul.topnav li ul.sn_services li.col2 {
	margin-left: 225px;
}
ul.topnav li ul.sn_services li.col2top {
	margin-top: -125px;


