/* 
brandrick4trucks.co.uk mainpage css
J.Roobottom, April 2005

used #full #path #css 

*/

body {
	background: #4389BE url("../images/background.gif") repeat-x left top;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

/*div {
	border: 1px solid #f00;
}*/

.hidden {
	display: none;
}

.green {
	color: #4389BE;
}

.alert {
	background: #F00;
}

.number {
	font-size: 1.4em;
	font-weight: bold;
}

/* standard ul's */

.standardUl {
	font-size: 0.8em;
	margin: 0 0 1em 1em;
	line-height: 1.8em;
}

.standardUl li {
	list-style: square inside;
}

.standardUlnew {
	font-size: 0.8em;
	margin: 0 0 1em 1em;
	line-height: 1.8em;
}

.standardUlnew li {
	list-style:none;
}


#wrap {
	/* FULL SCREEN width: 723px; */
	width:920px;
	background: #fff url("../images/wrap_bottom.gif") no-repeat left bottom;
	text-align: left;
	margin: 0 auto;
	overflow: auto; /* show background under over-flowing ellements */
	padding-bottom: 10px;
}

.blue{
color:#4389BE;
}

/* header */

#header {
	padding: 10px 10px 0 10px;
	background: url("../images/wrap_top.gif") no-repeat left top;
}

#header h1 {
	float: left;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	width: 524px;
	height: 71px;
	background: url("../images/logo_brandrick.jpg") no-repeat left top;
}

#header .trucks a {;
	background: url("../images/logo_otis4trucks.gif") no-repeat left bottom;
}

#header .cars a {;
	background: url("../images/logo_otis4cars.gif") no-repeat left bottom;
}

#header .generalTitle a {
	display: block;
	width: 165px;
	height: 39px;
	background: url("../images/logo_otis4vans.gif") no-repeat left top;
}

#header h1 a:hover {
	background-position: left top;
}

#header h2 {
	font-size: 1.4em;
	float: right;
	padding-top: 10px;
	color: #757575;
}

#header h2 a{
	color: #757575;
}

#header h2 a:hover{
	color: #4389BE;
}

/* navigation */

#wrap #navigation {
	margin: 0 10px;
	height:100%;
	clear: left;
	background: #4389BE url("../images/nav_background.gif") repeat-x top left;
	padding: 1px 5px 3px 5px;
}

#navigation li {
	display: inline;
}

#navigation .left  { float: left;}
#navigation .right { margin-left: 50%; text-align: right;}

#navigation .left a { margin-right: 1em; }
#navigation .right a { margin-left: 1em; }

#navigation a {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

#navigation a:hover {
	color: #000;
}

#navigation .black {
	color: #000;
}

/* leftCol */

#wrap #leftCol {
	width: 180px;
	float: left;
	padding: 8px 0px;
	margin: 0 7px 10px 7px;
	background: url("../images/leftCol_bg.gif") no-repeat right 16px;
}

#wrap #leftCol #offersBox {
	background: #F9F9F9;
	padding: 5px;
	border: 1px solid #E8E7E8;
	margin-bottom: 5px;
}

#wrap #leftCol #offersBox #clear {
  width: 66px;
  height: 23px;
  padding: 23px 0 0;
  margin: 5px 0 0;
  border: 0;
  background: transparent url("../images/clear.jpg") no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#clear{ /* For non-IE browsers*/
  height: 0px;
}
 
#wrap #leftCol #offersBox #search {
  width: 66px;
  height: 23px;
  padding: 23px 0 0;
  margin: 5px 0 0;
  border: 0;
  float:right;
  background: transparent url("../images/search.jpg") no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#search{ /* For non-IE browsers*/
  height: 0px;
}

#offersBox #emailBox {
	border: 1px solid #E8E7E8;
	padding: 3px;
	background: #F9F9F9;
}

#offersBox #emailBox:focus {
	background: #fff;
}

#offersBox a {
	color: #4389BE;
}

#offersBox a:hover {
	background: #eee;
}

#offersBox h3 {
	color: #4389BE;
}

#offersBox p {
	font-size: 0.7em;
	margin-top: 0.7em;
	margin-left: 2px;
}

#offersBox select {
	width:167px;
}
#offersBox input {
	width:167px;
	border:1px solid #A5ACB2;
}

#leftCol li {
	display: inline;
}

#quickQuote {
	float: left;
	margin-right: 13px;
}

#quickQuote span {
	display: none;
}


#quickQuote a {
	width: 78px;
	height: 74px;
	display: block;
	background: url("../images/button_quickquote.gif") no-repeat bottom left;	
}


#quickQuote a:hover {
	background-position: top left;
}

#findUs {
	float: left;
}

#findUs span {
	display: none;
}

#findUs a {
	width: 78px;
	height: 74px;
	display: block;
	background: url("../images/button_findus.gif") no-repeat bottom left;
}

#findUs a:hover {
	background-position: top left;
}

#leftCol img {
	margin: 5px 0;
}

#xfleet {
	padding-bottom: 10px;
}

#xfleet span{
	display: none;
}

#xfleet a {
	width: 169px;
	height: 39px;
	display: block;
	background: url("../images/button_hirevct.gif") no-repeat bottom left;
}

#xfleet a:hover {
	background-position: top left;
}

/* rightCol */

#wrap #rightCol {
	clear: right;
	float: left;
	/* FULL SCREEN width: 500px; */
	max-width: 700px;
	padding: 10px;
	margin-bottom: 10px;
}

#rightCol p, #rightCol #drop_results p  {
	margin-bottom: 1em;
}

#rightCol a {
	color: #4389BE;
}

#rightCol text_fix a:hover {
	background: #eee;
}

#rightCol .text_fix a {
	color: #FFFFFF;
}

#rightCol .text_fix a:hover {
}

/* cat boxes */

#rightCol .cat {
	float: left;
	/*border: 1px solid #ddd;*/
	padding: 6px;
	height: 125px;
	margin: 5px 5px 5px 15px;
	text-align: center;
	width: 100px;
}


#rightCol .vehicle {
	float: left;
	border: 1px solid #ddd;
	padding: 6px;
	text-align: center;
	height: 180px;
	width: 140px;
	margin: 5px;
}

#rightCol .vehicle:hover {
	background-color:#8DB8D8;
}

#rightCol .vehicle img {
	margin: 5px 0;
	border: 1px solid #ddd;
	padding: 3px;
}

	#rightCol .vehicle .text_fix a {
		color:#FFFFFF;
	}
	
	 #rightCol .vehicle .text_fix a:hover{
	 	background:none;
		color:#000000;
	}


#rightCol #vehicleDetails img {
	margin: 10px;
	border: 1px solid #ddd;
	padding: 3px;
	max-width:680px;
}

#rightCol #vehicleDetails li img {
	border:0;
}

#rightCol #vehicleDetails table {
	margin: 10px;
	border: 1px solid #ddd;
	padding: 3px;
	width:80%;
}

#rightCol #vehicleDetails table .alt {
	background: #DAEEFF;
}

#rightCol #vehicleDetails table td {
	padding: 10px;
}

/* normal li */

#rightCol .normalLi {
	margin-bottom: 1em;
}

#rightCol .normalLi li {
	font-size: 0.8em;
	background: url("../images/bullet.gif") no-repeat left 6px;
	display: list-item;
	border: none;
	padding-left: 15px;
}

/* altpage */

#altpage img {
	float: right;
}

#altpage p {
	margin-bottom: 1em;
}

#altpage h4 {
	margin-bottom: 1em;
}

#altpage h5 {
	margin-bottom: 1em;
}

#altpage h6 {
	margin-bottom: 1em;
	font-size: 1em;
}

/* footer */

#footer {
	width:920px;
	margin: 0 auto;
	margin-top: .8em;
	font-size: 0.8em;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #000;
}

#footer #footerLeft {
	text-align: left;
	float: left;
}

#footer #footerRight {
	text-align: right;
	float: right;
}

#addsbygoogle {
	margin-top: 30px;
}

.sitemap {
	margin-bottom: 1em;
}

#livesearch
  {
  margin:0px;
  width:194px;
  }
#searchtxt1
  {
  margin:0px;
  }
  
  
#flag_selector{
margin-bottom:5px;

}

#drop_results{
display:block;
float:left;
overflow:hidden;
margin-bottom:5px;
}

#drop_results a{
color:#fff;
}
#drop_results p{
margin-bottom:0;
}

#drop_results a:hover{
color:#000;
background: #4389BE;
}