@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}
.clearBoth {
	clear: both;
	width: 100%;
	height: 0px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active {
	color:#CCC;
	text-decoration: none;
}
h4 {
	margin-top: 10px;
	margin-bottom: 3px;
}

/*----------------------------------- HEADER and NAV styles -----------------------------*/
#headerWrapper {
	width: 100%;
	height: 247px;
	background: url(../images/newHeader.png) top center repeat-x;
	z-index: 3;
	position: absolute;
}
#header {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
#logo {
	float: left;
}
#topNav {
	float: right;
	width: 635px;
	margin-top: 50px;
	margin-right: 10px;
}
#topNav ul li {
	list-style-type: none;
	float: left;
	display: inline-block;
	background-position: top center;
	height: 35px;
	margin: 2px 0px;
}
#topNav ul li  a {
	text-indent: -9000px;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
/*-------------- Button roll over styles -----------------*/
#topNav ul li:hover {
	background-position: bottom center; /* this makes all the li nav items background sprites shift position */
}
#cubBtn {
	background: url(../images/nav/theCub.png) no-repeat;
	width: 86px;
}
#cubExtBtn {
	background: url(../images/nav/theCubExt.png) no-repeat;
	width: 123px;
}
#polarBtn {
	background: url(../images/nav/thePolar.png) no-repeat;
	width: 152px;
}
#bruinBtn {
	background: url(../images/nav/theBruin.png) no-repeat;
	width: 112px;
}
#grizzlyBtn {
	background: url(../images/nav/theGrizzly.png) no-repeat;
	width: 135px;
}
#essentialBtn {
	background: url(../images/nav/bearEssentials.png) no-repeat;
	width: 248px;
}
#homeBtn {
	background: url(../images/nav/home.png) no-repeat;
	width: 86px;
}
#distBtn {
	background: url(../images/nav/distributors.png) no-repeat;
	width: 182px;
}
#orderBtn {
	background: url(../images/nav/order.png) no-repeat;
	width: 92px;
}
/*-------------------- End button Roll over Styles -------------------*/


/*----------------------------------- layout styles -----------------------------*/
#contentOuter {
	margin: 0 auto;
	z-index: 1;
	width: 900px;
	padding-top: 140px;
	position: relative;
	overflow: hidden;
}
#contentWrapper {
	width: 8100px;
	left: 0px;
	position: absolute;
}
.contentInner {
	width: 880px;
	padding: 10px;
	float: left;
	min-height: 600px;
}
#footer {
	margin-top: 10px;
	text-align: center;
}

.titleWinch {
	float: right;
	margin-top: 10px;
}
.prodNumb {
	font-size: 33px;
	float: right;
	font-weight: bold;
	padding-top: 20px;
	margin-right: 60px;
}
/* these are used for the layout of the content on most pages */
.specDraw {
	float: right;
	margin-top: 25px;
}
.chart {
	float: left;
}
.content {
	padding: 0 50px;
}
.content ul{
	list-style-position: inside;
	margin-top: 15px;
}
.content ul li{
	list-style-image: url(../images/bull.png); /*for the yellow bullets*/
}
/* this is used to format the spec tables */
.row {
	clear: both;
	margin: 2px 0;
	height: 21px;
	border-top: 1px solid #FFF;
	width: 380px;
}
.label {
	float: left;
	text-align: left;
}
.specItem {
	float: right;
	text-align: right;
}
.comesWith { /* this holds the title and the <ul> for the comes with section on winch pages */
	float: left;
}
.comesWith ul {
	width: 240px;
	margin-left: 60px;
	margin-top: 15px;
}
.comesWith ul li {
	font-size: 16px;
	line-height: 24px;
	list-style-image: url(../images/bull.png); /*for the yellow bullets*/
}
.features { /* this holds the title and the <ul> for the comes with section on winch pages */
	float: right;
}
.features ul {
	width: 320px;
	margin-left: 10px;
	margin-top: 15px;
}
.features ul li {
	font-size: 16px;
	line-height: 24px;
	list-style-image: url(../images/bull.png); /*for the yellow bullets*/
}
.qgBig { /* for the big logo on the btm of the winch pages */
	float: right;
	margin: 54px 115px 0 0;
}

/* distributors page */
.distMain {
	width: 780px;
	margin: 20px auto;
}
.distMain h1 {
	margin-top: 15px;
	width: 100%;
	border-top: 3px solid #FFAE5E;
	padding-top: 15px;
}
.distP {
	float: left;
	width: 250px;
	margin: 10px 0 0 10px;
	font-weight: normal;
	height: 150px;
}
.tableBdrBtm {
	text-align: center;
}
.tableBdrBtm tr td.bdr-btm{
	border-bottom: 1px solid #FFF;
}