.home {	margin: 0;
	background: #2f2f2f url(../images/bg.jpg) repeat-x left top;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.home p {color: #828282;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
.wrapper {	margin: 0;
	padding: 0;
	background: url(../images/bg_shine.jpg) no-repeat 50% top;
}
.wrapper2 {	width: 520px;
	margin: 0 auto;
	padding: 70px 0 0 0;
}
.logo {	width: 520px;
	margin: 0 auto 90px auto;
}

#nav {	margin: 40px 0 0 0;
	padding: 0;
	width: 520px;
	height: 118px;
	position: relative;
	background: url(../images/home_nav_bg.jpg) repeat-x left top;
}
.nav {	width: 520px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/home_nav.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}
.nav li {	display: inline;}
.nav a:link, .nav a:visited {
	display: block;
	position: absolute;
	height: 34px;
	text-indent: -9000em;
	text-decoration: none;
	top: 0px;
	outline: none;}
/* ----- LEFT Nav Defaults ------ */
#home a:link, #home a:visited {width: 90px;left: 10px;top: 0;}
#about a:link, #about a:visited {width: 70px;left: 113px;top: 0;}
#offers a:link, #offers a:visited {width: 90px;left: 194px;top: 0;}
#portfolio a:link, #portfolio a:visited {width: 140px;left: 284px;top: 0;}
#contact a:link, #contact a:visited {width: 90px;left: 414px;top: 0px;}
/* ----- Nav Hover ------ */
#home a:hover {background: url(../images/home_nav.jpg) no-repeat -10px 1px;}
#about a:hover {background: url(../images/home_nav.jpg) no-repeat -113px 1px;}
#offers a:hover {background: url(../images/home_nav.jpg) no-repeat -194px 1px;}
#portfolio a:hover {background: url(../images/home_nav.jpg) no-repeat -284px 1px;}
#contact a:hover {background: url(../images/home_nav.jpg) no-repeat -414px 1px;}
/* ----- Nav Selected ------ */
#home a.selected {background: url(../images/home_nav.jpg) no-repeat -10px 1px;}
#about a.selected {background: url(../images/home_nav.jpg) no-repeat -78px 1px;}
#offers a.selected {background: url(../images/home_nav.jpg) no-repeat -171px 1px;}
#portfolio a.selected {background: url(../images/home_nav.jpg) no-repeat -271px 1px;}
#contact a.selected {background: url(../images/home_nav.jpg) no-repeat -435px 1px;}
