@charset "utf-8";
/* ------------------------------------------------------------------- */
/* CSS Section for all pages (Vintage Layout)                          */
/* ------------------------------------------------------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

img{
	border-style: none;
}


/* Control page hyperlink colors and scrollbar for IE */
a:link {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* Control page hyperlink colors and scrollbar for IE */
.twoColFixLtHdr #footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:active {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Define the styles for the main elements on all pages */
.MainHeader {
	font-weight: bold;
	color: #000000;
}
.SubHeader {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

.RegText {
	font-size: 90%;
	text-align: justify;
	color: #000000;
}
.updated {
	font-size: 75%;
	text-align: center;
}

.header {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

.RDnotes {
	font-size: 75%;
	text-align: justify;
	color: #000000;
}

.RDnotesred {
	font-size: 75%;
	text-align: justify;
	color: #FF0000;
}

.RDheader {
	font-size: 120%;
	text-align: left;
	color: #000;
	font-weight:bold;
}

.RDSubHeader {
	font-size: 100%;
	text-align: left;
	color: #333;
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.contact {
    font-size: 75%;
}
.prices {
    color: #FF0000;
	font-weight: bold;
}

.dev {
    color: #FF0000;
	font-weight: bolder;
	background-color: #000;
}

H1 {
	font-size:100%;
	text-align: center;
}

.center_img {
    text-align:center;
}

.loginbox{
	border:1px solid #BBB;
	background:#DDD;
	padding: 5px;
	font-size: 75%;
	width: 48%;
	left: 25%;
	position: relative;
}

.inputlabel{
	font-weight:bold;
	text-align:left;
	padding-left: 10px;
}

.inputbox{
	width:200px;
	margin:0 0 1em 0;
	border:1px solid #ccc;
}

.button{
	border:solid 1px #ccc;
	background:#E9ECEF;
	color:#666;
	font-weight:bold;
	font-size:11px;
	padding:4px;
}

.lockpic{
	float: left;
	margin-left: 5px;
	margin-right: 20px;;
}

.icons{
	float: left;
	margin-right: 10px;
}

.icons2{
	float: left;
	padding: 5px;
}

.error {
	border:1px dotted #F30;
	background:#FF9;
	padding: 5px;
	font-size: 75%;
	width: 48%;
	left: 25%;
	position: relative;
	margin-bottom: 10px;
	text-align:center;
}

.error img{
	vertical-align: middle;
	margin-right: 5px;
}

.error2 {
	border:1px dotted #F30;
	background:#FF9;
	padding: 5px;
	font-size: 75%;
	width: 98%;
	margin-bottom: 10px;
	text-align:center;
}

.error2 img{
	vertical-align: middle;
	margin-right: 5px;
}

.msg {
	border:1px dotted #093;
	background:#BEF7AE;
	padding: 5px;
	font-size: 75%;
	width: 98%;
	margin-bottom: 10px;
	text-align:center;
}

.msg img{
	vertical-align: middle;
	margin-right: 5px;
}

/* Remove bullets and format the incoming RSS feeds (index.html) */
.rss_box {
	font-size: 75%;
	text-align: justify;
	color: #000000;
}
.rss_items {
	list-style:none;
	margin:0;
	padding:0;
}

/* Google Maps Popup style (aboutus.html) */
div#popup {
font-size: 75%;
color: #000000;
}

/* Background Images For Tables (consignment.html) */
.HondaHeader {
	background-image:url(../images/HondaBar.jpg);
}

.YamahaHeader {
	background-image:url(../images/YamahaBar.jpg);
}

.SuzukiHeader {
	background-image:url(../images/SuzukiBar.jpg);
}

.KawasakiHeader {
	background-image:url(../images/KawasakiBar.jpg);
}

.OthersHeader {
	background-image:url(../images/OthersBar.jpg);
}
/* This is the main header on every page */
.twoColFixLtHdr #header {
	height: 145px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	/* padding: 0 0 0px 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}



/* Print logo only visible for printing */
#PrintLogo {display:none;}

/* This is the div right below the main header on every page */
.twoColFixLtHdr #contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 130px 20px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* This div houses the DHTML menu bar */
.twoColFixLtHdr #navigation {
	padding: 0px 0px 15px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* This div holds the image rotator on the main page */
.twoColFixLtHdr #rotator {
	text-align:center;
	margin: 0 0 0 220px;   /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 32px 0px 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* This div holds the slideshow on the medi page */
.twoColFixLtHdr #slideshow {
	text-align: center;
}

/* This is the sidebar font style */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-right:1px solid #000;
	padding: 0px 20px 15px 20px;
}

/* The div is where the content of the page goes */
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar v
	background: #E2E2E2; */
	background-image:url(../images/container.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* This is the primary style for the main content where a sidebar is present */
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 28px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #RSS_Feed {
	height: 125px;
} 


/* This is the alternate style for the main content where a sidebar is not present */
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
}

/* This is the style for the footer image */
.twoColFixLtHdr #footer {
	font-size:70%; 
	text-align:center;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	height: 117px;
	color:#FFF;
}

/* This is the style for the footer image */
.twoColFixLtHdr #footer img{
	vertical-align: middle;
}

/* This is the style for the footer image */
.twoColFixLtHdr #emppictures{
	text-align:center;
}

/* This is the style for the footer text that keeps the footer from collapsing*/
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 77px 0px 20px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt {
	float: right;
	margin-left: 8px;
}

/* this class can be used to float an element left in your page */
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.list {
  padding:0px;
  margin:0px;
  }
  
.list li {
	padding:5px 0px 5px 0px;

  	list-style-image: url(../images/check.gif);
  }

/* ------------------------------------------------------------------- */
/* TABLE CSS                                                           */
/* This holds all of the CSS for tables, mainly the media page         */
/* ------------------------------------------------------------------- */
.media {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
}
.media th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: #000;
}
.media td {
	border-width: 1px;
	padding: 10px;
	border-color: #000;
	border-top: dotted;
	/*text-align:center;*/
}

.media img {
	padding-right: 5px;
}


.media2 {
	font-size: 75%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
}
.media2 th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: #000;
}
.media2 td {
	border-width: 1px;
	padding: 10px;
	border-color: #000;
	border-top: dotted;
	/*text-align:center;*/
}

.links {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
}
.links th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: #000;
}
.links td {
	border-width: 1px;
	padding: 10px;
	border-style: none;
	border-color: #000;
	border-top: dotted;
	text-align:center;
}

.gallery {
	border-width: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.consignment {
	font-family: Verdana;
	font-size: 80%;
	color: #000;
	border-collapse: collapse;
	margin:auto;
	border: 0px;
}

.consignment td {
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
}

.consignment .top {
	background-color:#EEE;
	font-weight: bold;
}

.consignment .bottom {
	background-color:#FFF;
}

.consignment .none {
	background-color:#FFF;
	font-style:italic;
	color:#555;
}

.consignment .center {
	text-align: center;
}

.consignment .right {
	text-align: right;
}

.consignment .left {
	text-align: left;
}

.featured {
	font-family: Verdana;
	color: #000;
	border-collapse: collapse;
	margin:auto;
	border: 0px;
}

.featured td {
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
}

.updated {
	font-family: Verdana;
	font-size: 80%;
	color: #000;
	border: 0px;
	text-align: left;
	padding-right: 5px;
}

.services {
	font-family: Verdana;
	font-size: 80%;
	color: #000;
}

.services td {
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
}

.services .top {
	background-color:#FFF;
}

.services .name {
	font-weight: bold;
}

.services .desc {
	font-style: italic;
}

.services .bottom {
	background-color:#F8F8F8;
	font-style: italic;
}

.services .none {
	background-color:#FFF;
	font-style:italic;
	color:#555;
}

.services .category {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	background-color:#AAA;
}

.services .right {
	text-align: right;
	width: 10%;
}

.services .left {
	text-align: left;
	width: 90%;
}

.services ul{
	list-style:none;
	margin-left: 20px;
	margin-bottom: 0px;
}

.susspecs {
	font-family: Verdana;
	font-size: 80%;
	color: #000;
	border-collapse: collapse;
	margin:auto;
	border: 0px;
}

.susspecs td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

.susspecs .top {
	background-color:#DDD;
	font-weight: bold;
}

.susspecs .bottom {
	background-color:#FFF;
	padding:5px;
}
.susspecs .bottom_admin {
	background-color:#FF9;
	padding:5px;
}

.admin_highlight {
	font-size: 75%;
	text-align: justify;
	color: #000000;
	background-color:#FF9;
}

.mod_highlight {
	font-size: 75%;
	text-align: justify;
	color: #000000;
	background-color:#A3DFF1;
}

.susspecs .bottom_mod {
	background-color:#A8E3E2;
	padding:5px;
}

.susspecs .name {
	font-weight:bold;
}

.products {
	font-family: Verdana;
	font-size: 80%;
	color: #000;
	border-collapse: collapse;
	border: 0px;
	width: 50%;
}

.products td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

.products .top {
	background-color:#DDD;
	font-weight: bold;
}

.products .name {
	font-weight:bold;
}

/* ------------------------------------------------------------------- */
/* SLIMBOX v1.41, 2007-06-13 20:30                                     */
/* This holds all of the CSS for Slimbox                               */
/* ------------------------------------------------------------------- */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/SB_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/SB_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/SB_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/SB_closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* ------------------------------------------------------------------- */
/* RSS format results                                                  */
/* This holds all of the CSS for the results from the PHP RSS reader   */
/* ------------------------------------------------------------------- */

.RSS_Title {
	font-size: 75%;
	text-decoration:underline;
}

.RSS_Date {
	float:left;
	color: #676767;
	font-size: 75%;
	margin: 0 10px 0 0;
}

.RSS_Description {
	font-size: 75%;
	padding: 0px 0px 10px 0px;
}


/* ------------------------------------------------------------------- */
/* RSS format results                                                  */
/* This holds all of the CSS for the results from the PHP RSS reader   */
/* ------------------------------------------------------------------- */

.Media_Title {
	font-size: 75%;
	text-decoration:underline;
}

.Media_Date {
	color: #676767;
	font-size: 75%;
	margin: 0 10px 0 0;
}

.Media_Description {
	font-size: 75%;
	padding: 0px 0px 10px 0px;
}

/* ------------------------------------------------------------------- */
/* Calendar format results                                             */
/* This holds all of the CSS for the results from the PHP calendar     */
/* ------------------------------------------------------------------- */

.Cal_Date {
	float:left;
	color: #000;
	font-weight: bold;
	font-size: 75%;
	margin: 0 10px 0 0;
}

.Cal_Description {
	font-size: 75%;
	padding: 0px 0px 10px 0px;
}


.Owner {
	color: #676767;
	font-size: 75%;
	margin: 0 0 0 10px;
}


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}


/* ------------------------------------------------------------------- */
/* LiveValidation                                                      */
/* This holds all of the CSS for the LiveValidation                    */
/* ------------------------------------------------------------------- */
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

input, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #aaaaaa;
	/* padding:2px; */
	background:#ffffff;
	/*margin-top:2px;*/
}

.photo {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.photo span {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0px;
	left: 50px;
	background: url(../images/products_new.gif);
}




#navbar{
	padding-bottom: 5px;
	/*background-color: #000;*/
	font-size: 90%;
}

#navbar ul{

	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	/*background-color: #000;*/
}
#navbar li{
	display:inline;
}
#navbar ul li {
	position: relative;
	z-index: 100;
	text-color:#FFF;
	padding: 0px 8px 0px 8px;
}
#navbar li ul {
	position: absolute;
	right: 0px;
	top: 17px;
	display: none;
	font-size: 75%;
}
#navbar ul li a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
}

#navbar ul li a:hover {
	color:#F60;
}

#navbar li:hover ul {
	display:block;
}