/*////////////////////////////////////////////////////////////////////
 
	Trek Bicycle Corporation
	Klein: Screen Styles
	Author: Ken Soliva
	Updated: 2007-06-06

////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 62.5%/1.5 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #B1B4B6;
	background-color: #000;
	}

a:link, a:visited {
	color: #B1B4B6;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
	}

a img {
	border: 0;
	}

/*////////////////////////////////////////////////////////////////////
	Typography
////////////////////////////////////////////////////////////////////*/

em {
	font-style: italic;
	}
	
p {
	margin-bottom: 1em;
	}
	
h1 {
	font: bold 3em/1 "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	}
	
h2 {
	font: 1.6em/1 Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .0625em;
	color: #FFF;
	}

h3 {
	font: 1.3em/1 Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .0625em;
	color: #FFF;
	margin: 1em 0 .75em 0;
	}
	
h4 {
	font: 1.3em/1 Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .0625em;
	color: #FFF;
	margin-bottom: .75em;
	}
	
h5 {
	font: 1em/1 Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .0625em;
	color: #FFF;
	margin-bottom: .5em;
	}
	
/*////////////////////////////////////////////////////////////////////
	Layout
////////////////////////////////////////////////////////////////////*/

#container {
	width: 720px;
	margin: 0 auto;
	padding: 50px 30px 60px 30px;
	font-size: 1.1em;
	}
	
#header {
	padding-bottom: 20px;
	border-bottom: 1px solid #414142;
	}
	
#header h1 {
	float: left;
	display: inline;
	}
	
#header h2 {
	float: right;
	display: inline;
	padding: .5em 30px .5em 0;
	background: url(images/css/klein_dot_red.png) no-repeat right center;
	}
	
#primary {
	padding: 30px;
	border-bottom: 1px solid #414142;
	}
	
#nav div:hover {
	background-color: #212322;
	}
	
#nav a:link, #nav a:visited, #mnav a:hover, #nav a:active {
	text-decoration: none;
	}
	
#secondary {
	padding: 30px;
	border-bottom: 1px solid #414142;
	}

#secondary div {
	width: 280px;
	padding-bottom: 10px;
	color: #B1B4B6;
	}
	
#us, #it {
	float: left;
	display: inline;
	margin-right: 20px;
	}
	
#us {
	background: url(images/css/us.png) no-repeat left bottom;
	}
	
#it {
	background: url(images/css/it.png) no-repeat left bottom;
	}
	
#secondary img {
	float: right;
	display: inline;
	}
	
#footer {
	margin-top: 20px;
	}	
	
/*////////////////////////////////////////////////////////////////////
	Index
////////////////////////////////////////////////////////////////////*/

#index #primary img {
	float: left;
	display: inline;
	}
	
#index #nav {
	float: right;
	display: inline;
	width: 280px;
	margin-top: 40px;
	}
	
#index #nav div.first {
	font: 1.5em/1 Georgia, Times, serif;
	border-top: none;
	}
	
#index #nav div {
	padding: 20px;
	font: 1em/1.25 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	border-top: 1px dotted #414142;
	}
	
#index #primary {
	height: 387px;
	padding: 0px;
	}
	
#index #secondary {
	padding: 30px 0;
	}
	
/*////////////////////////////////////////////////////////////////////
	Customer Service
////////////////////////////////////////////////////////////////////*/
	
#service #nav {
	border-bottom: 1px solid #414142;
	}

#service #nav div.last {
	border-right: none;
	}
	
#service #nav div {
	float: left;
	display: inline;
	min-height: 30px;
	padding: 20px 15px;
	font: 1em/1.25 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	border-right: 1px dotted #414142;
	}

#service dl.support {
	float: left;
	display: inline;
	width: 180px;
	margin-right: 25px;
	}
	
#service dl.support dt {
	font: 1em/1 Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .0625em;
	color: #FFF;
	margin-bottom: .25em;
	}
	
#service dl.support dd {
	margin-bottom: 1.5em;
	}
	
/*////////////////////////////////////////////////////////////////////
	Dealers
////////////////////////////////////////////////////////////////////*/

#dealers .map {
	float: left;
	display: inline;
	width: 360px;
	height: 240px;
	padding: 9px;
	border: 1px dotted #414142;
	}
	
#dealers .dealerinfo {
	float: right;
	display: inline;
	width: 400px;
	}
	
#dealers .dealerinfo ul {
	margin-bottom: 1.5em;
	padding-left: 2em;
	list-style-image: url(/images/css/bullet.png);
	}
	
#dealers .dealerinfo dl {
	margin: 0 0 1em 1em;
	width:380px;
	}
	
#dealers .dealerinfo dt {
	padding-left: 1em;
	background: url(/images/css/bullet.png) no-repeat left center;
	}
	
/*////////////////////////////////////////////////////////////////////
	Forms
////////////////////////////////////////////////////////////////////*/

form {
	}
	
fieldset {
	margin-bottom: 0;
	border: none;
	} 
	
label {
	display: block;
	margin-bottom: .5em;
	}
	
label.required {
	position: relative;
	margin-left: -1em !important;
	margin-left: 0;
	padding-left: 1em;
	background: url(/images/css/bullet.png) no-repeat left center;
	}
	
p.required {
	float: right;
	display: inline;
	padding-left: 1em;
	background: url(/images/css/bullet.png) no-repeat left center;
	}
	
input, textarea, select {
	display: block;
	margin-bottom: 1.5em;
	padding: .125em;
	}
	
input.button {
	margin-top: 2em;
	padding: 0;
	}
	
.row {
	display: inline;
	}
	
/*////////////////////////////////////////////////////////////////////
	Popup
////////////////////////////////////////////////////////////////////*/

#popup #container {
	width: 400px;
	margin: 0 auto;
	padding: 50px 40px 60px 40px;
	font-size: 1.1em;
	}
	
	
/*////////////////////////////////////////////////////////////////////
	Misc
////////////////////////////////////////////////////////////////////*/

hr {
	height: 1px;
	margin: 2em 0 2em 0;
	color: #000;
	background-color: #000;
	border: none;
	border-bottom: 1px dotted #414142;
	}

.hide {
	display: none;
	}
	
.indent {
	text-indent: 3em;
	}
	
.us {
	padding-right: 25px;
	background: url(images/css/us.png) no-repeat right center;
	}
	
.it {
	padding-right: 25px;
	background: url(images/css/it.png) no-repeat right center;
	}
	
.jp {
	padding-right: 25px;
	background: url(images/css/jp.png) no-repeat right center;
	}
	
/*////////////////////////////////////////////////////////////////////
	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 */