/* Global Styles */

body {
	background-color: #161616;
	margin: 12px 20px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

h1 {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FFBF00;
}

h2 {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FFBF00;
}

h3 {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FFBF00;
}

h4 {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FFFFFF;
}

p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 19px;
	margin: 0px 0px 20px 0px;
}

.finalP {
	margin-bottom: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

ul {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

li {
	margin: 0px 0px 5px 30px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}

a, a:link, a:active, a:visited {
	color: #FFBF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
}

/* Layout Shit */

#mainContainer {
	width: 940px;
	margin: 0 auto;
}

#header {
	width: 940px;
	height: 53px;
	margin-bottom: 20px;
}

#photoBlock {
	width: 940px;
	height: 360px;
	margin-bottom: 16px;
}

#photoSideBlock {
	width: 940px;
	height: 180px;
	margin-bottom: 16px;
}

#equipmentSidePhotoBlock {
	width: 940px;
	height: 215px;
	margin-bottom: 16px;
}

#fullWidthContent {
	width: 940px;
	clear: both;
}

/* Header Shit */

#navBlock {
	width: 940px;
	height: 35px;
	margin-bottom: 16px;
}

#logo {
	width: 335px;
	float: left;
}

#navigation {
	width: 480px;
	float: right;
	margin-top: 23px;
}

#clearMeB {
	width: 0px;
	height: 0px;
	clear: both;
}

/* Equipment Styles */

#equipmentTitle {
	width: 260px;
	float: left;
	background-color: #000000;
	padding: 20px;
}

#equipmentTitle p {
	text-align: justify;
}

#equipmentListing {
	width: 621px;
	float: right;
}

#equipmentListing h5 {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 3px 0px 20px 0px;
	padding: 0px;
	color: #FFBF00;
}

#equipmentListing img {
	border: 1px solid #4a4a4a;	
}

#equipmentListing a, #equipmentListing a:link, #equipmentListing a:active, #equipmentListing a:visited {
	color: #FFBF00;
	text-decoration: none;
}

#equipmentListing a:hover {
	color: FFFFFF;
}

#bandAndPhoto {
	width: 704px;
	float: left;
	position: relative;
}

#bands {
	width: 274px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#blackBands, #greyBands, #whiteBands, #blueBands {
	width: 274px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#blackBands img, #greyBands img, #whiteBands img, #blueBands img, #bands img {
	margin-top: 10px;
	border: 2px solid #4a4a4a;
}

.selectABand {
	width: 272px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font: Geneva, Arial, Helvetica, sans-serif;
}

#productPhoto {
	width: 410px;
	float: right;
}

#colorPicker {
	width: 410px;
	clear: both;
	padding-top: 15px;
}

#selectAColor {
	width: 410px;
	float: left;
	text-align: right;
	color: #FFFFFF;
	font-size: 13px;
	font: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#actualColors {
	width: 410px;
	float: right;
	text-align: right;
}

#actualColors img {
	margin-left: 10px;
	border: 2px solid #4a4a4a;
}

#productInfo {
	width: 200px;
	float: right;
	padding-right: 15px;
}

#buyMe {
	position: relative;
}

#cannotBuy {
	position: absolute;
	left: 0px;
	top: 40px;
}

#canBuy {
	position: absolute;
	left: 0px;
	top: 40px;
	visibility: hidden;
}

/* Equipment Nav Shit */

#navHolder {
	width: 890px;
	height: 35px;
	padding: 0px 0px 0px 50px;
	background-color: #ffbf00;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 14px;
}

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #161616;
	text-decoration: none;
	padding: 9px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

#nav a:hover {
	color: #FFFFFF;
}

#nav li { /* all list items */
	float: left;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 99;
	width: 180px !important;
	margin: 0px;
	padding: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: url(../images/navwhite.gif) repeat-y;
}

#nav li ul a {
	font-size: 11px;
	width: 160px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 3px 0px 3px 20px;
}

#nav li ul a:hover {
	font-size: 11px;
	background-color: #000000;
	color: #ffbf00;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Footer Shit */

.adSpots {
	margin-left: 15px;
}

#footer {
	padding-top: 15px;
}

/* Body Content Section */

#darkBlackBox {
	width: 915px;
	padding: 0px 0px 0px 25px;
	background-color: #000000;
	overflow: hidden;
}

#basicParagraphBlock {
	width: 565px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

#basicComplementaryPhoto {
	width: 300px;
	float: right;
	padding-left: 20px;
	background-color: #161616;
}

#basicParagraphLeft {
	width: 280px;
	float: left;
}

#basicParagraphRight {
	width: 285px;
	float: right;
}

/* sIRF styles */
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	z-index: 1;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
}
.sIFR-hasFlash h5#pullquote {
	visibility: hidden;
}