
/* LAYOUT */
*{
	margin:0; padding:0;
}

body { 
	font-family: Century Gothic, Arial, Helvetica, sans serif;
	background: #404b5e url("../img/index_bg.gif") repeat-x;
}

#container {
	width: 850px; height: 610px; 
	position: relative; 
	margin: auto;
}

/* HOME PAGE */

#logo {
	width: 390px; height: 130px; 
	background: url("../img/ec_logo4.gif") no-repeat; 
	margin-top: 135px; 
	margin-left:60px;
	float: left;
	display: inline;
}

#rotator {
	width: 390px; height: 130px; 
	margin: 135px 10px 0 0; 
	float: right;
	background: transparent;
	display: inline;
}

#address {
	width: 390px; height: 275px;
	font-size: 8pt; 
	text-transform:uppercase; color: #fff;
	padding-top: 15px; 
	float: right; 
	letter-spacing: .25em;
	line-height:2.5;
	margin-right: 10px;

}

/* NAVIGATION */

#navcontainer {
	width:480px; height:30px; 
	background: transparent; 
	float:left;
	padding-left: 20px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: 1px solid #9CAABF;
}

#navlist_last li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: none;
}

#navlist li , #navlist a, #navlist a:visited {
	font-size: 10px; 
	text-transform:uppercase; 
	color: #fff; 
	text-decoration: none;
}

#navlist a:hover {
	color:#9CAABF; 
}

/*COPYRIGHT*/

#copyright {
	width:350px; height: 30px; 
	background:transparent;
	float: left;
	text-align: right;
	line-height: 30px;
}

#copyright li, #copyright li a, copyright li a:visited {
	color: #9CAABF; 
	font-size: 8px; 
	text-transform:uppercase; 
	letter-spacing:1.5px; 
	text-decoration:none;
	display: inline;
	list-style-type: none;
}

#copyright li a:hover {
	color: #fff; 
	text-decoration:none;
}