/*////////////////////////////////////////////////////////////////////
 
	Trek Bicycle Corporation
	Bike-Manual.com: Screen Styles
	Author: Ken Soliva
	Updated: 2006-08-24

////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: x-small/1.4em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #6D6F71;
	background-color: #BCBEC0;
	}

a:link, a:visited {
	color: #6D6F71;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	}

a img {
	border: none;
	}
	
em {
	font-style: normal;
	color: #ED1B2D;
	}
	
hr {
	height: 1px;
	background-color: #D1D3D4;
	border: none;
	}

.hide {
	height: 0px !important;
	display: none !important;
	visibility: hidden;
	}

/*////////////////////////////////////////////////////////////////////
	Layout
////////////////////////////////////////////////////////////////////*/

#container {
	width: 770px;
	margin: 0 auto 5em auto;
	font-size: 110%;
	background-color: #FFF;
	border-top: 15px solid #E7E7E8;
	}

#branding {
	margin: 20px;
	padding-bottom: 20px;
	}
	
#branding h1 {
	margin-bottom: 1em;
	font: 150%/1em "Century Gothic", Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #464749;
	}

#header {
	padding: 40px 30px;
	color: #FFF;
	background-color: #464749;;
	}
	
#header h2 {
	margin-bottom: 1em;
	font: 150%/1.25em "Century Gothic", Helvetica, sans-serif;
	}

#header a:link, #header a:visited {
	color: #E7E7E8;
	text-decoration: underline;
	}

#header a:hover, #header a:active {
	color: #FFF;
	text-decoration: underline;
	}
	
#content {
	margin: 10px;
	}
	
.brand {
	padding: 20px 10px;
	}

.brand img {
	padding-bottom: 2em;
	}

dl {
	margin-bottom: 2em;
	}
	
dt {
	margin-bottom: .5em;
	font: bold 120%/1.25em "Century Gothic", Helvetica, sans-serif;
	color: #464749;
	}

dd {
	margin-bottom: .5em;
	}

#footer {
	height: 20px;
	padding: 1.5em 10px 1em 10px;
	background-color: #FFF;
	}

/*////////////////////////////////////////////////////////////////////
	Float Fix
////////////////////////////////////////////////////////////////////*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */