﻿body {
	background:url('../images/home-background2.jpg') repeat-x;
	background-color:#3599D8;
	background-position:bottom;
}

body.forumbody {
	background:url(../images/home-background2.jpg) repeat-x;
	background-color:#3599D8;
	background-position:bottom;
	text-align:center;
}

.printheader, .printfooter{
	display:none;
}

.clear {
    clear:both;
}

.breadcrumb {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	float:left;
	padding-bottom:10px;
}

.wrapper {
    width:914px;
    margin: 0 auto;
}

.logo-top {
    background:url('../images/small-logo-top.gif') no-repeat;
    width:914px;
    height:31px;
}

.logo-main{
    float:left;
    background:url('../images/logo-top.jpg') no-repeat;
    width:254px;
    height:107px;
}

.logo-main a {
    display:block;
    height:100%;
    width:100%;
}

.header-top {
    float:left;
    background:url('../images/header-top.jpg') no-repeat;
    width:660px;
    height:80px;
}

.header-bottom {
    float:left;
    background:url('../images/header-bottom.jpg') no-repeat;
    width:660px;
    height:27px;
}

.content {
    background-image:url('../images/background-gradient.jpg');
    background-repeat:repeat-y;
    width:914px;
}

.content-left {
    float:left;
    width:227px;
}




/** Start Second Left Navigation **/

.side-menu {
    width:198px;
    height:507px;
    margin:0 0 49px 29px;
}
.side-menu ul {
        list-style:none;
        padding:0;
        margin:0;
}
.side-menu ul li {
        float:left;
        text-indent:-999em;
}
.side-menu ul li a {
        background:url(../images/left-nav.jpg); 
        background-repeat:no-repeat;
        display:block;
        width:198px;
}
			 
.side-menu ul li a.about         		 { background-position: 0px 0px; height:46px;}
.side-menu ul li a.about:hover  		 { background-position: -198px 0px; height:46px;}

.side-menu ul li a.new         			 { background-position: 0px -46px; height:37px;}
.side-menu ul li a.new:hover   			 { background-position: -198px -46px; height:37px;}

.side-menu ul li a.used         		 { background-position: 0px -83px; height:36px;}
.side-menu ul li a.used:hover   		 { background-position: -198px -83px; height:36px;}

.side-menu ul li a.trimmers         	 { background-position: 0px -119px; height:53px;}
.side-menu ul li a.trimmers:hover   	 { background-position: -198px -119px; height:53px;}

.side-menu ul li a.parts         		 { background-position: 0px -172px; height:36px;}
.side-menu ul li a.parts:hover   		 { background-position: -198px -172px; height:36px;}

.side-menu ul li a.rental         		 { background-position: 0px -208px; height:35px;}
.side-menu ul li a.rental:hover   		 { background-position: -198px -208px; height:35px;}

.side-menu ul li a.store         		 { background-position: 0px -243px; height:36px;}
.side-menu ul li a.store:hover   		 { background-position: -198px -243px; height:36px;}

.side-menu ul li a.credit         		 { background-position: 0px -279px; height:35px;}
.side-menu ul li a.credit:hover   		 { background-position: -198px -279px; height:35px;}

.side-menu ul li a.forum         		 { background-position: 0px -314px; height:35px;}
.side-menu ul li a.forum:hover   		 { background-position: -198px -314px; height:35px;}

.side-menu ul li a.youtube         		 { background-position: 0px -349px; height:34px;}
.side-menu ul li a.youtube:hover   		 { background-position: -198px -349px; height:34px;}

.side-menu ul li a.employment         	 { background-position: 0px -383px; height:35px;}
.side-menu ul li a.employment:hover   	 { background-position: -198px -383px; height:35px;}

.side-menu ul li a.contact         		 { background-position: 0px -418px; height:35px;}
.side-menu ul li a.contact:hover   		 { background-position: -198px -418px; height:35px;}

.side-menu ul li a.bottom_spacer         { background-position: 0px -453px; height:54px;}
.side-menu ul li a.bottom_spacer:hover   { background-position: -198px -453px; height:54px;}

			 
/** End Second Left Navigation **/

.content-right {
    float:left;
    width:559px;
    padding:13px 50px 30px 33px;
    font-size:8pt;
}

.footer{
    background:url('../images/footer.gif') no-repeat;
    width:914px;
    height:97px;
}