﻿body
{
    background: url("../images/bg_gradient_slice.jpg") repeat-x #E0E0E0;
    color: #3d3d3d;
}

.logo
{
    float: left;
    background: url(../images/logo.png) no-repeat center;
    width: 275px;
    height: 42px;
    margin: 10px 0 0 0;
}

hr
{
    color: #01B2C4;
}

a
{
	outline: none;
}

input.button
{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border:0;
    width:151px;
    height:24px;
    background: url(../images/btn-blue.png) no-repeat;
}

h2
{
	color: #3f3f3f;
	margin: 0 0 20px 0;
	font-size: 16px;
	text-transform: uppercase;
}

h1
{
	color: #32a3cc;
	margin: 0;
	font-size: 20px;
	margin: 5px 0;
	text-transform: uppercase;
}

#current
{
    background: url(../images/btn-selected-slice.png) repeat-x;
}

#header .chatBtn
{
	float: right;
	margin: 15px 0 0 10px;
}

#header .chatBtn a
{
	height: 37px;
	width: 35px;
}

.content #nav ul li a
{
	font-size: 20px;
	color: #32A3CC;
	background: url("../images/link-arrow.png") no-repeat scroll right center transparent;
}

.headings ul li
{
     list-style-type: none;
}

.headings ul li ul
{
    padding-left: 20px;

}

.headings ul li ul li
{
     list-style-type:  circle;
}

#main 
{
    background: white;
    font-size: 13px;
    background:url("../images/bg_footer.jpg") no-repeat scroll center bottom white;
}


#navlist
{
background:url(../images/nav-bar-grey.png) no-repeat;
	height: 43px;
	margin: 6px 0 0 0;
}


#navlist ul li #current.first
{
background:url(../images/nav-bar.jpg) no-repeat;
}


#navlist ul li
{
	border-right:1px solid #999999;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#navlist ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
}


#navlist ul li a:hover
{
	background: url(../images/btn-selected-slice.png) repeat-x;
}
#navlist ul li a.first:hover 
{
	background:url(../images/nav-bar.jpg) no-repeat;
}

.figures .pound input
{
    background: #fff url(../images/pound.gif) no-repeat left center;
    border: solid 1px #ccc;
    padding: 2px 3px 2px 0;
    
}

#footerContainer .codeweavers a
{
	color: #3d3d3d;
	text-decoration: none;
}

#footerContainer .codeweavers a:hover
{
	text-decoration: underline;
}


#dealerResponseWrapper
{
    clear: both;
    height: 200px;
    color: #0E0E0E;
    border-top: solid 1px #01B2C4;
    padding: 10px;
}

#graphPoundSign
{
	color: #01B2C4;
}

#graphMonths
{
	color: #01B2C4;
}

#responseWrapper
{
    color: #0E0E0E;
}

.financeTitle
{
    color: #01B2C4;
    font-size: 14px;
}

#breezeInfo b
{
    color: #01B2C4;
}
    
#backgroundContainer
{
    width:1027px;
    margin:auto;
}

#sitemapheader
{
    background:url(../images/logo.png);
    background-repeat:no-repeat;
    height:63px;
    width:974px;
}


.sitemap .links a
{
  padding-left:20px;
  text-align:left;
  font-size:16px;
  text-decoration:none;
  text-transform: uppercase;
  color:#3D3D3D;
}

.sitemap li 
{
    display:block;
    padding:6px;
}

h1.sitemap
{
    margin-top:10px;
    margin-left:24px;
}

#footerContainer .codeweavers a.siteMapLink 
{
    float: right;
    color:#32A3CC;
    font-size:12px;
    text-transform: uppercase;
}

.sitemap .links a:hover
{
    color:#32A3CC;
}


