html {
	height: 100%;
	width:100%;
	background-color: rgb(253, 253, 253);
}
body {
	margin: 0px auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	//color: rgb(119, 119, 119);
	height:100%;
	width: 100%;
}
.container {
	min-height:100%;
  position:relative;
}
.container.page-45 h1 {
	background: url('/assets/logos/kawasaki-logo.png') no-repeat right 11px;
}
.container.page-44 h1 {
	/* background: url('/assets/logos/yamaha-logo.png') no-repeat right 0px;*/
}
.container.page-46 h1 {
	background: url('/assets/logos/seadoo-logo.png') no-repeat right -10px;
}
.grey {
	color: #999;
}
.lightBlue {
	color: #00A3E7;
}
.clear {
	clear: both;
}
h1 {
	font-size: 28px;
	line-height: normal;
	font-weight: 400;
	margin: 0px 0px 20px;
	font-family: 'Roboto';
}
h2 {
	color: rgb(51, 51, 51);
	font-size: 28px;
	line-height: normal;
	font-weight: normal;
	margin: 0px 0px 20px;
	font-weight: 300;
}
h3 {
	font-weight: 300;
}

#header {
	background-color: rgb(24, 30, 37);
	min-height: 106px;
	z-index: auto;
	display: block;
	border-bottom: 6px solid rgb(0, 163, 231);
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
}
.header-content {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
}

ul.B_crumbBox {
	list-style: none;
	margin: 0 20px;
	padding: 20px 0 0 ;
	color: #999;
	font-weight: 300;
	font-size: 14px;
	overflow: hidden;
	
}

ul.B_crumbBox li {
	float: left;
	padding: 0 0px 0 0;
}

ul.B_crumbBox span {
	float: left;
	padding: 0 20px;
}
ul.B_crumbBox li span{
	padding: 0 0px 0 0;
}

.logo {
	width: 150px;
	color: white;
	float: left;
	height: 92px;
	margin: 18px 0px 0 10px;
	background: url('/manager/templates/bam/images/scaledlogo.png') no-repeat 0 0;
	
}
	.logo a{
		display: block;
		border: none;
		text-decoration: none;
		height: 100px;
		width: 100px;
	}
	
	#header .top-menu {
		width: auto;
		overflow: hidden;
		float: left;
	}
	ul#main-menu {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	ul#main-menu li {
			float:left;
			list-style: none;
			display: block;
			line-height: 26px;
		}
		ul#main-menu li a, ul#sub-menu li a  {
			font-size: 15px;
			font-weight: 300; 
			font-family: 'Roboto', sans-serif;
			padding: 40px 10px 46px;
			color: white;
			text-decoration: none;
			display: block;
			z-index: 1000;
			transition: all 0.25s ease-in-out 0s;
			-webkit-transition: all 0.25s ease-in-out 0s;
			-moz-transition: all 0.25s ease-in-out 0s;
		}
		ul#main-menu a:hover, ul#main-menu li.active a {
			background: rgb(14, 17, 22);
			color: rgb(0, 163, 231);
			position: relative;
			box-shadow: rgb(87, 87, 87) 0px 6px 0px 0px;
			-webkit-box-shadow: rgb(87, 87, 87) 0px 6px 0px 0px;
			-moz-box-shadow: rgb(87, 87, 87) 0px 6px 0px 0px;
		}
		ul#sub-menu {
		display: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: absolute;
		background: rgb(0, 163, 231);
		z-index: 999;
	}
		ul#sub-menu li {
			float: none;
			border-bottom: 2px solid #C3BFBF;
				
		}
		ul#sub-menu li a {
			padding: 10px;
		}
		ul#main-menu li.active ul#sub-menu li a {
			background: rgb(0, 163, 231);
			color: white;
			box-shadow: #C3BFBF 0px 6px 0px 0px;
			-webkit-box-shadow: #C3BFBF 0px 6px 0px 0px;
			-moz-box-shadow: #C3BFBF 0px 6px 0px 0px;
		}
		ul#sub-menu a:hover, ul#sub-menu li.active a, ul#main-menu li.active ul#sub-menu li a:hover, ul#main-menu li.active ul#sub-menu li.active a {
			background: rgb(14, 17, 22);
			color: rgb(0, 163, 231);
			position: relative;
			box-shadow: rgb(87, 87, 87) 0px 2px 0px 0px;
			-webkit-box-shadow: rgb(87, 87, 87) 0px 2px 0px 0px;
			-moz-box-shadow: rgb(87, 87, 87) 0px 2px 0px 0px;
		}
		
		ul#main-menu li:hover ul#sub-menu{
			display: block;
		}
	
.phone {
	font-weight: 300; 
	color: white;
	width: 127px;
	overflow: hidden;
	font-size: 20px;
	margin-top: 13px;
	line-height: 28px;
	float: right;
	margin-right: 10px;
}
	.phone a, a:visited {
		text-decoration: none;
		color: inherit;
	}
	.phone a:hover {
		color: #00A3E7;
	}
#slider{
	height: 400px;
}
.logo-main {
    margin: 10px 0;
}
.logo-main img{
    margin: 0px 20px 0 20px;
}
#content {
	width: 1000px;
	margin: 0 auto;
	min-height: 700px;
	padding-bottom: 56px;
	background-color: white;
	box-shadow: 0px 2px 11px 0px #999;
	-webkit-box-shadow: 0px 2px 11px 0px #999;
	-moz-box-shadow: 0px 2px 11px 0px #999;
	/*
-webkit-box-shadow: 0px 0px 4px 0px rgba(117,115,117,0.69);
	-moz-box-shadow: 0px 0px 4px 0px rgba(117,115,117,0.69);
	box-shadow: 0px 0px 4px 0px rgba(117,115,117,0.69);
*/
}
#content a, #content a:visited {
	color: rgb(0, 163, 231);
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content a:hover {
	color: #000;
}
.text-block {
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}
.text-block h1 {
	text-align: center;
	
	//text-transform: uppercase;
	color: rgb(51, 51, 51);
}
.column-wrapper {
	margin-top: 40px;
	overflow: hidden;
}

.column-wrapper h3 {
	color: rgb(51, 51, 51);
	font-family: 'Roboto';
	font-weight: 300px;
	font-size: 22px;
	line-height: normal;
	margin:0px 0px 18px;
	
}
.column-wrapper p {
	margin-bottom: 20px;
	line-height: 20px;
}
.twoColumnLeft {
	width: 478px;
	float: left;
	margin-right: 45px;
	//min-height: 450px;
}

.twoColumnRight {
	height: 100%;
	float: right;
	margin-right: 10px;
	
}
/* Engines page */
.engineList {
	width: 960px;
	overflow: hidden;
}
.engineList h2 {
	text-align: center;
	margin: 15px 0;
	font-size: 32px;
}
.engine-item {
	width: 290px;
	margin-right: 20px;
	float: left;
	height: 490px;
	overflow: hidden;
}
.sale-item {
	width: 440px;
	margin: 0 20px 20px 0;
	padding: 10px;
	background-color: #fdfdfd;
	//opacity:0.4;
	//filter:alpha(opacity=40); /* For IE8 and earlier */
	float: left;
	min-height: 580px;
	//height: 193px;
	overflow: hidden;
	position: relative;
}
}
.sale-item ul {
	padding: 0px 30px;
	list-style: square;
}
.sale-item ul li {
	padding: 3px 0;
}
.sale-item h3 {
	text-decoration: underline;
	margin: 0 0 10px 0;
}
.sale-item .preview {
	float: left;
	margin: 0 20px 10px 0;
	min-height: 190px;
	
}
.sale-item .content {
	color: #666;
	font-weight: 300;
	
}
.sale-item .showMore {
display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.sale-item .description {	
	display: block;
}


.sale-item .preview img {
	width: 250px;
}
.sale-item p {
	margin: 3px 0;
	font-size: 14px;
}
.engine-item h3 {
	text-align: center;
}
.engine-item .preview {
	height: 260px;
}
.preview img, .sale-item img{
	margin: 0 auto;
	display: block;
}
.engine-item p {
	font-size: 14px;
	text-align: center;
}
/* Testimonial Page */
.testimonial {
	padding: 20px 15px 20px;
	background: rgb(244, 244, 244);
	font-weight: 300;
	margin-bottom: 20px;
}
.testimonial p {
	padding-left: 60px;
	line-height: 28px;
}
.testimonial p span {
	font-style: italic;
	}
	
.testimonial-icon {
	width: 45px;
	height: 45px;
	float: left;
	background: url('/manager/templates/bam/css/images/blockquote.png') 50% 50% no-repeat padding-box rgb(0, 163, 231);
	border-radius: 25px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top: 15px;
}
.testimonialForm .name {
	float: left;
	margin-right: 20px;
}
	.testimonialForm input {
		width: 250px;
	}

/* For Sale Page */
.for-sale img {
	width: 450px;
	float: left;
	margin-right: 20px;
}
/* Contact Form */
.enqForm {
	padding: 20px 20px 1px;
	background: rgb(241, 241, 241);
}
.enqForm.dealerPage {
    width: 580px;
    margin: 0 auto;
}
.enqForm.bookPage {
    width: 580px;
    margin: 0 auto;
}
#contactForm {
	
}
#contactForm label, #dealerForm label, #bookForm label {
	display: block;
	color:#666;
	font-weight: 300;
	padding-bottom: 5px;
}
#dealerForm label , #bookForm label{
    float:left;
    width: 140px;
    clear:both;
}

#contactForm input, #contactForm textarea, #dealerForm input, #dealerForm textarea, #bookForm textarea, #bookForm input {
	border: none;
	background: rgb(255, 255, 255);
	color: rgb(99, 99, 99);
	display: block;
	font-size: 12px;
	margin: 0px 0 10px 0;
	padding: 8px 12px;
	box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 1px 0px;
	
}
#bookForm select {
	margin: 15px 0;
}
#contactForm input {
	width: 220px;
}
#dealerForm input, #bookForm input {
	width: 260px;
}
#contactForm .error {
	color: red;
	font-size: 12px;
}
#contactForm input.submit, #dealerForm input.submit, #bookForm input.submit{
	background: #00A3D5;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
#dealerForm input.submit, #bookForm input.submit {
    margin-left: 305px;
}
#contactForm .enqForm, #dealerForm .enqForm  {
	color: #666;
}
#contactForm input.submit:hover, #dealerForm input.submit:hover{
	background: #00a3e7;
}
h1.mainTitle {
	margin: 0 0px 20px 0;
color: rgb(0, 163, 231);
font-size: 40px;
text-align: left;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 10px;
}
#footer-wrapper {
	background-color: rgb(24, 30, 37);
	position:absolute;
	bottom:0;
	width: 100%;
	height: 56px;
/* 	min-height:100px; */
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#partners {
/* 	min-height: 150px; */
}
#contact {
	
	padding: 20px 0px;
	border-top: 2px solid rgb(0, 163, 231);
        color:#bbb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	#contact p {
		margin: 0;
		padding: 0 0 0 20px;
                float:left;
                 width:400px;

	}
#contact .eftpos {
        float:right;
        
        margin-top: -7px;
    
}
#contact .eftpos p{
        padding:0;
        margin-right:10px;
        width:auto;
        line-height: 26px;
       

    
}
#contact .eftpos img {
        width:120px;
} 
.footer-links {
    float:left;
    width: 200px;
}
.footer-links a, .footer-links a:visited {
    color: #bbb;
}
@media only screen and (max-device-width: 980px) {
	html, body {
		overflow-x: hidden;
	}
        #contact .eftpos {
        margin-right:10px;
}
}