
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ff212e; color:#fff; text-shadow: none; }
::selection { background:#ff212e; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ff212e; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a { color: #ff212e; text-decoration:none; }
a:hover { color: #ff212e; text-decoration:underline; }


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	padding:0 12px;
}
#container {
	margin:0 auto;
	width:980px;

	}
#container_5 {
	margin:0 auto;
	width:944px;
	}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
}

#container_5 .grid_1 {
	width:20%;
	margin:0px;
	padding:0px;
	}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .grid_1 {
	width:227px;
}

.container_4 .grid_2 {
	width:466px;
}

.container_4 .grid_3 {
	width:705px;
}

.container_4 .grid_4 {
	width:944px;
}



/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .prefix_1 {
	padding-left:239px;
}

.container_4 .prefix_2 {
	padding-left:478px;
}

.container_4 .prefix_3 {
	padding-left:717px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .suffix_1 {
	padding-right:239px;
}

.container_4 .suffix_2 {
	padding-right:478px;
}

.container_4 .suffix_3 {
	padding-right:717px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .push_1 {
	left:239px;
}

.container_4 .push_2 {
	left:478px;
}

.container_4 .push_3 {
	left:717px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .pull_1 {
	left:-239px;
}

.container_4 .pull_2 {
	left:-478px;
}

.container_4 .pull_3 {
	left:-717px;
}



/*
    // ========================================== \\
   ||                                              ||
   ||               Ride styles                    ||
   ||                                              ||
    \\ ========================================== //
*/

html {
	background:#454545;
	height:100%;
	}
body {
	min-height:100%;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10px;
	line-height:18px;
	color:#fff;
	background:url('../images/ride-soyle.gif') repeat-y center top;
	}

header {
	height:150px;
	margin:0 0 18px 0;
	border-top:10px solid #ff212e;
	background:url('../images/headerbg.png');
	position:relative;
	}
p {
	margin-bottom:1em;
	}

#logo {
	width:270px;
	height:93px;
	position:absolute;
	top:16px;
	left:18px;
	margin:0;
	padding:0;
	}
#logo a {
	width:270px;
	height:93px;
	display:block;
	background:url('../images/ride-logo-web-top.png');
	}
#powersports {
	width:515px;
	height:59px;
	position:absolute;
	right:8px;
	top:6px;
	background: url('../images/powersports-top.png');
	}
#search, form.search {
	width:228px;
	height:29px;
	background:url('../images/search-box.png');
	position:absolute;
	right:14px;
	top:78px;
	font-size:10px;
	}
#search button, form.search input.button {
	background:transparent;
	border:none;
	display:block;
	position:absolute;
	width:48px;
	height:21px;
	top:5px;
	left:4px;
	color:#FFF;
	}
#search input, form.search input#mod_search_searchword {
	display:block;
	border:none;
	background:transparent;
	color:#FFF;
	line-height:21px;
	width:170px;
	height:21px;
	position:absolute;
	left:53px;
	top:5px;
	}
form.search label {
  display:none;
}
#mainnav {
	position:absolute;
	bottom:0px;
	height:34px;
	line-height:34px;
	z-index: 11;
	}
#mainnav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#mainnav li {
	float:left;
	border-left:1px solid #a7a7a7;
	height:34px;
	}
#mainnav li:first-child {
	border-left:0px;
	}
#mainnav a {
	display:block;
	height:34px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	padding-left:18px;
	background:url('../images/menubar-bg.png');
	white-space:nowrap;
	}
#mainnav li:last-child a {

	}
#mainnav .item1 {

	}
#mainnav a:hover, #mainnav a.hovered {
	background-position:0 -34px;
	text-decoration:underline;
	}
#kjoretoy-menu a.hovered, #mainnav .item3 .hovered  {
	height:52px;
	}
#overlay {
	position:absolute;
	top:168px;
	z-index: 10;
	background:url('../images/drop-bg.png');
	height:430px;
	width:980px;
	display:none;
	}


#cases, #vehicle {
	background:#000;
	margin-top:465px;
	padding-top:18px;
	padding-bottom:18px;
	}

#cases .case {
	display:block;
	height:252px;
	background:url('../images/fpcase-item-bg.png');
	}
#cases .text {
	padding:7px 8px 0;
	}
#cases img {
	display:block;
	}
#cases h3 {
	border-bottom:1px solid #fff;
	margin-bottom:3px;
	}
#cases a {
	color:#FFF;
	text-decoration:none;
	}
#cases a:hover h3 {
	color:#ff212e;
	border-color:#ff212e;
	}


#flow-wrap {
  height: 447px;
  left: 0;
  min-width: 980px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 178px;
}
#under-flow {
  margin: 0 auto;
  width: 980px;
}

.shadow, a.item {
	box-shadow: 0 0 9px #000;
	-moz-box-shadow: 0 0 9px #000;
	-webkit-box-shadow: 0 0 9px #000;
	-o-box-shadow: 0 0 9px #000;
	}

footer {
	height:67px;
	background:url('../images/footerbg.png') repeat-x 0 18px #000;
	padding:18px 0;
	border-bottom:10px solid #ff212e;
	}
footer a {
	color:#eee;
	text-decoration:none;
	}
footer .grid {
	width:103px;
	height:35px;
	padding:0px 18px;
	margin:16px 0;
	line-height:35px;
	text-align:right;
	border-left:1px solid #a7a7a7;
	color:#eee;
	float:left;
	}
footer .grid.fb {
    width:277px;
    margin:0px;
    border:0px;
    height:60px;
    padding:0px;
    position:relative;
    overflow:hidden;
    }
footer .grid.fb iframe {
    position:relative;
    left:-2px;
    top:-1px;
    }
footer .alpha {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	border-left:0;
	border-right:1px solid #a7a7a7;
	width:104px;
	}
#bottomfeeder {
	background:#000;
	min-height:18px;
	}
#soyle {
	position:absolute;
	width:173px;
	top:0px;
	bottom:0px;
	}
#container_5 {
	padding-top:20px;
	}
#container_5 h3 {
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #ff212e;
	margin-bottom:18px;
	line-height:31px;
	}
#container_5 li a {
	display:block;
	border-bottom:1px solid #a7a7a7;
	color:#FFF;
	height:34px;
	line-height:31px;
	margin-right:10px;
	margin:3px 10px 3px 0;
	text-overflow:;
	}
#container_5 li:last-child a {
	border-bottom:0px;
	}

#main {
	background:#000;
	}

#main h2 {
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	line-height:31px;
	margin-top:9px;
	margin-bottom:18px;
	}
#main #vehicle h2 {
	border-top:1px solid #333;
	border-bottom:0px;
	}
#art-list .art {
	display:block;
	height:178px;
	margin-bottom:18px;
	color:#FFF;
	}
#art-list h3 {
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #ff212e;
	height:18px;
	line-height:18px;
	padding-left:2px;
	}	
#art-list a.art {
    position:relative;
    }
#art-list a.art img.grid_1 {

    }
#art-list .text {
	padding:9px 9px 0 9px;
	color:#FFF;
	height:150px;
	width:209px;
	background:url('../images/art-list-bg.png');
	float:right;
	}
#art-list a:hover {
	text-decoration:none;
	}
#art-list a:hover h3{
	text-decoration:none;
	background:#ff212e;
	}
h2 .date, h3 .date {
	display:block;
	float:right;
	font-size:0.8em;
	}
h3 .date {
	padding:0px 3px;
	}
h2 a {
	color:#FFF;
	}
article h1 {
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	border-bottom:1px solid #fff;
	margin-bottom:9px;
	position:relative;
	top:-3px;
	}
article .ingress {
	font-size:12px;
	margin-bottom:18px;
	}
article #images img {
	display:block;
	margin-bottom:18px;
	border-top:1px solid #ff212e;
	border-bottom:1px solid #a7a7a7;
	}

#vehicle aside h3 {
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	font-weight:normal;
	}
#vehicle dl
{
	float: left;
	width: 100%;
	margin: 0 0 27px;
	padding: 0;
}

#vehicle dt
{
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 2px 5px 2px 0;
	border-bottom: 1px solid #a7a7a7;
	
}

#vehicle dd
{
	float: left;
	width: 122px;
	margin: 0;
	padding: 2px 0px 2px;
	border-bottom: 1px solid #a7a7a7;
	color:#ff212e;
}

#bike-list .heading {
	border-bottom:1px solid #ff212e;
	height:31px;
	margin-top:9px;
	margin-bottom:18px;
	}
#categorychooser {
	height:18px;
	line-height:18px;
	float:right;
	padding:2px 0 0 0;
	background:#000;
	border:1px solid #fff;
	color:#FFF;
	margin:6px 0 0 0;
	border-radius:5px;
	width:100%;
	}
#categorychooser option {
	padding:5px;
	}
#categorychooser-button:hover {
	color:#fff;
	border-color:#fff;
	text-decoration:none;
	}
#categorychooser-button.ui-state-active:hover {
	color:#000;
	}
#bike-list .bike {
	border:1px solid #a7a7a7;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	width:225px;
	height:223px;
	overflow:hidden;
	margin-bottom:18px;
	color:#FFF;
	}
#bike-list h3, #bike-list .bike p {
	padding:0 10px;
	line-height:31px;
	height:31px;
	white-space:nowrap;
	overflow:hidden;
	font-weight:normal;
	color:#c9c9c9;
	}
#bike-list .bike img {
	display:block;
	position:relative;
	left:-1px;
	border-top:1px solid #ff212e;
	border-bottom:1px solid #a7a7a7;
	}
#bike-list .bike:hover {
	text-decoration:none;
	border-color:#fff;
	background:url(../images/list-item-bg.png) repeat left 15px;
	}
#bike-list .bike:hover h3 {
	color:#fff;
	}
#bike-list .bike:hover p {
	color:#fff;
	}
ul#categorychooser-menu {
	top:213px !important;
	}
#bike-content {
    clear:both;
    }
#blockrandom {
    min-height:300px !important;
    }

#banner {
    display:block;
    margin:18px 0;
    padding:0px;
    width:980px;
    background:url('../images/fpcase-item-bg.png') left bottom;
    height:100px;
    position: absolute;
    top: 619px;
    }
#banner a {
    display:block;
    text-decoration:none;
    height:80px;
    padding:18px 12px 18px 257px;
    background:url('../images/ride-logo-227.png') no-repeat 12px 12px;
    }
#banner h3 {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 3px;
    text-transform:uppercase;
    color:#FFF;
    }
#banner h1 {
    font-size:30px;
    color:#FFF;
    line-height:50px;
    }
#banner a:hover h3 {
    color:#FF122A;
    border-color:#FF122A;
    }


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.right{float:right;}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}