html, body, div, {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, helvetica, sans-serif; 
	padding-top: 0px;
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
}

img {
	border: 0px !important;
}

#main-wrapper-outer {
	background-image: url('/images/main-background.png');
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	width: 865px;
	margin-top: 20px;
}

#main-wrapper {
	position: relative;
	/*padding: 0px 10px 0px 10px;*/
	background-image: url('/images/main-background-top.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#main-wrapper-inner {
	padding-bottom: 5px;
	background-image: url('/images/main-background-bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

h1 {
	font-size: 20px;
	color: #000000;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
	padding-bottom: 0px;
	border-bottom: 1px solid #004000;
	margin: 0px 0px 15px 0px;
}

.page-title {
	padding-bottom: 10px;
}

h4 {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	margin-top: 5px;
	padding-top: 0px;
}


a {
	color: #004000;
	text-decoration: none;
}


a:hover {
	color: #777777;
	text-decoration: underline;
}

a img {
	border: 0px;
}

ul {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

li {
	list-style-image: url(/images/bullet.gif);
}

input {
	width: 200px;
}

textarea {
	width: 200px;
}

#button {
	width: 100px;
	border: 1px solid #004000;
	background-color: white;
	cursor: pointer;
}

.logo {
	border: 1px solid #CCCCCC !Important;
	margin-right: 10px;
}

/* HEADER */
#header {
	position: relative;
}

#header img {
	display: block;
}

#header a img {
	border: none;
}

#bma-logo {
	position: absolute;
	top: -10px;
	left: -35px;
}

#header h1 {
	padding-top: 65px;
}

#bma-heading {
	margin-left: 230px;
	width: 490px;
	height: 56px;
}

#header h1 {
	margin-bottom: 0px;
}

#bma-strapline {
	margin-left: 237px;
}


/* TOP NAV */

#top-nav {
	margin-left: 180px;
	height: 27px;
	margin-top: 22px;
	border-bottom: 3px solid #004000;
	width: 570px;
}

#top-nav img {
	display: block;
	float: left;
}

#top-nav a img {
	border: none;
}

/* CONTENT */
#left {
	float: left;
	width: 529px;
}

#right {
	margin-left: 534px;
	margin-bottom: 13px;
}

#no-sidebar {
	width: 717px;
}

#homepage-content {
	padding: 5px 5px 0px 10px;
	margin-top: 10px;
}

#content {
	padding: 15px 10px 5px 15px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	height: 100%;
}

#header img, #homepage-content img, #content img {
	border: 0px;
}

/* FOOTER */
#footer {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#footer p {
	font-size: 11px;
	text-align: center;
	width: 747px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#link {
	margin-right: 120px;
}

/* HOMEPAGE */
#homepage-image {
	display: block;
	margin-bottom: 4px;
	margin-top: 2px;
}


#homepage-image img{
        display:none;
}

#homepage-image img.first{
        display:block;
}


#dealer-search {
	background: url('/images/dealer-search-teaser.png') no-repeat top center;
	width: 529px;
	height: 183px;
	position: relative;
	border: 1px solid white;
}

#dealer-search-content {
	margin-left: 10px;
	margin-top: 8px;
}

#dealer-search-content h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#dealer-search-content p {
	font-size: 14px;
	margin-bottom: 15px;
}

#dealers {
	background-image: url('/images/dealer-search-background.png');
	background-repeat: no-repeat;
	height: 28px;
	position: absolute;
	top: 90px;
	left: 4px;
	width: 521px;
}

.dealer-logo {
	width: 85px;
	height: 64px;
}

.dealer {
	float: left;
	margin-left: 15px;
}

.dealer p {
	font-size: 10px !important;
	text-align: center;
}

/* TEASERS */
.teaser {
	width: 305px;
	margin-bottom: 4px;
}

.teaser h2 {
	margin: 0px;
	padding: 7px 0px 12px 0px;
}

.teaser h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	border-bottom: 0px;
	margin-top: 0px;
}

.teaser p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
}

.teaser a {
	color: black;
}

#search {
	background: url('/images/search-teaser.png') no-repeat top center;
	width: 306px;
	height: 139px;
	position: relative;
}

#search-content {
	margin-left: 10px;
	width: 95%;
}

#search-content p {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 12px;
}

#vehicle-search-image, #motorcycle-search-image {
	float: right;
	margin-right: 10px;
}

#motorcycle-search-image {
	position: relative;
	top: -6px;
	left: 5px;
}

#search-content select {
	width: 180px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.stock-catalogue-form {
	margin-top: 0px;
	margin-bottom: 0px !important;
}

#search-button {
	position: absolute;
	top: 95px;
	left: 204px;
	width: 94px;
	height: 36px;
}

#catalogue {
	background: url('/images/sales-catalogue-teaser.png') no-repeat top center;
	width: 306px;
	height: 115px;
	position: relative;
}

#catalogue-content {
	margin-left: 10px;
}

#catalogue-content p {
	font-size: 14px;
}

#catalogue-button {
	position: absolute;
	left: 204px;
	top: 70px;
}

#download {
	background: url('/images/downloads-teaser.png') no-repeat top center;
	width: 306px;
	height: 136px;
	margin-bottom: 5px;
}

#download-content {
	margin-left: 10px;
}

#download-content p {
}

#buyers {
	margin-top: 5px;
}

.pdf-small {
	float: left;
	margin-right: 10px;
	width: 26px;
	height: 27px;
}

.download-link {
	margin-left: 36px;
}

#online-auctions {
	background: url('/images/online-auctions-teaser.png') no-repeat top center;
	width: 306px;
	height: 183px;
}

#online-auctions-content {
	margin-left: 10px;
}

#online-auctions-content p {
	font-size: 14px;
}

#online-auctions-image {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

#coming-soon {
	font-weight: bold;
	font-size: 18px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* STOCK CATALOGUE */
#motorcyclestockiframe, #stockiframe {
	width: 720px;
	margin-top: 10px;
	height: 1150px;
	overflow: scroll;
}

.stock-catalogue {
	margin-bottom: 10px;
}

/* DEALER CATALOGUES */
.dealer-frame {
	margin-bottom: 10px;
}

/* OTHER */
.stretcher {
	clear: both;
}


/* CAROUSEL */
.stepcarousel{
	position: relative; /*leave this value alone*/
	/*border: 10px solid black;*/
	overflow: scroll; /*leave this value alone*/
/*	width: 600px;*/
	/*width: 270px;*/ /*Width of Carousel Viewer itself*/
	height: 100px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0; 
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	/*margin: 10px;*/ /*margin around each panel*/
	width: 98px;
	/*width: 250px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
