﻿@charset "utf-8";
/* CSS Document */
/* Burnin Phoenix Layout CSS */
/* Author Mohammad Ali Alamshahi */
/**/
/* main layout */
body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	color: #fff;
}
a {
	color: #f50f0f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.fade:hover {
	opacity: .6;
	moz-opacity: .6;
	filter: alpha(opacity=60);
}
/* design */
#top-container {
	width: 100%;
	height: 60px;
	background: #000 url('images/top-bg.png') repeat-x scroll 0 0;
}
#top {
	width: 950px;
	height: 60px;
}
#top-links-bg {
	width: 375px;
	background: #000 url('images/top-link-bg.png') no-repeat scroll right bottom;
	vertical-align: bottom;
}
#top-links {
	height: 36px;
	color: #fff;
	text-align: center;
	padding: 0 10px 0 10px;
}
#top-links a {
	text-decoration: none;
	color: #fff;
}
#top-links a:hover {
	color: #ffcc33;
}
#header-container {
	width: 100%;
	height: 240px;
	text-align: center;
	background: #000 url('images/header-bg.png') repeat-x scroll 0 0;
}
#header {
	width: 950px;
	height: 240px;
}
#header-logo {
	width: 290px;
	height: 240px;
	background: transparent url('images/header-logo-bg.png') no-repeat scroll 0 0;
	text-align: right;
	vertical-align: bottom;
}
#header-slideshow {
	width: 660px;
	text-align: center;
	vertical-align: middle;
}
#header-follow {
	padding-right: 10px;
	padding-bottom: 10px;
}
#header-follow img {
	padding: 3px;
}
#menu-container {
	width: 100%;
	height: 42px;
	background: #000 url('images/menu-bg.png') repeat-x scroll 0 0;
}
#menu {
	width: 950px;
}
#container {
	width: 100%;
	background: #000 url('images/body-bg.jpg') repeat-y scroll center top;
}
#footer-container {
	width: 100%;
	height: 150px;
	background: #000 url('images/footer-bg.png') repeat-x scroll 0 top;
	vertical-align: top;
}
#footer {
	width: 950px;
	font-size: 10px;
	color: #d1d1d1;
	text-align: center;
	padding: 10px;
}
#spacer {
	width: 100%;
	height: 15px;
}
#main-container {
	width: 950px;
}
#left-cul {
	width: 560px;
	vertical-align: top;
}
#spacer-cul {
	width: 40px;
}
#right-cul {
	width: 350px;
	vertical-align: top;
}
#box-560 {
	width: 560px;
}
#box-560-top {
	vertical-align: bottom;
}
#box-560-btm {
	vertical-align: top;
}
#box-350 {
	width: 350px;
}
#box-350-top {
	vertical-align: bottom;
}
#box-350-btm {
	vertical-align: top;
}
#box-body {
	background: transparent url('images/box-bg.png') repeat;
	vertical-align: top;
}
#box-body-header {
	background: transparent url('images/box-bg.png') repeat scroll 0 0;
	vertical-align: top;
}
#box-body-footer {
	background: transparent url('images/box-bg.png') repeat scroll 0 0;
	vertical-align: top;
}
#box-body-header-tbl {
	width: 95%;
	height: 25px;
	vertical-align: middle;
	border-bottom: 1px #fff solid;
}
#box-body-header-tbl-l {
	width: 50%;
	text-align: left;
	font-size: 10px;
}
#box-body-header-tbl-r {
	width: 50%;
	text-align: right;
	font-size: 10px;
	color: #dddddd;
}
#box-body-main {
	width: 95%;
	padding: 10px 0 10px 0;
}
#box-body-footer-tbl {
	width: 95%;
	height: 25px;
	vertical-align: middle;
	border-top: 1px #fff solid;
}
#box-body-footer-tbl-l {
	width: 50%;
	text-align: left;
	font-size: 10px;
}
#box-body-footer-tbl-r {
	width: 50%;
	text-align: right;
	font-size: 10px;
	color: #dddddd;
}
/* top nav */
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
ul#mainlevel-nav li {
	padding-right: 15px;
	height: 42px;
	width: 90px;
	float: left;
	font-size: 12px;
	line-height: 35px;
	white-space: nowrap;
	color: #fff;
	text-align: center;
}
li#mainlevel-nav {
	background-image: url('images/menuspacer.png');
	background-repeat: no-repeat;
	background-position: right center;
}
li#mainlevel-nav-last {
}
ul#mainlevel-nav li a {
	display: block;
	text-decoration: none;
	font-family: tahoma;
	font-weight: normal;
	color: #f9f1e0;
	background: transparent;
}
ul#mainlevel-nav li a:hover {
	background: transparent url('images/menuh.png') no-repeat scroll center top;
	color: #fff;
}
