html, body, h1, h2, h3, h4, h5, h6, img, p, blockquote, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

body {
	background: black;
	font-size: 62.5%;
	font-family: arial, sans-serif;
	background: black url('../i/background-tile.jpg') repeat-x;	
}

h1 {
	width: 248px;
	height: 107px;
	float: left;
	clear: both;
	cursor: pointer;
}

h1 a {
	position: relative;
	width: 248px;
	height: 107px;
	display: block;
	float: left;
	cursor: pointer;
}

h1 span {
	position: absolute;
	width: 248px;
	height: 107px;
	display: block;
	top: 0;
	left: 0;
	background: url('../i/logo.png') no-repeat;	
	cursor: pointer;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}

p, li {
	font-size: 1.2em;
	line-height: 1.6em;
}

big {
	font-size: 1.3em;
}

h2+ h3, p + p, ul + h3, p + h3 {
	margin-top: 25px;
}


/* global classes*/

.clearfix:after { /* clear floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* page structure*/


#wrapper {
	width: 957px;
/*	height: 865px;*/
	position: relative;
}

#header {
	float: left;
	width: 957px;
}

#header p {
	height: 20px;
	\height: 86px;
	he\ight: 20px;
	padding: 66px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	width: 248px;
	float: left;
}

#header #flashPlayer {
	float: right;
	padding-top: 61px;
	margin-bottom: 10px;
	display: inline;
}

#header a {
	color: #c4cbc1;
}

#header ul {
	float: left;
	background: #000;
	width: 709px;
}

#header ul li {
	float: left;
	list-style: none;
	width: 111px;
	height: 107px;
	cursor: pointer;
}

#header ul li a {
	float: left;
	display: block;
	position: relative;
	width: 111px;
	height: 107px;
	cursor: pointer;
}

#header ul li span {
	display: block;
	position: absolute;
	width: 111px;
	height: 107px;
	top: 0;
	left: 0;
	background: url('../i/nav-bar.png') no-repeat;	
}

#header ul li#services a span {
	background-position: -1px 0;
}

#header ul li#services a:hover span, #header ul li#services a.active span {
	background-position: -1px -107px;
}

#header ul li#staff a span {
	background-position: -112px 0;
}

#header ul li#staff a:hover span, #header ul li#staff a.active span {
	background-position: -112px -107px;
}

#header ul li#events a span {
	background-position: -223px 0;
}

#header ul li#events a:hover span, #header ul li#events a.active span {
	background-position: -223px -107px;
}

#header ul li#modeling a span {
	background-position: -335px 0;
}

#header ul li#modeling a:hover span, #header ul li#modeling a.active span {
	background-position: -335px -107px;
}

#header ul li#photography a span {
	background-position: -445px 0;
}

#header ul li#photography a:hover span, #header ul li#photography a.active span {
	background-position: -445px -107px;
}

#header ul li#products a span {
	background-position: -557px 0;
}

#header ul li#products a:hover span, #header ul li#products a.active span {
	background-position: -557px -107px;
}

#content {
	width: 435px;
	\width: 471px;
	w\idth: 435px;
	height: 291px;
	\height: 324px;
	he\ight: 291px;
	float: left;
	background: #f6fef4 url('../i/content-bg.png') no-repeat;	
	position: relative;
	padding: 33px 0 0 36px;
}

#content ul {
	list-style: disc;
	margin-left: 15px;
}

#scrollPane {
	float: left;
	width: 416px;
	height: 247px;
	\height: 267px;
	he\ight: 247px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#gallery {
	float: left;
	width: 486px;
	height: 324px;
	list-style: none;
}

#gallery img { 
	display: none; 
}

#footer {
	color: #979e94;
	text-align: right;
	clear: both;
	width: 957px;
	float: left;
	margin-top: 8px;
	font-size: .9em;
}

#footer a {
	color: #979e94;
}
