/* CSS Document */

* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}

body {
	background: #ecece8 url(../img/body-bg.gif) repeat-x;
}

body.popup {
	background: none;
}

#container {
	width: 100%;
}


#main-content {
	width: 870px;
	height: auto;
	margin: 0 auto;
}


/*################################################ HEADER ##############################################*/


#main-content #header {
	float: left;
	width: 870px;
	height: 106px;
	background: url(../img/header-bg.gif);
}


#header #logo {
	float: left;
	width: 673px;
	height: 40px;
	margin: 40px 0 0 25px;
	background: url(../img/header-logo.jpg);
}


#header #logo h1 {
	text-indent: -999em;
	overflow: hidden;
}


#login2 {
	position: absolute;
	width: 58px;
	height: 23px;
	margin: 15px 0 0 800px;
}

:first-child+html #login2 {
	margin: -65px 0 0 -70px;
}

#login2 a {
	width: 58px;
	height: 23px;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	background: url(../img/right-col-login-button.gif);
}


#header #menu {
	float: left;
	width: 870px;
	height: 33px;
	margin: 26px 0 0 0;
	background: url(../img/header-menu-bg.gif);
}


#header #menu ul {
	float: left;
	margin: 0 0 0 6px;
	list-style: none;
}


#header #menu ul li {
	float: left;
	display: inline;
	text-align: center;
}


#header #menu ul li a {
	display: block;
	height: 21px;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #79795A;
	padding: 13px 0 0 0;
}


#header #menu ul li a:hover {
	color: #8AB300;
}


#header #menu ul li a.active {
	color: #8AB300;
}



#header #menu ul li a.home {
	width: 45px;
}


#header #menu ul li a.about {
	width: 57px;
}


#header #menu ul li a.services {
	width: 208px;
}


#header #menu ul li a.started {
	width: 69px;
}


#header #menu ul li a.volume {
	width: 158px;
}


#header #menu ul li a.contact {
	width: 63px;
}

#header #menu ul li a.faq {
	width: 39px;
}

#header #menu ul li a.career {
	width: 118px;
}


/*################################################ CONTENT ##############################################*/


#sub-menu {
	float: left;
	width: 870px;
	height: 188px;
	margin: 34px 0 0 -1px;
	background: #FFFFFF;
	border-bottom: 1px solid #e8e8e3;
}


#right-col {
	float: right;
	width: 200px;
	height: 1000px;
	margin: 11px 12px 0 0;
}


#right-col #chat {
	float: left;
	width: 198px;
	height: 112px;
	background: url(../img/right-col-chat-bg.jpg); 
}


#right-col #chat h4 {
	text-indent: -999em;
	overflow: hidden;
}


#right-col #chat a {
	display: block;
	width: 87px;
	height: 18px;
	margin: 60px 0 0 103px;
	text-indent: -999em;
	overflow: hidden; 
}


#started {
	float: left;
	width: 200px;
	height: 317px;
	margin: 8px 0 0 0;
	background: url(../img/right-col-started-bg.gif) 0 28px no-repeat;
}


#started p {
	margin: 8px 0 0 10px;
	font-family: Helvetica;
	font-size: 12px;
	color: #787959;
}


#started p a {
	color: #787959;
}



#started h4 {
	width: 198px;
	height: 28px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/right-col-started-h4.gif);
}


#started ul {
	float: left;
	margin: 8px 0 0 10px;
	list-style: none;
}


#started ul li {
	margin: 13px 0 0 0;
	width: 176px;
	font-family: Helvetica;
	font-size: 11px;
	color: #787959;
	padding: 0 0 0 15px;
	background: url(../img/news-li-bg.gif) 0 3px no-repeat;
}


/*################################################ FOOTER ##############################################*/


#footer {
	float: left;
	width: 869px;
	height: 43px;
	margin: 0 0 0 -1px;
	background: url(../img/footer-bg.gif);
}


#footer p {
	float: right;
	margin: 0px 45px 0 0;
	font-family: Helvetica;
	font-size: 11px;
	color: #787959;
	font-weight: bold;
	text-align: right;
}


#footer p a {
	color: #787959;
}
