/*this first part is to set the font style, color and size of your text, as well as the background color of the page */
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background-color:#fab888;
margin-top:10px;
margin-bottom: 10px;
}


p, li, td {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

.intro {
font-weight:bold;
color: #c45e0c;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 20pt; color: #c45e0c;font-weight:bold}
h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; color: #c45e0c;font-weight:bold}
h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #4c522d;font-weight:bold;border-bottom:2px dotted #4c522d;margin-top:20px;}
h3.form { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #4c522d;font-weight:bold; }

#sidebar {
border:2px solid #4c522d;
float:right;
width:150px;
margin-left:10px;
display: block;
}

.sidebarbackgrnd {
background-color:#dfe4b8;
text-align: center;
}

.sidebarlinks {
font-family:Trebuchet Ms,Verdana,sans-serif;
font-size:8pt;
color:#c45e0c;
text-align:center
}

.def:hover{
color: #990000;
cursor: help;
}
.def{color: #336699;} 

#top {
position:absolute; 
top:125px; 
width:728px; 
z-index:789;
}


ul.nav {
        height:50px;
        line-height:50px;
        list-style:none;
        margin: auto;
        padding:0;
        text-transform: uppercase;
}

ul.nav li {
        display: inline;
        margin:0;
        padding:5px 10px 5px 10px;
        font-size:8pt;
}

ul.nav li a,ul.nav li a:link,ul.nav li a:visited {
        color:#66623c;
        font-size:8pt;
}

ul.nav li a:hover,ul.nav li  a:active {
        background:#d42a30;
        color:#fff;
        font-weight:600;
}

.subscribe {
font-family:"Trebuchet Ms",Verdana,sans-serif;
font-size:8pt;
text-align:center;
border: 1px solid #c45e0c;
width:90%;
margin-left: auto;
margin-right: auto;
height:300px;
}

.subscribehead {
        background-color:#c45e0c;
        color: #fff;
        font-weight:bold;
        margin-top:-2px;
}


.subscribetext {
        color:#c45e0c;
        line-height:110%;
        font-size: 8pt;
}

.c2Form {
        background-color: #e2e5cb;
        border:2px dashed #c35e0c;
        padding:10px;
}

.testimonial {
       background-image: url(http://www.motor-scooters-guide.com/images/testimonial-bg.gif);
       background-repeat: no-repeat;
       width: 400px;
       margin: 10px auto;
       border: 1px solid #c35e0c;
}

p.test {
       padding: 5px 5px 5px 40px;
       text-align: left;
       font-family: Tahoma;Arial,sans-serif;
       font-size: 10pt;
       color: #545937;
       font-weight: 700;
}
