/* layout elements */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	
	background: #fff url(../img/background.gif) repeat-x 0px 158px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	
	line-height: 19px;
}

div#container {
	min-height: 100%;
	position: relative;
}

	* html div#container {
		height: 100%;
	}

div#header {
	width: 100%;
	background: #000;
	height: 158px;
}

div#header div#header-container {
	width: 966px;
}

	div#header div#logo {
		width: 117px;
		height: 158px;
		float: left;
	}

	div#header div#menu {
		width: 849px;
		height: 158px;
		float: left;

		background: url(../img/rotate.php);
	}
	
		div#header div#menu ul {
			margin: 0px;
			padding: 120px 0px 0px 27px;
			list-style: none;
		}
		
			div#header div#menu ul li {
				margin: 0px;
				padding: 0px 30px 0px 0px;
				float: left;
				list-style: none;
				background: none;
			}
			
			div#header div#menu ul li a {
				font-size: 13px;
				text-decoration: none;
				font-weight: bold;
				color: #fff;
				text-transform: uppercase;
			}
			
			div#header div#menu ul li a.active,
			div#header div#menu ul li a:hover {
				color: #d92027;
			}			
	
div#main {
	width: 966px;
	padding: 0px 0px 54px 0px;
}

	div#main div.space {
		margin: 0px;
		padding: 30px 0px 0px 144px;
	}
	
div#footer {
	width: 100%;
	height: 44px;
		
	background: #d92027;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	color: #fff;
}

	* html div#footer {
		bottom: -1px;
	}
	
	div#footer p {
		padding: 14px 0px 0px 144px;
		margin: 0px;
	}

/* general styles */

img {
	border: 0px;
}

img.picture {
	margin: 0px 10px 0px 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 15px 5px;
	
	list-style: none;
}

	ul li {
		margin: 0px;
		padding: 0px 0px 0px 13px;
		
		background: url(../img/arrow.gif) no-repeat 0px 5px;
	}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	
	font-size: 17px;
	font-weight: bold;
	
	color: #d92027;
}

h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 12px;
	font-weight: bold;
	
	color: #d92027;
}

a {
	color: #d92027;
	text-decoration: underline;
}

a.footer {
	color: #FFFFFF;
	text-decoration: underline;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}

	a.arrow {
		padding: 0px 0px 0px 13px;
		background: url(../img/arrow.gif) no-repeat 0px 4px;
	}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
	
/* home specific */
div.home-left {
	width: 433px;
	float: left;
}

div.home-right {
	margin: 0px 0px 0px 30px;
	width: 296px;
	float: left;
}

div.home-alone {
	width: 800px;
	float: left;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	}
