/*
{nashima.com} - Screen Styles

author: {nashima}
home#7.css

colors:
background: #aea180
*/


h1 {
	font-family: ÒLucida GrandeÓ, sans-serif;
	font-size: 13.5px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	color: #FFF;
	}


html {
	margin: 0;
	padding: 0;
	background-color: #aea180;
	}

#wrapper { 
	width: 1009px;
	height: 719px;
	margin: 30px auto 0 auto;
	background: url(../img/bg_home.jpg) no-repeat;
	background-position: centered top;
	}

#logo-home {
	position: relative;
	top: 283px;
	left: 86px;
    width: 388px;
	height: 40px;
	background: url(../img/logo_home.png) no-repeat;
	}

#info-home {
	position: relative;
	top: 650px;
	left: 0px;
    width: 1009px;
	height: 26px;
	background: url(../img/info_home.png) no-repeat;
	}

#content {
	float: left;
	margin: 10px 0px 0px 86px;
	border-bottom: dashed;
	border-top: dashed;
	border-width: 1px;
	border-color: #FFF;
}



#nav { 
	position: absolute;
	height: 54px;
	}
	
#nav li { 
	position: absolute;
	height: 54px;
	list-style-type: none;
	}
	
#nav a {
	height: 54px;
	border: none;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#nav a.active, #nav a:hover {
	background-position: 0px -54px;
	}




/* ---MAIN-NAV--- */

#nav-work-home {
	margin: 263px 0px 0px 44px;
	width: 211px;
	overflow: hidden;
}
#nav-work-home a {
	background: url(../img/nav/nav_work_home.png) no-repeat;
}


#nav-about-home {
	margin: 263px 0px 0px 268px;
	width: 228px;
	overflow: hidden;
}
#nav-about-home a {
	background: url(../img/nav/nav_about_home.png) no-repeat;
}


#nav-contact-home {
	margin: 263px 0px 0px 510px;
	width: 301px;
	overflow: hidden;
}
#nav-contact-home a {
	background: url(../img/nav/nav_contact_home.png) no-repeat;
}


#nav-inspired-home {
	margin: 326px 0px 0px 50px;
	width: 314px;
	overflow: hidden;
}
#nav-inspired-home a {
	background: url(../img/nav/nav_inspired_home.png) no-repeat;
}


#nav-shop-home {
	margin: 326px 0px 0px 375px;
	width: 179px;
	overflow: hidden;
}
#nav-shop-home a {
	background: url(../img/nav/nav_shop_home.png) no-repeat;
}




