body,
html {
	width:100%;
	height: 100%;
	padding:0;
	margin:0;
	font: normal 14px arial,helvetica,helmet,freesans,sans-serif;
}

.body {
	background:#000;
	color:#ccc;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* General style definitions */
*:focus {
	outline:none;
}
table {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	border:none;
}
a {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	width:100%;
	clear:both;
}
form,fieldset {
	padding:0;
	margin:0;
	border:none;
}


/* Containers */
#wrapper {
	min-height:100%;
	width:900px;
	margin:0 auto;
	overflow:auto;
}
.wrap {
	width:900px;
	margin:0 auto;
}


/* HEADER AREA */
#header {
	height:105px;
	padding:38px 12px 0 0;
	background:url(../images/header-bg.png) 0 0 no-repeat;
}
#logo {
	float:left;
	padding:0 0 34px 26px;
	width:318px;
	height:29px;
}
#logo h1 {
	padding:0;
	margin:0;
	font-size:1em;
}
#logo a {
	display:block;
	height:29px;
	text-indent:-999em;
	background:url(../images/logo.png) 0 0 no-repeat;
	overflow:hidden;
}
#topmenu {
	float:right;
	width:520px;
	height:63px;
	text-transform:lowercase;
}
#topmenu ul {
	float:right;
	padding:6px 0 0 0;
	margin:0;
	list-style:none;
}
#topmenu ul li {
	float:left;
	padding:0 0 0 35px;
	height:31px;
	line-height:31px;
	background:url(../images/dot.png) 0 50% no-repeat;
}
#topmenu ul a {
	color:#666;
}
#topmenu ul a:hover {
	color:#ccc;
}

/* MAIN NAVIGATION BAR */
#navigation {
	padding:1px 0;
	height:40px;
	clear:both;
}
#navigation ul {
	float:left;
	padding:0;
	margin:0;
	width:720px;
	height:40px;
	list-style:none;
	overflow:hidden;
}
#navigation ul li {
	float:left;
	height:40px;
	line-height:40px;
	padding:0 2px 0 0;
	text-transform:uppercase;
	background:url(../images/nav-sep.gif) 100% 0 no-repeat;
}
#navigation ul li.last {
	padding:0;
	background:none;
}
#navigation ul li a {
	float:left;
	height:40px;
	padding:0 25px 0 26px;
	color:#999;
}
#navigation ul li a:hover,
#navigation ul li a.current {
	color:#ccc;
	background:url(../images/nav-hover.png) 50% 18px no-repeat;
}
#navigation a.rss {
	float:right;
	width:130px;
	height:33px;
	color:#999;
	font-size:0.78em;
	line-height:13px;
	padding:7px 0 0 30px;
	background:url(../images/rss.png) 0 50% no-repeat;
}
#navigation a.rss strong {
	display:block;
	color:#b31e17;
}
#navigation a.rss:hover {
	color:#ccc;
}
#navigation a.rss:hover strong {
	color:#de3724;
}


/* PROMO BOX AREA */
#promo {
	margin-top:12px;
	background:url(../images/promo-bg.png) 0 0 no-repeat;
	height:338px;
	clear:both;
}
#promo-left {
	float:left;
	padding:0 0 0 2px;
	width:645px;
	height:338px;
}
#promo-left h2 {
	background:url(../images/dot.png) 4px 1px no-repeat;
	padding:0 0 0 35px;
	margin:0;
	height:31px;
	line-height:31px;
	font-size:1em;
	font-weight:normal;
	color:#666;
}
#promo-picture {
	padding:0 0 0 15px;
	height:269px;
	overflow:hidden;
	clear:both;
}
#promo-right {
	float:right;
	padding:0 25px 0 28px;
	width:176px;
	height:338px;
}
#promo-right h3 {
	padding:4px 0;
	margin:0;
	font-size:1.15em;
	text-align:center;
	text-transform:uppercase;
	color:#dd311e;
}
#promo-right label {
	display:block;
	padding:0 0 2px 0;
	color:#666;
}
#promo-right input.text {
	font-size:12px;
	padding:0 5px;
	height:17px;
	margin:0 0 3px 0;
	width:164px;
	color:#666;
	border:1px solid #b4b4b4;
	background:url(../images/input-bg.png) #fff 50% 100% no-repeat;
}
#promo-right textarea {
	font-size:12px;
	padding:1px 5px;
	margin:0;
	width:164px;
	height:63px;
	color:#666;
	border:1px solid #b4b4b4;
	background:url(../images/input-bg.png) #fff 50% 100% no-repeat;
	overflow:auto;
	resize:none;
}
#promo-right .btn {
	height:62px;
	text-align:center;
	padding:10px 0 0 0;
	clear:both;
}
#promo-right .btn button {
	border:0;
	padding:4px 0 0 0;
	margin:0;
	width:163px;
	height:62px;
	color:#fff;
	font:bold 18px myriad,arial,helvetica,sans-serif;
	text-align:center;
	background:url(../images/btn.png) 0 0 no-repeat;
	cursor:pointer;
}
#promo-right .btn button::-moz-focus-inner { /* FF Fix */
	padding:0;
	border:0;
}
#promo-right .btn button:hover {
	background-position:0 -62px;
}


/* MAIN CONTENT AREA */
#main {
	margin-top:12px;
	background:url(../images/content-bg.png) 0 0 repeat-x;
	padding-bottom:130px;
	clear:both;
}
#content-wrapper {
	background:url(../images/content-bg-bottom.png) 0 100% no-repeat;
}
#content {
	background:url(../images/content-bg-top.png) 0 0 no-repeat;
	padding:16px 25px 20px 25px;
	line-height:1.35;
}


/* CONTENT STYLING */
#content h2 {
	color:#c90f06;
	padding:0;
	margin:0 0 12px 0;
	font-size:1.71em;
	font-weight:bold;
}
#content p {
	margin:0 0 12px 0;
	padding:0;
}


/* FOOTER BLOCK */
#footer {
	position: relative;
	margin:-116px 0 0 0;
	font-size:0.85em;
	height:116px;
	clear:both;
}
#footer .wrap {
	height:84px;
	padding:32px 0 0 0;
	background:url(../images/footer-bg.png) 0 0 no-repeat;
}
#footer-logo {
	float:left;
	padding:0 0 0 29px;
	width:419px;
	height:23px;
}
#footer-logo h2 {
	padding:0;
	margin:0;
	font-size:1em;
	height:23px;
	background:url(../images/logo2.png) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
#footer-menu {
	float:left;
	text-align:right;
	padding:10px 25px 0 0;
	margin:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
#footer-menu li {
	float:left;
	border-right:1px solid #767676;
	margin-right:3px;
	padding-right:3px;
}
#footer-menu li.last {
	border:none;
	padding:0;
}
#footer-menu a {
	color:#999;
}
#footer-menu a:hover {
	color:#ccc;
}

.section {
	overflow: hidden;
	margin-bottom: 15px;
}

.alignLeft {
	float: left;
	padding: 0 40px 0 0;
}

.alignRight {
	float: right;
	padding: 0 0 0 40px;
}
	
.list-style-none {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
