/* CSS Document */

/* TABLE OF COLORS 
light tan in bkgd: #e3ddd5
med tan border: #6b6b5e
brown border: #534741
header/footer bkgd brown: #525248
topnav light green: #4d7e7c
j&d green: #0d5656
bulletin: #990000
*/

body {background-color:#333333; margin: 0; padding:0; text-align: center; font-family: Arial, Helvetica, sans-serif;}
#container {width: 760px; margin:auto; background: #e3ddd5 url(images/bike_bkgd.jpg) no-repeat right bottom; border-top: 5px solid #6b6b5e;}
#navcontainer {width: 760px; margin: auto; background: #4d7e7c; padding: 14px 0; border-bottom: 5px solid #6b6b5e;}
#logoheader {width: 760px; margin: auto; border-top: 3px solid #534741; border-bottom: 3px solid #534741;} 
#footer {width: 760px; margin: auto; background: #525248; padding: 8px 0; border-top: 1px solid #534741;} 

h1 {font: bold 1em Helvetica, Arial, sans-serif; color:#0d5656; padding-top: 14px; padding-bottom: 9px;}
h1 a:link, h1 a:visited, h1 a:hover {color:#0d5656; text-decoration:underline;}
h1 a:hover {color: #e3ddd5; background-color:#0d5656;}
h2 {font: bold .9em Helvetica, Arial, sans-serif; color:#990000; padding-top: 14px; padding-bottom: 9px;}
h3 {font: bold .9em Helvetica, Arial, sans-serif; color:#534741; padding-top: 16px; padding-bottom: 8px;}
h3 {font: bold .75em Helvetica, Arial, sans-serif; color:#0d5656; padding-top: 4px; padding-bottom: 8px;}

p, table.price {font-size: .75em; padding-bottom: 6px;}
p a:link, p a:visited {color: #0000FF; font-weight:bold;}
p a:hover {background-color:#0000FF; color: white;}

.bulletin {color: #990000;}
table.price {border: 1px solid #0d5656; margin-bottom: 15px;}
table.price td {padding: 5px;}
table.price td.figure {text-align:right;}

ul#navlist {margin-left: 0; padding-left: 0; white-space: nowrap;}
#navlist li {display: inline; list-style-type: none; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #e3ddd5; background-color: #4d7e7c;}
#navlist a {padding: 3px 30px; color: #e3ddd5; text-decoration: none; }
#navlist a:link, #navlist a:visited {color: #e3ddd5; text-decoration: none;}
#navlist a:hover {color: #fff; background-color: #0d5656; text-decoration: none;}

ul#footer_navlist {margin-left: 0; padding-left: 0; white-space: nowrap;}
#footer_navlist li {display: inline; list-style-type: none; font-family:Arial, Helvetica, sans-serif; font-size:.75em;}
#footer_navlist a {padding: 3px 40px; color: #e3ddd5; background-color: #525248; text-decoration: none;}
#footer_navlist a:link, #footer_navlist a:visited {color: #e3ddd5; background-color: #525248; text-decoration: none;}
#footer_navlist a:hover {color: #525248; background-color: #e3ddd5; text-decoration: none;}
#footernote {font-size: .65em; color: #e3ddd5; padding-top: 8px;}
#footernote a {color: #e3ddd5; text-decoration:underline;}

.leftcolumn {width: 350px; padding: 10px; text-align:left; vertical-align:top;}
.rightcolumn {width: 320px; padding: 10px 15px; text-align:left; vertical-align:top;}
.fullwidth {padding: 10px; text-align:left; vertical-align:top;}
.bikegrid, .bikegrid2 {padding: 20px 10px; text-align:center; border-top: 1px solid #534741; vertical-align:top;}
.bikegrid2 {background-image:url(images/green_dot.png); behavior: url('/pngbehavior.htc');}

.bikepage_wide {width: 410px; vertical-align:top; padding: 10px 20px;}
.bikepage_thin {padding: 34px 10px; vertical-align:top; text-align:center;}
.bikepage_thin img {clear:both;}

.divspacer {padding-top:10px;}
.tancontainer {padding: 8px; background-color: #c8c5bd; border: 1px solid #b5b3ac;}
.greenborder {padding: 8px; border: 1px solid #0d5656;}
.caption {font: italic .8em/1.1em Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0 40px; text-align:center;}

img {border: 2px solid #534741; margin-bottom: 12px;}
table.bikes img {border: none; margin-bottom: 12px;}

.newspage {padding: 10px; text-align:left; vertical-align:top;}
.newspage h3 {border-top: 1px dotted #5D5238; margin-top: 10px;}
.newspage li {font: .8em/1.1em Helvetica, Arial, sans-serif; padding: 2px 0;}


/* LIGHTBOX STYLES */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font: bold 10pt/12pt Helvetica, Arial, sans-serif;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lightbox/overlay.png", sizingMethod="scale");
	}
	