/************************************

	styles.css 
	for Hue Photography
	
	last updated: 
	1/25/2007

************************************/

body { 
	margin: 0; padding: 0;
	text-align: center;
	background: #000000;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.center { text-align: center; }
.align_right { text-align: right; }
.align_left	{ text-align: left; }
.centered { vertical-align: middle; }

.nine { font-size: 9px; }
.ten { font-size: 10px; }
.eleven	{ font-size: 11px; }
.twelve	{ font-size: 12px; }
.thirteen { font-size: 13px; }

a img { text-decoration: none; border: none; }

a {  
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

p {
	font-family: myriad pro, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

p span { display: none; }

/* page styles. */

#content {
	background: url(../images/bg.jpg) no-repeat top left;
	margin: 0 auto 0 auto; padding: 0;
	width: 834px;
	height: 624px;
}

#header {
	top: 25px;
	_margin-left: -820px;
	width: 833px;
	height: 110px;
	position: absolute;
	z-index: 10;
	background: url(../images/bg_header.jpg) no-repeat bottom left;
}

#header a {
	margin: 44px 0 0 35px; padding: 0; 
	display: block;
	height: 66px;
	width: 130px;
}

#header a h1 {
	display: none;
}

#footer {
	margin: 10px auto 0 auto;
	width: 700px;
	font-family: myriad pro, arial, sans-serif;
	font-size: 10px;
	color: #f0f0f0;
	text-align: center;
}

#main {
	margin: 155px 0 0 20px;
	width: 620px; 
	height: 450px; 

	text-align: left;
	float: left;
}

.about {
	padding: 20px 0 0 0;
	background: url(../images/bg_about.png) no-repeat top left;	
}

.about p {
	width: 500px;
	padding: 0 0 0 35px;
}

/* nav styles */

#nav {
	margin: 0 0 0 40px; padding: 155px 0 0 0;
	_margin: 0 0 0 20px;
	width: 127px;
	height: 500px;
	background: url(../images/nav_off.gif) no-repeat top left #000000;
	
	float: left;
}

#nav a {
	width: 127px; 
	height: 62px; 
	display: block;
}

.nav_concept a:hover {
	display: block;
	background: url(../images/nav_on.gif) 0 -155px;
}

.nav_gallery a:hover {
	display: block;
	background: url(../images/nav_on.gif) 0 -217px;
}

.nav_packages a:hover {
	display: block;
	background: url(../images/nav_on.gif) 0 -279px;
}

.nav_proofs a:hover {
	display: block;
	background: url(../images/nav_on.gif) 0 -341px;
}

.nav_contact a:hover {
	display: block;
	background: url(../images/nav_on.gif) 0 -403px;
}

#gallery {
	margin: 50px 0 0 30px;
	display: block;
	width: 158px; 
	height: 220px;
	float: left;
	
	text-align: center;
	color: #ffffff;
	font-family: Myriad, Futura, Sans-serif;
}

#gallery a img {
	width: 157px; 
	height: 143px;
	border: solid 1px #292423;
}

#gallery a:hover img {
	border: solid 1px #ffffff;
}

#gallery_images {
	display: none;
}