@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F6F6F6 url(../images/bg2.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#header {
	padding: 12px 10px 0 30px;
	background-image: url(../images/main-bg.png);
	background-repeat: no-repeat;
	height: 468px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
#sidebar2 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #45B2C8;
	margin: 0px;
	padding: 0px;
}
#sidebar2 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6F625C;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0BBA7;
	padding-top: 10px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #233481;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #45B8DD;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	display: block;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDCAB7;
	width: 250px;
}
#mainContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.renew {
	color: #F00;
}
#mainContent h1 .grey {
	color: #666;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #635550;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
#mainContent p a {
	color: #45B2C8;
	text-decoration: none;
}
#mainContent p a:hover {
	text-decoration: underline;
	color: #45B2C8;
}
#footer #foot-content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 18px;
	height: 172px;
}
#sidebar2 #twitterfeed {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#foot-content p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #6F625C;
	line-height: 20px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/footer-bg.jpg) repeat-x;
	height: 215px;
} 
#foot-content h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #6F625C;
}
#foot-rightcont h1 .darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: #2A3B8F;
}
#foot-leftcont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0BBA7;
	height: 170px;
	float: left;
	width: 370px;
}
#foot-midcont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0BBA7;
	height: 170px;
	float: left;
	width: 200px;
}
#foot-rightcont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0BBA7;
	height: 170px;
	float: left;
	width: 280px;
}
#foot-rightcont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: #2377C0;
}
#foot-rightcont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
#foot-leftcont ul li {
	float: left;
}
#foot-leftcont ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#foot-leftcont ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#foot-content p a  {
	color: #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbar {
	width: 950px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 105px;
	padding-left: 20px;
	margin: 0px;
	position: relative;
}
#navbar h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#navbar-cont {
	margin: 0px 200px 0px 450px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C0BAA4;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0BAA4;
	width: 175px;
	height: 96px;
}
#navbar #navbar-cont ul li {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 97px;
}
#navbar #navbar-cont ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar #navbar-cont ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7B49C;
	text-decoration: none;
	margin: 0px;
	padding-right: 0px;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 4px;
	display: block;
	width: 94px;
	padding-left: 6px;
}
#navbar #navbar-cont ul li a:hover {
	background-image: url(../images/navbut-bg.png);
	background-repeat: no-repeat;
	color: #F6F6F6;
}
#navbarside {
	float: left; /* since this element is floated, a width must be given */
	width: 387px;
}
#navbarside h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2377B8;
	margin: 0px;
	padding: 5px 0px 0px;
}
#navbarside h1 .logotextdark {
	color: #293C8E;
}
#navrightside {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
#sidebar2 form p input {
	width: 190px;
	border: 1px solid #C2BCA6;
	height: 25px;
}
#sidebar2 form p textarea {
	width: 190px;
	height: 85px;
	border: 1px solid #BEB8A2;
}
#sidebar2 form p label #button {
	background-image: url(../images/sendbut.gif);
	height: 25px;
	width: 100px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navrightside h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #62544F;
}
#navrightside h1 .phonenumber {
	color: #2C3D8C;
}
#navbar #contactus {
	position: absolute;
	height: 31px;
	width: 203px;
	left: 728px;
	top: 78px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	padding-left: 37px;
	padding-top: 10px;
}
#navbar #contactus a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	color: #908B7C;
	text-decoration: none;
}
#navbar #contactus a:hover {
	color: #FFF;
	text-decoration: underline;
}
#scrollside {
	float: right; /* since this element is floated, a width must be given */
	width: 214px; /* padding keeps the content of the div away from the edges */
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
}
#scrollside p {
	margin: 0px;
	padding: 0px;
}
#scrollside h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#scrollside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.selected {
	background-image: url(../images/navbut-bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 4px;
	width: 94px;
}
#scrollside #bodyrepairs {
	background-color: #2F368F;
	height: 29px;
	margin-bottom: 5px;
	background-image: url(../images/forsale.jpg);
	background-repeat: no-repeat;
	padding-top: 127px;
	padding-left: 32px;
}
#scrollside #dentrepairs {
	background-color: #2F368F;
	height: 29px;
	margin-bottom: 5px;
	padding-top: 127px;
	padding-left: 32px;
	background-image: url(../images/dents.jpg);
	background-repeat: no-repeat;
}
#bikerevive  {
	background-color: #2F368F;
	height: 114px;
	padding-top: 10px;
	background-image: url(../images/bikerevive.jpg);
	background-repeat: no-repeat;
}
#sidebar2 #testimonials {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#innerheader {
	padding: 12px 10px 0 30px;
	background-image: url(../images/main-bg2.png);
	background-repeat: no-repeat;
}
#bikerevive h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#facetwit {
	height: 154px;
	width: 38px;
	position: absolute;
	left: 966px;
	top: 167px;
}
#scrollside h1 a {
	color: #FFF;
	text-decoration: none;
}
#sidebar2 #blog {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#sidebar2 p a {
	color: #45B2C8;
	text-decoration: none;
}
.rightimg   {
	padding-right: 20px;
	float: left;
}
.portfolio {
	width: 204px;
	margin-right: 18px;
	float: left;
	height: 300px;
}
.portfolio2 {
	width: 204px;
	float: left;
	height: 300px;
}
#mainContent .portfolio2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #45B8DD;
}
#mainContent .portfolio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #45B2C8;
}
.portfolio-lrg {
	height: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.portfolio-sml {
	height: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mainContent .forsale {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.forsale p #lambretta {
	float: left;
	padding-right: 20px;
}
#mainContent .forsale p {
	line-height: 19px;
}

