/* ACCS Clean Care CSS Document - simplewebhosting.co.uk - web design */
/* Structure */
body
{color: #121212;
background: url(images/bg.jpg) top left repeat-x #ABD8EF;
background-attachment: fixed;
font: 14px Arial, Helvetica, sans-serif;
line-height: 1.2em;
margin: 0; 
padding: 0;}

#container
{width: 800px;
margin: 0 auto;
padding: 0;}

#header
{background: url(images/header.jpg);
width: 800px;
height: 80px;}

#content
{width: 770px;
padding: 0px 15px 0px 15px;
background: #FFF;
margin: 0;}

#footer
{clear: both;
background: url(images/footerbg.jpg) top left no-repeat;
height: 10px;
padding: 10px 5px 0px 5px;
font: 9px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFF;}

#footer a
{color: #FFF;
text-decoration: none;
padding: 0;}

#footer a:visited
{color: #FFF;
text-decoration: inherit;
padding: 0;}

#footer a:hover
{color: #FFBA00;
text-decoration: none;
padding: 0;}

/* Links */
#content a
{color: #5D99B7;}

#content a:visited
{color: #5D99B7;}

#content a:hover
{color: #FFBA00;}

#nav
{background: #fff;
border-bottom: 1px solid #eee;
height: 28px;
padding-top: 10px;}

#nav a
{padding: 10px 20px;
background: #eee;
color: #000;
text-decoration: none;
font-weight: bold;
font-size: 16px;}

#nav a:hover
{padding: 10px 20px;
background: #FFBA00;
color: #000;}

#nav a.here
{padding: 10px 20px;
background: #FFBA00;
color: #000;}

/* Typography */
#header h1
{color: #FFF;
font-size: 14px;
font-weight: bold;
font-style: italic;
margin: 0 0 0 450px;
padding-top: 25px;}

h1
{color: #FFBA00;}

.yellow
{color: #FFBA00;}

/* Boxes */
.note
{background: #F9F5EA;
border: 1px solid #EBE3CC;
padding: 0 10px 0 10px;}

.imgright
{margin-left: 20px;}