/*** CSS Document ***/

/** General Styles - Generic styles useful through out the site **/

body {font-family: Helvetica, Arial, sans-serif; font-size: 12px; background:#402e27 url(/images/proteam-harley-davidson-body-bg.jpg) top center no-repeat; color: #111; padding: 0; margin: 0; text-align: left;}
.clearall, .clearfix {clear: left; clear: right; clear:both; display: block;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.left {float: left; display: inline;}
.right {float: right; display: inline;}
.lastFloat {margin-right: 0 !important;}
.decimal {text-align:right}
.imgLeft {float: left; margin: 0 10px 5px 0;}
.imgRight {float: right; margin: 0 0 5px 10px;}
.bullet {margin-left: 20px;}
.bullet li {list-style: disc;}
.uppercase {text-transform: uppercase;}
.lowerercase {text-transform: lowercase;}
.vcard {display: none;}


/** Page Elements - Used to zero out common tags and general styling of them **/

div {padding: 0; margin: 0;}
h1, h2, h3, h4 {margin: 0;}
h1, h2 {color: #c00; font-size: 24px; font-weight: bold; margin-bottom: 15px;} /* h1 is for xPages that use the h1 call */
h3 {color: #000; font-size: 18px; font-weight: bold; margin-bottom: 5px;}
h4 {color: #ccc; font-size: 12px; font-weight: bold; margin-bottom: 5px;}
h1 span, h2 span, h3 span, h4 span {display: none;}
p {padding:0; margin: 0 10px 15px 0; text-align: left; line-height: 18px;}
ul {margin: 0; padding: 0;}
ul li {list-style: none;}
a {text-decoration: none; outline: none; color: #fff;}
a:hover {color: #ff6501;}
a img {border: none;}
img {margin: 0; padding: 0;}


/** Template Styles - For styles used to build the template **/

#wrapper {width: 936px; margin: 0 auto; padding: 0 15px;}

#header {position: relative; z-index: 11;height:1%;}

#companyLogo, #companyLogo a, #companyLogo h1 {width: 499px; height: 108px;}
#companyLogo {position:absolute;}
#companyLogo a {display: block;}
#companyLogo h1 {margin: 0; background:url(/images/proteam-harley-davidson-logo.png) top left no-repeat;}

#mainNav {margin-top: 70px; background:url(/images/proteam-harley-davidson-nav-bg.png) top left no-repeat;width:936px;height:28px;}
#nav {position: relative; z-index: 10;top:2px;left:15px;}
#nav span {display: none;}
#nav li {float: left; display: inline; margin-right: 0px;}
#nav li.lastli {border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
#nav li:hover {}
#nav li a {display: block; padding: 5px 26px;border-right:1px solid #412912;border-left:1px solid #837568;height:12px;}
#nav li a.first {border-left:none;}
#nav li a.last {border-right:none;}
#nav li a:hover {font-weight: normal; text-decoration: none;color:#fc0;}
#nav li ul li {display: block; border-bottom: 1px solid #2d2d2d; height: 25px;}
#nav li ul li:hover {
background-image: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(120,2,0) 0%, rgb(255,0,0) 100%);
background-image: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(120,2,0) 0%, rgb(255,0,0) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(120,2,0) 0%, rgb(255,0,0) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(120,2,0) 0%, rgb(255,0,0) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(120,2,0) 0%, rgb(255,0,0) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,0,0)),
	color-stop(0, rgb(120,2,0)),
	color-stop(1, rgb(255,0,0))
);}
#nav li ul li a {width: 170px;padding: 5px 15px;border-left:none;border-right:none;}
#nav li ul li a:hover {color:#fff;text-shadow:0 -1px 0 #000;}
#nav .dropDown {position: relative; z-index: 9;}
#nav .dropDown .subNav {display: none; position: absolute; z-index: 8; width: 200px; padding: 0; background-color:#000;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border:1px solid #fc0;}
#nav li.dropDown:hover .subNav, #nav li.dropDown.show .subNav {display: block;}
#nav .dropDown.with-js .subNav {display: none;}

#main {background:#fff url(/images/proteam-harley-davidson-main-bg.jpg);border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
#main ul {margin-bottom: 10px;}
#content {padding:20px 20px 50px 20px;min-height:400px;}
#content a {color:#000;font-weight:bold;}
#content a:hover {color:#900;text-decoration:underline;}

#footer {position:relative;margin: 15px 0;padding:12px;height:114px;background:url(/images/proteam-harley-davidson-footer-bg.png) top left repeat-x;border-radius:8px;color:#ccc;}

#footer p {margin: 0; margin-bottom: 5px;}
#footer address {display: inline; font-style: normal;}
p#dealerspike {position:absolute;bottom:5px;right:15px;text-align:right;}
p.footLink {line-height:20px;}
p.footLink img {position:relative;top:2px;margin-right:3px;}

/** Page Styles - For styles specific to individual pages **/

/* Index */
#homeMain {background:#fff url(/images/proteam-harley-davidson-main-bg.jpg);border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
#homeContent {}

.imageNav a {display: block; overflow: hidden;}
.imageNav a:hover {opacity: 0;}
.imageNav a span {display: none;}
.imageNav a img.headings:hover {opacity: 1;}

#midButtons {margin:20px 0 0 5px;}
#midButtons div, #midButtons a {margin-right:7px;float:left;display:block;width:225px;height:123px;text-align:center;box-shadow:3px 3px 3px #777;}

#serviceNav a, #serviceNav {background:url(/images/proteam-harley-davidson-image-nav.jpg);}
#serviceNav a {background-position: 0 0;}
#serviceNav {background-position: 0 -123px;}

#testNav a, #testNav {background:url(/images/proteam-harley-davidson-image-nav.jpg);}
#testNav a {background-position: -225px 0;}
#testNav {background-position: -225px -123px;}

#quoteNav a, #quoteNav {background:url(/images/proteam-harley-davidson-image-nav.jpg);}
#quoteNav a {background-position: -450px 0;}
#quoteNav {background-position: -450px -123px;}

#financeNav a, #financeNav {background:url(/images/proteam-harley-davidson-image-nav.jpg);}
#financeNav a {background-position: -675px 0;}
#financeNav {background-position: -675px -123px;}

/* Bikes */
#catalogWrapper {margin-left: 20px;} /* Center Catalogs */
.catalogInventory {margin-top: 25px;}
.catalogInventory li, .catalogInventory li a {width: 200px; height: 200px;}
.catalogInventory li {
	float: left; 
	display: inline; 
	margin-right: 20px;
	background-color: #121212; /* Change these colors to be similar to bgcolor */
	-moz-box-shadow: 0 0 5px 5px rgba(18,18,18,0.25);
	-webkit-box-shadow: 0 0 5px 5px rgba(18,18,18,0.25);
	box-shadow: 0 0 5px 5px rgba(18,18,18,0.25);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.25)";
    zoom: 1;
}
.catalogInventory li a {position: relative; display: block;}
.catalogInventory li a .catalogManufactureInfo {position: absolute; bottom: 0; left: 0; z-index: 1; width: 200px; height: 93px; background:url(/imglib/template/v4/catalog/catalog-footer-gradient.png) bottom right no-repeat;}
.catalogInventory li a .manufacturerLogo {position: absolute; bottom: 10px; left: 10px; z-index: 2;}
.catalogInventory li h3 {position: absolute; bottom: 5px; right: 10px; margin: 0; font-size: 16px; font-weight: normal; color: #fff;}
.catalogInventory li:hover h3 {color: #ff6501;} /* Anchor Hover Color */
.catalogInventory li h3 span {display: inline; color: #ff6501;} /* Arrow Color */

.harley .manufacturerLogo {width: 35px; height: 28px; background:url(/imglib/newinv/harley/harley-davidson-logo.png) top left no-repeat;}
#harleyLastCatalog a {background:url(/imglib/newinv/harley/harley-davidson-last.jpg) top left no-repeat;}
#harleyLatestCatalog a {background:url(/imglib/newinv/harley/harley-davidson-latest.jpg) top left no-repeat;}
#harleyNewCatalog a {background:url(/imglib/newinv/harley/harley-davidson-new.jpg) top left no-repeat;}
#harleyPreCatalog a {background:url(/imglib/newinv/harley/harley-davidson-pre-owned.jpg) top left no-repeat;}

/* Calendar */
.cluetip-default h3#cluetip-title {background-color: #4e4e4c !important;}
.cluetip-default #cluetip-outer {background-color: #efefef !important;}
.cluetip-default #cluetip-title a {color: orange !important; font-size: 0.95em;}
.heading2 p {text-align:center;}

/* Product Info/Inventory - Do not touch */
.BikeDetail div {color: #555 !important;}
.BikeDetail div span {color: #000 !important;}
#VehBody {color: #323232;}
#VehBody a {color: #000;}
#VehBody a:hover {color: #ff6501;}
.leftdiv, .centerdiv, .rightdiv {float: left; margin: 17px 0 0 0;}
.leftdiv {display: inline; margin-left: 30px; width: 302px;}
.leftdiv img {border: 3px solid #333;}
.centerdiv {margin-left:38px; width: 228px;}
.rightdiv {margin-left: 10px; width: 230px;}
.rightdiv ul li {display: inline;}
.rightdiv img {margin-bottom: 11px;}
.vhicle_row a {color: #000;}
#tooltip h3 {color: #000;}  
#swatches span, #information span {display: block; padding: 0 0 0 120px; height: 19px; background: none; color: #ccc; font-weight:bold;}
#biketext {margin-top: 15px; padding: 5px 0 5px 5px; width: 286px; height: 51px; color: #606060; font-weight:bold;}
#swatches span {padding-left: 65px;}
#swatchcolors {border: 3px solid #333; height: 178px; width: 204px; background-color: #fff; overflow: auto; padding: 10px 5px 0 13px;}
#swatchcolors li {list-style-type: none; height: 26px; margin-bottom: 8px; padding: 5px 0 6px 36px;}
#swatchcolors li p {display: inline; text-transform: uppercase; font-weight:bold;}
#information {margin-top: 15px; font-weight:bold;}
#information span {padding-left: 80px;}
.ulbox {list-style-type: none; border-top: 1px solid #333; border-right: 1px solid #333; border-left: 1px solid #333;}
.ulbox li {border-bottom: 1px solid #333;}
.ulbox a {padding: 10px; display: block;}
.ulbox a:hover, .ulbox a:active {background: #A0A0A0;}
.notice a {color: #f30;}
.bheader {font-weight:bold;}


/** jQuery Styles - For script styles that are used frequently **/

/* Nivo Slider v2.4 Layout Styles */
#slider {position:relative; background:url(/imglib/template/v4/nivo/loading.gif) no-repeat 50% 50%;margin:10px 0 0 8px;}
#slider img {position:absolute; top:0px; left:0px; display:none;}
#slider a {border:0; display:block;}

/* Nivo Slider v2.4 System Styles - Do not touch unless necessary */
.nivoSlider {position:relative;} 
.nivoSlider img {position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink {position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none;}
.nivo-slice {display:block; position:absolute; z-index:5; height:100%;}
.nivo-caption {position:absolute; left:0px; bottom:0px; background:#000; color:#fff; opacity:0.8; width:100%; z-index:6;}
.nivo-caption p {padding:5px; margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
.nivo-directionNav a {position:absolute; top:45%; z-index:6; cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav {position:absolute; left:800px; bottom:-20px;}/* Controls Position of the slide bubbles*/
.nivo-controlNav a {display:block; width:22px; height:22px; background:url(/imglib/template/v4/nivo/bullets.png) no-repeat; text-indent:-9999px; border:0; margin-right:3px; float:left;}
.nivo-controlNav a.active {background-position:0 -22px;}
.nivo-directionNav a {display:block; width:30px; height:30px; background:url(/imglib/template/v4/nivo/arrows.png) no-repeat; text-indent:-9999px; border:0;}
a.nivo-nextNav {background-position:-30px 0; right:15px;}
a.nivo-prevNav {left:15px;}

/* jqFeatured Inventory v1.5.3 Styles */

/* Large Format - Delete if not in use*/
.FINVImage img {width: 200px; height: 150px;}
.FINVImageNada img {width: 200px; height: 100px;}
#jqFeatured {width: 840px !important; height: 180px; overflow: hidden;}
#jqFeatured ul li {width: 200px; height: 180px; margin-right: 10px;}
#jqFeatured ul li a {text-align:center;color:#000;}
#pnlFeaturedInventory {width: 840px; margin:50px 0 0 45px;}
#pnlFeaturedInventory img {margin-bottom: 5px;}
#featured {position:relative; background: url(/images/proteam-harley-davidson-featured-inventory-bg.png) top left no-repeat;width:928px;height:248px;margin:0;left:4px;}
#featuredPrev, #featuredNext {top: 95px; display:block; width: 32px; height: 78px; position: absolute;}
#featuredPrev {left: 0px; background: url(/images/proteam-harley-davidson-arrow-left.png) no-repeat;box-shadow:3px 3px 3px #777;}
#featuredNext {right: 0px; background: url(/images/proteam-harley-davidson-arrow-right.png) no-repeat;box-shadow:3px 3px 3px #777;}
#featuredButton:hover {background-position: 0 0;}

/* Small Format - Delete if not in use
.FINVImage img {width: 100px; height: 75px;}
.FINVImageNada img {width: 100px; height: 50px;}
#jqFeatured {width: 100px !important; height: 105px; overflow: hidden;}
#jqFeatured ul li {width: 100px; height: 180px; margin-right: 10px;}
#pnlFeaturedInventory {width: 100px; margin:0;}
#pnlFeaturedInventory img {margin-bottom: 5px;}
*/

/* Dealer Spike Slider Layout Styles */
#dss1 {}
#dss1 ul {width: 820px; height: 376px;}
#dss1 li {border-left: 10px solid #000;}
#dss1 img {width: 700px; height: 376px;}
#dss1 div {padding: 5px; bottom: 50px; background: #000; color: #fff;}
#dss1 h3 {margin: 0; font-size: 16px;}
#dss1 p {margin: 0; font-size: 12px;}
#dss1 h3.expand {font-size: 32px;}
#dss1 p.expand {font-size: 16px;}

/* Dealer Spike Slider System Styles - Do not touch */
.dss{position: relative; overflow: hidden; padding: 0;}
.dss li{position: absolute; list-style: none;}
.dss a{display: block;}
.dss div{position: absolute;}
.dss h3,.dss p{white-space: nowrap;}
