body {
    background: #121212 url(../img/body_bg.gif) repeat-x top;
    margin: 0;
    padding: 0;
    color: #c0c0c0;
    font-size: 10px;
    font-family: verdana, arial, sans-serif;
    line-height: 140%;
}
#logo {
	float: left;
	width: 180px;
	margin: 80px 40px;
}
#logo.home {
	margin-top: 170px;
}
#tagline {
    position: absolute; top: 0; right: 0;
    background: url(../img/tagline.gif) no-repeat;
    width: 440px;
    height: 80px;
}
h1 {
    width: 180px;
    height: 65px;
    margin: 0;
    padding: 0;
    background: url(../img/logo_small.gif) no-repeat;
}
h1 a {
    width: 180px;
    height: 65px;
    display: block;
}
#logo.home h1 {
	background: url(../img/logo.gif) no-repeat;
}
h1 a:hover {
	background: none;
}
h2, h3 {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 0 8px 0;
    padding-top: 5px;
    line-height: 100%;
}
h2 {
	width: 400px;
	height: 35px;
	margin-bottom: 25px;
}
h2.services { background: url(../img/title_services.gif) no-repeat 0 -8px; }
h2.benefits { background: url(../img/title_benefits.gif) no-repeat 0 -8px; }
h2.about    { background: url(../img/title_about.gif) no-repeat 0 -8px; }
h2.contact  { background: url(../img/title_contact.gif) no-repeat 0 -8px; }
.hide {
    display: none;
}
.clr {
    clear: both;
}
p, ul {
    margin: 0;
    padding: 0 0 20px 0;
}
ul {
    margin-left: 20px;
}
a {
	color: white;
}
a:hover {
    background: #ed2024;
    text-decoration: none;
}
em {
    font-size: 9px;
    color: #999;
}
#container {
	width: 900px;
	height: 457px;
}
#main {
    width: 600px;
    overflow: auto;
    text-align: left;
    float: left;
    margin: 77px 0 0 0px;
}
#nav {
    background: url(../img/nav_bg.gif) no-repeat;
    height: 65px;
    margin-top: 22px;
    width: 800px;
}
#nav.services { background-position: 0 -65px; }
#nav.about    { background-position: 0 -130px; }
#nav.contact  { background-position: 0 -195px; }
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
	float: left;
}
#nav li a {	
    float: left;
    display: block;
    height: 35px;
    margin-top: 20px;
    margin-right: 1px;
}
#nav li a:hover {
    background: #121212;
    opacity: .4;
}
#nav li#services a {
    width: 104px;
    margin-left: 245px;
}
#nav li#benefits a {
    width: 100px;
}
#nav li#about a {
    width: 102px;
}
#nav li#contact a {
    width: 95px;
}
#home {
	background: url(../img/home.gif) no-repeat 0 93px;
	padding-top: 180px;
	padding-right: 180px;
}