/*  Reset  */
html, body {padding:0;margin:0;}
img{
	padding:0;
	margin:0;
	border:none;
	line-height:0;
	font-size:0;
	}
.spacer{
	clear:both;
	line-height:0;
	font-size:0;
	}
a, a:active, a:focus{
	outline:none;
	text-decoration:none;
	color:#ae2626;
}
/* Main  */
body {
	background:url(bg_body.jpg) top center no-repeat #000000;
	font:normal 13px/20px news-gothic-std,"Myriad Pro","Arial","Helvetica",sans-serif;
	color: #3a3a3a;
}
#container {
	background:url(bg_head.jpg) top center no-repeat #f1f1f1;
	width:825px;
	margin:0 auto;
	overflow:hidden;
}
h1,h2,h3 {
	color:#630000;
	font:normal 21px/33px news-gothic-std,"Myriad Pro","Arial","Helvetica",sans-serif;
	margin:0 0 10px;
	letter-spacing:1.5px;
	text-transform: uppercase;
}
#main {
	float: left;
    min-height: 400px;
    overflow: hidden;
    width: 825px;
	background:url(bg_red.png) repeat-y 0 0 #f1f1f1;
}
/* header */
#header {
	width:825px;
	height:293px;
	float:left;
}
#stock_info {
	color:#fff;
	font-size:13px;
	height: 22px;
    padding: 5px 3px 0 0;
	text-align:right;
	letter-spacing:1px;
}
#header img {
	float:left;
	margin:32px 36px 0 0;
}
/* Sidebar */
#sidebar h2 {
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height:18px;
	padding:5px 0;
}
#sidebar span {
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    width: 100%;
}
#sidebar {
	float:left;
	width:200px;
	padding:36px 29px 15px 28px;
	color:#fff;
	background-color:#6d0000;
}
#news {
	padding:0 0 30px 0;
	font-size: 12px;
    line-height: 15px;
}
#news h2 {
	margin:0;
}
#news .news_item {
	padding:12px 0;
	border-bottom:1px solid #842828;
}
#news .news_item a {
	color:#fff;
}
#news .news_date {
	font-weight:bold;
}
#signup_container {
	float:left;
	margin:10px 0;
}
#signup_container .textfield1 {
	border:0;
	background:#2f0000;
	font:bold 13px/13px news-gothic-std,"Myriad Pro","Arial","Helvetica",sans-serif;
	color: #d4d4d4;
	padding:5px 11px;
	height:20px;
	float:left;
	width:189px;
	margin-bottom:8px;
}
/* Content */
#content {
	float:left;
	width:493px;
	padding:36px 0 30px;
}
#welcome {
	border-bottom:1px solid #c6c6c6;
	margin-left:30px;
	padding: 0 0 17px;
}
#buttons {
	margin:25px 0 0 30px;
}
.button {
	margin:0 22px 0 0;
}

/* Navigation */
#navigation {
	width:580px;
	float:left;
}
#navigation ul {
	margin: 32px 0 0;
    overflow: hidden;
	padding:0px;
	list-style: none;
}
#navigation ul li {
	margin:0px;
	padding:0 0 17px 14px;
	height:19px;
	display:block;
	float:left;
	position:relative;
}
#navigation ul li a {
    overflow: hidden;  
	display:block;
	padding:2px 0 0 1px;
	line-height:13px;
	width:178px;
	border-top:1px solid #505c6a;
	color:#e7e7e7;
	float:left;
}
#navigation ul li a:hover, #navigation a.active {
	border-top:1px solid #580c1a;
}
/* Footer */
#footer {
	font:normal 12px/20px news-gothic-std,"Myriad Pro","Arial","Helvetica",sans-serif;
	color: #cccccc;
	background-color: #000000;
    float: left;
    width: 825px;
	min-height:200px;
}
#footer a {
	color:#cccccc;
	padding:0 28px 0 0;
}
#footer_navigation {
	padding:10px;
	float:left;
	text-transform: lowercase;
}
.copyright {
	float:right;
	clear: right;
	padding:0px 0 0;
	font-size:11px;
}
.blender {
	color:#9e9e9e;
	float:right;
	font-size:10px;
	padding:20px 0 0;
}
#footer .blender a {
    color: #9E9E9E;
    padding: 0;
}