/*-----------------------------------+
 | Site: Nada Bikes            |
 | Part: Master stylesheet           |
 +-----------------------------------*/

/* Resets
=====================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Courier;
	font-size: 10px;
	background: #eaefe3;
}

.clear {
	clear: both;
}

span {
	display: none;
}

/* Divs
=====================================================================*/

#wrapper {
	width: 950px;
	margin: 0 auto;
}


.header {
	padding: 10px 20px 20px 20px;

}

.header a {
	text-decoration: none;
	color: grey;
}

.header h4 {
	float: left;
}
#twitter {
float: right;
}
#twitter img {
	margin-bottom: -4px;
}
#pepsi {
float: right;
margin-left: 15px;
}
#pepsi img {
	margin-bottom: -4px;
margin-left: -2px;
}

#headwrap {
	width: 946px;
	margin: 0px 0px 20px 0px;
	background-color: white;
/*	border-top: #eeeeee dashed 1px;
*/	border-bottom: #dee1d9 solid 1px;
	position: fixed;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 100;
}

.copy {
	width: 906px;
	margin: 51px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
	background: #ffe400;
	float: left;
	border-top: #ead314 solid 1px;
	border-bottom: #ead314 solid 1px;
	letter-spacing: .5px;
}

.copyheadline {
	
	letter-spacing: .5px;
}

.copypadding {
	padding-bottom: 15px;
}

.copybottom {
	padding-bottom: 0px;
}


#footer1 {
	width: 926px;
	background: white;
	padding: 10px 0px 10px 20px;
	float: left;
	margin: 10px 0px 0px 0px;	
	border-top: #dee1d9 solid 1px;
}

#gridArea {
	width: 926px;
	background: white;
	float: left;
	padding: 10px 10px;
	border-top: #dee1d9 solid 1px;
	border-bottom: #dee1d9 solid 1px;
}

#fillArea {
	background: white;
	float: left;
	letter-spacing: .5px;
	}

/* Grid
=====================================================================*/

.fiveCol {
  width: 160px;
  float: left;
  margin: 8px 12px;

}

.background {
	background-color: #eaefe3;
}

/* Shopping Cart
=====================================================================*/

.cart {
	width: 100%;
	padding: 0 0 10px 20px;
	float: left;
}

.cart .float {
	padding-bottom: 15px;
	float: left;
}


/* Type/links
=====================================================================*/

h1 {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	font-style: bold;
	line-height: 25px;
	color: black;
}


h1.link a {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	line-height: 1em;
	color: black;
}
	
h1.link a:hover {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	line-height: 1em;
	color: black;
	text-decoration: underline;
}


h2 {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	color: black;
	text-decoration: none;
}

h2 a{
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	color: black;
	text-decoration: underline;

}

h2 a:visited{
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	color: black;
	text-decoration: underline;

}

h2 a:hover{
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	color: white;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	line-height: 20px;
	color: black;
	text-decoration: none;
}


h4 {
	font-size: 10px;
    line-height:14px;
	font-family: Courier;
	font-style: bold;
	color: grey;
	letter-spacing: 1px;
}

h4.black {
	font-size: 12px;
	line-height: 20px;
	font-family: Courier;
	color: black;
	letter-spacing: 1px;
}
.forms h4.black{
	font-size: 12px;
	font-family: Courier;
	color: black;
	letter-spacing: 1px;
	border-bottom: 1px solid #dee1d9;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

/* Bike Nav
=====================================================================*/

.box {
	width: 180px;
	height: 164px;
	float: left;
	margin: 3px 2px;
	overflow: hidden;
}

.bg {
	width: 160px;
	height: 134px;
	background-color: #eaefe3;
	margin: 20px 10px 10px 10px;
	float: left;
}

div.yellow {
	width: 180px;
	height: 164px;
	margin: -20px 0 0 -10px;
	color: grey;
}

div.yellow:hover {
	background-color: #ffe400;
	color: #222;
	cursor: pointer;
	margin: -21px 0 0 -10px;
	border-top: #ead314 solid 1px;
	border-bottom: #ead314 solid 1px;
}

.text {
	height: 12px;
	font-family: Courier, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 8pt;
	padding: 8px 0 0 10px;
}

.block {
	height: 20px;
	width: 91px;
	background-color: #fff;
	float: right;
	margin-top: -21px;
}

.bikeimg {
	width: 160px;
	height: 134px;
	margin-left: 10px;
	background:url("images/nada_trans.png") no-repeat;
	position: relative;
}

.gridmain{
	width: 300px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 10px;
	float: left;
}

.grid{
	width: 95px;
	height: 100px;
	float: left;
}

.grid li{
	border-bottom: 1px solid #dee1d9;
	padding-top: 2px;
	padding-bottom: 3px;
}

.infopopup {
	background-color: #FFFFFF;
	float: left;
	position: absolute;
	bottom: 0;
	width: 150px;
	padding: 5px;
	border-top: 1px solid #dee1d9;
}


/* Forms
=====================================================================*/

#frameForm input {
	background: yellow;
	border: #ead314 solid 1px;
	margin-left: 5px;
	padding: 2px;
	font-size: 10px;
	font-family: Courier;
	font-style: bold;
	letter-spacing: 1px;
}

#frameForm select {
	background: white;
	border: #dee1d9 solid 1px;
	margin-right: 5px;
	padding: 2px;
	font-size: 10px;
	font-family: Courier;
	font-style: bold;
	letter-spacing: 1px;
}

.forms {
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
	}

.forms p {
	}

.right {
	text-align: right;
}

#fillArea input[type="submit"] {
	background: yellow;
	border: #ead314 solid 1px;
	padding: 2px;
	font-size: 10px;
	font-family: Courier;
	font-style: bold;
	letter-spacing: 1px;
}

#fillArea input[type="text"] {
	border: #dee1d9 solid 1px;
	padding: 3px;
	font-size: 10px;
	font-family: Courier;
	font-style: bold;
	letter-spacing: 1px;
	margin-top: 10px;
}

#fillArea input[type="file"] {
	border: #dee1d9 solid 1px;
	padding: 2px;
	font-size: 10px;
	font-family: Courier;
	font-style: bold;
	letter-spacing: 1px;
	margin-top: 5px;
}

#fillArea select {
	background: white;
	border: #dee1d9 solid 1px;
	padding: 2px;
	font-size: 10px;
	font-family: Courier;
	font-style: bold;
	letter-spacing: 1px;
}