@import url("/css/main.css");
@import url("/css/cat.css");
@import url("/css/services.css");
@import url("/css/blog.css");
@import url("/css/team.css");
@import url("/css/contact.css");
@import url("/css/video.css");
@import url("/css/wordpress.css");

/***** HEADER AND BODY ********/
* {
	margin: 0px;
	padding: 0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	background: #000000 url(/images/background.jpg) fixed top center repeat-x;
	color: #cccccc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-sarif;
	font-size: 11px;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #70bfe3;
}

a img {
	border: 0px;
}

#pageContainer {
	width: 855px;
	margin: 230px auto 0px;
}

#header {
	position: fixed;
	top: 0px;
	width: 855px;
	height: 200px;
	background: url(/images/header.jpg);
	z-index: 999;
	float: left;
}

#nav {
	list-style: none;
	text-transform: uppercase;
	float: right;
	margin-top: 90px;
	width: 400px;
}

#nav li {
	display: block;
	width: 80px;
	height: 30px;
	float: left;
	font-size: 12px;
	cursor: pointer;
}

#nav li:hover {
	color: white;
}

#footer {
	width: 860px;
	height: 32px;
	font-size: 10px;
	line-height: 32px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -430px;
	text-align: left;
	background: black;
	z-index: 900;
	color: #aaaaaa;
	border-top: 2px solid white;
}

.container {
	width: 855px;
	margin-bottom: 40px;
	text-align: left;
}

hr {
	clear: both;
	color: white;
	width: 850px;
	height: 1px;
	background: white;
	margin: 8px 0px;
}

.hidden {
	display: hidden;
}

.clear {
	clear: both;
}

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
