/* Main */
body{
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:#F6F5F1 url(../images/bg.png) repeat-x;
	padding-top:0;
}
.wrapper{width:900px; margin-left:auto; margin-right:auto; margin-top:0;padding-top:0;}

.header{height:120px;}
.menu{ margin:-5px 0 0 0; padding:0; float:right;}
.logo{height:83px; width:251px; float:left; padding-top:21px;}
.topbar{height:12px; background:url(../images/topbar.png) repeat-x; padding-bottom:5px}
.bottombar{height:6px; background:url(../images/topbar.png) repeat-x; margin-top:3px}


/* Main */

.main{ float:right; width:580px; line-height:2; font-size:14px; text-align:justify;}
.right{ float:left; width:200px;}
.clear{clear:both}

/* Menu */
.nav{height: 94px;display: block; float:left; margin:0; padding:0;}
#home:hover, /*--Home Page > Home Link--*/
#about:hover, /*--About Page > About Link--*/
#services:hover, /*--Services Page > Services Link--*/
#talent:hover, /*--Services Page > Services Link--*/
#portfolio:hover, /*--Portfolio Page > Portfolio Link--*/
#contact:hover, /*--Contact Page > Contact Link--*/
#blog:hover{background-position: 0 -95px;}

#home span, /*--Home Page > Home Link--*/
#about span, /*--About Page > About Link--*/
#services span, /*--Services Page > Services Link--*/
#talent span, /*--Services Page > Services Link--*/
#portfolio span, /*--Portfolio Page > Portfolio Link--*/
#contact span, /*--Contact Page > Contact Link--*/
#blog span /*--Blog Page > Blog Link--*/{display: none;}
#home{
	background-image: url(../images/home.png);
	width: 86px;
}
#talent{
	background-image: url(../images/the_talent.png);
	width: 100px;
}
#services{
	background-image: url(../images/services.png);
	width: 102px;
}
#portfolio{
	background-image: url(../images/portfolio.png);
	width: 93px;
}
#contact{
	background-image: url(../images/contact.png);
	width: 84px;
}
#blog{
	background-image: url(../images/blog.png);
	width: 62px;
}
a{ color:#666; text-decoration:none;}
a:hover{ color:#999;}

/* Footer */
.footer{ font-size:14px; color:#999999; margin-top:5px;}
.copyright{ width: 300px; float:left;}
.contact{ width:300px; float:right; text-align:right;}
