

	/*Header
	---------------------------*/
	#timestampabs { 
		width: 197px;
		text-align: right;
		float: right;
		padding-right: 10px;	
	}
	
	#timestampabs input { 
		text-align: right;
		color: #c4151b;
		background-color: none;
	}
	
	
	#master {
		margin: 0px auto;
		width: 960px;
		text-align: left;
	}
	
	#logo { 
		float: left;
		margin: 25px 0 25px 0;
	}
	
	#finddealer {
	 float: right;
	 text-align: right;
	 margin-top: 25px;
	}
	
	#dealheader { 
		float: left;
		margin: 27px 2px 0 8px;
		border: 0;
		}
		
	#vipheader { 
		float: left;
		margin: 16px 0 0 0;
		border: 0;
		}
	
	/*Navigation
	---------------------------*/
	#navigation { 
		
		clear: both;
		border-bottom: 1px solid #bfbfbf;
		height: 14px;
		margin-bottom: 20px;
		padding: 0 0 1px 0;
		}
		
	 #navigation ul { 
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1em;
		font-size: 11px;
		z-index: 5000;
		cursor: default;
		float: left;
		}

	#nav #nav a:link, #nav a:visited { 
		
		} 
	
	#nav a:hover, #nav a:active, #nav a:link, #nav a:visited { 
		text-decoration: none;
		} 
	
	#nav a {
		display: block;
		/*width: 10em;*/
	}
	
	#nav li { /* all list items */
		float: left;
		/*width: 10em;  width needed or else Opera goes nuts NOTE: no it doesn't this is a comment from the original menu */
	}
	
	#nav li a { /* remove the underlines no matter what */
		text-decoration: none;
		cursor: pointer;
		font-style: italic;
		color: #666666;
	}
	
	/* second-level lists */
	#nav li ul { 
		position: absolute;
		text-transform: uppercase;
		width: 142px;
		margin: -2px 0 0 -10px;;
		padding: 0;
		left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	/* second-level lists elements */
	#nav li ul li { 
		width: 142px; /*added to give width to secondary list because we are not setting it on the first nav*/
	}
	
	
	/* second-level list setting up specific layouts with header content and footer  */
	#nav li ul li.top { 
		background-image: url(src/subnav-header.gif);
		background-repeat: no-repeat;
		height: 10px;
		padding: 0;
		
	}
	
	#nav li ul li.mid { 
		background-image: url(src/subnav-content.gif);
		padding: 0;
	}
	
	#nav li ul li.mid a { 
		padding: 4px 9px 4px 10px;
	}
	
	#nav li ul li.mid img { /* position that silly little arrow */
		margin-top: -2px; 
		vertical-align: middle;
		/*margin-bottom: -6px;*/
	}
	
	#nav li ul li.bottom { 
		background-image: url(src/subnav-footer.gif);
		background-repeat: no-repeat;
		height: 9px;
		padding: 0;
		cursor: default;
	}
	
	/* third-and-above-level lists */
	#nav ul ul { 
		margin: -29px 0 0 139px; /* 3 less than 138 to accomodate for that border on the right*/
	}
	
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}
	
	#nav li:hover, #nav li.sfhover { /*Bug fix for ie 7*/
			position: static;
	}
	
	/* lists nested under hovered list items */
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
		left: auto;
	}
	
	/*Make the selected sub list item red*/
	#nav li li:hover a.second, #nav li li.sfhover a.second, #nav li li li:hover a.third, #nav li li li.sfhover a.third { 
		color: #cc0000;
	}
	
	#nav a.nolink { 
		cursor: default;
		}
		
	/*Body Content
	---------------------------*/
	
	#genPgLeftImage {
		float:left; 
		margin-right: 20px;
		margin-bottom: 20px;
		width: 430px;
	}

	#genPgRightTextContainer {
		float:left; 
		width: 450px; 
		margin-bottom: 20px;
	}
	
	#genPgRightTextContainer #titleheader {
		margin: 20px 0;
	}
	
	/*Content Page Title Header*/
	#titleheader { 
		margin: 0 0 20px 0;
		}
	
	#titleheader img { 
		display: block;
		}
	/*Footer
	---------------------------*/
	#footerdiv { 
		/*font-family: Arial, Helvetica, sans-serif;*/ 
		font-size: 10px; 
		font-weight: normal; 
		color: #666666;
	}


	.footer { 
		/*font-family: Arial, Helvetica, sans-serif;*/ 
		font-size: 10px; 
		line-height: 115%; 
		font-weight: normal; 
		color: #a7a9ac;
		padding-left: 9px;
	}
	
	.footerlinetwo { 
		/*font-family: Arial, Helvetica, sans-serif;*/ 
		font-size: 10px; 
		line-height: 30px; 
		font-weight: normal; 
		color: #000000;
		padding-left: 10px;
	}
		
/*---------------------------------------------------------
	Individual Pages 
---------------------------------------------------------*/	
	
	/*Collection 
	---------------------------*/
	#collectionslinks { 
		clear: both;
		padding: 10px 0;
		text-transform: uppercase;
		font-style: italic;
		}
		
	
	
	#collectionslinks a:link, #collectionslinks a:visited, #collectionslinks a:active, #collectionslinks a:hover { 
		text-decoration: none;
		margin-right: 15px;
		}
		
	#collectionslinks a:link, #collectionslinks a:visited, #collectionslinks a:active, #collectionslinks a:hover { 
		text-decoration: none;
		margin-right: 15px;
		}
		
	#collectionslinks a:link, #collectionslinks a:visited { 
		color: #666666;
		}
		
	#collectionslinks a:active, #collectionslinks a:hover { 
		color:#C4151B;
		}
		
	#collectionslinks .collectioncat { 
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		}	
		
	#collectionslinks a:link.collectioncat, #collectionslinks a:visited.collectioncat { 
		color: #000000;
		}
		
	#collectionslinks a:hover.collectioncat, #collectionslinks a:active.collectioncat { 
		color: #C4151B;
		}
		
	/*Team 
	---------------------------*/
	.teamcont { 
		float: left;
		float: left;
		width: 200px;
		text-transform: uppercase;
		font-style: italic;
	}
	
	.teamcont a:link, .teamcont a:visited { 
		color: #666666;
	}
	
	.teamcont a:active, .teamcont a:hover { 
		color: #c4151b;
	}
	
	.teampop { 
		float: left;
		float: left;
		width: 115px;
		text-transform: uppercase;
		font-style: italic;
		color: #333333;
		padding-right: 10px;
		}
		
	.teampop a:link, .teampop a:visited, .teampop a:active, .teampop a:hover { 
		float: left;
		float: left;
		width: 125px;
		text-transform: uppercase;
		font-style: italic;
		text-decoration: none;
		}
		
.teampop a:link, .teampop a:visited { 
		color: #333333;
		}
		
.teampop a:active, .teampop a:hover { 
		color: #c4151b;
		}
		
	.teampop h4 { 
		color: #ffffff;
		font-style: normal;
		}
		
	
	#skate { 
		padding-left: 20px;
		padding-bottom: 30px;
		}
	
	.team { font-family: arial; font-size: 9px; color: #333333; margin-right: 5px; }
	.team a { color: #c4151b; }
	.team a:visited { color: #c4151b; }
	.team a:hover { color: #c4151b; }
	.team a:focus { color: #c4151b; }
	
	.teamtitle { 
		display: block;
		margin-top: 40px;
		margin-bottom: 20px;
		}
	#teammemberimage, #genPgLeftImage { 
		float: left;
		padding-right: 20px;
		padding-bottom: 20px;
		width: 430px;
		font-size: 10px;
		}
		
	#floater { 
		float: left;
		text-align: center;
		}
	
	#teammemberimage img, #genPgLeftImage img { 
		padding-bottom: 5px;
		border: 0px;
		display: block;
		}
		
	#teammembername { 
		float: left;
		width: 470px;
		}
		
	#teamcopy { 
		padding-left: 3px;
		}
	
	/*Jobs 
	---------------------------	*/
	#jobs h3, #jobs h4 {
		padding: 0 0 5px 0;
	}
	
	#jobs div.descr {
		padding: 0 0 5px 0;
	}
	
	#jobs div.title strong, #jobs div b {
		padding: 0 0 5px 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: bold;
	}
	
	/*FAQs 
	---------------------------*/	
	#faqlinks {
		padding-bottom: 20px; 
		}
	
	#faqlinks h2 {
		padding-bottom: 5px; 
		}
		
	#faqcontent {
		padding-bottom: 20px; 
		}
		
	
	#faqcontent strong {
		color: #666666;
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		text-transform:uppercase;
		}
		
	/*Dealer Locator 
	---------------------------*/	
	#dealertitle { 
		margin:50px 0px 50px 15px
  	}
		
	
	.dealerheader { 
		padding-bottom: 26px;
		display: block;
		}
		
	.searchcontainer { 
		float: left;
		padding: 20px;
		border-right: 1px solid #bfbfbf;
		width: 279px;
		height: 188px;
		margin-bottom: 190px;
		}
		
	.searchcontainer select, .searchcontainer input {
		vertical-align: middle;
		}
		
	.searchinterior { 
		height: 145px;
		}
		
	.dealerlabel, .dealerform {
		float: left;
		margin-bottom: 2px;
		
	} 
	
	.dealerlabel { 
		width: 110px;
		text-align: right;
		padding: 2px 4px 0 0;
		height: 22px;
		}
	
	.dealerform { 
		width: 165px;
		text-align: left;
		height: 24px;
		}
		
	.dealercheckbox { 
		text-align: right;
		margin-right: 148px;
		clear: both;
		height: 20px;
		}
		
	.dealercheckbox input { 
		width: 18px !important;
		vertical-align: middle;
		}
	
		
	.search { 
		margin-left: 115px;
		border: 0;
		}
		
	#searchcity .searchinterior input { 
		width: 150px;
		}
	
	#searchcity select { 
		width: 156px;
		}	
		
	

	
	#searchpostal .searchinterior input { 
		width: 60px;
		}	
	
	#searchpostal select { 
		width: 66px;
		padding: 1px;
		}	
	
	#searchonline { 
		border-right: 0;
		}
		
	
	
		
		

		
	#footerline { 
		clear: both;
		}
		
		
	/*Old dealer styles. 
	#dealerformcontent { 
		padding: 0px 0px 0px 35px;
		}
		
	.dealerformimages { 
		padding: 10px 0px 2px 0px;
		}
		
	#resultstext { 
		color: #999999;
		padding: 10px 0px 0px 50px;
		width: 200px;
		float: left;
		}
		
	#resultspage { 
		color: #999999;
		width: 200px;
		margin: -20px 0px 0px 500px;
		}
		
	#searchagain { 
		margin: 5px 0px 0px 100px;
		width: 125px;
		}
	*/	
	
		
	/*Dealer Locator - Results
	---------------------------*/	
	.dealerresultsheader { 
		border-right: 1px solid #bfbfbf;
		}
	
	.resultswrapper { 
		padding-bottom: 20px;
		}
		
	.columnname, .columncity, .columnstate, .columncountry { 
		float: left;
		text-transform: uppercase;
		}
	
	.columnname { 
		width: 400px;
		}
		
	.columnname h2 span { 
		font-size: 10px;
		}
	
	.columncity { 
		width: 123px;
		text-align: center;
		}
		
	.columnstate { 
		width: 150px;
		text-align: center;
		}
		
	.columncountry { 
		width: 128px;
		text-align: center;
		}

	/*Repair Center
	---------------------------*/	
	#repaircenter { 
		text-align: right;
		}

	#repaircenter h2 { 
		margin-bottom: 10px;
		text-align: left;
		}
	
	#repaircenter .formcola { 
		text-transform: uppercase;
		font-style: italic;
		width: 215px;
		text-align: right;
		padding-top: 4px;
		padding-bottom: 5px;
		}
		
	#repaircenter .formcolspan { 
		padding-left: 225px;
		width: 225px;
		text-align: left;
		padding-bottom: 5px;
		}
		
	#repaircenter input { 
		vertical-align: middle;
		}
		
	#repaircenter textarea { 
		height: 80px;
		}
		
	#repaircenter select  { 
		font-family: "Times New Roman", Times, serif;
		margin: 0;
		border: 1px solid #666666;
		font-size: 12px;
		padding: 3px;
		vertical-align: middle;
		}
		
	#repaircenter .textfield { 
		width: 257px;
		margin: 0;
		border: 1px solid #666666;
		font-size: 12px;
		padding: 3px;
		vertical-align: middle;
		color: #000;
		}
		
	#repaircenter select.selectfield, #repaircenter select.selectfieldinactive  { 
		width: 265px;
		}
		
	#repaircenter .selectfield { 
		color: #000;
		background-color: #fff;
		}
		
	#repaircenter .selectfieldinactive { 
		color: #666;
		background-color: #ccc;
		}
		
		
	#repaircenter .formcola span { 
		font-size: 10px;
		}
		
	#repaircenter .formcolb { 
		width: 265px;
		padding-bottom: 5px;
		text-align: left;
		}
		
	#repaircenter .radiocol { 
		text-align: left;
		padding-top: 4px;
		}
		
	#repaircenter .radiocol input { 
		padding: 0;
		margin: 0;
		vertical-align: middle;
		}
		
		/*Ad Landing
	---------------------------*/	
	#adwrapper { 
		position: relative;
		height: 550px;
		}
		
	.adcontainer { 
		position: absolute;
		height: 550px;
		overflow: hidden;
		}
		
	
	.hometeam { 
		float: left;
		margin-right: 10px;
		width: 325px;
		}
	
	.homecollections {
		float: left; 
		width: 625px;
		}


/*---------------------------------------------------------
	General 
---------------------------------------------------------*/	

form {
	padding: 0;
	}
	
a { 
	outline: none;
	}
	
input, textarea, select { 
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	}

img { 
	border: 0;
	}

.clear {
	clear: both;
}

.textsmall { 
	font-size: 10px;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	}
	
h2 a:hover, h2 a:active, h2 a:link, h2 a:visited { 
	color: #000000;
	text-decoration: none;
	}

h3 {
  color: #666666;
  font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

input, textarea, select {
  font-size: 11px;
}
.red {
  color: #c4151b;
}
.highlight {
  color: #c4151b;
	font-style: italic;
}
.copyright {
  font-size: 10px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.copyright a {
  margin-left: 20px;
  font-size: 10px;
}
.error { 
	color: #c4151b;
	font-weight: bold;
	}
	
/* Generic Form containers*/
	
.formcola, .formcolb { 
	float: left;
	padding-bottom: 5px;
	}

.formcola { 
	width: 200px;
	margin-right: 10px;
	}
	
.formcolb { 
	width: 300px;
	}
	
.formcolspan { 
	width: 300px;
	padding-left: 210px;
	padding-bottom: 5px;
	clear: both;
	}
	
.label,.field { 
	float: left;
	padding-bottom: 5px;
	}

.label {
	width: 100px;
	margin-right: 10px;
	
	}
	
.field { 
	width: 340px;
	}
