/* GLOBALS */

.clearfix {
	clear: both;
}

body {
	background-color: #000;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 15px;
	line-height: 18px;
}
strong, b {
	font-weight: bolder;
}

input, textarea {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* -- GLOBALS */



#logo {
	float: left;
	padding: 32px 0 0 0;
}

nav {
	background: url(../i/menu_top2.png) no-repeat transparent;
	padding:0;
	float:right;
	right:0;
	top:0;
	height: 85px;
	width: 478px;
}

nav ul.top {
	margin: 34px 0 0 0;
	padding: 0;
	height: 18px;
}

nav .line-bottom, nav .line-top {
	background-color: #666;
	height: 3px;
	display: none;
}

nav ul.bottom {
	margin: 0px 0 0 0;
	height: 18px;
}

nav ul li {
	display:inline;
	font-size: 16px;
}

nav ul li img {
	vertical-align: top;
}

nav ul.bottom li img {
	vertical-align: baseline;
}


nav ul.top li.first .line-bottom {
	margin-left: 50px;
}

nav ul.bottom li.first .line-top {
	margin-left: 0px;
}

nav ul li a,
nav ul li a:visited {
	position: relative;
}

nav ul li a:hover {
	
}

nav ul li a:hover .line-bottom {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0;
}

nav ul li a:hover .line-top {
	display: block;
	position: absolute;
	bottom: 17px;
	left: 0px;
	padding: 0px;
	margin: 0;
}


/* Article styles: */

#page {
	width:990px;
	margin:0 auto;
	position:relative;
}

article {

}

article #title {
	text-align: right;
	margin: 0 16px 10px 0;
	letter-spacing: 2px;
	line-height: 30px;
	height: 30px;
}

#title h1 {
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 30px;
	height: 30px;
}

article #content {
	min-height: 600px;
	margin: 0 16px 0 18px;
	position: relative;
}

article #content h1 {
	color: #bb1313;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 22px;
}

article #content h2 {
	color: #bb1313;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0px 0;
	line-height: 1.4em;
}







/* Footer styling: */

footer {
	margin-bottom:0px;
	text-align:right;
	font-size: 11px;
}

footer p {
	line-height: 44px;
	color: #999;
	position: relative;
	bottom: 0;
	left: 0;
	display: inline;
	margin: 0 20px;
}

footer a,footer a:visited {
	color: #999;
	position:relative;
}

footer a:hover {
	text-decoration:none;
	color:#ffffff;
}

footer #bottom-menu {
	background-color: transparent;
	color: #666;
	height: 100px;
	text-transform: uppercase;
	line-height: 16px;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 20px;
}

footer #bottom-menu ul {
	float: left;
	padding: 0 15px 0 10px;
	border-left: 1px solid #666;
	height: 90px;
}
	footer #bottom-menu ul.first {
		border: 0;
		margin: 0 20px 0 0;
	}

footer #bottom-menu ul li.title {
	font-weight: bold;
	color: #fff;
}

footer #bottom-bar {
	background: url(../i/footer_bg.jpg) no-repeat transparent;
}

footer #bottom-bar a {
	margin: 0 5px;
}



