/* GLOBALS */
#wrapper{
position: relative;
width: 990px;
margin: 0px auto;
padding-top: 0px;
}

body {
margin: 0 auto;
background-color: #191919;
background-image: url(../_images/bgtile.jpg);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #9f9f9f;
}
#rss_icon {
	position: absolute;
	top: 140px;
	right: 25px;
	z-index: 2000;
	}

#rss_icon a {
color: transparent;
}
	

a {
color: #ff6c00;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #f9ac74;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=70);   
-moz-opacity: .7;   
opacity: .7;
-khtml-opacity: .7; 
}

.container {
width: 990px;
margin: 0 auto;
text-align: left;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.contentbox {
background-color: #000000;
background-image: url(../_images/boxbg.gif);
background-repeat: repeat-x;
border: 1px solid #383838;
}

.padit15 {
padding: 15px;
}

.title {
font-size: 20px;
color: #ffffff;
font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.titleorg {
font-size: 18px;
color: #ff6c00;
}

.titleital {
font-style: italic;
color: #ffffff;
}

.dividertitle {
width: 100%;
height: 7px;
margin: 2px auto 5px auto;
border-top: 1px solid #3f3f3f;
}

.divider {
width: 100%;
height: 20px;
margin: 20px auto 0px auto;
border-top: 1px solid #3f3f3f;
}

.imgbrdr {
border: 1px solid #3f3f3f;
}

.imgprod {
border: 3px solid #ffffff;
}

.imgbrdrfloat {
float: left;
border: 1px solid #3f3f3f;
margin-right: 10px;
}

.clearit {
clear: both;
}

.smalltxt {
font-size: 10px;
}

#footer {
width: 988px;
margin: 0 auto;
background-color: #000000;
border: 1px solid #383838;
}

.footerclass {
font-size: 16px;
color: #ffffff;
text-align: left;
padding: 20px;
}

/* FORM */
form {
margin: 0;
padding: 0;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}




