/*
	-------------------------------------------------
	- Global Styles -
	Also includes content-specific styles.
	-------------------------------------------------
*/

/* !GLOBAL */
body {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}

a:hover {

}

h1 {
	color: #000;
	font-size: 21px;
	background: #fc3;
	margin: 0;
	padding: 0 0 0 14px;
	border-bottom: 1px solid #000;
	line-height: 40px;
}

h2 {
	color: #000;
	font-size: 18px;
	margin: 18px 0 12px 0;
	padding: 0 0 0 15px;
}

h3 {
	color: #000;
	font-size: 16px;
	margin: 8px 0 8px 0;
	padding: 0 15px 0 15px;
}

h4 {
	color: #000;
	font-size: 12px;
	margin: 8px 0 8px 0;
	padding: 0 15px 0 15px;
}

p {
	color: #000;
	padding: 0 15px 0 15px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	clear: left;
	float: left;
	display: block;
	color: #fc3;
}

select {
	float: left;
	font-size: 11px;
	border: 1px solid #000;
}

.forceLft {
	float: left;
	margin: 0 0 8px 8px;
}

.forceRt {
	float: right;
	margin: 0 8px 8px 0;
}

/* !BREADCRUMBS */
#breadcrumbs {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

#breadcrumbs li {
	display: inline;
	margin: 0 8px 0 0;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #ccc;
	background: url("../../images/divider_breadcrumb.gif") center right no-repeat;
	padding: 0 13px 0 0;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #fc3;
	text-decoration: underline;
}

#breadcrumbs li.last a:link, #breadcrumbs .last a:active, #breadcrumbs .last a:visited{
  background: none;
}

/* !HELMET INFOBOX */
#helmetInfoBox {
	float: right;
	width: 630px;
	background: #fff;
	margin: 10px 5px 36px 0;
	padding: 0;

	/* -- Transparency -- */
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
}

#helmetInfoBox a:link, #helmetInfoBox a:active, #helmetInfoBox a:visited, #helmetInfoBox a:hover {
	color: #039;
}

#helmetInfoBox h1 {
	font-size: 14px;
	background: #fc3;
	margin: 0;
	padding: 0 0 0 14px;
	border-bottom: 1px solid #000;
	line-height: 30px;
}

#helmetInfoBox h2 {
	margin: 0;
	padding: 0;
}

#helmetInfoBox h3 {
	color: #000;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0;
}

#helmetInfoBox p {
	margin: 23px 0 0 7px;
	padding: 0;
}

#helmetInfoBox .yes {
	display: block;
	color: #390;
	width: 25px;
	background: url("../../images/bg_checkmark.gif") left center no-repeat;
	margin: 0 0 0 18px;
	padding: 0 0 0 24px;
	text-transform: uppercase;
	line-height: 18px;
}

#helmetInfoBox img#product {
	float: left;
	margin: 19px 18px 60px 15px;
	border: 1px solid #000;
}

#helmetInfoBox #helmetInfo {
	margin: 19px 0 60px 0;
}

#helmetInfoBox table {
	width: 292px;
	margin: 28px 0 0 0;
	padding: 0;
}

#helmetInfoBox table td {
	color: #000;
	font-weight: bold;
	padding: 7px;
	background: #e7e7e7;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#helmetInfoBox table td.key {
	color: #fff;
	font-weight: normal;
	width: 172px;
	background: #e7e7e7;

	text-align: left;
}


#helmetInfoBox table td.resultsContent {
	color: #000;
	font-weight: normal;	
	background: #fff;
	text-align: left;
}


#helmetInfoBox table a:link, #helmetInfoBox table a:active, #helmetInfoBox table a:visited, #helmetInfoBox table a:hover {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
}

/* !CONTENT BOX */
#contentBox {
	float: right;
	width: 630px;
	background: #fff;
	margin: 8px 5px 36px 0;
	padding: 0;
	font-weight: bold;
	min-height: 300px;

	/* -- Transparency -- */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

/* !CONTENT BOX */
#contentBoxComingSoon {
	float: right;
	width: 600px;
	background: #fff;
	margin-left: 20px;
	padding: 0;
	font-weight: bold;

	/* -- Transparency -- */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

/* !NEWS & ARTICLES */
/* !ARTICLE ARCHIVE */
#articleArchive {
	background: #000;
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	text-align: right;
	line-height: 26px;
}

#articleArchive a:link, #articleArchive a:active, #articleArchive a:visited {
	font-weight: bold;
}

#articleArchive a:hover {
	color: #fc3; 
}

#articleArchive li {
	display: inline;
	margin: 0 6px 0 0;
}

#articleArchive li#backLink {
	float: left;
	padding: 0 0 0 15px;
}

#articleArchive li#backLink a {
	font-size: 11px;
	background: url("../../images/arrow_back.gif") left 2px no-repeat;
	padding-left: 10px;
}

#articleArchive li#backLink a:hover {
	background: url("../../images/arrow_back_roll.gif") left 2px no-repeat;
}

#articleArchive a#current {
	color: #0084ff;
}

/* !ARTICLE LIST */
#articleList a:link, #articleList a:active, #articleList a:visited, #articleList a:hover {
	color: #039;
	font-size: 11px;
	font-weight: bold;
}

#articleList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#articleList li {
	margin: 0;
	padding: 0;
}

#articleList h3 {
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 0;
}

#articleList p {
	margin: 0 0 20px 0;
}

#articleList .date {
	font-size: 11px;
}

 #mainbod li{
	color: #000000;
	list-style: disc;
	line-height: 18px;
}




#articleBody {
	color: #000;		
}

#articleBody a:hover {
	color: #fc3; 
}


ul#section
{
    color: #000;
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
}

ul#section li
{
    padding-top: 2px;
}

ul#section a
{
   color: #039;
}