@charset "utf-8";
/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
color:#333;	
padding:0;
margin:0;
background:url(images/shadow.png) no-repeat center 305px #FFF;
font-size:12px;
}
a, a:link, a:visited {
color:#333;	
text-decoration:underline;
font-weight:normal;
outline:none;
}
a:hover {
text-decoration:none;	
}
img {
border:0;
outline:none;
}
.clr {
clear:both;	
}
#header {
width:960px;
margin:0 auto;	
padding-bottom:23px;
}
#gallerycontainer, #maincontainer, #footer, #brands {
width:960px;
margin:0 auto;
}
#gallerycontainer {
margin-bottom:80px;	
}
#logo {
float:left;	
}
#logo img {
margin:37px 0 0 0;	
}
#navigation {
list-style:none;
padding:0;
float:right;
font-size:15px;
margin:0;
clear:right;
}
#navigation li {
float:left;
display:block;
margin-right:10px;
}
#navigation .selected a {
background:#BA1C01;	
color:#FFF;
}
#navigation li a,#navigation li a:link,#navigation li a:visited {	
text-decoration:none;
display:block;
width:96px;
height:47px;
padding-top:76px;
text-align:center;
}
#navigation li a:hover {
background:#BA1C01;	
color:#FFF;
}
#columnone {
float:left;
clear:left;
width:389px;
min-height:50px;
}
.imgheading {
clear:both;
margin-bottom:10px;
}
.bullet {
padding:4px 4px 0 0;
float:left;
}
.bold {
font-weight:bold;	
}
#ranges {
list-style:none;
padding:0;
margin:18px 0 0;
}
#ranges li {
margin-bottom:9px;	
}
#columntwo {
float:left;
width:284px;
margin-left:20px;
min-height:50px;
}
.maintext {
font-size:14px;	
}
#columnthree {
float:left;
width:227px;
margin-left:20px;
min-height:50px;
background:#f2f2f2;
padding:12px 9px;
}
.address {
margin-top:9px;
line-height:20px;	
}
#brands {
height:85px;
clear:both;
margin-bottom:22px;
}
#brands img {
margin-right:21px;	
}
#footerouter {
background:url(images/line.jpg) top center no-repeat;
width:100%;
}
#footer {
padding:8px 0 25px;
color:#666666;
}
#footernotes {
float:right;	
}
#footernotes div {
float:left;	
}
.ws {
padding:2px 4px;
}
#cu3er-container {width:960px; height:360px; outline:0; margin:0 auto;text-align:center;}
#map_canvas, #contentcolumn {
float:left;
height:375px;
width:670px;
margin:1px 0 10px 10px;
}
#contentcolumn {
height:auto;	
}
.openingtimes {
	list-style-image:url(images/s.png);
}
/* the main layout */
#contFrm {
width:670px;	
}
#contentForm {
  display: block;
  width: 500px;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
  float:left;
  width:514px;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.supplier {
cursor:pointer;
display:block;
float:left;
margin:10px 20px;
}
.supplier img {
border:3px solid #BA1C01;	
}
