* {
	margin: 0;
	padding: 0;
	font: 1.0em times;
}

map, area, img {
	border-width:0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

dd {
	margin-left: 16px;
}

body {
	background: #000;
	font: 0.8em times;
}

#mainWrapper {
	margin: 0 auto;
	padding: 0 74px;
	width: 750px;
	background: #fff url("../images/home.png") 74px 113px no-repeat;
}

#header {
	height: 98px;
	border-bottom: 1px dotted black;
	position: relative;
	background: url("../images/dunbarscyclery.png") 0 14px no-repeat;
}

#header p {
	text-align: right;
	padding-top: 16px;
	font-size: 0.9em;
}

#header p:first-line {
	font: 1.6em impact,charcoal,sans-serif;
	color: #9da406;
}

#mainNav {
	list-style: none;
	position: absolute;
	bottom: 4px;
	height: 10px;
}

#mainNav li {
	display: inline-block;
	margin: 0 8px;
	height: 10px;
	overflow: hidden;
}

#mainNav li:first-child {
	margin-left: 0;
}

#mainNav li a {
	text-decoration: none;
	padding-top: 13px;
}

#mainNav #index {
	background: url('/images/homebutton.png') no-repeat;
}

#mainNav #index:hover {
	background-image: url('/images/homebuttonroll.png');
}

#mainNav #index a {
	width: 46px;
	display: inline-block;
}

#mainNav #services {
	background: url('/images/servicesbutton.png') no-repeat;
}

#mainNav #services:hover {
	background-image: url('/images/servicesbuttonroll.png');
}


#mainNav #services a {
	width: 69px;
	display: inline-block;
}

#mainNav #bikes {
	background: url('/images/bikesbutton.png') no-repeat;
}

#mainNav #bikes:hover {
	background-image: url('/images/bikesbuttonroll.png');
}


#mainNav #bikes a {
	width: 43px;
	display: inline-block;
}

#mainNav #gear {
	background: url('/images/gearbutton.png') no-repeat;
}

#mainNav #gear:hover {
	background-image: url('/images/gearbuttonroll.png');
}


#mainNav #gear a {
	width: 159px;
	display: inline-block;
}

#mainNav #history {
	background: url('/images/historybutton.png') no-repeat;
}

#mainNav #history:hover {
	background-image: url('/images/historybuttonroll.png');
}


#mainNav #history a {
	width: 64px;
	display: inline-block;
}

#mainNav #contact {
	background: url('/images/contactbutton.png') no-repeat;
}

#mainNav #contact:hover {
	background-image: url('/images/contactbuttonroll.png');
}


#mainNav #contact a {
	width: 79px;
	display: inline-block;
}

#mainNav #specials {
	background: url('/images/specialsbutton.png') no-repeat;
}

#mainNav #specials:hover {
	background-image: url('/images/specialsbuttonroll.png');
}


#mainNav #specials a {
	width: 68px;
	display: inline-block;
}

#content {
	margin: 372px 0 0 240px;
	border: 1px dotted black;
	border-width: 0 0 0 1px;
	position: relative;
	min-height: 300px;
}

#home #content {
	min-height: 140px;
}

#bikes #content {
	min-height: 30em;
}

#bikes #mainBar h2  {
	display: inline;
}

#bikes #mainBar ul {
	display: inline-block;
}

#bikes #mainBar li {
	width: 100%;
	display: inline-block;
}

#mainBar {
	width: 478px;
	padding: 32px 16px 38px;
	border-top: 1px dotted black;
}

#mainBar p {
	margin-bottom: 24px;
}

#mainBar #catalog p {
	margin-bottom: 3px;
	margin-top: 6px;
}

#mainBar ul {
	list-style-type: none;
}

#mainBar a {
	color: inherit;
	text-decoration: none;
}

#mainBar #catalog a {
	color: inherit;
	font-style: italic;
	
	text-decoration: underline;
}

#sideBar {
	margin: 0 0 0 -242px;
	padding: 32px 12px 0 0;
	width: 230px;
	border-top: 1px dotted black;
	position: absolute;
	top: 0;
	text-align: right;
}

#sideBar ul {
	list-style: none;
	margin-bottom: 16px;
}

#sideBar a {
	color: black;
	text-decoration: none;
}

.heading {
	font: 1.3em impact,charcoal,sans-serif;
	color: #8a6404;
	text-transform: uppercase;
}

h1 {
	font: 1.3em impact,charcoal,sans-serif;
	color: #8a6404;
	text-transform: uppercase;
	margin-bottom: 6px;
}

h2 {
	color: #9da406;
	text-transform: uppercase;
	margin-top: 6px;
}

h5 {
	color: #9da406;
	text-transform: uppercase;
}

h6 {
	font: 1.3em impact,charcoal,sans-serif;
	color: #9da406;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#secondNav {
	margin: 0 0 0 -242px;
	padding: 8px 0 10px;
	width : 242px;
	position: absolute;
	bottom: 0;
	text-align: center;
	border-top: 1px dotted black;
}

#secondNav ul {
	list-style: none;
	margin: 0 auto;
	display: inline;
}

#secondNav ul li {
	display: inline;
	margin: 0 4px 0 0;
}

#secondNav a {
	text-decoration: none;
	color: #9da406;
}

#secondNav a:hover {
	color: #8a6404;
}

#secondNav a:before {
	content: url("../images/dot.png");
	margin: 0 8px 0 0;
	position: relative;
	top: -4px;
}

#secondNav li:first-child a:before {
	content: "";
}

#links {
	height : 48px;
	list-style: none;
	padding: 12px 0;
	border: 1px dotted black;
	border-width: 1px 0;
	background: url("../images/links.png")  0 12px no-repeat;
	overflow: hidden;
}

#links li {
	width: 186px;
	float: left;
	height: 48px;
}

#links li a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#links li span {
	visibility: hidden;
}

#footer p {
	text-align: right;
	font-size: 0.8em;
	padding: 10px 0;
}

.emailForm li{
	display: inline-block;
	margin: 2px 4px;
}

form textarea {
	margin: 16px 4px;
}

form input, form select {
	margin-left:4px;
}

#admin {
	color: black;
	text-decoration: none;
}
