/*
	Style sheet for carlease
	Last updated: 20/04/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #000;
	line-height: 150%;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 95%;
	text-align: center;
	font-size: 80%; 
	background: none;fff60AFFE;
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 98%;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	display: none;
	}

#sidenavigation {
	display: none;
	}

#maincontent{
	padding: 7px;
	vertical-align:top;
	width: 100%;
	}

#rightnavigation {
	display: none;
	}

#footer {
	display: none;
	}

.whitebox{
	background: #fff;
	}

.padding{
	padding: 5px 10px 10px 10px;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #7554ff;
	margin: 0;
	padding: 0;
	font-size: 12pt; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:9pt;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #808dff;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #7554ff;
	background-color: none;
    }


.headernav a {	
	text-decoration:none;
	padding:3px;
	color: #fff;
	}

.headernav a:hover {	
	padding:3px;
	text-decoration:underline;
	color: #ffd947;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #7554ff;
	color: #f0def4;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #7554ff;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #7554ff;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #7554ff;
	}

.center {  
    text-align: center;
    }

.purplebox{
	background: #7554ff;
	}

.purplebox2{
	background: #7554ff;
	width:182px;
	}

.whitebox2{
	background: #fff;
	padding: 5px;
	width:182px;
	}

.priceblue{
	font-size: 120%;
	color: #808dff;
	font-weight:bold;
	}
	
.priceblack{
	font-size: 130%;
	color: #000;
	font-weight:bolder;
	padding:4px 4px 0 0;
	}
	
.priceyellow{
	font-size: 120%;
	color: #ffd947;
	font-weight:bold;
	}

.yellowtab {
	float:right;
	width:89px;
	text-align:right;
	background-color:#ffde4f;
	background-image: url(/media/from_bg.gif);
	background-repeat:no-repeat;
	margin:-4px -4px 0 5px;
	padding-top:10px;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 3px 3px 3px 5px;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#7554ff;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #7554ff 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}

#sidenavigation form{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0;
	margin: 0;
	width: 140px;
	}

#sidenav li {
	list-style: none;
	margin: 0 0 0 10px;
	}

#sidenav li a {
	display: block;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	}

#sidenav li a:link {
	color: #fff; 
}

#sidenav li a:visited {
	color: #fff; 
	}

#sidenav li a:hover{
	border-color: #99cccc;
	color: #ffd947;
	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */