body {
	font-size: small;
	color: #000;
	font-family: "Lucida Grande", helvetica, sans-serif;
	background: url('/images/swirl_bg.jpg') top center no-repeat #000;
	color: #ddd;
}

#container {
	margin: 0 auto;
	width: 802px;
//	width: 822px;
	padding: 0 10px;
}

#header {
	height: 85px;
	background: url('/images/logo.png') no-repeat;
}

h1#logo {
	font-size: 0px;
	float: left;
	margin: 25px 0 0 0;
}

h1#logo a {
	display: block;
	height: 30px;
	width: 400px;
}

#main {
	
}

#nav {
	float: left;
	width: 160px;
}

#nav ul {
	clear: both;
}

#nav ul li {
	list-style: none;
}

#nav ul li a {
	height: 32px;
	width: 140px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 14px 0 0 0;
	background-color: #eee;
	text-transform: uppercase;
	font-size: 125%;
	color: #000;
}

body#home #HomeNav, 
body#portfolio #PortfolioNav, 
body#showreels #ShowreelsNav,
body#contact #ContactNav {
	color: #fff;
	background-color: #7e7e7e;
}

#nav ul li a:hover {
	color: #000;
	background-color: #25433c;
	border: 1px solid #fff;
	margin: -1px 0 19px -1px;
}

#nav p {
	margin: 0px 20px 0 0;
	padding: 20px 0 0 0;
	line-height: 120%;
}

#nav p a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#nav p a:hover {
	border-bottom: 1px solid #999;
}

#content {
	margin: 0 0 0 160px;
	width: 662px;
	height: 362px;
}

.item {
	width: 200px;
	height: 112px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}

.item:hover {
	margin: -1px 19px 19px -1px;
	border: 1px solid white;
}

.item .caption {
	z-index: 2;
	display: block;
	padding: 2px 2px;
	width: 196px;
	bottom: 0;
	position: absolute;
	text-align: center;
	background-color: #000;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.item p {
	margin: 10px 0 0 0;
}

.item.text {
	width: 190px; 
	height: 102px; 
	padding: 5px;
}

.large {
	position: absolute;
	z-index: 200;
	display: none;
	margin: 0 auto;
//	top: 85px;
//	left: 50%;
//	margin: none;
//	margin-left: -241px;
	
	border: 1px solid #7e7e7e;
	background-color: #000;
	padding: 5px;
	width: 630px;
	height: 364px;
}

.large p {
	margin: 0 0 10px 0;
	line-height: 1.2em;
}

.large ul {
	list-style: square;
	margin: 0 0 10px 0
}

.large li {
	margin: 5px 0 0 20px;
}

#footer {
	width: 802px;
	margin: 23px 0 0 0;
	font-size: 60%;
	text-align: right;
}

#userbar {
	text-align: right;
	vertical-align: top;
	width: 220px;
	float: right;
}

#userbar p {
	margin-bottom: 5px;
}

h2 {
	font-size: 150%;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 110%;
	margin: 0 0 5px 0;
}

label {
	float: left;
	display: block;
	min-width: 100px;
}

p {
	margin: 0 0 5px 0;
}

a {
	color: #fff;
}

.flash {
	float: right;
	width: 300px;
	text-align: right;
	color: #fff;
	margin: 35px 0 10px 0;
	padding: 3px;
}

.flash#notice {
}

.flash#error {
	color: #f00;
}