@charset "UTF-8";

.batsonlog {
	background-color: #666666;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}

.batsonlog .nav {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	width: 900px;
}

.header {
	height: auto;
	width: 900px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.rhcolumn {
	width: auto;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	overflow:hidden;
	height: auto;
}

.lhcolumn {
	width: auto;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	list-style-type: disc;
	list-style-position: outside;
}

.vehicles {
	width: 250px;
	float:left;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	list-style-type: circle;
	list-style-position: inside;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	vertical-align: top;
	text-align: left;
	background-position: top;
}

.services {
	width: 230px;
	float:left;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	list-style-type: circle;
	list-style-position: inside;
	margin-right: 0px;
	margin-left: 55px;
}

.specialising {
	width: 230px;
	float:right;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	list-style-type: circle;
	list-style-position: inside;
}

.style1 {
	font-size: 100%
}

.style2 {
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	font-size: 125%;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.style4 {
	font-size: 160%;
	font-weight: bold;
	color: #FFFF00;
}

a:link {
	COLOR: #FFFFFF;
	text-decoration: none;
}
a:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.qinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	vertical-align: text-top;
}
.quoterc {
	width: 270px;
	float:right;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	overflow:hidden;
	height: 550px;
}
.quotelc {
	width: 520px;
	float:left;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	list-style-type: disc;
	list-style-position: outside;
	height: 550px;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	list-style-type: circle;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0 auto;
	text-align:center;
}

 .home-us a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:140px;
	height:20px;
	background-image: url(graphics/links/home.png);
	background-repeat: no-repeat;
	background-position: -280px 0;
 }

 .home-us a:hover {
 background-position: -140px 0;
 }

 .home-us a:active {
 background-position: -280px 0;
 }

 .about-us a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:140px;
	height:20px;
	background-image: url(graphics/links/about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
 }

 .about-us a:hover {
 background-position: -140px 0;
 }

 .about-us a:active {
 background-position: -280px 0;
 }
 
  .service-us a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:140px;
	height:20px;
	background-image: url(graphics/links/services.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

 .service-us a:hover {
 background-position: -140px 0;
 }
 
  .service-us a:active {
 background-position: -306px 0;
 }

.contact-us a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:140px;
	height:20px;
	background-image: url(graphics/links/contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

 .contact-us a:hover {
 background-position: -140px 0;
 }

 .contact-us a:active {
 background-position: -280px 0;
 }
 
.quote-us a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:140px;
	height:20px;
	background-image: url(graphics/links/quote.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

 .quote-us a:hover {
 background-position: -140px 0;
 }

 .quote-us a:active {
 background-position: -280px 0;
 }
 
 
.style6 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	width: 900px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-border-radius: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	margin-top: 20px;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
}

.maincontent {
	width: 850px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	list-style-type: circle;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: auto;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.maincontent1 {
	width: 850px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	list-style-type: circle;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.quotelc {
	margin-right: auto;
	margin-bottom: auto;
	float: left;
	clear: both;
	position: absolute;
	height: 538px;
	width: 898px;
	top: 259px;
	right: 241px;
}

