/*

Business Search Local
www.businesssearchlocal.co.uk

*/

body {
padding: 0;
margin: 0;
font-size: 101%;
font-family: verdana, arial, sans-serif;
}

a {
color: #9c9c9c;
}

a:hover {
color: #321d27;
}

a.home {
background-image: url("/images/home-btn.png");
width: 60px;
text-indent: -9000px;
background-repeat: no-repeat;
display: block;
float: left;
margin-right: 1.5em;
}

a.home:hover {
background-position: 0px -26px;
}

a.projects {
background-image: url("/images/projects-btn.png");
width: 80px;
text-indent: -9000px;
background-repeat: no-repeat;
display: block;
float: left;
margin-right: 1.5em;
}

a.projects:hover {
background-position: 0px -26px;
}

a.about-us {
background-image: url("/images/about-us-btn.png");
width: 90px;
text-indent: -9000px;
background-repeat: no-repeat;
display: block;
float: left;
margin-right: 1.5em;
}

a.about-us:hover {
background-position: 0px -26px;
}

a.contact-us {
background-image: url("/images/contact-us-btn.png");
width: 110px;
text-indent: -9000px;
background-repeat: no-repeat;
display: block;
float: left;
margin-right: 1.5em;
}

a.contact-us:hover {
background-position: 0px -26px;
}

a.sitemap {
background-image: url("/images/sitemap-btn.png");
width: 90px;
text-indent: -9000px;
background-repeat: no-repeat;
display: block;
float: left;
margin-right: 1em;
}

a.sitemap:hover {
background-position: 0px -26px;
}

a.blog {
background-image: url("/images/blog-btn.png");
width: 90px;
text-indent: -9000px;
background-repeat: no-repeat;
display: block;
float: left;
margin-right: 1.2em;
}

a.blog:hover {
background-position: 0px -26px;
}

h1{
text-transform: lowercase;
font-size: 1.2em;
font-weight: normal;
color: #321d27;
padding: 0em;
margin: 1.2em 0em 14em 0em;
}

h2 {
text-transform: lowercase;
font-size: 1.0em;
font-weight: normal;
color: #1e0712;
padding: 0em;
}


h3 {

}

h4 {

}

p {
color: #4b3a42;
font-family: arial;
line-height: 1.2em;
}

p.quote {
font-family: cambria, serif;
font-size: 1.2em;
}

p.small {
font-size: 0.7em;
}

.wrap {
width: 58em;
margin: 0 auto;
}

/* navigation */

ul.nav-list {
list-style: none;
padding: 0;
margin: 0;
}

ul.nav-list li {
display: inline;
font-size: 1.1em;
margin-right: 1.5em;
}

ul.nav-list li a {
text-decoration: none;
}


/* content layout */

.content {
}

.content p {
}

.box {
float: left;
}

#left {
width: 8em;
}

#middle {
margin: 0em 1em 0em 1em;
width: 24em;
}

#right {
width: 24em;
}

/* end content layout */


/* misc */

.clear {
clear: both;
}

.footer {
color: #5b4a52;
padding: 1em 0em 1em 0em;
text-align: right;
font-size: 0.6em;
}

ul.details {
list-style: none;
margin: 0;
padding: 0;
}

ul.details li {
line-height: 1.5em;
}

img.image-right {
}

a img {
border: none;
}

ul.no-flash {
list-style: none;
padding: 0;
margin: 4em 0 0 0;
}

ul.no-flash li {
display: inline; 
}

#banner {
}

/* end misc */