html, body, * {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}


/********************************************************
	General styles - styles for content are below
********************************************************/

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

h2 {
	font-size: 18px;
	color: #CCC;
}

h3 {
	font-size: 13px;
	color: #FFF;	
}

h4 {}

p {
	margin: 7px 0 10px;
	font-size: 11px;
}

ul {}

li {
	list-style: none;
}

a {
	color: #2E3192;
}

img {
	border: none;
}

a {
	color: #FFF;
}

.readMore {
	text-align: right;
}

.readMore a {
	background: url(/images/grungy/bg_readMore-white.gif) no-repeat left 4px;
	color: #ff6600;
	padding-left: 10px;
}

.back.black a {
	background: url(/images/grungy/bg_back-black.gif) no-repeat left 4px;
	color: #ff6600;
	padding-left: 10px;
}

.back.white a {
	background: url(/images/grungy/bg_back-white.gif) no-repeat left 4px;
	color: #ff6600;
	padding-left: 10px;
	font-weight: bold;
}


/***********************************************************
	Container
***********************************************************/

#container {
	width: 986px;
	padding: 0 0 15px;
}


/***********************************************************
	Top Bar
***********************************************************/

#topBar {
	background: url(/images/grungy/bg_topBar.jpg) no-repeat right 0;
	height: 32px;
}

#topBar p {
	margin: 0;
}

#topBar img {
	vertical-align: middle;
}


/* Logo ***************************************************/

#topBar #topLogo {
	margin: 4px 15px 0;
	float: left;
	height: 27px;
	overflow: hidden;
}


/* Navigation *********************************************/

#topBar #topNav {
	float: left;
	font-size: 12px;
}

#topBar #topNav li {
	float: left;
}

#topBar #topNav a {
	display: inline-block;
	background: url(/images/grungy/bg_topBar-separation.jpg) no-repeat left top;
	padding: 7px 15px 9px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#topBar #topNav li.nb1 a {
	background: none;
}


/* Search *************************************************/

#topBar #search {
	float: right;
	margin: 5px 0 0;
}

#topBar #search .textInput {
	font-size: 11px;
	padding: 2px;
	border-top: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	color: #999;
	vertical-align: middle;
}

#topBar #search .imageInput {
	margin: 0 6px 0 9px;
	vertical-align: middle;
}


/***********************************************************
	Main
***********************************************************/

#main:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main {
	height: 1%;
	background: url(/images/grungy/bg_header.jpg) no-repeat left top;
	position: relative;
	padding: 0 0 20px;
}

#main h1 {
	position: relative;
	left: 260px;
	top: 47px;
	display: inline-block;
}

#main #retailerLogo {
	position: relative;
	left: 10px;
	top: 20px;
	margin: 0;
}



/***********************************************************
	Main - Menu
***********************************************************/

#main #menu {
	float: left;
	width: 195px;
	margin: 32px 65px 0 0;
}

#main #menu ul {}

#main #menu li {
	background: url(/images/grungy/bg_menu-li.jpg) no-repeat left bottom;
}

#main #menu li a {
	padding: 5px 5px 5px 23px;
	display: block;
	width: 168px;
	background: url(/images/grungy/bg_menu-a.gif) no-repeat 11px 10px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

#main #menu li a strong {
	color: #ff6418;
}



/***********************************************************
	Main - Content
***********************************************************/

#main #content {
	float: left;
	width: 725px;
	color: #CCC;
	margin: 65px 0 0;
}

#main #content h2 {
	color: #ff6418;
	font-size: 15px;
	margin: 15px 0 7px;
}

#main #content h3 {
	color: #FFF;
	font-size: 13px;
	margin: 5px 0;
}

#main #content li {
	padding: 0 0 0 15px;
	background: url(/images/grungy/bg_bullet.gif) no-repeat 2px 6px;
	line-height: 1.4em;
	color: #979797;
}

#main #content table {
	border: 1px solid #222222;
	width: 99%;
	border-collapse: collapse;
}

#main #content table th {
	border: 1px solid #1A1A1A;
	background: #1A1A1A;
	padding: 5px 7px;
	text-align: left;
}

#main #content table td {
	border: 1px solid #222222;
	padding: 5px 7px;
	color: #979797;
}

#main #content #refine {
	padding: 10px;
	background: #1A1A1A;
	border-bottom: 1px solid #212121;
}

#main #content #refine select {
	margin-left: 7px;
}


/*  Page navigation ****************************************
***********************************************************/

.pageNav {
	width: 100%;
	margin: 10px 0;
	font-size: 11px;
	border: none;
}

.pageNav td {
	border: none !important;
}

.pageNav a {
	display: inline-block;
	color: #ff6600;
	padding: 5px;
}

.pageNav strong {
	display: inline-block;
	padding: 5px;
	color: 646464;
}

.pageNav td.previous {
	width: 100px;
	padding-left: 13px;
}

.pageNav td.previous a {
	padding-left: 10px;
	background: url(/images/grungy/bg_previous.gif) no-repeat left 10px;
}

.pageNav td.pagesCount {
	text-align: center;
}

.pageNav td.next {
	text-align: right;
	width: 100px;
	padding-right: 13px;
}

.pageNav td.next a {
	padding-right: 10px;
	background: url(/images/grungy/bg_next.gif) no-repeat right 10px;
}


/*  News list  *********************************************
***********************************************************/

#main #content.newsList {
	margin-top: 75px;
	width: 710px;
}

#main #content.newsList .newsItem {
	padding: 11px 14px 3px;
}

#main #content.newsList .newsItem.nb1 {
	background: #1a1a1a;
	border-bottom: 1px solid #212121;
	border-top: 1px solid #212121;
}

#main #content.newsList .newsItem.nb2 {
	background: #121212;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main #content.newsList .newsItem h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

#main #content.newsList .newsItem .date {
	color: #999;
	margin: 0 0 10px;
	font-size: 12px;
}

#main #content.newsList .newsItem .readMore {
	text-align: left;
}

#main #content.newsList .newsItem.nb1 .readMore a {
	background-image: url(/images/grungy/bg_readMore-grey1.gif)
}

#main #content.newsList .newsItem.nb2 .readMore a {
	background-image: url(/images/grungy/bg_readMore-grey2.gif)
}

#main #content.newsList .pageNav {
	background: #292929;
	border-top: 1px solid #3b3b3b;
	width: 709px;
	margin-left: 1px;
}


/*  News detail ********************************************
***********************************************************/

#main #content.newsDetail {
	width: 710px;
}

#main #content.newsDetail .date {
	font-size: 12px;
}

#main #content.newsDetail p {
	line-height: 1.3em;
}

#main #content.newsDetail img.floatRight {
	float: right;
	border: 1px solid #303030;
	margin: 0 0 10px 10px;
}


/*  Calendar list  *****************************************
***********************************************************/

#main #content.calendarList {
	margin-top: 75px;
	width: 710px;
}

#main #content.calendarList .calendarItem:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main #content.calendarList .calendarItem {
	padding: 11px 14px 3px;
	height: 1%;
}

#main #content.calendarList .calendarItem.nb1 {
	background: #1a1a1a;
	border-bottom: 1px solid #212121;
	border-top: 1px solid #212121;
}

#main #content.calendarList .calendarItem.nb2 {
	background: #121212;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main #content.calendarList .calendarItem .date {
	color: #999;
	margin: 0 0 10px;
	font-size: 12px;
	float: left;
	width: 160px;
	padding-right: 20px;
}

#main #content.calendarList .calendarItem .calendarItemContent {
	float: left;
	width: 500px;
}

#main #content.calendarList .calendarItem h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

#main #content.calendarList .calendarItem .readMore {
	text-align: left;
}

#main #content.calendarList .calendarItem.nb1 .readMore a {
	background-image: url(/images/grungy/bg_readMore-grey1.gif)
}

#main #content.calendarList .calendarItem.nb2 .readMore a {
	background-image: url(/images/grungy/bg_readMore-grey2.gif)
}


/*  Postit Template ****************************************
***********************************************************/

#main .postit {
	background: url(/images/grungy/bg_postit-large.jpg) no-repeat left top;
	padding: 50px 0 0 0;
}

#main .postit .inner {
	background: #e2e2e2 url(/images/grungy/bg_postit-large-inner.jpg) no-repeat left bottom;
	padding: 0 30px 10px;
	color: #666;
}

#main .postit .pageNav {
	font-weight: bold;
	border: none !important;
}

#main .postit .pageNav td.previous a {
	padding-left: 10px;
	background: url(/images/grungy/bg_pageNav-grey-previous.gif) no-repeat left 10px;
}

#main .postit .pageNav td.next a {
	padding-right: 10px;
	background: url(/images/grungy/bg_pageNav-grey-next.gif) no-repeat right 10px;
}


/*  Album Gallery ******************************************
***********************************************************/

#main #content.albumGallery {}

#main #content.albumGallery .intro {
	font-size: 12px;
}

#main #content.albumGallery #gallery:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main #content.albumGallery #gallery {
	height: 1%;
}

#main #content.albumGallery #gallery .galleryItem {
	float: left;
	width: 205px;
	padding: 0 10px;
}

#main #content.albumGallery #gallery .galleryItem.nb1 {
	clear: left;
}

#main #content.albumGallery #gallery .galleryItem .thumbnail {
	background: url(/images/grungy/bg_gallery-album.jpg) no-repeat center top;
	padding: 12px 0 8px;
	text-align: center;
}

#main #content.albumGallery #gallery .galleryItem .date {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#main #content.albumGallery #gallery .galleryItem .title {
	margin: 1px 0 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
}


/*  Photo Gallery ******************************************
***********************************************************/

#main #content.photoGallery {}

#main #content.photoGallery .intro {
	font-size: 12px;
}

#main #content.photoGallery h2 {
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

#main #content.photoGallery #albumDescription {
	padding: 1px 20px 10px;
}

#main #content.photoGallery #gallery:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main #content.photoGallery #gallery {
	height: 1%;
}

#main #content.photoGallery #gallery .galleryItem {
	float: left;
	width: 115px;
	background: url(/images/grungy/bg_gallery-img.jpg) no-repeat center top;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#main #content.photoGallery #gallery .galleryItem.nb1 {
	clear: left;
}


/*  Video Gallery ******************************************
***********************************************************/

#main #content.videoGallery {}

#main #content.videoGallery .intro {
	font-size: 12px;
}

#main #content.videoGallery #videoFilter {
	background: #cecece;
	padding: 5px 10px;
	margin: 0 0 10px;
	font-weight: bold;
}

#main #content.videoGallery #videoFilter p {
	margin: 0;
	font-size: 12px;
}

#main #content.videoGallery #videoFilter select {
	margin: 0 5px;
}

#main #content.videoGallery #videoFilter option {
	padding-right: 10px;
}

#main #content.videoGallery #gallery:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main #content.videoGallery #gallery {
	height: 1%;
	padding-bottom: 10px;
}

#main #content.videoGallery #gallery .galleryItem:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main #content.videoGallery #gallery .galleryItem {
	height: 1%;
	float: left;
	width: 339px;
	cursor: pointer;
}

#main #content.videoGallery #gallery .galleryItem.nb1 {
	clear: left;
}

#main #content.videoGallery #gallery .galleryItem .thumbnail {
	background: url(/images/grungy/bg_gallery-video.jpg) no-repeat left top;
	padding: 12px 9px 12px 5px;
	float: left;
}

#main #content.videoGallery #gallery .galleryItem .description {
	height: 100px;
	position: relative;
	margin-left: 140px;
	width: 185px;
}

#main #content.videoGallery #gallery .galleryItem .description .alignBottom {
	position: absolute;
	bottom: 0;
}

#main #content.videoGallery #gallery .galleryItem .date {
	margin: 0;
	font-size: 10px;
}

#main #content.videoGallery #gallery .galleryItem .title {
	margin: 1px 0 10px;
	color: #333;
	font-weight: bold;
}


/*  Video Detail *******************************************
***********************************************************/

#main #content.videoGallery #videoDetail {
	text-align: center;
	padding: 20px 0 70px;
}

#main #content.videoGallery #videoDetail h2 {
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}


/*  Demo Ride **********************************************
***********************************************************/

#demorideForm table {}

#demorideForm table td {
	padding: 2px 10px 2px 0;
}

#demorideForm table input,
#demorideForm table label {
	vertical-align: middle;
}

/*  Search *************************************************
***********************************************************/

#main #content.searchResult #sortForm {
	background: #1A1A1A;
	padding: 15px 20px;
	width: 670px;
}

#main #content.searchResult #sortForm select {
	margin-left: 10px;
}

#main #content.searchResult #sortForm select option {
	padding-right: 10px;
}

#main #content.searchResult #searchList {
	margin-top: 10px;
	width: 710px;
}


#main #content.searchResult #searchList .searchItem {
    height: 30px; /* IE "min-height" trick */
    min-height: 30px; /* IE "min-height" trick */
    padding: 11px 14px 3px 40px;
}
*>#main #content.searchResult #searchList .searchItem {
    height: auto; /* IE "min-height" trick */
}

#main #content.searchResult #searchList .searchItem.nb1 {
	background: #1a1a1a no-repeat;
	border-bottom: 1px solid #212121;
	border-top: 1px solid #212121;
}

#main #content.searchResult #searchList .searchItem.nb2 {
	background: #121212 no-repeat 11px 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main #content.searchResult #searchList .searchItem.text {
	background-image: url(/images/grungy/bg_searchResult-text.jpg);
	background-position: 11px 14px;
}

#main #content.searchResult #searchList .searchItem.page {
	background-image: url(/images/grungy/bg_searchResult-page.jpg);
	background-position: 11px 12px;
}

#main #content.searchResult #searchList .searchItem.picture {
	background-image: url(/images/grungy/bg_searchResult-picture.jpg);
	background-position: 11px 12px;
}

#main #content.searchResult #searchList .searchItem.video {
	background-image: url(/images/grungy/bg_searchResult-video.jpg);
	background-position: 11px 12px;
}

#main #content.searchResult #searchList .searchItem.music {
	background-image: url(/images/grungy/bg_searchResult-music.jpg);
	background-position: 11px 14px;
}

#main #content.searchResult #searchList .searchItem.event {
	background-image: url(/images/grungy/bg_searchResult-event.jpg);
	background-position: 11px 14px;
}

#main #content.searchResult #searchList .searchItem h3 {
	font-size: 14px;
	margin: 0;
}

#main #content.searchResult #searchList .searchItem h3 a {
	color: #FF6418;
}

#main #content.searchResult #searchList .searchItem .readMore {
	text-align: left;
}

#main #content.searchResult #searchList .searchItem.nb1 .readMore a {
	background-image: url(/images/grungy/bg_readMore-grey1.gif)
}

#main #content.searchResult #searchList .searchItem.nb2 .readMore a {
	background-image: url(/images/grungy/bg_readMore-grey2.gif)
}

#main #content.searchResult .pageNav {
	background: #292929;
	border-top: 1px solid #3b3b3b;
	width: 709px;
	margin-left: 1px;
}


/*  Newsletter *********************************************
***********************************************************/

#main #content.newsletter {}

#main #content.newsletter .selects {
	padding: 5px 0 0 55px;
}

#main #content.newsletter table {
	border: none;
}

#main #content.newsletter table td {
	border: none;
	padding: 3px 0;
}

#main #content.newsletter label {
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}

#main #content.newsletter input {
	vertical-align: middle;
}

#main #content.newsletter .inner table td {
	color: #000;
}

#main #content.newsletter .inner h3 {
	color: #000;
	font-size: 15px;
}

#main #content.newsletter .inner h3 strong {
	color: #FF6418;
}

#main #content.newsletter .inner .submit {
	padding: 20px 0 20px;
}

label.error {
	color: #990000;
	margin-left: 10px;
	font-weight: bold;
}


/***********************************************************
	Banners
***********************************************************/

#banners:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#banners {
	height: 1%;
	padding-bottom: 5px;
}

#banners .left {
	float: left;
	width: 200px;
	margin: 5px;
}

#banners .right {
	float: right;
	width: 745px;
	margin: 5px;
}



/***********************************************************
	Footer
***********************************************************/

#footer:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#footer {
	color: #717171;
	font-size: 11px;
	background: url(/images/grungy/bg_footer.jpg) no-repeat left top;
	padding: 5px 0;
}

#footer p {
	float: left;
	margin-right: 20px;
}

#footer img {
	vertical-align: middle;
}

#footer a {
	color: #717171 !important;
	text-decoration: none;
	padding: 0 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.info {
	float: left;
	padding-top: 10px;
}