/* vanfit general CSS Document */

body {
/*	min-width: 760px;
	border-left: #1f1f1e 1px solid;
	border-right: #1f1f1e 1px solid;
	margin: auto;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 1000px;
	margin: auto;
	position: relative;
/*	margin-right: 1%;
	width: 100%;
*/}
a:link {
	color: #004685;
	text-decoration: none;
}
a:visited {
	color: #004685;
	text-decoration: none;
}
.clear {
	clear: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #004685;
	text-align: center;
	border-bottom: #c6dcee 1px solid;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #2776BC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #004685;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-weight: bold;
	font-size: small;
	margin: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-weight: bold;
	font-size: medium;
	margin-top: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004685;
	font-weight: bold;
	font-size: small;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004685;
	font-weight: bold;
	font-size: small;
	float: none;
	width: 500px;
	margin: 0px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float: right;
}
#pageWidth {
	border-left: #1f1f1e 1px solid;
	border-right: #1f1f1e 1px solid;
	float: left;
	width: 100%;
/*	margin: auto;
*/}

/*top bar*/
#topBar {
	min-width: 758px;
	width: 100%;
	height: 180px;
	float: left;
	background-color: #014581;
	border-bottom: #FFFFFF 10px solid;
	margin-bottom: 0px;
}
.topGreyStrip {
	/*width: 732px;*/
	height: 18px;
	float: left;
	min-width: 758px;
	width: 100%;
	background-image: url(../img/site/topBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-bottom: 3px;
/*	padding-left: 17px;
	padding-right: 11px;*/
	color: #e3e3e3;
	font-weight: bold;
}
.vanfitLogoPadding {
	float: left;
	margin-left: 17px;
}
.topDealerFinderForm {
	float: right;
	line-height: 14px;
	margin-right: 11px;
}
.topDealerFinderForm input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.topDealerFinderField {
	width: 120px;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px;
}
.topDealerFinderGoButton {
	background-image: url(../img/nav/goTopLoginBg.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 29px;
	height: 14px;
	font-size: small;
	color: #014581;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
}
.logoPadding {
	float: left;
	clear: left;
}

/*left bar*/
#leftBar {
	width: 180px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 10px;
	float: left;
	clear: left;
	/*border-right: 10px solid #FFF;*/
}
#leftNav {
	width: 180px;
	background-image: url(../img/site/leftNavBg.gif);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	position: static;
}


/*.leftNavButton {
	float: left;
	clear: left;
	padding-bottom: 10px;
	padding-top: 8px;
	margin-left: 10px;
	padding-left: 0px;
	background-image: url(../img/site/leftNavLine.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 150px;
}*/

.leftNavButton a:link,.leftNavButton a:visited{
	float: left;
	clear: left;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: x-small;
	background-image: url(../img/site/leftNavLine.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 150px;
}

.leftNavButtonLast a:link,.leftNavButtonLast a:visited {
	float: left;
	clear: left;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: x-small;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 150px;
}
.leftNavButton a:hover,.leftNavButtonLast a:hover {
	color: #FFF200;
}
#leftSubProductNav {
	position: absolute;
	visibility: hidden;
	left: 100px;
	top: 230px;
}
#leftSubWarrantyNav {
	position: absolute;
	visibility: hidden;
	left: 100px;
	top: 310px;
}
.leftSubNav {
	width: 160px;
	border: #c6dcee 1px solid;
	float: left;
	padding: 10px;
	background-color: #e4eef6;
	background-color: #fffdcd;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.leftSubNav a:link,.leftSubNav a:visited {
	line-height: 15px;
	border-bottom: 1px #c6dcee solid;
	height: 15px;
	background-color: #e4eef6;
	background-color: #fffdcd;
	padding-top: 0px;
	padding-bottom: 3px;
	width: 160px;
	float: left;
}
.leftSubNav a:hover {
	color: #000;
}
.contactButton {
	border-top: #FFF solid 10px;
	float: left;
	height: 25px;
	width: 180px;
	background-image: url(../img/nav/contact_up.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.contactButton:hover {
	background-image: url(../img/nav/contact_ov.gif);
}
.registerBox {
	background-image: url(../img/site/registerBoxBg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 160px;
	height: 35px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: #FFF solid 10px;
	float: none;
	clear: left;
}

.registerBoxForm {
	float: left;
	line-height: 18px;
	margin-top: 5px;
}
.registerBoxForm input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.registerBoxField {
	width: 120px;
	margin-right: 5px;
	border: 0px;
}
.registerBoxGoButton {
	background-image: url(../img/nav/goBg.gif);  
	background-position: center;
	background-repeat: no-repeat;
	width: 29px;
	height: 18px;
	font-size: small;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	margin-top: 2px;
}
/* right bar*/
#rightBar {
	width: 190px;
	padding-top: 0px;
	float: right;
	padding-right: 10px;
	border-right: 0px solid #FFF;
	margin-right: 0px;
}
#rightTopten {
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	background-image: url(../img/site/rightToptenBg.gif);
	background-position: right;
	background-repeat: repeat-y;
	float: right;
	min-height: 233px;
}
.topTenTitle {
	float: left;
	clear: none;
	padding-left: 0px;
	padding-top: 10px;
}
.topTenText {
	float: left;
	width: 150px;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 10px;
	background-image: url(../img/site/topTenDot.gif);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 1em;
}
.topTenText a:link,.topTenText a:visited {
	color: #000000;
	font-weight: normal;
}
.topTenText a:hover {
	color: #014581;
	font-weight: normal;
}

#superBike {
	width: 190px;
	padding-left: 0px;
	margin-top: 12px;
	background-image: url(../img/site/bikeBg.gif);
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	margin-right: 0px;
}
.superBikeTitle {
	padding-left: 10px;
	float: left;
	padding-top: 5px;
}
.superBikeText {
	width: 170px;
	padding: 9px;
	float: left;
	line-height: 1.2em;
}
.superBikeText a:link,.superBikeText a:visited{
	color: #014581;
	font-weight: bold;
}
/*main article*/
#content {
/*	margin-left: 199px;
	margin-right: 206px;*/
	margin-left: 199px;
	background-color: #FFFFFF;
	min-height: 197px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
/*	background-image: url(../img/site/mainContentTopBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	min-width: 200px;
	max-width: 590px;
	float: left;
	padding-top: 40px;
	padding-left: 15px;*/
}

.contentTop {
	background-image: url(../img/site/mainContentTopBg.gif);
	background-position: top right;
	background-repeat: repeat-x;
	height: 5px;
	width: 589px;;
	float: left;
}
	

.contentMiddle {
	float: left;
	border-left: 1px solid #c6dcee;
	border-right: 0px solid #c6dcee;
	background-image: url(../img/site/mainContentRightBg.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 240px;
	color: #333333;
	background-color: #e4eef6;
	width: 589px;
	float: left;
}
.contentText {
	padding: 9px;
}
.contentText ul{
	margin-top: 5px;
	margin-left: 20px;
}
.contentText li {
	list-style: none;
	list-style-image: url(../img/site/contentBlueDot.gif);
	line-height: 1em;
	padding-bottom: 10px;
}

.contentTextCols ul{
	margin-top: 15px;
	margin-left: 15px;
	width: 120px;
	float: left;
}
.contentTextCols li {
	list-style: none;
	list-style-image: url(../img/site/contentBlueDot.gif);
	line-height: 1em;
	padding-bottom: 10px;
}

.contentText a:link,.contentText a:visited {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;*/
	font-weight: bold;
	color: #2776BC;
}
.contentTextHighlighted {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;*/
	font-weight: bold;
	color: #000000;
}
.contentTextCols a:link,.contentTextCols a:visited{
	font-weight: normal;
}
.contentBottom {
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../img/site/mainContentBotBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e4eef6;
	line-height: 5px;
	height: 5px;
	width: 589px;;
	float: left;
	margin-bottom: 0px;
}
.contentBottom {
	/*margin-left: 200px;
	margin-right: 210px;
	background-image: url(../img/site/mainContentBotBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e4eef6;
	line-height: 5px;
	height: 5px;
	width: 589px;;
	float: left;
	border-bottom: #c6dcee 5px solid;
	-moz-border-radius-bottomleft: 1em;*/
}
.crumbsText {
	padding: 10px;
}
#specials {
	margin-left: 200px;
	margin-right: 210px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
.specialBoxLeft {
	min-width: 165px;
	width: 279px;
	float: left;
	background-color: #FFFFFF;
/*	border-left: #c6dcee 1px solid;
	border-right: #c6dcee 1px solid;*/
	min-height: 100px;
	border-top: #FFFFFF 10px solid;
}
.specialBoxRight {
	min-width: 165px;
	width: 279px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 2px;
	min-height: 98px;
	border-top: #FFFFFF 10px solid;
}
.specialsBoxVerLine {
	height: 115px;
	width: 29px;
	background-image: url(../img/site/specialsVerLine.gif);
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	margin: auto;
	margin-top: 10px;
}


.specialsTopBox {
	background-image: url(../img/site/specialTopBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
}
.specialsMiddleBox {
	border-left: #c6dcee 1px solid;
	border-right: #c6dcee 1px solid;
	padding: 10px;
	min-height: 78px;
	background-color: #fffcc1;
}
.specialsMiddleBox a:link,.specialsMiddleBox a:visited{
	color: #014581;
	font-weight: bold;
}
.specialsBotBox {
	background-color: #fffcc1;
	background-image: url(../img/site/specialBotBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	/*margin: auto;
	width: 45%;
	float: left;*/
}

/*bottom bar*/
.bottom {
	background: #43433d;
	background-image: url(../img/site/bottomBg.gif); 
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 23px;
	padding-bottom: 7px;
	line-height: 23px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 10px #FFF solid;
	color: #FFF;
	clear: both;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	width: 720px;*/
}
.bottomTextLeft {
	float: left;
	width: 830px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.bottom a:link{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.bottom a:visited{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

.bigCallUs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #2776BC;
}
/*form styles*/
/*dealer finder page*/
.delaerFinderForm {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 2em;
	text-align: left;
	padding-bottom: 10px;
}
.delaerFinderForm input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.delaerFinderfield {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: none;
}
.delaerFinderfield input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.dealerFinderMap {
	width: 308px;
	height: 370px;
	float: right;
	text-align: center;
}

.findDealerButt {
	background-image: url(../img/site/dealerFinderButtBg.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	border: 0px;
	margin-top: 5px;
	float: none;
}
.findDealerDiv {
	float: left;
	width: 540px;
	clear: left;
}

/*category page*/
.productBox {
	width: 160px;
	text-align: center;
	float: left;
	margin: 5px;
	margin-right: 0px;
	margin-left: 5px;
}
.productBoxSquare {
	width: 170px;
	text-align: center;
	float: left;
	margin: 5px;
	margin-right: 3px;
	margin-left: 4px;
	background-color: #FFFFFF;
	border: #C6DCEE 1px solid;
	padding: 5px;
}
.productBoxText {
	padding: 4px;
/*	background-image: url(../img/site/prodCatBg.gif);
	background-position: left;
	background-repeat: repeat-y;*/
	border-left: #c6dcee 1px solid;
	border-right: #c6dcee 1px solid;
	background-color: #FFF;
}
.productViewDetailsButt {
	width: 140px;
	height: 20px;
	background-image: url(../img/site/viewDetButtBg.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
}
.contentWhiteSquare {
	background-color: #FFFFFF;
	border: #C6DCEE 1px solid;
	min-height: 250px;
	padding: 10px;
	float: left;
	width: 540px;
}
.DealerFinderSpecialsButt {
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #004685;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	border: 0px;
	background-image: url(../img/site/findDealerProdButt.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* dealer finder results*/

.dealerResultsTable {
	width: 480px;
	background-color: #FFFFFF;
	border: #317dbf 1px soild;
	padding: 10px;
}
.dealerResultsTable td{
	padding-top: 5px;
	vertical-align: top;
}
.CellHeads {
	width: 110px;
	vertical-align: top;
}
/*contact page*/
.formNamesCl {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	float: left;
	text-align: right;
	padding-right: 10px;
	line-height: 2em;
	color: #525252;
}
.formCl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: none;
	line-height: 2em;
	text-align: left;
	margin: auto;
	width: 250px;
}
.mandatoryFields {
	color: #CC0000;
}
.formLine {
	margin-bottom: 5px;
	float: left;
	clear: left;
	width: 300px;
}

.fieldPadd {
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.fieldPadd input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.fieldDropDownPadd {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: medium;
	height: 5ex;*/
}
.fieldDropDownPadd input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
/*	height: 5ex;*/
}
.textInField {
	line-height: normal;
	font-weight: normal;
	color: #CC0000;
}
.radioTable {
	width: 240px;
	margin-top: 1em;
	margin-bottom: 1em;
	border: #317dbf 1px solid;
	background-color: #FFF;
}
.submitButt {
	width: 90px;
	height: 20px;
	background-image: url(img/sendBg.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px;
	margin-top: 10px;
	clear: left;
}
hr {
	border-bottom: #317dbf 1px solid;
	border-top: #FFFFFF 1px solid;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: none;
}

/* site map */
.sitemapList {
	line-height: 1.5em;
	margin-top: 0px;
}
.sitemapList ul{
	margin-left: 5px;
	list-style: none;
}
.sitemapList a:link,.sitemapList a:visited {
	font-weight: normal;
	color: #525252;
}


/* gallery */
#mainImage {
	text-align: center;
	padding: 8px;
}
.GalleryBigImages {
	border: #999999 1px solid;
	float: left;
	margin: 1px;
	margin-bottom: 10px;
}
.smallImages {
	float: left;
	width: 530px;
}
.GallerySmallImages {
	border: #999999 1px solid;
	float: left;
	margin: 1px;
	margin-bottom: 3px;
	cursor: pointer;
}
/* links page */
.linkBox {
	border-bottom: #CCCCCC 1px solid;
	padding: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.linkBoxText,.linkBoxText a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
} 
.linkBoxPic {
	margin-right: 10px;
	border: #CCCCCC 1px solid;
}