body
{
	font-family: arial;
	background: url('/images/background.png') repeat-x #9a9a9a;
	margin: 0;
	padding: 0;
}

a img {
    border: 0px;
}

#content-body
{
    clear: both;
}  

#content-spacer
{
    position: relative; 
    clear: both;
    height: 60px;
}

#main-container 
{
    margin: auto;
    width: 994px;
}

#main-container-left
{
    float: left;
    background: url('/images/left-border.png') repeat-y;
    width: 3px;
    height: 100%;
}

#main-container-right
{
    float: right;
    background: url('/images/right-border.png') repeat-y;
    width: 3px;
    height: 100%;
}

#main-content 
{
    float: left;
    background: url('/images/content-background.png') repeat-y;
    width: 988px;
    text-align: center;
}

#footer-nav
{
    position: relative;
    top: -120px;
}

#content-header
{
    margin: auto;
    clear: both;
    position: relative;
    background: url("/images/header.png") no-repeat;
    width: 968px;
    height: 144px;
    margin-bottom: 10px;
}

#main-nav
{
    height: 57px;
    vertical-align: center;
    background: url('/images/header-nav.png') no-repeat;
}

#main-nav .divider
{
    top: 10px;
    position: relative;
    padding-left: 3px;
}

#main-nav a
{
    font-size: 10pt;
    font-weight: bold;
    top: -5px;
    position: relative;
    z-index: 500;
}

#main-nav .nav-item
{
    display: inline;
    height: 38px;
    padding: 18px 7px;
}

#main-nav .nav-item:hover
{
    background: url('/images/nav-hover.png');
}

#main-nav a
{
    text-decoration: none;
    color: white;
}

#main-nav a:hover
{
    color: #64cfcf;
}

#content-footer
{
    margin: auto;
    background: url('/images/footer.png') no-repeat;
    width: 968px;
    height: 128px;
    text-align: center;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
    bottom: 1px;
}

#content-footer p,
#content-footer a
{
    color: white;
    font-size: 10pt;
    text-decoration: none;
}  

#content-footer a:hover
{
    color: #64cfcf;
    text-decoration: underline;
}

#content-fleet
{
    width: 195px;
    float: right;
    padding-right: 10px;
}

#content-fleet .item
{
    padding-top: 6px;
    padding-bottom: 6px;
}

#content-fleet .item a
{
    color: #458c8c;
    text-decoration: none;
}

#content-fleet .item a:hover
{
    text-decoration: underline;
}



#content-fleet .header
{

}

#content-fleet .item a p
{
    margin: 0; 
    padding: 0;
}

#content-fleet .item a img
{
    clear: both;
}

#content-fleet .body
{
    background: url('/images/cars-background.png') repeat-y;
}
#content-fleet .footer
{

}



#error_message   {
	background: transparent url('..//images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}


/* x-browser fix for clearing properly */
.clearfix:after {content:"."; clear:both; visibility:hidden; display:block; height:0;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
* .clearfix {display:block;}

