img, div { behavior: url(iepngfix.htc) }
/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background: #000 url(../images/BG.jpg) repeat-x;
	color: #FFF;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

body.red {
	background: #c40304 url(../images/red_gradient.png) repeat-x;
	color: #fff;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

body.black {
	background: #1f1f1f;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
img.left{margin:10px 10px 10px 0;}
img.right{margin:10px 0 10px 10px;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	color: #bcbcbc;
	font:normal 1.4em/1.6em Arial, Helvetica, sans-serif;
	margin:10px 0 20px 0;
}
body.red p {
	color: #fff;
	}

#footer p.copyright{float: left; margin: 10px 0 0 0; padding: 0 0 15px 34px;}
#footer p.credit{float: right; margin: 10px 0 0 0; padding: 0 34px 15px 0;}
ul{
	color: #bcbcbc;
	font:normal 1.4em/2em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:20px 10px 20px 25px;
}

ol{
	color: #bcbcbc;
	font:normal 1.4em/2em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:20px 10px 20px 25px;
}


/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #bcbcbc;
	font: bold italic 1.8em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}

h2{
	color: #bcbcbc;
	font: bold italic 1.8em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}

h3{
	color: #bcbcbc;
	margin: 0 0 10px 0;
}

h4{
	color: #bcbcbc;
	margin: 0 0 10px 0;
}	

h5{
	color: #bcbcbc;
	margin: 0 0 10px 0;
}	

h6{
	color: #bcbcbc;
	margin: 0 0 10px 0;
}	
body.red h1, body.red h2, body.red h3, body.red h4, body.red h5, body.red h6 {
	color: #fff;
	}			

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	color: #bcbcbc;
	font-weight: bold;
	text-decoration: underline;	
}

body.red a:link, a:visited{
	color: #fff;
}
a:hover, a:active{
	color: #fff;
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/

/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position:absolute; right: 0; top: 63px; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 150px; }
#nav ul ul { left: 151px; }

/* Everything else is theming */
 
#nav { 
	background: transparent url(../images/BG_nav.jpg) no-repeat;
	height: 33px;
	width: 648px;
	z-index: 100;
}

body.red #nav {
	background: transparent url(../images/BG_nav_red.jpg) no-repeat 50% 50%;
}

#nav *:hover { background-color: none; }

#nav li a:link, #nav li a:visited { 
	color: #fff;
	font:normal 12px/30px Arial, Helvetica, sans-serif;
	padding: 0 11px;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active { 
	color: #909090;
}
body.red #nav li a:hover, body.red #nav li a:active {
	color: #eee;
	}
#nav li ul{
	background-color: #1b1b1b;
	border: 2px solid #282828;
	border-top: 0;
	z-index: 100;
}

body.red #nav li ul {
	background-color: #a0271f;
	border: 2px solid #ce7f7b;
	}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
#content{
	background: transparent url(../images/BG_Content.png) no-repeat;
	clear: both;
	padding: 34px;
	width: 892px;
}
body.red #content {
	background: transparent url(../images/BG_Content_Red.png) no-repeat;
}

#content img, #featured img{border: 1px solid #bcbcbc;}

#featured{
	background: transparent url(../images/BG_featured.png) no-repeat;
	clear: both;
	height: 280px;
	width: 960px;
}

#featured .featured{
	float: left;
	height: 230px;
	overflow: hidden;
	padding: 0 34px;
	width: 252px;
}

#footer{
	border-top: solid 1px #292929;
	width: 960px;
}
body.red #footer{
	border-top: solid 1px #fff;
}
#header{
	border-top: solid 1px #000;
	height: 139px;
	position: relative;
	width: 960px;
}

#header .logoHome{
	left: 0;
	position: absolute;
	top: 8px;
}
#header .logoHome2{
	left: 151px;
	position: absolute;
	top: 8px;
}

#headerImg{
	clear: both;
	height: 372px;
	margin: 14px 0 0 0;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#wrapper{
	margin:0 auto;
	position: relative;
	width:960px;
}

#address{
	color: #bcbcbc;
	font:normal 1.4em/1.6em Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	text-align:center;
}
body.red #address {
	color: #fff;
	}
.reg1{
	width:500px;
	text-align:center;
	margin:0 auto;
	color: #bcbcbc;
	font:normal 1.4em/1.6em Arial, Helvetica, sans-serif;
}

.reg2{
	width:500px;
	margin:0 auto;
	color: #bcbcbc;
	font:normal 1.4em/1.6em Arial, Helvetica, sans-serif;
}

.reg3{
	width:700px;
	margin:0 auto;
	color: #bcbcbc;
	font:normal 1.4em/1.6em Arial, Helvetica, sans-serif;
}

ul.parentINFO{
	list-style: none;
}

		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border:2px solid Bold;}

#registration fieldset{
	border:2px solid White;
	padding:10px;
}

#registration legend{
	padding:10px;
}

#registration label{
	margin:5px 0;
}

#registration input{
	margin:5px 0;
}


#ordering fieldset{
	border:2px solid White;
	padding:10px;
}

#ordering legend{
	padding:10px;
}

#ordering label{
	margin:5px 0;
}

#ordering input{
	margin:5px 0;
}

#ordering select{
	margin:5px 0;
}

/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/
