html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #c5c5c5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #000;
}

#siteContainer {
	width: 960px;
	margin: 0 auto;
}

.treeBorder {
	width: 49px;
	background: url(images/thumpMonkeyTree.jpg) repeat-y;
}

.site {
	width: 862px;
}

#headerL {
	width: 336px;
	height: 275px;
	background: url(images/headerBGL.jpg) no-repeat;
	float: left;
	clear: none;
}

#headerR {
	width: 526px;
	height: 275px;
	background: url(images/headerBGR.jpg) no-repeat;
	float: left;
	clear: none;
}

#flashVideo {
	width: 478px;
	height: 203px;
	margin: 16px 0 0 0;
}

.subContent {
	width: 313px;
	float: left;
	clear: none;
	text-align: center;
}

.mainContent {
	width: 529px;
	float: left;
	clear: none;
	padding: 0 10px;
	font-size: 14px;
}

.mainContentFull {
	width: 842px;
	float: left;
	clear: both;
	padding: 0 10px;
	font-size: 14px;
}

.footer {
	width: 100%;
	height: 122px;
	background: url(images/barbwire-3line.gif) repeat-x;
	clear: both;
}

.copyright {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #bf802c;
}

.productTableFull {
	width: auto;
}


.productTableFull td {
	padding: 0 5px 20px 5px;
	text-align: center;
	vertical-align: top;
}

.productTableFull .tableRowHeader td {
	padding: 0 5px 20px 5px;
	text-align: left;
}

.productTableFull td table {
	margin: 0 auto 5px auto;
}

.productTableFull td table td {
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #FFD600;
}

.borderCell {
	border-left: #333333 1px dashed;
}

table.productTable td {
	padding: 0 5px 20px 5px;
	text-align: center;
}

table.productTable td.productDescription {
	text-align: left;
	width: 275px;
}

div.barbwire {
	height: 29px;
	background: url(images/barbwire-1line.gif) repeat-x;
	margin: 0 0 20px 0;
}







/* ///////////////////////////////////// */
/* ///////////////////////////NAVIGATION */
/* ///////////////////////////////////// */

#topNav {
 width: 526px;
 margin: 30px 0 0 0;
}

.topNavTable {
	width: 526px;
}

.topNavTable td {
	width: 25%;
	text-align: center;
}

.topNavTable a, .topNavTable a:visited {
	font-size: 16px;
	color: #bf802c;
	text-decoration: none;
}

.topNavTable a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.imgLink {
	border: none;
}

.bottomNav {
	width: 100%;
	height: 41px;
	margin: 0;
	padding: 13px 0 0 0;
	text-align: center;
}

.bottomNav a, .bottomNav a:visited {
	font-size: 12px;
	color: #bf802c;
	text-decoration: none;
}

.bottomNav a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

 a, a:visited {
	color: #bf802c;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ///////////////////////////////////// */
/* //////////////////////////////TEXTBOX */
/* ///////////////////////////////////// */

table.textBox {
	width: 303px;
	margin: 0 auto;
	text-align: left;
}

.textBoxTop {
	width: 303px;
	height: 25px;
	background: url(images/textBoxTop.gif) no-repeat;
}

.textBoxCenter {
	width: 303px;
	background: url(images/textBoxRepeat.gif) repeat-y;
	padding: 0 10px;
}
.textBoxCenter p {
	color: #a8aaa6;
	margin: 0px;
	padding: 0px 0px 15px 15px;
}


.textBoxBottom {
	width: 303px;
	height: 25px;
	background: url(images/textBoxBottom.gif) no-repeat;
}



/* ///////////////////////////////////// */
/* ////////////////////////TEXT / TITLES */
/* ///////////////////////////////////// */

h1 {
	display: block;
	height: 49px;
	background: url(images/barbwire-2line.gif) repeat-x;
	font-size: 18px;
	color: #b80004;
	margin: 0;
	padding: 22px 5px 0 5px;
}

h2 {
	display: block;
	font-size: 14px;
	color: #b80004;
	margin: 0;
}

.attention {
	color: #FFD600; font-size: 16px;
}

h3 {
	color: #FFF;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.lrg {color: #FFF;font-size: 12px;}
.noPad {padding-left: 0px !important;}

.dashedHR {
	margin: 10px 2px;
	height: 1px;
	border-top: #cccccc dashed 1px;
}

.textYellow {
	color: #FFD600;
}




