/*  
Theme Name: UKVehicle
Author: Jewel Creative
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	vertical-align: top;
        height: 100%;
	background: #fff;
	color: #333;
        background: url(images/wrapperbg.png) repeat-y left;
}

#innerbody {
     height: 430px;
     background: url(images/bodybg.png) repeat-x top;
}

#wrapper {
     width: 900px;
}

#header {
     width: 900px;
     height: 225px;
     float: left;
     display: inline;
}

#menu {
     width: 900px;
     height: 79px;
     float: left;
     display: inline;
}

#logo {
     width: 280px;
     height: 126px;
     padding: 20px 0 0 20px;
     float: left;
     display: inline;
     background: url(images/wrapperbg.png) repeat-y left;
}

#banner {
     width: 600px;
     height: 146px;
     float: left;
     display: inline;
     background: url(images/banner.png) no-repeat;
}

#sidebar {
     width: 300px;
     min-height: 220px;
     float: left;
     display: inline;
     background: url(images/wrapperbg.png) repeat-y left;
}

#content {
     width: 550px;
     padding: 25px;
     float: left;
     display: inline;
}

#footer {
    width: 240px;
    height: 32px;
    margin: 40px 0 15px 25px;
    padding: 5px;
    background: url(images/footer_bg.png) no-repeat;
    text-align: center;
    color: #ccc;
    line-height: 16px;
    font-size: 11px;
}

#footer a {
   color: #ccc;
}




/* Menu Styles */

#menu ul {
   height: 45px;
   padding-top: 34px;
   list-style-type: none;
   margin: 0;
}

#menu ul li {
     float: right;
     display: inline;
     height: 24px;
     margin-left: 20px;
     text-align: center;
     background-position: top;
}

#menu ul li#top_menu_home {
     background: url(images/top_menu_home.png) no-repeat top;
     width: 64px;
}
#menu ul li#top_menu_home:hover { background-position: bottom; }

#menu ul li#top_menu_about {
     background: url(images/top_menu_about.png) no-repeat top;
     width: 53px;
}
#menu ul li#top_menu_about:hover { background-position: bottom; }

#menu ul li#top_menu_services {
     background: url(images/top_menu_services.png) no-repeat top;
     width: 75px;
}
#menu ul li#top_menu_services:hover { background-position: bottom; }

#menu ul li#top_menu_contact {
     background: url(images/top_menu_contact.png) no-repeat top;
     width: 91px;
}
#menu ul li#top_menu_contact:hover { background-position: bottom; }

#menu ul li a {
     height: 25px;
     display: block;
     text-indent: -9999px;
}


/* Sidebar Styles */

#sidebar_menu {
    width: 251px;
    margin: 5px 0 0 25px;
}

#sidebar_top {
    width: 251px;
    height: 22px;
    background: url(images/sidebar_top.png) no-repeat;
}

#sidebar_content {
    width: 201px;
    padding: 0 25px;
    background: url(images/sidebar_bg.png) repeat-y;
}

#sidebar_bottom {
    width: 251px;
    height: 22px;
    background: url(images/sidebar_bottom.png) no-repeat;
}

#sidebar_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar_content ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #cdcdcd;
}

#sidebar_content ul li:last-child { border: none; }

#sidebar_content ul li a {
     padding-left: 15px;
     text-decoration: none;
     color: #222;
}

#sidebar_content ul li a:hover {
    color: #8a001b;
    background: url(images/bullet_red.png) no-repeat left;
}



/* News Styles */

.post {
   padding-bottom: 20px;
   border-bottom: 1px solid #ddd;
   margin-bottom: 20px;
}

.comments-template {
    border-top: 1px solid #ccc;
    padding: 20px 0 0 25px;
    margin-top: 30px;
}

#google-map {
    border: 2px solid #ccc;
    margin: 15px 0;
    background: url(images/ajax-loader.gif) no-repeat 20px 30px;
}



/* Fiddly Bits */

a {
	text-decoration: none;
	color: #8a001b;
}

a:hover{
	text-decoration: underline;
}

img{border: none;}

p {
    line-height: 17px;
    margin-bottom: 20px;
}

blockquote {
    margin-left: 25px;
    border-left: 10px solid #ddd;
    padding: 5px 0 10px 15px;
    background: url(images/blockquote.png) no-repeat top left;

    background-position: 10px 8px;
    min-height: 70px;
    font-size: 14px;
    color: #323232;
}

blockquote strong {
    color: #333;
    font-size: 12px;
}

h1 {
     font: normal normal 19px "Century Gothic", "Trebuchet MS", Verdana;
     color: #111;
     padding-bottom: 5px;
     margin-bottom: 15px;
     border-bottom: 1px solid #aaa;
}

h2 {
     font: normal normal 15px Verdana;
     color: #8a001b;
     text-transform: uppercase;
     margin: 30px 0 10px 0;
}

h3 {
     font: normal normal 17px Verdana;
     color: #8a001b;
     text-transform: none;
     margin: 0 0 20px 0;
}

h4 {
     font-size: 13px;
     padding-top: 11px;
     border-top: 1px dashed #ccc;
}

hr {
   height: 1px;
   margin: 20px 0;
   background-color: #ccc;
   border: none;
}

.floatright {
     float: right;
     display: inline;
     margin: 10px 0 10px 15px;
}

.floatleft {
     float: left;
     display: inline;
     margin: 10px 15px 10px 0;
}

img.button-float {
    float: left;
    margin: 8px 10px;
}