/* CSS for Echo Sten Tel */



body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #013259 url(/images/bg_body.jpg) top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	volume: loud;
	cowbell: more;
}

#wrap_out{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1150px;
	background: url(/images/bg_wrap.jpg) 0 125px no-repeat;
}

#wrap_in{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}

/*-------------- header -------------------*/

#header{
	position: relative;
	width: 900px;
	height:125px;
	margin: 0;
	padding: 0;
}

#header h1{
	position: absolute;
	width: 233px;
	height: 81px;
	top: 40px;
	left: 1px;
	margin: 0;
	padding: 0;
}
#header h1 a{
	display: block;
	width: 233px;
	height: 81px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/echo_logo.jpg) top left no-repeat;
}

.contact_info{
	float: right;
	margin: 70px 0 0 0;
	padding: 0 12px 0 0;
	width: 550px;
	height: 43px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.contact_info a{
	color: #000;
	text-decoration: none;
}
.contact_info a:hover{
	color: #000;
	text-decoration: underline;
}

/*-------------- nav -------------------*/

#nav_container{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 664px;
	height: 72px;
}

ul#nav{
	position: relative;
	width: 664px;
	height: 72px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent url(/images/bg_nav.jpg) no-repeat;
}

ul#nav li{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	/* height: 72px; */
	list-style: none;
}

ul#nav li a{
	display: block;
	height: 50px;
	margin-top: 11px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li ul{
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9999;
	width: 600px;
}
#nav li:hover ul,
#nav li.sfhover ul{
	left: 0;
	top: 61px;
}
#nav li#about:hover ul{ left: -305px; }
#nav li#about.sfhover ul{ left: -305px; }
#nav li ul li{
	position: relative;
	float: left;
	height: 50px;
}
#nav li ul li a.sub{
	margin-top: 0;
	text-indent: 0;
	display: block;
	height: 14px;
	float: left;
	background:transparent url(/images/bg_sub.jpg) repeat-x;
	color: #fff;
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding: 18px 10px;
	border-right: 1px solid #000;
	text-decoration: none;
}
#nav li ul li a#sub_last{
	border: none;
	background:transparent url(/images/bg_sub_right.jpg) top right no-repeat;
}
#nav li ul li a#sub_first{
	background:transparent url(/images/bg_sub_left.jpg) 0px 0px no-repeat;
}
#nav li#products ul li a#sub_last:hover,
#nav li#about ul li a#sub_last:hover{
	background:transparent url(/images/bg_sub_right.jpg) right -50px no-repeat;
}
#nav li#products ul li a#sub_first:hover,
#nav li#about ul li a#sub_first:hover{
	background:transparent url(/images/bg_sub_left.jpg) 0px -50px no-repeat;
}

#nav li#products a.sub:hover,
#nav li#about a.sub:hover{
	background:transparent url(/images/bg_sub_hover.jpg) repeat-x;
	text-decoration: none;
}


ul#nav li#products{	left: 13px; width: 189px; }
ul#nav li#quote{	left: 202px; width: 187px; }
ul#nav li#about{	left: 389px; width: 73px; }
ul#nav li#contact{	left: 462px; width: 116px; }
ul#nav li#home{		left: 578px; width: 72px; }

ul#nav li#products a:hover{	background:transparent url(/images/bg_nav.jpg) -13px -84px no-repeat; }
ul#nav li#quote a:hover{	background:transparent url(/images/bg_nav.jpg) -202px -84px no-repeat; }
ul#nav li#about a:hover{	background:transparent url(/images/bg_nav.jpg) -389px -84px no-repeat; }
ul#nav li#contact a:hover{	background:transparent url(/images/bg_nav.jpg) -462px -84px no-repeat; }
ul#nav li#home a:hover{		background:transparent url(/images/bg_nav.jpg) -578px -84px no-repeat; }

ul#nav li#products a.current{	background:transparent url(/images/bg_nav.jpg) -13px -84px no-repeat; }
ul#nav li#quote a.current{		background:transparent url(/images/bg_nav.jpg) -202px -84px no-repeat; }
ul#nav li#about a.current{		background:transparent url(/images/bg_nav.jpg) -389px -84px no-repeat; }
ul#nav li#contact a.current{	background:transparent url(/images/bg_nav.jpg) -462px -84px no-repeat; }
ul#nav li#home a.current{		background:transparent url(/images/bg_nav.jpg) -578px -84px no-repeat; }


/*-------------- banner -------------------*/

body.home #banner_container{
	position: relative;
	width: 900px;
	height: 300px;
}
#banner_container{
	position: relative;
	width: 900px;
	height: 160px;
}
#banner_home{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 610px;
	height: 334px;
}
#banner{
	position: absolute;
	top: 10px;
	left: 30px;
	width: 840px;
	height: 221px;
}

a.img_rep{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
a#free_quote{
	position: absolute;
	top: 80px;
	right: 28px;
	width: 210px;
	height: 90px;
	background: url(/images/free_quote.png) 0px 0px no-repeat;
}
a#free_quote:hover{
	background: url(/images/free_quote.png) 0px -90px no-repeat;
}
a#client_login{
	position: absolute;
	top: 80px;
	right: 28px;
	width: 210px;
	height: 90px;
	background: url(/images/client_login.png) 0px 0px no-repeat;
}
a#client_login:hover{
	background: url(/images/client_login.png) 0px -90px no-repeat;
}
a#contact_today{
	position: absolute;
	top: 188px;
	right: 28px;
	width: 210px;
	height: 80px;
	background: url(/images/contact_us_today.png) 0px 0px no-repeat;
}
a#contact_today:hover{
	background: url(/images/contact_us_today.png) 0px -80px no-repeat;
}

/*-------------- content -------------------*/

body.home #content_main{
	padding: 75px 30px 0 30px;
	background-color: #fff;
	background-image: none;
}
#content_main{
	padding: 10px 10px 0 30px;
	margin: 0;
	background: #fff url(/images/bg_content_main.jpg) top left repeat-y;
}
.content_gutter{
	background: #fff;
	height: 10px;
}

#main{
	float: left;
	width: 580px;
	padding-top: 65px;
}
#sidebar{
	float: right;
	width: 274px;
	padding: 65px 0 30px 0;
	color: #fff;
}

#sidebar ul{
	margin: 0;
	padding: 0 10px 0 20px;
	list-style: none;
}
#sidebar ul li{
	margin: 0;
	padding: 2px 0;
	list-style: none;
	font-weight: bold;
}
#sidebar ul li.current{
	color: #999;
}
#sidebar a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

div.clear{
	clear: both;
}


h2{
	font: 30px Helvetica, Arial, sans-serif;
	color: #4e4e4e;
	margin: 0;
	padding: 0 0 20px 0;
}

h3{
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #4e4e4e;
	margin: 0;
	padding: 0 0 20px 0;
}

p{
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 12px;
	line-height: 21px;
}
#main ul,
#main ol{
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 0 20px;
	padding: 0 20px 20px 20px;
}

#main a{
	color: #4a1525;
	text-decoration: underline;
}
#main a:hover{
	color: #4a1525;
	text-decoration: none;
}

.subtext{
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

.home_left{
	float: left;
	width: 585px;
}

.home_right{
	float: left;
	width: 255px;
	padding-bottom: 30px;
}

/*-------------- forms -------------------*/

.row{
	float: left;
	clear: left;
	padding: 0 0 5px 20px;
	width: 550px;
}
.row label{
	float: left;
	width: 150px;
	text-align: right;
	padding: 2px 5px 0 0;
}
.row input{
	width: 200px;
	float: left;
}
.row textarea{
	float: left;
	width: 300px;
	height: 100px;
}

.radio_row{
	float: left;
	clear: left;
	padding: 0 0 5px 20px;
	width: 550px;
}
.radio_row label{
	float: left;
}
.radio_row input{
	float: left;
	width: 50px;
	margin: 0 5px 0 100px;
	text-align: right;
}
.radio_row input#num_dictators{
	width: 40px;
	margin: 0 9px 0 100px;
	float: left;
}

.volume_row{
	float: left;
	clear: left;
	padding: 0 0 5px 20px;
	width: 550px;
}
.volume_row input{
	width: 100px;
	float: left;
}
.volume_row label{
	float: left;
	width: 150px;
	padding: 2px 5px 0 0;
	text-align: right;
}


/*-------------- footer -------------------*/

body.home #footer{
	margin: 10px 0 0 0;
}
#footer{
	position: relative;
	background: #013f72 url(/images/bg_footer.jpg) repeat-x;
	margin: 10px 20px 0 0;
	padding: 10px 10px 5px 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
}
img#bbb_logo{
	position: absolute;
	top: -25px;
	right: 60px;
}

#footer ul{
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}
#footer ul li{
	float: left;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #fff;
}
#footer ul li.last{ border: none; }

#footer a{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#clickoptimize{
	float: right;
	width: 200px;
	padding: 10px 20px 10px 0;
	font-size: 9px;
	font-weight: normal;
}
#clickoptimize a{
	font-size: 9px;
	font-weight: normal;
}
#clickoptimize img{
	padding: 0 0 0 15px;
}


