﻿html, body { 
  margin: 0;
  color:black;
  background-color:#FFFF99;
}


p {
	font: 10pt arial, verdana, geneva, sans-serif;
	color: black;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 8px;
	}


a:link       { color: blue; text-decoration: none }
a:active     { color: red; text-decoration: underline }
a:visited    { color: blue; text-decoration: none }
a:hover      { color: red; text-decoration: underline }

img {
	border-width:0;
}

#gc_button img {
	border-width:0;
}
   
#wrapper {
	background: white;
	max-width:1000px;
	min-width:860px;
	//width: expression(this.width > 640 ? "640px" : this.width);
	margin:0 auto;
}

* 

* 

* html #wrapper
{
	//width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:0px;
	background: #ffff99;
	padding:10px;
	border: 0px solid blue;
}

/***** Header *****/

#header {
color:black;
margin:0 0 0 0;
padding:10px 0 20px 0px;
text-align: center;

}

#header h1 {
color:black;
font: 18pt times,serif;
font-weight:bold;
margin:0 0 0 0;
padding:0 0 0 0;

}

#header h2 {
color:black;
font:12pt Arial,Helvetica,san-serif; 
text-align: center; 
margin:0 0 0 0;
padding:0 0 0 0;


}

/***** Main *****/

#main {
	  margin: 0px;
}

#centercol {
	margin:0 150px 0 148px;
	padding:10px 20px 10px 20px;
	background: white;
	border: 1px solid gray;
}

#textcol {
	padding:10px 20px 10px 20px;
	background: white;
	border: 1px solid gray;
}
#textcol h1 {
	font-size: 12pt;
	color: green;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	}


#centercol h1 {
	font-size: 12pt;
	color: green;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	}
	
#centercol h2 {
	font-size: 10pt;
	color: black;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	}
#centercol h3 {
	font-size: 12pt;
	color: green;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	}
	


#rightcol {
	width:150px;
	float:right;
	padding:0px 0 0 0px;
	border: 0px solid gray;
	text-align:center;
}

#rightcol p {
	text-align: center;
	}
	
#rightcol div {
	margin-bottom:4px;
	border:thin gray solid;	
}	
	
#rightcol ul li {
	margin: 0px 0 0px 0;
	padding: 2px;
	text-align: center;

}

#rightcol h1 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0;
}
#rightcol h2 {
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	margin: 0;
}



.bigLink {

}
.bigLink a {
	color: blue;
	display:block;
}
.bigLink a:hover {
	background-color:white;
	color:red;
	text-decoration:none;
}
	
#footer {
  text-align: center;
  border: #fc0 1px solid;
}
#footerbr { clear: both; } 
body {
	font: 10pt arial, verdana, geneva, sans-serif;
	background: #ffff99;

}


#leftcol {
	left-margin: 0px;
	border: 0px solid black;
	float: left;
	width: 150px;
	}
	
#leftcol h1 {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	color: black;
	}
	
	
/*------------------------Navigation on home page------------------------------------------*/
/* Vertical menu based on http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#nav, #nav ul { /* all lists */
    padding: 0;
	margin: 0;
	list-style: none;
    float: left;
    width: 147px; 
}

#nav li { /* all list items */
	position:relative;
	float:left;
    line-height: 1.25em;
    margin-bottom: -1px;*/
    width:147px; 
}

#nav li ul { /* second-level lists */
    position: absolute;
    left: -1200px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    margin-left: 148px;   /*no margin-left for horizontal menu*/
    margin-top: -26px;    /*no margin-top for horizontal menu*/
}

#nav li ul ul { /* third-level lists */
	left: -1200px;
}


#nav li a { 
    width: 147px;   
    w/idth: 130px;
	display: block;
	padding: 4px 0px 4px 0px;
    color: blue;
	background-color: #ffff88;
	border: 1px solid gray;
    font-weight: bold;
    text-decoration: none;
}

#nav li a:hover {
        color: red;
        background-color: white;
}

	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}
	
	
/*------------------------------------------Bike Shops-----------------------------------------------*/

#shops {
	background: #ccffff;
	border: 0px solid blue;
	width:147px;
	display:block;
}

#shops h1 {
	color: black;
	}

#shops p {	
	margin: 0px 2px 8px 4px;
	font-size: 9pt;
	}

#shops a {
	font-weight: bold;
	background: #ccffff;
	text-align: left;
	margin: 0px 0 0 0;
	border: 0;
	padding: 0px 0px;;
	display: block;
}

#shops a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

#shops a:hover {background: #9EA219; background: white;   color: #fff;  color: red;
	test-decoration: underline
	}
	
	


	
/*-------------------------------Links---------------------------------------------*/

.link { 
	margin: 0px 0 0px 0;
	padding: 0;
	list-style: none;
	border: 0px solid blue;
	text-align:center;
}
	
.link li {

	border: 0px solid green;
	padding: 0px 2px;
	text-align:center;
}

.link li a {


	margin: 0 0 0 0;  /* a little top margin */
	border: 0;
	border: 1px solid gray;
	padding: 2px;
	display: block;
}

.link li a#current {border-color: #fff}   
.link li a:hover {background: #9EA219; background: white;   color: #fff;  color: red;
	text-decoration: underline
	}