/*  
Theme Name: Khani's Mountain Bikes
Theme URI: http://khanismountainbikes.com/
Description: Simple 2 column theme with lots of whitespace and a rather commercial look.
Version: 1.0
Author: Daniel McConaghey
Author URI: http://kuffo.com/
*/

    /*------------------------------------------------------------------------------------
      Global Styles
    
    * {
        padding:0;
        margin:0;
    }
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
    li, dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }

    .hide, .print-logo, .close-button{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear:both; width:0; height:0; font-size:0; line-height:0; overflow: hidden; }
    a img{ border:none; }
------------------------------------------------------------------------------------*/

body { background: url("http://images.khanismountainbikes.com/wp-content/themes/KhanisMountainBikes/images/bg.jpg") center top repeat-y #d5c7b6; text-align:center; padding:0; margin:0;}
.main { width:600px; margin: 0 auto; text-align:left;}
img { border:0;}

#tyre {
	position:absolute;
	top:0px;
	right:0px;
	width: 300px;
	height: 200px;
	background-image: url("images/tyre.gif");
}

.menu {
	height: 50px;
	background: url("http://images.khanismountainbikes.com/wp-content/themes/KhanisMountainBikes/images/menu.jpg") top no-repeat;

}

.header a,.menu a{
	border: none;
}

#content{
	padding: 0 30px 0 30px;
}

.header{
	height: 222px;
	margin:0;
	padding:0;
	background-color:#211509;
}

.header img{
	margin:0;
	padding:0;
}

blockquote {
	padding:4px;
	margin-left: 50px;
	text-align:justify;
	border-left: 5px solid #DBBB95;
	background-color: #211509;
	width: 440px;
}

#footer{
	text-align:center;
	font-size: .8em;
	bottom: 0px;
}

#home {
	width: 125px;
	height: 30px;
	background: url(images/homeSel.jpg) no-repeat;
	display:block;
	float: left;
}
#home:hover {
	background: url(images/home.jpg);
}

#services {
	width: 180px;
	height: 30px;
	background: url(images/servicesSel.jpg) no-repeat;
	display:block;
	float: left;
}
#services:hover {
	background: url(images/services.jpg);
}

#sales {
	width: 130px;
	height: 30px;
	background: url(images/salesSel.jpg) no-repeat;
	display:block;
	float: left;
}
#sales:hover {
	background: url(images/sales.jpg);
}

#contact {
	width: 165px;
	height: 30px;
	background: url(images/contactSel.jpg) no-repeat;
	display:block;
	float: left;
}
#contact:hover {
	background: url(images/contact.jpg);
}