/* 
otis4hire.co.uk mainpage css
J.Roobottom, April 2005

used #full #path #css 

*/

body {
	background: #6E747A 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: #4FAD26;
}

.alert {
	background: #F00;
}

/* standard ul's */

.standardUl {
	font-size: 0.8em;
	margin: 0 0 1em 1em;
	line-height: 1.8em;
}

.standardUl li {
	list-style: square inside;
}

#wrap {
	width: 723px;
	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;
}

/* 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: 194px;
	height: 39px;
	background: url("../images/logo_otis4vans.gif") no-repeat left bottom;
}

#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;
	text-decoration:none;
}

#header h2 a:hover {
	color: #4FAD26;
	text-decoration:none;
}
/* navigation */

#wrap #navigation {
	margin: 0 10px;
	clear: left;
	background: #4FAD26 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;
}

#offersBoxCall a {
	color: #4FAD26;
}

#offersBoxCall a:hover {
	background: #eee;
}

#offersBoxCall #emailBox {
	border: 1px solid #E8E7E8;
	padding: 3px;
	background: #F9F9F9;
}

#offersBoxCall #emailBox:focus {
	background: #fff;
}

#offersBoxCall input {
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #F1F8EE;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#offersBoxCall h3 {
	color: #4FAD26;
}

#offersBoxCall p {
	font-size: 0.7em;
	margin-bottom: 0.7em;
	margin-left: 2px;
}

#offersBox a {
	color: #4FAD26;
}

#offersBox a:hover {
	background: #eee;
}

#offersBox #emailBox {
	border: 1px solid #E8E7E8;
	padding: 3px;
	background: #F9F9F9;
}

#offersBox #emailBox:focus {
	background: #fff;
}

#offersBox input {
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #F1F8EE;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#offersBox h3 {
	color: #4FAD26;
}

#offersBox p {
	font-size: 0.7em;
	margin-bottom: 0.7em;
	margin-left: 2px;
}

#leftCol li {
	display: inline;
}

#quickQuote {
	float: left;
	margin-right: 13px;
}

#quickQuote span {
	display: none;
}


#quickQuote a {
	width: 77px;
	height: 77px;
	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: 77px;
	height: 77px;
	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_xfleet.gif") no-repeat bottom left;
}

#xfleet a:hover {
	background-position: top left;
}

#specialOffersPage {
	padding-bottom: 10px;
}

#specialOffersPage span{
	display: none;
}

#specialOffersPage a {
	width: 170px;
	height: 41px;
	display: block;
	background: url("../images/button_mthoffers.gif") no-repeat bottom left;
}

#specialOffersPage a:hover {
	background-position: top left;
}

/* rightCol */

#wrap #rightCol {
	clear: right;
}

#rightCol #tabs ul {
	margin:0;
    padding:10px 10px 0;
}

#rightCol #tabs li {
	float:left;
	background:url("../images/tab_left.gif") no-repeat left bottom;
	margin:0;
	padding:0 0 0 7px;
	border-bottom:1px solid #DEDFE3;
}

#rightCol #tabs li a {
	float:left;
	display:block;
	width:.1em;
	background:url("../images/tab_right.gif") no-repeat right bottom;
	padding:7px 15px 4px 6px;
	text-decoration:none;
	font-size: 0.8em;
	white-space:nowrap;
	font-weight: bold;
	margin-right: 5px;
	color: #000;
}

#rightCol #tabs li:hover {
	background-position: left top;
}

#rightCol #tabs li a:hover {
	background-position: right top;
}

#rightCol #tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#rightCol #tabs li a {float:none;}
/* End IE5-Mac hack */
#rightCol #tabs li a:hover {
	color:#333;
}

/* Using a body selector to control the active state of any give tag, ie. #body-id [#tabs] #li-id [a]*/

/* the li tags first */
#tab1 #tabs #tab-1, #tab2 #tabs #tab-2, 
#tab3 #tabs #tab-3, #tab4 #tabs #tab-4  {
	background-position: left top;
	border-bottom:1px solid #F1F8EE;
}

/*now the a tags */
#tab1 #tabs #tab-1 a, #tab2 #tabs #tab-2 a, 
#tab3 #tabs #tab-3 a, #tab4 #tabs #tab-4 a {
	background-position: right top;
}

/* class for normal looking 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;
}

/* tabbedContent */

#rightCol #tabbedContent {
	float: left;
	width: 475px;
	background: #F1F8EE;
	border-left: 1px solid #ADA9AD;
	border-bottom: 1px solid #ADA9AD;
	border-right: 1px solid #ADA9AD;
	padding: 10px;
	margin-bottom: 10px;
}

#tabbedContent a {
	color: #4FAD26;
}

#tabbedContent a:hover {
	background: #eee;
}

#tabbedContent h4 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

#tabbedContent h5 {
	font-size: 0.9em;
	margin-bottom: 1em;
}

#tabbedContent h6 {
	font-size: 0.7em;
}

#tabbedContent p {
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.6em;
}

#tabbedContent img {
	float: right;
}

#tabbedContent .vehicleSpec {
	clear: both;
}

#tabbedContent .vehicleSpec img {
	border: 1px solid #ddd;
	padding: 4px;
	float: left;
	margin-bottom: 10px;
	margin-right: 6px;
}

#tabbedContent .vehicleSpec .quote li {
	background: url("../images/bullet_quote.gif") no-repeat left 5px;
	padding-left: 14px;
	margin-bottom: 1em;
}

#tabbedContent .vehicleSpec .quote a {
	font-size: 0.8em;
	color: #4FAD26;
	font-weight: bold;
}

#tabbedContent .vehicleSpec .quote a:hover {
	background: #eee;
}

/* quoteForm */

#rightCol #quoteForm {

}

#quoteForm input, textarea, select {
	border: 1px #bbb solid;
	padding: 2px;
	background: #f6f6f6;
}

#quoteForm input:focus, textarea:focus, select:focus {
	background: #fff;
}

#quoteForm fieldset {
	padding: 1em;
	border: 1px #ccc solid;
	margin-bottom: 1em;
}

#quoteForm legend {
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
}

#quoteForm label:hover {
	background: #ddd;
}

/* offers */

#rightCol #offers {
	float: left;
	width: 475px;
	border: 1px solid #DEDFE3;
	padding: 10px;
	margin-top: 6px;
	margin-bottom: 1em;
}

#offersCall #offersLeft  { 
	width: 48%; 
	float: left;
	border-right: 1px solid #DEDFE3;
	padding-right: 5px;
}

#offersCall #offersRight { 
	width: 49%; 
	float: right;
}

#offersCall h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#offersCall p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#offersCall .quote li {
	padding-left: 14px;
	margin-top: -0.8em;
	margin-bottom: 1em;
}

#offersCall .quote a {
	font-size: 0.8em;
	color: #4FAD26;
	font-weight: bold;
}

#offersCall .quote a:hover {
	background: #eee;
}

#offers #offersLeft  { 
	width: 48%; 
	float: left;
	border-right: 1px solid #DEDFE3;
	padding-right: 5px;
}

#offers #offersRight { 
	width: 49%; 
	float: right;
}

#offers h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#offers p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#offers .quote li {
	background: url("../images/bullet_quote.gif") no-repeat left 7px;
	padding-left: 14px;
	margin-top: -0.8em;
	margin-bottom: 1em;
}

#offers .quote a {
	font-size: 0.8em;
	color: #4FAD26;
	font-weight: bold;
}

#offers .quote a:hover {
	background: #eee;
}

/* flexi-table */

#FlexiTable {
	font-size: 0.6em;
}

#FlexiTable td {
	padding: 5px;
}

/* footer */

#footer {
	width: 723px;
	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;
}




