body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fdece9;
}

td {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
                                                       
a {
	font-weight: bold;
	text-decoration: underline;
	color: #ff3333;
}
                                                       
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff3333;
}
                                                       
.mainbody {
	height: 600px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fdece9;
}

/***************** NAV MARVELOUS MEDIA ***************/
.nav_mmedia {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(images/bg_nav_mmedia.gif);
	background-color: #fdece9;
}
.sub_mmedia {
	height: 62px;
	background-repeat: repeat-x;
	background-image: url(images/bg_sub_mmedia.gif);
	background-color: #fdece9;
}
#nav_mmedia, #nav_mmedia ul { /* all lists */
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	line-height: 0;
	width: 100%;
}
#nav_mmedia a {
	display: block;
}
#nav_mmedia li { /* all list items */
	display: block;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background-image: url(images/bg_nav_mmedia.gif);
}
#nav_mmedia li:hover { /* all list items */
	background-image: url(images/bg_navhi_mmedia.gif);
}
#nav_mmedia li ul { /* second-level lists */
	position: absolute;
	width: 1px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav_mmedia li ul li { /* all list items */
	background-color: #ff3300;                     
	background-image: url(images/bg_navsub.gif);
}
#nav_mmedia li ul li:hover { /* all list items */
	background-color: #ff3300; 
	background-image: url(images/bg_navsubhi.gif);
}
#nav_mmedia li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.nav_mmedia_table .navlink { /* all list items */
	background-image: url(images/bg_nav_mmedia.gif);
}
.nav_mmedia_table .navlink:hover { /* all list items */
	background-image: url(images/bg_navhi_mmedia.gif);
}


/***************** NAV HOW'D THEY BUILD THAT ***************/
.nav_htbt {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(images/bg_nav_htbt.gif);
	background-color: #fdece9;
}
.sub_htbt {
	height: 62px;
	background-repeat: repeat-x;
	background-image: url(images/bg_sub_htbt.gif);
	background-color: #fdece9;
}
#nav_htbt, #nav_htbt ul { /* all lists */
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	line-height: 0;
	width: 100%;
}
#nav_htbt a {
	display: block;
}
#nav_htbt li { /* all list items */
	display: block;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background-image: url(images/bg_nav_htbt.gif);
}
#nav_htbt li:hover { /* all list items */
	background-image: url(images/bg_navhi_htbt.gif);
}
#nav_htbt li ul { /* second-level lists */
	position: absolute;
	width: 1px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav_htbt li ul li { /* all list items */
	background-color: #ff3300;
	background-image: url(images/bg_navsub.gif);
}
#nav_htbt li ul li:hover { /* all list items */
	background-color: #ff3300; 
	background-image: url(images/bg_navsubhi.gif);
}
#nav_htbt li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.nav_htbt_table .navlink { /* all list items */
	background-image: url(images/bg_nav_htbt.gif);
}
.nav_htbt_table .navlink:hover { /* all list items */
	background-image: url(images/bg_navhi_htbt.gif);
}


/***************** NAV MILITARY ***************/
.nav_military {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url(images/bg_nav_military.gif);
	background-color: #fdece9;
}
.sub_military {
	height: 62px;
	background-repeat: repeat-x;
	background-image: url(images/bg_sub_military.gif);
	background-color: #fdece9;
}
#nav_military, #nav_military ul { /* all lists */
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	line-height: 0;
	width: 100%;
}
#nav_military a {
	display: block;
}
#nav_military li { /* all list items */
	display: block;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background-image: url(images/bg_nav_military.gif);
}
#nav_military li:hover { /* all list items */
	background-image: url(images/bg_navhi_military.gif);
}
#nav_military li ul { /* second-level lists */
	position: absolute;
	width: 1px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav_military li ul li { /* all list items */
	background-color: #ff3300;                     
	background-image: url(images/bg_navsub.gif);
}
#nav_military li ul li:hover { /* all list items */
	background-color: #ff3300; 
	background-image: url(images/bg_navsubhi.gif);
}
#nav_military li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.nav_military_table .navlink { /* all list items */
	background-image: url(images/bg_nav_military.gif);
}
.nav_military_table .navlink:hover { /* all list items */
	background-image: url(images/bg_navhi_military.gif);
}

/***************** WINDOWS ***************/
.playerwindow {
	height: 400px;
	width: 620px;
}
.newswindow {
	height: 360px;
	width: 285px;
}

/***************** COLORS ***************/
.darkgrey {
	color: #666666;
}
.redorange {
	color: #ff3300;
}

/***************** TITLES ***************/
h1 {
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	color: #666666;
	}
	
h2 {
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	color: #ff3300;
	}
	
h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	}
	
h4 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #ff3300;
	}
	
h5 {
	font-style: normal;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	}
	
/***************** HORIZONTAL RULES ***************/
.hr {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 3px;
	height: 9px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/hr_darkgrey.gif) repeat-x;
	clear: both;
	}
	
.hr-light {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	height: 9px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/hr_light.gif) repeat-x;
	clear: both;
	}
	
.hr-lightshort {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	height: 5px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/hr_lightshort.gif) repeat-x;
	clear: both;
	}
	
.hr-red {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 3px;
	height: 9px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	background: url(images/hr_red.gif) repeat-x;
	clear: both;
	}
	

blockquote {
		margin-bottom: 0px;
		margin-top: 0px;
		margin-right: 25px;
		margin-left: 25px;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-right: 0px;
		padding-left: 0px;
	}
	
.pressquote {
		background-image: url(images/bg_quote.gif);
		background-repeat: no-repeat;
		margin-bottom: 15px;
		margin-top: 15px;
		margin-right: 25px;
		margin-left: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 25px;
		padding-left: 50px;
		background-color: #eadbd8;
		font-size: 16px;
	}
	
.latestnews_ex_text {
		color: #666666;
		font-size: 11px;
	}
.latestnews_ex_title {
		font-weight: bold;
		color: #ff3300;
		font-size: 14px;
	}
.latestnews_date {
		text-transform: uppercase;
		font-weight: bold;
		color: #666666;
		font-size: 10px;
	}
.footer {
		background-color: #999999;
	}
.footer .text {
		font-size: 13px;
		font-weight: bold;
		color: #666666;
	}
.footer .copyright {
		font-size: 11px;
		font-weight: bold;
		color: #fdece9;
	}
.footer a {
		text-decoration: none;
		font-weight: bold;
		color: #fdece9;
	}
.footer a:hover {
		text-decoration: none;
		font-weight: bold;
		color: #f9bcb2;
	}
.feattitle {
		background-color: #ef4124;
		font-size: 12px;
		padding: 5px;
		height: 40px;
		background-repeat: repeat-x;
		background-image: url(images/bg_feattitle.gif);
	}
.feattitle a {
		text-decoration: none;
		font-weight: bold;
		color: white;
		padding-left: 4px;
		height: 30px;
	}
.feattitle a:hover {
		text-decoration: none;
		font-weight: bold;
		color: #fdece9;
		padding-left: 4px;
		height: 30px;
	}
	
	
.featblurb {
		padding-top: 10px;
		font-size: 11px;
		height: 30px;
	}

.upcoming {
		font-weight: bold;
		color: #ff3300;
		padding-top: 10px;
		font-size: 16px;
		height: 30px;
	}

.releasedate {
		font-weight: bold;
		color: #ff3300;
		padding-top: 10px;
		font-size: 10px;
		height: 30px;
	}

.small {
		padding-top: 10px;
		font-size: 11px;
		height: 30px;
	}
	
#biophoto{
		margin-right: 15px;
	}
	
/***************** PRODUCT LAYOUTS ***************/

ul.thumbs_layout {
	margin-left: -50px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	}

ul.thumbs_layout li {
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0;
	width:178px;
	}
	
ul.thumbs_layout li a img{
	width:178px;
	}
	
ul.titles_layout {
	margin-left: -40px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	width:620px;
	}

ul.titles_layout li {
	display: block;
	float: none;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0;
	width:178px;
	}
	
ul.titles_layout li #titleimg{
	height: 130px;
	width: 130px;
	}
	
ul.titles_up_layout {
	margin-left: -40px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	width:285px;
	}

ul.titles_up_layout li {
	display: block;
	float: none;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0;
	width:130px;
	}
	
ul.titles_up_layout li #titleimg{
	height: 130px;
	width: 130px;
	}
