body { background-color: #333; } 
html, body { height: 100%; }

#page{
	width: 960px;
	margin: 0 auto;
	height: auto;
	z-index: 10;
	position: relative;
	min-height: 100%;
}

#site {
	width: 100%;
	clear: both;
	float: left;
	z-index: 5;
	position: relative;
	margin-top: 33px;
	border-bottom: 33px solid #333;
	text-align: left;
	background: #818181 url('images/background.jpg') no-repeat;
}

#header {
	width: 960px;
	height: 120px;
	position: relative;
}

#logo {
	top: 33px;
	left: 40px;
	width: 200px;
	position: relative;
}

#redBar {
	top: 33px;
	left: 255px;
	width: 666px;
	height: 72px;
	position: absolute;
	background-color: #c1001f;
}

#navigation {
	clear: both;
	float: left;
	width: 254px;
	height: 451px;
	position: relative;
	font-weight: 700;
	line-height: 1.66;
	text-transform: lowercase;
}

#navigation .inner {
	padding: 0 15px 0 40px;
}

#navigation ul {
	border-top: 1px #b3b3b3 solid;
}

#navigation li {
	border-bottom: 1px #b3b3b3 solid;
	list-style-type: none;
	list-style-position: outside;
}
/*#navigation li.active a { border-bottom: 1px #b3b3b3 solid; }*/
#navigation li.active ul { border-top: 1px #b3b3b3 solid; }
#navigation li.active li a { border-bottom: none; }

#navigation ul ul, 
#navigation li li { border: none; }

#navigation ul ul { line-height: 1.4; display: none; }
#navigation ul ul ul,
#navigation ul li.active ul { display: block; }
#navigation ul ul { padding: 3px 0; }
#navigation ul ul ul { padding: 0; }

#navigation li.highlight { background-color: #8a8a8a; }

#navigation a {
	display: block;
	padding-left: 5px;	text-decoration: none;
}
#navigation li li a {
	font-size: 0.85em;
	padding-left: 12px;
}
#navigation li li li a { padding-left: 0; }

#navigation li.active a,
#navigation li.active li.active,
#navigation li.active li.active a,
#navigation li.active li.active li.active,
#navigation li.active li.active li.active a { color: #272529; }

#navigation li.active li.active li.active { list-style-type: square; }
#navigation li.active li,
#navigation li.active li a,
#navigation li.active li.active li a { color: white; }

#navigation ul ul ul { margin-left: 22px; }

#navigation li a:active {	text-decoration: none !important;
	background-color: #b3b3b3;
}
#navigation li.active li li a:active {	text-decoration: underline !important;
	background-color: #8a8a8a;
}

#navigation a:hover { text-decoration: underline; }
#navigation li li li:hover { list-style-type: square; }
#navigation li li.active a:hover,
#navigation li li li a:hover { text-decoration: none; }

#content {
	color: #545454;
	float: left;
	width: 666px;
	height: 360px;
	position: relative;
}

.full #content {
	background-color: white;
}

.full #content .inner { padding: 17px 15px; }
.gallery #content .inner { padding: 17px 450px 0 15px; }

#content .inner {
	height: 360px;
	z-index: 3;
	position: relative;
}
#content .bg {
	top: 0;
	left: 0;
	width: 222px;
	height: 360px;
	z-index: 2;
	position: absolute;
	opacity: 0.62;
	background-color: white;
}

#bigImg {
	top: 0;
	left: 0;
	width: 666px;
	height: 360px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	text-align: right;
}

#footer {
	color: white;
	clear: both;
	height: 26px;
}

#footer .inner {
	font-size: 0.9em;
	padding-top: 28px;
}

#footer span { color: #B3B3B3; }

#content #gallery ul { width: 668px; margin: 0; padding-left: 0;}
#gallery li { padding-right: 1px; list-style-type: none; float: left; height: 59px; }
#gallery li.active { border: 1px solid white; padding-right: 0; margin-top: -1px; margin-left: -1px; }
#gallery img { margin: 0; }
#gallery .photo img { margin-top: -10px; }
#gallery a { height: 59px; overflow: hidden; display: block; }

.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.right { float: right; }

label { cursor: pointer; }
fieldset { border: 0; }
legend { font-weight: bolder; margin-bottom: 3px; }

select,
textarea,
input.text, 
input.password {
	border: 1px solid #c0c0c0; background-color: white;
	padding: 0.05em 0.1em; margin-bottom: 3px; width: 100%; 
}

.submit {
	float: right;	cursor: pointer;	border: medium none;
	font-weight: bolder;
	background-color: white;
}

a { color: white; }