/* -------------------------------------------------------------- 
   
   main.css
   * Editable styles.

-------------------------------------------------------------- */

html {
	min-height:100%;
	margin-bottom:1px;
}
body {
	margin: 0;
	background: transparent url(../../images/page-background-tile.jpg) top left repeat-x;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
a.rollover:hover img {
	filter:alpha(opacity=40);
	-moz-opacity:.80;
	opacity:.80;
}
iframe {
	margin-bottom: 10px;
}
form iframe {
	margin-bottom: 0px;
}
#header {
	width: 960px;
	height: 135px;
	background: transparent url(../../images/homepage-header.jpg) top left no-repeat;
	margin-bottom: 10px;
}
#franchiseTabs {
	position: relative;
	top: 85px;
	left: 475px;
	width: 500px;

}
#franchiseTabs ul {
	margin: 0;
}
#franchiseTabs ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#franchiseTabs ul li a {
	margin-left: 6px;
}
#mainNavCol {
	width: 200px;
}
#mainContent {
	margin-top: 10px;
	padding-bottom: 50px;
}
#mainContent h2 {
	dislay: block;
	width: auto;
	background-color: #000;
	color: #fff;
	padding: 3px 5px;
}
.newbike-cat-record {
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}
.newbike-cat-record a:hover {
	background: #ccc;
}
.newbike-cat-record a {
	text-decoration: none;
	display: block; 
	width: 100px;
	height: 140px;
	background: #ececec;
}
.newbike-model-record {
	width: 170px;
	float: left;
	margin-right: 5px;
	text-align: center;
}
#new-bike-options {
	display: none;
}

#MYmap {
	width: 460px;
	height: 400px;
	border: solid 1px #ccc;
}
#directions {
	overflow: visible;
	width: 457px;
	height: auto;
	padding: 0;
	margin: 0;
}
#footer {
	text-align: center;
	background: #fff url(../../images/footer.gif) top left repeat-x;
	padding: 50px 0 20px 0;
	margin: 20px 0 0 0;
	width: 100%;
}
