/*///////////////////////////////////////////////////////
Style Guide
/////////////////////////////////////////////////////////

#idName {
	display: block; position: absolute; top: 0px; left: 0px; z-index: 1; width: auto; height: auto; overflow: auto;
	margin: 0px; border: 0px solid #FFFFFF; padding: 0px; background: #FFFFFF url('../images/spacer.gif') no-repeat top left;
	font: italic small-caps bold 68%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000000; text-align: left; text-decoration: none;
}
*/



/*///////////////////////////////////////////////////////
General Style Information
///////////////////////////////////////////////////////*/

/*////// Structure Module //////*/
html {
	width: 100%; height: 100%;
}
body {
	width: 100%; height: 100%; margin: 0px; padding: 0px; background: #000000 url('../images/bgBody.jpg') no-repeat bottom right !important;
	font: 70%/1.4 verdana, arial, helvetica, sans-serif; color: #B5E0FB; text-align: center;
}
div {
	margin: 0px; padding: 0px;
}

/*////// Text Module //////*/
p {
	margin: 0px; margin-bottom: 1.2em;
}
blockquote {
	margin: 0px 3.5em;
}
h1 {
	margin-bottom: 0.4em;
	font-size: 1.7em; text-transform: uppercase;
}
h2 {
	margin-bottom: 0.3em;
	font-size: 1.4em; text-transform: uppercase; font-family: "Trebuchet MS", verdana, sans-serif;
}
h3 {
	margin-bottom: 0.2em;
	font-size: 1.2em; text-transform: uppercase; color: #FFFFFF;
}
h4 {
	margin-bottom: 0.2em;
	font-size: 1.0em; text-transform: uppercase; color: #FFFFFF;
}
h5 {
	margin-bottom: 0.1em;
	font-size: 1.0em; font-weight: bold; font-variant: small-caps; color: #FFFFFF;
}
h6 {
	margin-bottom: 0.1em;
	font-size: 1.0em; font-style: italic;
}

abbr {
	border-bottom: 1px dashed #999999; color: #999999; cursor: help;
}acronym {
	border-bottom: 1px dashed #999999; color: #999999; cursor: help;
}
address {
}
/* cite:lang(he) */
cite {
	color: #74BCE8; font-size: 1.3em; font-weight: bold; font-style: normal; /* font-style: italic; */
}
code {
	color: #74BCE8; font-size: 1.0em;
}
dfn {
	color: #74BCE8; font-size: 1.0em;
}
em {
	color: #74BCE8; font-style: italic;
}
kbd {
	color: #74BCE8; font-size: 1.0em;
}
pre {
	color: #74BCE8; font-size: 1.0em;
}
/* q:lang(he) */
q {
	color: #74BCE8; font-size: 1.3em; font-weight: bold; /* font-style: italic; */
}
samp {
	color: #74BCE8; font-size: 1.0em;
}
span {
}
strong {
	color: #74BCE8; font-weight: bold;
}
var {
	color: #74BCE8; font-size: 1.0em;
}

/*////// Hypertext Module //////*/
a:link {
	color: #008EC4; text-decoration: underline;
}
a:visited {
	color: #008EC4; text-decoration: underline;
}
a:hover {
	color: #66C5FF; text-decoration: underline;
}
a:focus {
	color: #66C5FF; text-decoration: underline;
}
a:active {
	color: #66C5FF; text-decoration: underline;
}

/*////// List Module //////*/
dl {
	margin-bottom: 1.2em;
}
dt {
	margin: 0px; margin-top: 1.2em; font-weight: bold;
}
dd {
	margin: 0px;
}
ol {
	margin-top: 0px; margin-bottom: 1.2em;
}
ul {
	margin-top: 0px; margin-bottom: 1.2em; list-style-type: square;
}
li {
	margin-bottom: 0.5em;
}

/*////// Presentation Module //////*/
big {
}
hr {
	width: 50%; height: 1px; margin: 0 auto; margin-bottom: 0.6em; border-bottom: 1px solid #74BCE8; color: #74BCE8; text-align: center; background: #096593 url('../images/bgHR.gif') repeat-y top right;
}
small {
}
sup {
	color: #74BCE8;
}
sub {
	color: #74BCE8;
}

/*////// Forms Module //////*/
form {
	text-align: center;
}
fieldset {
	display: block; margin: 0em auto 0.6em auto; border: none; padding: 0px; text-align: left;
}
legend {
}
label {
	float: left; width: 10em; text-align: left;
}
input, select {
	font-size: 1em;
}
select {
	width: 14.4em;
}
input:focus, select:focus {
	background: #EEEEEE; color: #74BCE8;
}
option {
}
textarea {
}
submit, reset, button {
}

/*////// Table Module //////*/
table {
	font-size: 100%; line-height: 1.5; border-collapse: separate;
}
caption {
	display: none;
	/* padding: 8px; border: 1px solid #999999; border-bottom: none; background: #74BCE8; font-size: 0.9em; */
}
thead {
}
tbody th {
}
tfoot {
}
th {
	padding: 0px 8px; text-align: left; font-weight: bold;
}
tr {
}
td {
}

/*////// Image Module //////*/
img {
	display: block; margin: 0px; border: none;
}



/*///////////////////////////////////////////////////////
CLASS and ID Styles
///////////////////////////////////////////////////////*/

form { margin: 0em; margin-top: 0.2em; }
fieldset { margin-top: 0.4em; border: none; padding-left: 10px; }
label { display: table-cell; vertical-align: top; }
label.radio { width: auto; }
input, select, textarea { font: 1.0em Verdana, sans-serif; border: 1px solid #74BCE8; background: #FFFFFF !important; }
input, select, textarea { width: 160px; }
input.radio { width: auto !important; border: none; background: transparent !important; }
.hiddenFields { display: none; }
.button { width: auto; margin-left: 142px; border: 2px solid #88A8BF; background: #74BCE8 !important; color: #FFFFFF; }
form hr { visibility: hidden; height: 0px; }


#container {
	width: 769px;
	margin: 0px auto; padding: 0px; background: transparent url('../images/bgContainer.gif') repeat-x top center;
	text-align: left;
}

#masthead {
	margin: 0px; padding: 0px;
}

#masthead h1 {
	margin: 0px; padding: 0px;
}

#masthead h1 a {
	display: block; width: 194px; height: 0px !important; height /**/: 164px; overflow: hidden; cursor: pointer;
	margin: 0px; padding: 0px; padding-top: 164px; background: #FFFFFF url('../images/bgMasthead.gif') no-repeat 0px 1px;
}

#nav {
	position: absolute; top: 0px; width: 575px; height: 164px;
	margin: 0px; margin-left: 194px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; padding: 0px;
	text-align: right;
}

#nav p {
	display: none; margin: 20px 10px 5px 10px; color: #FFFFFF; font-size: 0.9em; font-weight: bold; text-decoration: none; text-transform: uppercase;
}

#nav ul {
	margin: 0px; margin-top: 40px; padding: 0px; list-style: none;
}

#nav li {
	display: inline; margin: 0 10px 0 0; padding: 0px;
}

#nav a {
	color: #FFFFFF; font-size: 10px; font-weight: bold; text-decoration: none; text-transform: uppercase;
}

#nav a:hover {
	color: #FFCC00;
}

#contentK {
	margin: 100px 0px 1em 0px; border-bottom: 4px solid #9A0F00;padding: 0px; padding-bottom: 1em;
	color: #FFFFFF;
}

#contentK a {
	color: #FF0000; text-decoration: underline;
}

#contentK a:hover {
	color: #FFCC00;
}
#contentK img {
	border: 1px solid #FF0000;
}
#contentK h3 {
	padding: 15px 0 10px 0;
}

#content {
	margin: 100px 0px 1em 0px; border-bottom: 4px solid #096593; padding: 0px; padding-bottom: 1em;
	color: #FFFFFF;
}

#content #tradeLogos {
	display: block; margin: 0px; padding: 0px; list-style: none; text-align: center;
}

#content #tradeLogos li {
	display: inline; margin: 0px 30px;
}

#content #tradeLogos li a {
	display: inline;
}

#content #tradeLogos li a img {
	display: inline;
}

h2 {
	height: 0px !important; height /**/: 59px; overflow: hidden;
	margin: 0px; margin-bottom: 1em; padding: 0px; padding-top: 59px; background: #253739 url('../images/spacer.gif') no-repeat top left;
}

h2#headerIndex 			{ background-image: url('../images/headerWelcome.gif'); }
h2#headerKawasaki 			{ background-image: url('../images/headerKWelcome.gif'); }
h2#headerAbout 			{ background-image: url('../images/headerAbout.gif'); }
h2#headerServices 		{ background-image: url('../images/headerServices.gif'); }
h2#headerProducts 		{ background-image: url('../images/headerProducts.gif'); }
h2#headerApps 		{ background-image: url('../images/headerApps.gif'); }
h2#headerGames 		{ background-image: url('../images/headerGames.gif'); }
h2#headerArticles 			{ background-image: url('../images/headerArticles.gif'); }
h2#headerBooking 		{ background-image: url('../images/headerBooking.gif'); }
h2#headerContact 		{ background-image: url('../images/headerContact.gif'); }

h2#headerUsedBikes 	{ background-image: url('../images/headerUsedBikes.gif'); }


.callOut {
	float: left; width: 58%; height: 268px; margin-right: 2%; margin-bottom: 1em; background: transparent;
}

/*
.callOut:hover {
	background: #000000;
}
*/

.callOut h3 {
	height: 16px;
	margin: 0px; border-bottom: 5px solid #000000; padding: 18px 10px 6px 10px; background: #435557 url('../images/bgCallOutHeader.gif') repeat-y top right;
	font-size: 1.0em; color: #FFFFFF; text-transform: uppercase;
}

.callOut h3:hover {
	background: #134D78;
}

.callOut .image {
	float: right; margin: 4px 0px 4px 4px;
}

#specials {
	float: left; width: 40%; margin: 0px; background: #0C4E7F;
}

#specials h3 {
	background: #008EC4 url('../images/bgSpecialsHeader.gif') repeat-y top right;
}

#specials p {
	display: none;
}

#specials img {
	margin: 2px;
}

#specials form {
	padding-top: 0.8em;
}

#mainProducts {
	margin: 0px; padding: 0px; list-style: none; text-align: center;
}

#mainProducts li {
	display: inline; margin: 0px; padding: 0px; list-style: none;
}

#mainProducts li img {
	display: inline;
}


.productImage {
	float: right; padding-left: 20px;
}

.productThumb {
	display: none;
}

#footer {
	display: none; /* display: block; */ clear: both; margin: 0px; border-top: 4px solid #096593; padding: 0px; padding-bottom: 1em; text-align: center;
}

#footer ul {
	margin: 0px; margin-top: 0.4em; padding: 0px; list-style: none;
}

#footer li {
	display: inline; margin: 0px 0.6em; padding: 0px; font-size: 0.9em;
}

#footer a {
	color: #8F8F8F; text-decoration: none;
}

#footer a:hover {
	color: #008ED2; text-decoration: underline;
}

#validate {
	display: none; clear: both; margin: 0px; padding: 0px; padding-bottom: 2em; text-align: center;
}

#validate ul {
	margin: 0px; padding: 0px; list-style: none;
}

#validate li {
	display: inline; margin: 0px 0.4em; padding: 0px; font-size: 0.9em;
}

#validate a {
	color: #555555; text-decoration: none;
}

#validate a:hover {
	color: #517188; text-decoration: underline;
}

#banner {
	position: absolute; top: 79px; left: 0px; width: 100%; height: 171px;
	margin: 0px; padding: 0px; background: transparent url('../images/bgBanner.jpg') no-repeat top center;
	text-align: center;
}

#banner img, #banner object {
	margin: 0px auto; text-align: center;
}


.usedLabel {
	font-weight: bold;
}
.usedBikesTable {
	border-top: 4px solid #096593; padding-top: 4px;
}
.usedPrice {
	color: #FF0000;
}
.usedMail {
	padding: 0px 8px; text-align: left;
}
