/* CSS QUOTES */
body{
	font-family:"Trebuchet Ms",Verdana, Arial, Helvetica, sans-serif;
	}
		
strong{
	font-size:14px;
	}	
h3{
	font-size:1.4em;
	color:#FFFFFF;
	background-color:#3597D8;
	padding-left:5px;
	border-bottom:#054281 4px solid;
	height:24px;
	}

/*----------------
Button motorcycles
------------------*/

.bottomm ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 300px; 
		}
.bottomm ul li {
		line-height: 103px; 
		}
.bottomm ul li a {
		display: block;
		width: 300px;
		background: url(images/bt_motorcycles.gif)  no-repeat;
		cursor:pointer;
		text-indent:-9000px; 
		}
.bottomm ul li a:hover {
		font-weight: bold;
		text-decoration: none;
		color:#fff;
		background-position:0 -102px; 
		cursor:pointer;
		}			
/*----------------
Button commercial
------------------*/

.bottomc ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 300px; 
		}
.bottomc ul li {
		line-height: 103px; 
		}
.bottomc ul li a {
		display: block;
		width: 300px;
		background: url(images/bt_trackcorporate.gif)  no-repeat;
		cursor:pointer;
		text-indent:-9000px; 
		}
.bottomc ul li a:hover {
		font-weight: bold;
		text-decoration: none;
		color:#fff;
		background-position:0 -102px; 
		cursor:pointer;
		}
	
/*----------------
Button residential
------------------*/

.bottomr ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 300px; 
		}
.bottomr ul li {
		line-height: 103px; 
		}
.bottomr ul li a {
		display: block;
		width: 300px;
		background: url(images/bt_trackindividual.gif)  no-repeat;
		cursor:pointer;
		text-indent:-9000px; 
		}
.bottomr ul li a:hover {
		font-weight: bold;
		text-decoration: none;
		color:#fff;
		background-position:0 -102px; 
		cursor:pointer;
		}
/*----------------
Button fine arts
------------------*/

.bottomf ul {
		margin: 0;
		padding: 0;
		list-style-type: none;

		width: 300px; 
		}
.bottomf ul li {
		line-height: 103px; 
		}
.bottomf ul li a {
		display: block;
		width: 300px;
		background: url(images/bt_fineart.gif)  no-repeat;
		cursor:pointer;
		text-indent:-9000px; 
		}
.bottomf ul li a:hover {
		font-weight: bold;
		text-decoration: none;
		color:#fff;
		background-position:0 -102px; 
		cursor:pointer;
								
