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

body {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	background: #1c242e url(../images/body-bg-grey.jpg) repeat-x;
	text-align: center;
}
h2 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}
p, li {
	font-size: 11px;
	line-height: 19px;
	color: #cccccc;
}
a {
	color: #6fc730;
}
a:hover {
	color: #ff9f3a;
}
strong{
	font-weight: bold;
	color: #ffffff;
}
em{
	font-style: italic;
}
#container {
	width: 1000px;
	margin: 0 auto; /* auto margins */
	text-align: left;
}

/*HEADER _________________________________________________________ */

#header {
	width: 1000px;
	height: 250px;
	background-image: url(../images/header3.jpg);
}
#header h1{
	text-indent: -900em;
}
#header a{
	display: block;
	width: 500px;
	height: 250px;
}

/*MENU _________________________________________________________ */

#menu {
	width: 1000px;
	height: 36px;
	background-image: url(../images/menu-bg.jpg);
	border-top: 1px solid #354856;
}
#menu ul{
	height: 36px;
	padding-left: 20px
}
#menu li{
	width: 133px;
	height: 36px;
	display: inline;
}
#menu a{
	width: 133px;
	line-height: 36px;
	display: block;
	float: left;
	text-indent: -900em;
	background-image: url(../images/menu3.jpg);
}
#menu #menu-home a{
	width: 102px;
	height: 36px;
}
#menu #menu-home a:hover{
	background-position: 0px 72px;
}
#menu #menu-home a:active{
	background-position: 0px 36px;
}
#menu #menu-quote a{
	width: 112px;
	background-position: -104px 0px;
}
#menu #menu-quote a:hover{
	background-position: -104px 72px;
}
#menu #menu-quote a:active{
	background-position: -104px 36px;
}
#menu #menu-contact a{
	width: 130px;
	background-position: -216px 0px;
}
#menu #menu-contact a:hover{
	background-position: -216px 72px;
}
#menu #menu-contact a:active{
	background-position: -216px 36px;
}
#menu #menu-about a{
	width: 106px;
	background-position: -347px 0px;
}
#menu #menu-about a:hover{
	background-position: -347px 72px;
}
#menu #menu-about a:active{
	background-position: -347px 36px;
}
#menu #menu-links a{
	width: 101px;
	background-position: -453px 0px;
}
#menu #menu-links a:hover{
	background-position: -453px 72px;
}
#menu #menu-links a:active{
	background-position: -453px 36px;
}
#menu #menu-news a{
	width: 102px;
	background-position: -554px 0px;
}
#menu #menu-news a:hover{
	background-position: -554px 72px;
}
#menu #menu-news a:active{
	background-position: -554px 36px;
}
#menu #menu-parts a{
	width: 106px;
	background-position: -658px 0px;
}
#menu #menu-parts a:hover{
	background-position: -658px 72px;
}
#menu #menu-parts a:active{
	background-position: -658px 36px;
}
#menu #bike-list a{
	width: 142px;
	background-position: -764px 0px;
}
#menu #bike-list a:hover{
	background-position: -764px 72px;
}
#menu #bike-list a:active{
	background-position: -764px 36px;
}

/*CONTENT _________________________________________________________ */

#content{
	background: #000000 url(../images/content-bg.jpg) no-repeat bottom;
	height: 600px;
	padding: 20px;
}
#mainContent {
	width: 400px;
	float: left;
	padding: 20px 0 20px 20px;
	background: #383838 url(../images/info-bg.jpg) no-repeat;
}
#content #main-blurb{
	width: 600px;
	height: 595px;
	float: left;
	padding: 0 40px 0 20px;
	overflow: hidden;
}
#content #main-blurb .ad-box{
	margin-bottom: 20px;
}
#content #main-blurb .ad-box select{
	border-top: 1px solid #000000;
}
#content #main-blurb .ad-box select{
	border-left: 1px solid #000000;
}
#content #main-blurb .ad-box select{
	border-right: 1px solid #666666;
}
#content #main-blurb .ad-box select{
	border-bottom: 1px solid #666666;
}
#content #main-blurb .biker-girl{
	margin-bottom: 100px;
}
#content #sub-blurb{
	width: 260px;
	float: right;
	padding-left: 20px;
}
#content p, #content ul, #content ol, #content h1, #content h2, #content h3, #content dt, #content dd{
	padding-bottom: 25px;
}
#content ul, #content ol{
	padding-left: 25px;
}
#content ul li{
	padding: 0 0 15px 5px;
	list-style: disc;
}
#content ol li{
	padding: 0 0 15px 5px;
	list-style: lower-alpha;
}
#content .links-list li{
	padding: 0;
	line-height: 15px;
	list-style: none;
}
#content #banner1 a{
	width: 240px;
	height: 240px;
	background-image: url(../images/rampdale-insurance.jpg);
	display: block;
	float: left;
	text-indent: -900em;
	margin: 0 0 0 15px;
}
#content #banner2 a{
	width: 240px;
	height: 240px;
	background-image: url(../images/keeway-insurance.jpg);
	display: block;
	float: left;
	text-indent: -900em;
	margin: 40px 0 0 15px;
}
#content #banner3 a{
	width: 240px;
	height: 240px;
	background-image: url(../images/onlinebikeinsurance.jpg);
	display: block;
	float: left;
	text-indent: -900em;
	margin: 0 0 0 15px;
}
#content #littlemap-banner a{
	width: 240px;
	height: 240px;
	background: url(../images/littlemap-banner.jpg) no-repeat;
	background-position: 0 -240px;
	display: block;
	float: left;
	text-indent: -900em;
	margin: 0 0 20px 15px;
}
#content #littlemap-banner a:hover{
	background-position: 0 0;
}
#content #quote a{
	display: block;
	width: 240px;
	height: 120px;
	background: url(../images/quote.jpg) no-repeat;
	background-position: 0px -120px;
	text-indent: -900em;
	margin-left: 10px;
}
#content #quote a:hover{
	background-position: 0px 0px;
}
#content #quote{
	margin: 0 0 25px 0;
}
#content #quote-box{
	float: left;
	overflow: auto;
}
#content #news{
	margin-top: 25px;
	padding-bottom: 30px;
}
#content #news img{
	margin-bottom: 25px;
	margin-right: 4px;
}
#content #news h3{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}
#content  dt{
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
}
#content dd{
	font-size: 11px;
	line-height: 19px;
	color: #cccccc;
}
#content dd ul, #content dd ol{
	padding-bottom:0;
}
#content .date{
	font-weight: normal;
	font-style: italic;
	color: #999;
}
#content .grey-boxes dd{
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 25px;
	height: 123px;
}
#content #news dl img{
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	border: 1px solid #333;
}
#content #google-map{
	padding: 25px 25px 0 0;
}
#content table{
	font-size: 11px;
	line-height: 19px;
	color: #ffffff;
	background: url(../images/contact-form.jpg) no-repeat;
	text-align: left;
	padding: 10px;
	width: 550px;
}
#content table th{
	vertical-align: middle;
	text-align: left;
	width: 95px;
	padding: 0 0 0 20px;
}
#content table td{
	padding: 1px;
}
#content table .textbox{
	background: url(../images/text-box-inner.jpg) no-repeat;
	border: none;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 4px 3px 4px;
	}
#content table .send{
	float: right;
	background: url(../images/send.png) no-repeat;
	height: 33px;
	width: 103px;
	margin: 10px 0 0 0;
	border: none;
	cursor: pointer;
	text-indent: -900em;
}
#content table .send:hover{
	background-position: 0 -33px;
}
#content table .send:active, #content table .send:focus{
	background-position: 0 -66px;
}
#content textarea{
	border: none;
}
#error{
	width: 350px;
	margin: 0 auto;
}
#error h2{
	background: url(../images/404.jpg) no-repeat;
	display: block;
	width: 349px;
	height: 184px;
	text-indent: -900em;
}
.float-left{
	float: left;
	padding-right: 30px;
}
.float-right{
	float: right;
	padding-left: 30px;
}
.clear-float{
	clear: both;
}

/*FOOTER _________________________________________________________ */

#footer {
	position: relative;
	clear: both;
	background-image: url(../images/footer-bg.jpg);
	width: 1000px;
	height: 199px;
}
#footer #arrows-graphic{
	position: absolute;
	bottom: 101px;
	right: 0px;
	background-image: url(../images/green-footer-arrows.gif);
	width: 196px;
	height: 221px;
}
#footer #rampdale a{
	display: block;
	background-image: url(../images/rampdale-logo.png);
	width: 200px;
	height: 68px;
	text-indent: -900em;
	position: absolute;
	bottom: 80px;
	right: 150px;
}
#footer #rampdale a:hover{
	background-position: 0px 68px;
}
#footer ul {
	padding: 0 25px 15px 25px;
	float: left;
}
#footer li {
	line-height: 13px;
	font-size: 9px;
}
#footer li a{
	color: #666666;
}
#footer li a:hover{
	color: #fe8f2a;
}
#footer p{
	font-size: 9px;
	line-height: 12px;
	padding: 0 25px;
	clear: both;
}
#footer dl{
	float: left;
	padding: 0 25px 0 25px;
}
#footer dl dt{
	padding: 25px 0 10px 0;
}
#footer .contact{
	width: 310px;
	float: left;
	padding-top: 25px;
}
#footer .contact h3{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
