@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
}
p {
	padding-bottom: 6px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2972B6;
}
.floatLeft {
	float: left;
}


#wrap {
	padding-bottom: 40px;
	position: relative;
	min-height: 560px;
	overflow:hidden;
}

#banner {
	background-color: #F3F3F3;
	height: 52px;
	padding-top: 18px;
}
#bannerBar {
	background-color:#FFFFCC;
	height: 35px;
	border-bottom:#999999 solid 1px;
	border-top:#999999 solid 1px;
}
.banner {
	padding-top: 10px;
	text-align: left;
	padding-left: 260px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#logo {
	height: 178px;
	width: 337px;
	position: absolute;
	left: -16px;
	top: -70px;
	z-index: 100;
}
#bodyWrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#leftWrap {
	float: left;
	width: 470px;
	position: relative;
	background-color: #FFF;
	z-index: 10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px  0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	min-height: 560px;
	overflow:hidden;
}


#rightWrap {
	float: right;
	width: 450px;
	position: relative;
	background-color: #FFF;
	z-index: 10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px  0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	min-height: 540px;
	padding: 10px;
}

#loveToRide {
	background-image: url(http://myclescycles.solterraweb.com/themes/loveToRide.png);
	height: 65px;
	width: 142px;
	position: absolute;
	z-index: 30;
	left: 305px;
	top: 10px;
	background-repeat: no-repeat;
}

#michaelHart {
	background-image: url(http://myclescycles.solterraweb.com/themes/michaelHart.jpg);
	background-repeat: no-repeat;
	height: 343px;
	width: 218px;
	position: absolute;
	z-index: 20;
	left: 240px;
	top: 80px;
}
#roxanne {
	height: 49px;
	width: 202px;
	position: absolute;
	z-index: 30;
	left: 258px;
	top: 418px;
	background-repeat: no-repeat;
}


#navigation {
	padding-top: 118px;
	padding-left: 20px;
	padding-bottom: 10px;
	
}
#navigation li {
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: normal;
	text-align:left;
}
#navigation li a {
	color: #000;
	text-decoration: none;
}
#navigation li a:hover {
	color: #C51B00;
	text-decoration: underline;
}
#facebook {
	width: 210px;
	padding-left: 20px;
}
#facebook a {
	color: #000;
	text-decoration: none;
}


#memoBox1 {
	background-color: #DDDEDE;
	width: 206px;
	padding: 6px;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#memoBox1 a {
	text-decoration: none;
	color: #2972B6;
}

#rightWrap h3 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding-bottom: 8px;
}
#rightWrap p {
	font-size: 12px;
	padding-bottom: 6px;
}
#googleMaps {
	width: 250px;
	height: 100px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
}
#googleMaps a {
	font-size: 12px;
}

#address {
	font-weight: bold;
	width: 180px;
	float: right;
	margin-top: 10px;
}
#address p {
	font-size: 14px;
}

#address a {
	color: #0F1DAA;
	text-decoration: none;
}
#memoBox2 {
	clear: both;
	background-color: #DDDEDE;
	width: 438px;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}
#memoBox3 {
	background-color: #DDDEDE;
	width: 438px;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#footer {
	background-color: #FFF;
	height: 320px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#footerLogos {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
}
#col1 {
	width: 209px;
	float: left;
}
#col2 {
	width: 275px;
	float: left;
}
#col3 {
	width: 262px;
	float: left;
}
#col4 {
	width: 221px;
	float: left;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;	
}