* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	background: #241B1B;
}

a:link, a:visited {
	color: #BD1B1B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img, a img { border: 0; }


/*	page structure
------------------------------------------------------------ */

#wrap {
	height: 505px; /* fixed height */
	padding: 0 20px;
	background: #E3DAD8 url(../img/bg-550.jpg) repeat-x top center;
	
}
#wrap-inner {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
#content {

}
body#work #wrap-inner {
	padding-top: 12px;
}
/*	header
------------------------------------------------------------ */

#header {
	height: 110px;
	background: #241B1B;
	padding: 0 20px;
	
}
#header-inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header h1 {
	float: left;
	padding: 10px 0 0 0;
}


/*	main nav
------------------------------------------------------------ */

#nav {
	position: absolute;
	top: 40px;
	right: 30px;
	list-style: none;
	background: url(../img/nav.gif) no-repeat 0 0;
	height: 46px;
	width: 153px;
}
#nav li {
	display: block;
	float: left;
	text-indent: -9999px;
}
#nav li a {
	display: block;
	background: url(../img/nav.gif) no-repeat;
	height: 46px;
}
li#n-1 a {
	width: 47px;
	background-position: 0 0;
}
li#n-2 a {
	width: 46px;
	background-position: -47px 0;
}
li#n-3 a {
	width: 60px;
	background-position: -93px 0;
}

li#n-1 a:hover { background-position: 0 -46px; }
li#n-2 a:hover { background-position: -47px -46px; }
li#n-3 a:hover { background-position: -93px -46px; }

/* you are here */

#home li#n-1 a { background-position: 0 -92px; }
#work li#n-2 a { background-position: -46px -92px; }
#contact li#n-3 a { background-position: -93px -92px; }



/*	poster box
------------------------------------------------------------ */

#contact #poster {
	height: 385px;
	width: 355px;
	padding: 35px 0 0 0;
	background: transparent url(../img/poster-narrow-boxers.gif) no-repeat 0 0;
}
#home #poster {
	height: 385px;
	width: 405px;
	padding: 35px 0 0 0;
	background: transparent url(../img/poster-wide.gif) no-repeat 0 0;
}

#poster h2 { margin: 0 20px 8px 20px; }
#poster h3 { margin: 5px 20px 8px 20px; }

#poster p {
	margin: 0 41px 1.5em 22px;
	line-height: 15px;
	text-align: justify;
}

/* headline image replacement */

#advertising {
	width: 350px;
	height: 77px;
	text-indent: -9999px;
	background: transparent url(../img/h-advertising.gif) no-repeat 0 0;
}
#stepinto {
	width: 350px;
	height: 40px;
	text-indent: -9999px;
	background: transparent url(../img/h-stepinto.gif) no-repeat 0 0;
}
#contact #stepinto {
	margin: 0 20px 8px 32px;
	width: 286px;
	height: 44px;
	text-indent: -9999px;
	background: transparent url(../img/h-stepinto-sm.gif) no-repeat 0 0;
}

/* home page - subnav */

#ringlinks {
	position: absolute;
	top: 65px;
	left: 460px;
	height: 305px;
	width: 271px;
	text-indent: -9999px;
	background: transparent url(../img/ringlinks.gif) no-repeat 0 0;
}
#round-1 {
	display: block;
	height: 120px;
	width: 130px;
	position: absolute;
	top: 25px;
	right: 0;
}
#round-2 {
	display: block;
	height: 120px;
	width: 130px;
	position: absolute;
	top: 175px;
	right: 0;
}


/*	footer
------------------------------------------------------------ */

#footer {
	background: #241B1B;
	color: #7c7c7c;
}
#footer-inner {
	margin: 0 auto;
	padding: 35px 0;
	width: 900px;
}
#footer p {
	font-size: 10px;
	margin: 0 0 1.5em 0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
#footer a {
	color: #fff;
	text-decoration: none;
	padding: 2px 4px;
}
#footer a:hover {
	/*text-decoration: underline;*/
	background: #3c3c3c;
}


/*	misc
------------------------------------------------------------ */



/*	win/ie fixes
------------------------------------------------------------ */



