/* The ATP Background */

.indexBody {
	background-image:url(../images/global-images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #f7f4ee;
}

/* The 1024 wide border */
.biggerindexBorder {
	background-color:#FFF;
	border: none;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

/* The flash banner */
.flashBanner {
	border: none;
	width: 100%;
	height: 124px;
}

/* The columns */

.column1 {
	position: relative;
	float:left;
	border: none;
	width:15%;
	height: 75%;
	background-color:#FFF;
}

.column2 {
	position: relative;
	float: right;
	border: none;
	width: 85%;
	height: 75%;
	background-color:#FFF;
}

.column3 {
	position: relative;
	float: right;
	border: none;
	width: 100%;
	height: 75%;
	background-color:#FFF;
}

.bannerText {
	position: relative;
	border: none;
	width:100%;
}

/* The navigation */
#newNav {
	display: block;
	width: 150px;
	height: 20px;
	background:url(../images/global-images/new-navigation-combined.jpg) no-repeat 0 0;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
}

#newNav:hover {
	background-position: 0 -20px;
	line-height: 20px;
}

a { 
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	font-weight:bold;
}

a:hover { 
	color: #999999;
}

a.footer { 
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #bd4833;
	height: 25px;
	width: 155px;
	display: inline-block;
	line-height: 25px;
	text-align:center;
}
a:hover.footer { 
	background-color: #900;
	line-height: 25px;
}

/* Content stuff */

.newsBorder {
	border: none;
	position: relative;
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
}
.newsText {
	border: none;
	position: relative;
	width: 99%;
	height: 99%;
	margin: 3px;
}

.sellingBorder {
	border: none;
	position: relative;
	width: 100%;
	background-color:#FFF;
	margin: 0px;
}

.sellingText {
	border: none;
	position: relative;
	width: 99%;
	height: 99%;
	margin: 3px;
	padding: 2px 2px 2px 2px;
}

.packageText {
	border: none;
	position: relative;
	width: 23%;
	margin: 3px;
	padding: 2px 2px 2px 2px;
	float: left;
}

.homeflashBorder {
	border: none;
	position: relative;
	width: 99%;
	background-color:#FFF;
	margin: 3px 0px 3px 0px;
}

.newFlash {
	border: none;
	position: relative;
	width: 1024px;
	height: 200px;
	background-color:#FFF;
}

.galleryflashBorder {
	border: none;
	position: relative;
	width: 75%;
	background-color:#FFF;
	margin: 2px 4px 2px 2px;
	padding: 3px 0px 0px 0px;
	float: right;
}

.formDiv {
	margin-left: 250px;
}

.checkDiv {
	margin-left: 210px;
}

.rowOne {
	border: none;
	position: relative;
	width: 100%;
	background-color:#FFF;
	margin: 0px;
	clear:both;
}

.thumbOne {
	border: none;
	width: 24%;
	height: inherit;
	text-align: center;
	float: left;
	margin: 1px 3px 1px 3px;
}

.thumbTwo {
	border: none;
	width: 25%;
	height: inherit;
	text-align: center;
	float: left;
	margin: 1px 35px 1px 35px;
}

.thumbThree {
	border: 1px solid #bd4833;
	width: 24%;
	height: inherit;
	text-align: center;
	float: left;
	margin: 1px 3px 1px 3px;
}

.thumbFour {
	border-left: 1px solid #bd4833;
	border-right: 1px solid #bd4833;
	border-bottom: 5px solid #bd4833;
	border-top: 5px solid #bd4833;
	width: 24%;
	height: inherit;
	text-align: center;
	float: left;
	margin: 1px 3px 1px 3px;
}

/* The footer */

.footer {
	border: none;
	position: relative;
	width: 1024px;
	height: 70px;
	clear:both;
	background-color:#FFF;
}

.footerText {
	border: none;
	width: 93%;
	height: 100%;
	position:relative;
	float: left;
}
.footerBackground {
	background-color: #bd4833;
	height: 25px;
	padding: 0px 0px 0px 1px;
}

.natmDiv {
	border: none;
	width: 7%;
	height: 100%;
	position: relative;
	float: left;
}
.headingSep {
	width: 100%;
	height: 10px;
	background-image:url(../images/global-images/gradient-heading.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
}

.bottom {
	width: 1000px;
	height: 7px;
	background-image:url(../images/global-images/footer-splitter.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
}

.xteraSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xtera-brand-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xcelatvSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xcel-atv-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xcelsnowSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xcel-snow-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xcelautoSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xcel-auto-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xcelcargoSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xcel-cargo-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.cargocraftSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/cargo-craft-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xcaliburSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xcalibur-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xboxSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/x-box-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.carhaulerSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/car-hauler-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.dumpSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/dump-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.equipmentSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/equipment-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.balboaSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/balboa-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.hardcoreSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/hardcore-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.landscapeSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/landscape-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.snowSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/snow-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.sportSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/sport-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xecutivemotoSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xecutive-moto-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xecutiveautoSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xecutive-auto-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xpocargoSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xpo-cargo-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xpoautoSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xpo-auto-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xtremesnowSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xtreme-snow-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.xtremesportSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/xtreme-sport-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.customSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/custom-trailer-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.atvSep {
	width: 100%;
	height: 50px;
	background-image: url(../images/global-images/atv-header.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}

.mainSep {
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.indexSep {
	width: 100%;
	height: 5px;
	background-color: #bd4833;
}

/* Text Formatting */
h1 { 
	text-align: center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #000;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #bd4833;
}
h2 { 
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2.breadcrumb { 
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
    margin-bottom: 0px;
	margin-top: 0px;
}

h5 { 
	text-align: center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 0px;
	margin-top: 0px; 
}

h2.footerHead { 
	text-align: center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 0px;
	margin-top: 0px; 
}

p {  
	text-align: justify; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.partner {  
	text-align: left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#666;
}

label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
ul { 
	margin: -3px 0px -2px 0px;
	padding: 0px;
	list-style: inside square;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: justify;
}
ul.indented { 
	margin: -3px 50px -2px 50px;
	padding: 0px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: justify;
}

ul.noBullet { 
	margin: -3px 0px -2px 0px;
	padding: 0px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: justify;
}

li { 
	margin: -3px 0px -2px 0px;
	padding: 3px;
}



img { 
	border: 0px;
}

.clearboth {
	clear: both;
}


/* Stuff I'm phasing out */
.indexBorder {
	border: none;
	position:relative;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 768px;
}


/* Background Borders */


.bottomleftBorder {
	border: none;
	position: absolute;
	float:right;
	width: 266px;
	height: 250px;
	left: 0px;
	top: 518px;
	background-color:#FFFFFF;
}
.bottomcenterBorder {
	border: none;
	position: absolute;
	width: 268px;
	height: 250px;
	left: 266px;
	top: 518px;
	background-color:#FFFFFF;
}
.bottomrightBorder {
	border: none;
	position: absolute;
	width: 266px;
	height: 250px;
	left: 534px;
	top: 518px;
	background-color:#FFFFFF;
}

/* Text Borders */
.welcomeText {
	border: none;
	position: absolute;
	width: 600px;
	height: 70px;
	left: 25px;
	top: 7px;
}

.enclosedText {
	border: none;
	position: absolute;
	width: 244px;
	height: 113px;
	left: 10px;
	top: 10px;
}
.utilityText1 {
	border: none;
	position: absolute;
	width: 244px;
	height: 59px;
	left: 10px;
	top: 10px;
}
.utilityText2 {
	border: none;
	position: absolute;
	width: 244px;
	height: 59px;
	left: 10px;
	top: 178px;
}
.toyText {
	border: none;
	position: absolute;
	width: 244px;
	height: 113px;
	left: 10px;
	top: 125px;
}
.processText {
	border: none;
	position: absolute;
	width: 245px;
	height: 230px;
	left: 12px;
	top: 10px;
}
.funText {
	border: none;
	position: absolute;
	width: 323px;
	height: 280;
	left: 10px;
	top: 10px;
}
.funTextRight {
	border: none;
	position: absolute;
	width: 450px;
	height: 280px;
	left: 340px;
	top: 10px;
}
.sellingBody { 
	background-color: #FFFFFF;
}

td {
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;
	font-size:9px;
}
table { 
		border: 2px solid black;
		margin: 0px;
		padding: 0px;
		width: 100%; 
}
th {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size:10px;
	background-color:#CCC
}
.indexHeaders { 
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	text-shadow: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #bd4833;
}

a.indexHeader { 
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#bd4833;
	font-weight:bold;
}

a.indexHeader:hover { 
	color: #999999;
}
