ta/* yahoo reset CSS */
h1 {
	margin:0;
	padding:10px 0 0 0;
}
fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}

/* end yahoo reset CSS */



body {
	width: 800;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
    height: 100%;
    font-size: medium;
 }

p {
	font-size: medium;
}
  
  
  
li {
    font-size: medium;
}

p.spaced {
	line-height: 140%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: large;
	}
	
p.sub {
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}
	

#global {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}

#global #top {
    width: 800px;
	height: 90px;
	font-style: normal;
	text-align: center;
}
#global #top  a {
    background-image: url(../images/LOVEYOURBIKEbanner.jpg);
	background-repeat: no-repeat;
	background-position: top;
    display: block;
    height: 90px;
    width: 800px;
}
#global #top a:hover {
	background-color: white;
}
#global #top  a span {
  visibility: hidden;
}

#global #bottom {
    width: 800px;
    float: right;
	background-color: #FFFFFF;
	height: 40px;
	font-size: small;
	text-align: center;
	clear: both;
}

#global #principal {
    height: 100%;
}

#global #principal #menu {
    clear: both;
    width: 150px;
    height: 100%;
    float: left;
	margin-top: 0px;
	margin-right: 20px;
}


#global #principal #menu ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7DF451;
	list-style:none;
	margin:0;
	padding:0;
}

#global #principal #menu ul li a {
	display: block;
	width: 140px;
	/*height: 25px;
	line-height: 25px;*/
	text-decoration: none;
	text-align: left;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DF451;
	color: #000000;
}


#global #principal #menu ul li a:hover {
	background-color: #7DF451;
}




#global #principal #menu ul li ul li{
    padding-left: 10px;
}

#global #principal #menu ul li ul li a{
    font-size: medium;
}

#global #principal #menu ul li ul li a:hover {
	background-color: #FFFFFF;
}



/* Hide submenus normally */
#global #principal #menu ul li ul {
	list-style:none;
    display: none;
	margin:0;
	padding:0;
}

/* highlight the current page by using the classes below in the <body> tag */
.section_homepage .section_homepage ,
.section_newsdesk .section_newsdesk ,
.section_bikefriday .section_bikefriday,
.section_mapbook .section_mapbook,
.section_yourroutes .section_yourroutes,
.section_highlights .section_highlights,
.section_toolkit .section_toolkit ,
.section_briefcase .section_briefcase ,
.section_contactus .section_contactus 
{
	background-color: #7DF451;
	color:#FFFFFF;
}

/* Show  submenus if the section is currently  selected */
.section_newsdesk #global #principal #menu .section_newsdesk ul,
.section_bikefriday #global #principal #menu .section_bikefriday ul,
.section_mapbook #global #principal #menu ul li.section_mapbook ul,
.section_yourroutes #global #principal #menu ul li.section_yourroutes ul,
.section_highlights #global #principal #menu ul li.section_highlights ul,
.section_toolkit #global #principal #menu ul li.section_toolkit  ul,
.section_briefcase #global #principal #menu ul li.section_briefcase ul,
.section_contactus #global #principal #menu ul li.section_contactus ul
{
    display: inline;
}

.subsection_newsdesk_latestnews .subsection_newsdesk_latestnews,
.subsection_newsdesk_latestblogs .subsection_newsdesk_latestblogs,
.subsection_newsdesk_pressreleases .subsection_newsdesk_pressreleases,
.subsection_bikefriday_employers .subsection_bikefriday_employers,
.subsection_mapbook_routes .subsection_mapbook_routes,
.subsection_mapbook_highlights .subsection_mapbook_highlights,
.subsection_mapbook_moremaps .subsection_mapbook_moremaps,
.subsection_toolkit_questiontime .subsection_toolkit_questiontime,
.subsection_toolkit_bicycleshops .subsection_toolkit_bicycleshops,
.subsection_toolkit_whycycle .subsection_toolkit_whycycle,
.subsection_toolkit_dontcycle .subsection_toolkit_dontcycle,
.subsection_toolkit_buystuff .subsection_toolkit_buystuff,
.subsection_toolkit_funquiz .subsection_toolkit_funquiz,
.subsection_briefcase_adcampaign .subsection_briefcase_adcampaign,
.subsection_briefcase_anniversaryreport .subsection_briefcase_anniversaryreport,
.subsection_briefcase_photogallery .subsection_briefcase_photogallery,
.subsection_briefcase_yourcomments .subsection_briefcase_yourcomments,
.subsection_contactus_aboutus .subsection_contactus_aboutus,
.subsection_contactus_sendmessage .subsection_briefcase_photogallery,
.subsection_contactus_signup .subsection_contactus_signup
 {
	background-color: #FFFFFF;
	color:#000000;
}


#global #principal #left {
	float: left;
	height: auto;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 25px;
    width: 310px;


}

#global #principal #right {
	float: right;
		height: auto;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 25px;
    width: 310px;
  
}

#global #principal #full {
	float: left;
	background-color: #FFFFFF;
	height: auto;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
    width: 630px;}


.box {padding: 2px 5px 5px 5px; 
    margin-top:20px;
    margin-bottom: 20px;
   border:1px solid #ccc;
	background-color: rgb(240,240,240);
}

.boxsmall {padding: 2px 5px 5px 5px; 
    margin-top:20px;
    margin-bottom: 20px;
   border:1px solid #ccc;
	background-color: rgb(240,240,240);
}

h1 {
	text-align: right;
	margin: 0 0 0 0;
}

.box h2 {
	text-align: left;
	font-size: large;
	border-bottom: thin solid rgb(16,164,58);
}

.boxsmall h2 {
	text-align: left;
	font-size: medium;
	border-bottom: thin solid rgb(16,164,58);
}

.boxsmall p {font-size: 14px;}

a {
	text-decoration: none;
		color: rgb(16,164,58);
}
a:hover {
	text-decoration: underline;
	}


.first_part {
    color: black;
}    

.last_part {
    color: green;
}    

img.left {
    float: left; 
    margin-right: 10px;
    margin-bottom: 20px;
}
img.right {
    float: right;
    margin-left: 5px;
}

form input {
    width: 400px;
}
form input.narrow {
    width: auto;
}
form textarea {
    width: 400px;
}
form textarea.narrow {
    width: auto;
}

h4.dowh4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 5px;
	cursor:pointer;
	display: block;
}
h4.dowh4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: green;
	text-decoration: underline;
	text-transform: none;
	margin-bottom: 5px;
	cursor:pointer;
	display: block;
}
div.hide {
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF00CC;
	margin-bottom: 10px;
}

h3 {
	color: rgb(50,50,50);
	font-weight: bold;
	font-size: medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

td {margin-left: 10;
}

v\:* {
   behavior:url(#default#VML);
}



	
