/* - - - - - - - - - - - - - - - - - - - - -

### BASE ###

Title : Grizedale Mountain Bikes Feb'07 re-design
Author : Gerhard Lazu
URL : http://www.gerhardlazu.com/ & http://www.calti.co.uk

Created : 24th Feb 2007
Last modified: 8th Jun 2007

MAIN COLOURS

Light Green			#DDFCB8	//navigation background, content bottom gradient
GMTB Green			#92B957	//logo, links, horizontal rules and some backgrounds (e.g. "SPECIAL OFFERS" header)
Mid Dark Green		#79896D	//body background, navigation links, content text (?!)
Dark Green			#394034 //navigation links, content text
Light Yellow		#FFF6A9	//links on dark backgrounds
Red					#C00	//used in highlighting
White				#FFF 	//text on dark backgrounds

- - - - - - - - - - - - - - - - - - - - - */



@import url(gmtb_specific.css);



/* CSS */
* { 
	margin: 0; 
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body { 
	width: 100%;
	height: 100%;
	font: x-small Helvetica, Verdana, sans-serif;
	color: #394034;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: #79896D url(../images/site/body_bg.gif) repeat-x top left;
}



/* CLASSES */
strong,
.highlight {
	color: #000;
	font-weight: 700;
}



/* HEADINGS */
h1, h2, h3 {
	font-weight: 700;
	margin: 1.5em 0 0.5em 0;
}



/* PARAGRAPHS */




/* LINKS */
a:link, a:visited { padding: 0.2em 0.2em 0 0.2em; color: #92B957; font-weight: 700; text-decoration: none; }
a:visited {  }
a:hover { background: #E6FCCC; }
a img { border: none; }



/* LISTS */
ul { list-style-type: none; }
li { line-height: 1.5; }



/* FORMS */
form { margin: 0; padding: 0; }
fieldset { border: none; margin: 0; padding: 0; }
label, button { cursor: pointer; }
textarea { vertical-align: top; }
input, select, button { vertical-align: middle; }
input, select, textarea, button { font-size: x-small; font-family: Helvetica, Verdana, sans-serif; }
input, textarea { padding: 0.1em 0.3em 0.1em 0.3em; font-size: 100%; border: 1px solid #999; }
input:focus, textarea:focus { background: #FFF6A9; }



/* MISC */
hr { height: 1px; border: none; color: #92B957; background-color: #92B957; margin: 1em 0;}
sup { font-weight: 700; color: #C00;}