﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
	margin: 0;
}

h1
{
	background: url(../images/h1_back.gif);
	background-repeat: repeat-x;
}

table.services
{
	border: none;
	padding: 0;
}

table.services tr.heading td
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px 10px 20px;
}

table.services tr.prices td
{
	font-weight: bold;
	text-align: center;
	color: #0000FF;
	padding-bottom: 10px;
}

table.services tr td
{
	background: #ffffff;
	color: Black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.services tr.alt td
{
	background: #99CCFF;
	color: Black;
}

table.services tr td.left
{
	text-align: left;
	width: 200px;
}

.wrapper
{
	position: relative;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

#box
{
	width: 740px;
	height: 100%;
	clear: both;
}

#box ul
{
	font-size: 14px;
}

#boxHeader
{
	width: 740px;
	height: 40px;
	background-repeat: no-repeat;
}
#catalog
{
	padding-top: 15px;
	margin-left: 15px;
	width: 200px;
	height: 15px;
	background-image: url('../images/catalog.png');
	background-repeat: no-repeat;
	background-position: left;
}

img.floatLeft
{
	float: left;
	margin: 4px;
}

.email
{
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.largeText
{
	font-size: large;
}

.aboutUsContent
{
	height: 100%;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	overflow: auto;
}

#storeHoursContent
{
	height: 280px;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	width: 150px;
	float: left;
}
#storeHoursRight
{
	height: 280px;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	width: 550px;
	float: right;
}

#viewEventContent
{
	height: 100%;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	overflow: auto;
}

#catalogContent p
{
	display: inline;
}

#contactUsContent
{
	height: 100%;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	overflow: auto;
}

#contactUsContent p
{
	display: inline;
	margin-left: 10px;
}

#viewEventContent p
{
	display: inline;
	border-top: solid 1px #cccccc;
	margin-top: 10px;
}

#storeHours
{
	padding-top: 15px;
	margin-left: 15px;
	width: 200px;
	height: 15px;
	background-image: url('../images/store_hours.png');
	background-repeat: no-repeat;
	background-position: left;
}

#bikesContent
{
	height: 100%;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

#header
{
	width: 745px;
	float: left;
}

.logos tr td
{
	text-align: center;
	vertical-align: middle;
}

#linksContent
{
	height: 100%;
	border: dashed 1px #ccc;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

#linksContent a
{
	font-size: medium;
	text-decoration: none;
	color: #9999ff;
	padding-left: 15px;
	
}

#linksContent a:hover
{
	text-decoration: underline;
}

#mainContent
{
	float: left;
	width: 743px;
	height: 100%;
}

#rightMenu
{
	vertical-align: top;
	margin-left: 0px;
	margin-top: 21px;
	float: right;
	width: 180px;
	
}

#rightMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 180px;
	height: 60px;
}

#rightMenu li
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}

#rightMenu li a
{
	color: Black;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	list-style-type: none;
	width: 180px;
	height: 60px;
	display: table-cell;
	font-weight: bolder;
}

.logoMenu
{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	border-bottom: solid 1px black;
}

#salesTable
{
	font-size: 12px;
}

.highlight
{
	background-color: Yellow;
}

.boldRow
{
	font-weight: bold;
}

#footer
{
	float: left;
}

#footer a
{
	text-decoration: none;
	color: Blue;
}

#footer a:hover
{
	text-decoration: underline;
	color: Orange;
}

#bigFooter
{
	float: left;
	font-size: 14px;
}

#bigFooter a
{
	text-decoration: none;
	color: Blue;
}

#bigFooter a:hover
{
	text-decoration: underline;
	color: Orange;
}

.thumbnail
{
	padding: 3px 3px 8px 3px;
	background-color: #ccc;
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbnail img
{
	border: none;
}