@import url(header.css);
@import url(footer.css);
@import url(fonts.css);

* {
	margin:0;
	padding:0;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #ffffee;
	text-shadow: 0px 1px 0px rgba(255, 255, 238, .50);
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .20);
}

a img {
	border: 0;
}

#body {
	background: #ffffee url(../images/grey_gradient_bg_t.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	display: block;
}

#wrapper {
	margin: 0 auto;
	margin-left: 10px;
	padding: 0;
	padding-bottom: 30px;
	width: 900px;
	min-height: 440px;
	display: block;
}

#wrapper h1 {
	color: #ffffee;
	float: left;
	display: inline;
	text-transform: uppercase;
	font-size: 3.6em;
	line-height: 1em;
	text-shadow: 2px 3px 5px rgba(55, 55, 38, .50);
}

#wrapper p {
}

#wrapper .imageContainer {
	width: 500px;
	float: left;
	display: inline;
	text-align: center;
}

#wrapper .shinyImage {
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}

#wrapper .copy {
	float: left;
	display: inline;
	width: 700px;
	margin-top: 45px;
}

#wrapper .copy h2 {
	font-size: 2em;
	color: #000;
}

#wrapper .copy h3 {
	margin-top: 1.0em;
	margin-bottom: 0.2em;
}

#wrapper .copy p {
	font-size: 1.4em;
	margin-top: 1em;
	color: #545454;
}

#wrapper .standardLink {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/right_arrow.gif) no-repeat center left;
	font-size: 1.5em;
	font-family: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
	font-weight: bold;
}

#wrapper #bugs {
	clear: both;
	width: 900px;
	height: 116px;
	margin: 0;
	padding: 0;
}

#wrapper #bugs div {
	margin: 0;
	padding: 0;
	margin-right: 12px;
	display: inline;
	float: left;
	width: 292px;
}

#wrapper #bugs div div {
	display: none;
	margin: 0;
	float: none;
}

#wrapper #bugs div a {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#wrapper #bugs div a img {
	margin: 0;
	padding: 0;
}

#wrapper #bugs div.last {
	margin: 0;
	padding: 0;
}

/*** infoBox ***/

#infoBox {
	display: none;
	border: 5px solid #3d4045;
	border-top: 3px solid #3d4045;
	background: #ffffee;
	position: absolute;
	top: 157px;
	width: 550px;
	z-index: 10000;
}

#infoBoxUpArrow {
	position: relative; /* Relative works in FF and Safari. IE doesn't like it. Safari doesn't like absolute. */
	margin-top: -13px;
}

#infoBox #frtDiv ul {
	margin: 0;
	margin-left: 13px;
	padding: 0;
}

#infoBox #frtDiv li {
	list-style-position: outside;
	list-style-type:square;
	margin-left: 0;
	padding-left: 0px;
}

#infoBox #controlBox h2 {
	background: #3d4045;
	color: white;
	text-transform: uppercase;
	padding: 7px 10px 7px 10px;
	float: left;
	display: inline;
}

#infoBoxShadow {
	display: none;
	width: 560px;
	background: black;
	position: absolute;
	top: 162px;
	margin-right: 5px;
	z-index: 9999;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}

#infoBox #controlBox {
	color: #ffffee;
	background: #3d4045;
	height: 35px;
}

#infoBox #controlBox a {
	color: #ffffee;
	text-decoration: none;
}

#infoBox #controlBox a.printLink,
#infoBox #controlBox a.closeLink {
	display: inline;
	margin: 10px 0;
	position: static;
	cursor: pointer;
}

#infoBox #controlBox a.printLink {
	float: left;
	background: url(../images/print_Icon_dark.gif) no-repeat center left;
	padding-left: 15px;
	margin-left: 5px;
	height: 15px;
	line-height: 1.5em;
	cursor: pointer;
}

#infoBox #controlBox a.closeLink {
	float: right;
	background: url(../images/close_icon_dark.gif) no-repeat center right;
	padding-right: 20px;
	margin-right: 5px;
	height: 16px;
	line-height: 1.5em;
	cursor: pointer;
}

#infoBox .menu {
	background: #cbcbcb url(../images/header_subnav_bg.gif) repeat-x top left;
	height: 27px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #9e9e9e;
	margin: 0;
	padding: 0 10px;
}

#infoBox .menu ul {
	list-style: none;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	display: block;
}

#infoBox .menu ul li {
	float: left;
	display: inline;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding: 0;
}

#infoBox .menu ul li a {
	color: #5a5c5f;
	text-decoration: none;
	font-size: 1em;
	float: left;
	display: inline;
	margin-left: 5px;
	padding: 3px 5px 3px 0;
}

#infoBox .menu ul li.current a,
#infoBox .menu ul li a:hover {
	color: #5a5c5f;
	color: black;
}

#infoBox .menu ul li.current {
	background: url(../images/subnav_highlight_endcap.gif) no-repeat top left;
}
#infoBox .menu ul li.current a {
	background: url(../images/subNav_highlight_bg.gif) no-repeat top right;
}

#infoBox .content {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	color: #3d4145;
}

#infoBox table {
	width: 100%;
	margin: 0;
	font-size: 0.9em;
}

#infoBox th {
	background: #cecdcd;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 5px;
	padding-left: 10px;
	color: black;
}

#infoBox td {
	background: #efeff0;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 5px;
	padding-left: 10px;
	vertical-align: top;
}

#infoBoxMenu {
	display: none;
}

#selectDiv {
	display: none;
}

#selectDiv .uutiset {
	float: left;
	display: inline;
	width: 313px;
	margin: 0;
	padding: 20px;
	padding-left: 0px;
	line-height: 1.5em;
}

#selectDiv .uutiset p strong {
	color: black;
}

#selectDiv .uutiset h3 {
	margin: 10px 0 3px 0;
	color: #c00;
	text-align: left;
	font-size: 1.4em;
}

#selectDiv .uutiset .bikeInfo {
	display: none;
	text-align: center;
}

#selectDiv .uutiset .bikeInfo p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	width: 300px;
}

#selectDiv .uutiset .bikeInfo p span.msrp {
	font-size: 0.8em;
}

#selectDiv .family {
	float: left;
	display: inline;
	width: 157px;
	padding: 20px;
	padding-right: 0;
	background: #ffffee;
}
#selectDiv .family a {
	color: #67686c;
	text-decoration: none;
}

#selectDiv .family a {
	padding-right: 15px;
}

#selectDiv .family .current a {
	color: #c00;
	background: url(../images/red_circle_right_arrow.gif) no-repeat center right;
	padding-right: 15px;
}

#selectDiv .family ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#selectDiv .compareBikes {
	margin: 10px 0 0 0;
	padding: 0;
}

#selectDiv .compareBikes img {
	margin: 0 0 10px 0;
	padding: 0;
	width: 150px;
}

#wrapper .copy ul, #wrapper .copy li {
	margin-left: 1em;
	line-height: 1.5em;
	float: none;
	display: block;
}

#wrapper .copy a {
	border: none;
	float: none;
	color: #dd0000;
}

#wrapper .copy .quote[class] {
	text-indent: -0.5em;
	width: 350px;
}

#wrapper .rider {
	float: left !important;
	width: 120px !important;
	height: 125px !important;
	margin-bottom: 80px !important;
	margin-right: 60px !important;
	cursor: pointer
}
#wrapper .rider-thumb {
	width: 80px !important;
	height: 105px !important;
	padding: 10px !important;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ffffee;
	border-bottom:1px solid #ffffee;
}
#wrapper .rider-pic {
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:2px solid #ffffee;
	border-bottom:2px solid #ffffee;
	margin-right:10px;
}

.highlight {
	background-color: #fff34d;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
	padding:1px 4px;
	margin:0 -4px;
}

input[type=text] {
	background: #FFF;
	border: solid .1em #666;
	border-radius: .225em;
	-moz-border-radius: .225em;
	-webkit-border-radius: .225em;
	height: 1em;
	line-height: 1em;
	margin-top: 1em;
	padding: 0 .25em;
	padding: .25em .2em .15em;
	width: 8.875em
}
input[type=text]:active,input[type=text]:focus {
	outline: none
}

.HSC {
	font-size: 75%;
	height: 2em;
	letter-spacing: .1em;
	line-height: 2em;
	text-transform: uppercase
}

label.HSC {
	margin-bottom: 0
}
