/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#666666;background:#fff; font-family:Arial, Helvetica, sans-serif;font-style:normal; font-variant:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin:10px 0 10px 0;}
h2 {font-size:2em;margin-bottom:0.1em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#ff9900; outline:none}
a {color:#1a4788;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}

/*----------------Global--------------*/
body{
	color:#8b8b8b; 
	background:#fff; 
	font-size:12px;
	}
dl, dt, dd{
	margin:0;
	}
#main{
	width:850px; 
	margin:0 auto 0 auto; 
	overflow:hidden;
	}

/*----------------Header--------------*/
#header{
	height:50px; 
	overflow:hidden;
	background-color:#c1c1c1;
	display:none;
	}
.col-1 h1{
	margin:0; 
	height:125px;
	float:left;
	width:209px; 
	}
.col-1 h1 a{
	display:block; 
	height:125px;
	}
.email-box{
	float:right;
	width:205px;
	height:48px;
	overflow:hidden;
	margin-right:16px;
	position:relative;
	}
.email-box input.email{
	position:absolute;
	border:1px solid #fff;
	width:131px;
	height:17px;
	padding:1px 0 0 5px;
	left:66px;
	top:15px;
	color:#9b9b9b;
	}
.email-box input.button{
	position:absolute;
	top:15px;
	left:0;
	}
	
/*----------------Wrap--------------*/
#wrap{
	float:left;
	width:100%;
	}
.spotlight{
	margin:0;
	}
	
/*----------------Side-bar--------------*/
.col-1{
	float:left;
	width:209px;
	margin-right:10px;
	}
.side-bar{
	background:url(images/side-bar-bg.gif) no-repeat left top;
	float:left;
	width:100%;
	padding:10px 0 20px 0;
	}
.side-bar h4{
	margin:0 0 10px 6px;
	}
.global-nav{
	list-style-type:none;
	margin:0;
	padding:0 0 16px 33px;
	/*background:url(images/nav-bg.png) repeat left top;*/
	}
.global-nav li{
	float:left;
	/*height:30px;*/
	padding:10px 0 10px 15px;
	position:relative;
	width:161px;
	z-index:10000;
	
	}
.global-nav li a{
	color:#fff;
	font-size:16px;
	width:148px;
	display:block;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.global-nav li:hover{
	background-color:#CC0000;
	}
.global-nav li a:hover{
	color:#B0B0B0 !important;
	
	}
.global-nav li a span{
	color:#3c3c3c;
	}
.global-nav li.sub a{
	background:url(images/sub-nav-bg.gif) no-repeat 150px 14px;
	}
.global-nav li.sub ul {
	background-color:#CC0000;
	padding-left:10px!important;
	}
.global-nav li.sub ul li a{
	background:none !important;
	}
.global-nav li.sub ul li a:hover{
	color:#B0B0B0 !important;
	}
.global-nav li ul{
	display:none;
	min-height:10px !important;
	border:none !important;
	list-style-type:none;
	margin:0;
	position:absolute;
	top:0;
	left:176px;
	z-index:10000;
	padding:0;
	}
.global-nav li.hover ul{
	display:block;
	padding:0 0 15px 0;
	}
.global-nav li ul li{
	padding:15px 0 0 0;
	float:none;
	}
.global-nav li.hover ul li a{
	color:#fff;
	}
.ext-links h4{
	color:#fff;
	font-size:14px;
	width:133px;
	line-height:15px;
	margin:5px 0 10px -5px;
	padding:5px 0 0 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.ext-links{
	padding:0 0 0 24px;
	}
.ext-links a{
	padding:0 5px 0 0;
	}
/*----------------Home-content--------------*/
.content{
	width:615px;
	float:left;
	padding:00 0 5px;
	}
.content-inside{
	width: 605px;
	min-height: 545px;
	_height:545px;
	padding: 25px 0 0 10px; 
	}
.content-inside h2{
	color: #3C3C3C;
	font-size: 16px;
	font-weight: bold;
	margin:0 0 5px 0;
	}
.content-inside span.date{
	display:block;
	padding:0 0 10px 0;
	}
.content-inside h3{
	margin:0 0 5px 0;
	}
.content-inside h3 a{
	color: #3C3C3C;
	font-size: 12px;
	font-weight: bold;
	}
.content-inside img{
	float: left;
	padding: 0 10px 0 0;
	border: none;
	}
.content-inside p{
	padding:0;
	}
.content-inside .block{
	margin-top:10px;
	}
.postlisting{
	margin:0;
	}
.content-inside .eventslisting{
	margin:10px 0 0 0;
	float:left;
	width:302px;
	}
.content-inside .postlisting li, .content-inside .eventslisting li{
	list-style: none;
	display: block;
	padding: 10px 0 10px 0;
	float: left;
	border-bottom:1px solid #C1C1C1;
	}
.content-inside .eventslisting li{
	width:300px;
	}
.content-inside .postlisting li p, .content-inside .eventslisting li p{
	padding: 0;
	margin: 0;
	}
.content-inside .postlisting li a h3, .content-inside .eventslisting li a h3{
	margin: 0;
	font-size: 12px;
	padding:0;
	}
.content-inside .postlisting li	a.redmore, .content-inside .eventslisting li a.remore{
	font-size: 10px;
	font-weight: bold;
	}
.block{
	float:left;
	width:100%;
	}
.block ul{
	margin:0;
	float:left;
	}
.block ul li{
	list-style-type:none;
	float:left;
	margin:0 1px 0 0;
	width:101px;
	overflow:hidden;
	}
.block ul li img{
	float:left;
	}
.block ul li.last{
	margin:0 !important;
	}
.sub-links{
	float:right;
	padding-bottom:10px;
	}
.sub-links a{
	float:right;
	}

/*----------------Footer--------------*/
#footer{
	width:100%;
	float:left;
	padding:10px 0 0 0;
	}
#footer p{
	color:#000;
	font-size:10px;
	font-weight:bold;
	float:right;
	padding:6px;
	margin:0 0 5px 0;
	}
#footer p a{
	color:#c9c9c9;
	}
#footer p.no-bord{
	border:none !important;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background:none;
	}
#footer p.no-bord a{
	color:#333333;
	}
#footer p a:hover{
	text-decoration:underline;
	}
.errorsighn{
	border: 1px solid #FF0000 !important;
	}
#indicator{
	background:url(images/indicator.gif) no-repeat left top;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 34px;
	z-index: 999;
	display: none;
	}

/*----------------Comment-Form--------------*/
.comment-form{
	padding: 10px 0 0 0;
	}
.comment-form dt{
	font-weight:normal;
	float:left;
	width: 125px;
	height: 35px;
	}
.comment-form dd{
	margin:0;
	float:left;
	width:475px;
	position: relative;
	height:35px;
	}
.comment-form .text{
	width:300px;
	height:15px;
	font-size:11px;
	padding:0 0 0 3px;
	border:1px solid #C1C1C1;
	}
.comment-form textarea{
	width:300px;
	padding:3px 0 0 3px;
	height:95px;
	border:1px solid #C1C1C1;
	}
.comment-form  em.error{
	color: #FF0000;
	position: absolute;
	font-style:normal;
	bottom: 1px;
	left:1px;
	}
.comments .author{
 	color: #2A428A;
 	font-size: 12px;
 	font-weight: bold;
 	}
.comments .author a.url{
 	color: #2A428A;
	}
 .comments .author a.url:hover{
 	color: #8E0000;
 	}
 .comments .author .date{
 	clear: both;
 	display: block;
 	font-weight: normal;
	}

/*----------------Contact-Form--------------*/
#contact-deatils{
	float: left;
	position: relative;
	}
.contact-form {
	padding: 10px 0 0 0;
	}
.contact-form dt{
	font-weight:normal;
	float:left;
	width: 125px;
	height: 35px;
	}
.contact-form dd{
	margin:0;
	float:left;
	width:475px;
	position: relative;
	height:35px;
	}
.contact-form .text{
	width:300px;
	height:15px;
	font-size:11px;
	padding:0 0 0 3px;
	border:1px solid #C1C1C1;
	}
.msgarea{
	height: 120px !important;
	}
.contact-form textarea{
	width:300px;
	padding:3px 0 0 3px;
	height:95px;
	border:1px solid #C1C1C1;
	}
.contact-form  em.error{
	color: #FF0000;
	position: absolute;
	font-style:normal;
	bottom: 1px;
	left:1px;
	}
#contact-ind{
	position: absolute;
	background: url(images/cont-indicator.gif)no-repeat left top;
	width: 100px;
	height: 100px;
	left: 100px;
	top:50px;
	display: none;
	}
.right-sidebar{
	width: 265px;
	float: right;
	}
.preorder-h2{
	clear: left;
	font-size:14px !important;
	padding: 25px 0 0 0;
	}

/*----------------Ticker--------------*/
.tickercontainer{
	background-color:#231f20;
	width:620px;
	margin: 0; 
	padding:3px 0 3px 0;
	height:22px;
	overflow: hidden; 
	}
.tickercontainer .mask{ 
	position: relative;
	left:0;
	top:0;
	width:615px;
	overflow: hidden;
	}
ul.newsticker{
	position: relative;
	left: 615px;
	font-family:"Times New Roman", Times, serif !important;
	font-weight:bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:22px;
	overflow: hidden !important;
	}
ul.newsticker li{
	float: left !important;
	margin: 0;
	padding: 0;
	color:#648534;
	}
ul.newsticker a{
	white-space: nowrap;
	padding: 0;
	color:#648534;
	font-family:"Courier New", Courier, monospace !important;
	font-size:16px;
	font-weight:bold;
	margin: 0 50px 0 0;
	} 
ul.newsticker span {
	margin: 0 10px 0 0;
	}
.ticker-block{
	position:relative;
	float:left;
	width:100%;
	height:30px;
	margin:5px 0 3px 0;
	}
.ticker-block a.more-info{
	position:absolute;
	right:0;
	top:34px;
	display:block;
	}
.support{
	float:right;
	margin:6px;
	}
.alignright{
	float:right !important;
	padding:0 0 0 10px !important;
	}
#video-popup{
	width: 415px;
	height: 320px;
}
