/* --- [Defaults] ----------------------------- */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #fff;
    color: #5d6c77;
    font: normal 11px/14px tahoma, arial, helvetica, sans-serif;
}

img {
    border: 0;
}

table, td {
    border-collapse: collapse;
}

a {
    color: #03f;
}

a:hover {
    color: #ff0000;
}

label {
    font-weight: bold;
}

option, select {
    background: #fff;
    color: #5d6c77;
    font: normal 11px/14px tahoma, arial, helvetica, sans-serif;
}

br {
    clear: left;
    line-height: 0;
}

legend {
   color: #39c;
   font: bold 14px arial, sans-serif;
   padding: 0 5px;
}

pre {
    font: normal 11px tahoma, arial, sans-serif;
    margin: 0 0 4px;
}

pre strong {
    font-weight: bold;
}

/* --- [Layers] --------------------------------- */

#container {
    background: #fff;
    text-align: left;
    width: 714px;
    margin: 10px auto;
    padding: 0;
}

#header {
    width: 100%;
    clear: both;
}

#header img {
    float: left;
}

#nav-small {
    margin: 0 0 0 0;
    float: right;
}

#nav-small ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-small li {
    float: left;
    padding: 0;
    margin: 0 10px;
}

#nav-small li a {
    padding: 20px 0 0 0;
    display: block;
    text-decoration: none;
    color: #000;
}

#nav-small li a:hover {
    color: #ff0000;
    text-decoration: underline;
}

#nav-small li a.home {
    background: #fff url(../images/house.png) no-repeat 50% 30%;
}

#nav-small li a.home:hover {
    background: #fff url(../images/house_go.png) no-repeat 50% 30%;
}

#nav-small li a.sitemap {
    background: #fff url(../images/sitemap.png) no-repeat 50% 30%;
}

#nav-small li a.sitemap:hover {
    background: #fff url(../images/sitemap_color.png) no-repeat 50% 30%;
}

#nav-small li a.contact {
    background: #fff url(../images/email.png) no-repeat 50% 30%;
}

#nav-small li a.contact:hover {
    background: #fff url(../images/email_edit.png) no-repeat 50% 25%;
}

#banner {
    /*height: 138px;*/
    height: 160px;
    width: 714px;
    position: relative;
}

/* --- [Main Navigation] ------------------------------ */

#nav-main {
    border-top: 1px solid #f78c76;
    width: 714px;
}

#nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-main li {
    float: left;
    padding: 0;
    margin: 0;
}

#nav-main li a {
    background-image: url(../images/nav_menu_5.jpg);
    background-repeat: no-repeat;
    padding: 0;
    display: block;
    text-decoration: none;
    color: #000;
    height: 29px;
}

#nav-main li a.home {
    background-position: 0 0;
    width: 103px;
}

#nav-main li a.home:hover {
    background-position: 0 -29px;
}

#nav-main li a.products {
    background-position: -103px 0;
    width: 201px;
}

#nav-main li a.products:hover {
    background-position: -103px -29px;
}

#nav-main li a.parts {
    background-position: -304px 0;
    width: 157px;
}

#nav-main li a.parts:hover {
    background-position: -304px -29px;
}

#nav-main li a.myaccount {
    background-position: -462px 0;
    width: 141px;
}

#nav-main li a.myaccount:hover {
    background-position: -462px -29px;
}

#nav-main li a.contact {
    background-position: -602px 0;
    width: 112px;
}

#nav-main li a.contact:hover {
    background-position: -602px -29px;
}

#content {
    margin: 10px auto 0 auto;
    width: 715px;
}

#content-left {
    float: left;
    width: 46%;
    /*width: 435px;*/
}

#content-right {
    float: right;
    width: 52%;
    /*width: 270px;*/
}

#nav-bottom {
    width: 714px;
    text-align: center;
    margin: 10px 0 0 0;
}

#nav-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-bottom li {
    padding: 0;
    margin: 0;
    display: inline;
}

#nav-bottom li a {
    padding: 0 10px;
    text-decoration: none;
    color: #000;
}

#nav-bottom li a:hover {
    color: #ff0000;
}

#footer {
    padding: 3px 0 10px 0;
    text-align: center;
}
    
    
/* --- [Classes] ------------------------------ */

.section {
    border: 1px solid #dcdcdc;
    padding: 8px;
    margin: 0 0 10px 0;
    clear: both;   
}

.section h1 {
    color: #1b257c;
    font-size: 16px;
    padding: 0 0 5px 15px;
    margin: 5px 0;
    border-bottom: 1px solid #e8df46;
    background: #fff url(../images/bullet_yellow.gif) no-repeat 0 0;
}

.section h1 span {
    color: #2490bf;
    font-size: 15px;
}

.section h2 {
    color: #555;
    font-size: 13px;
}

.submit-btn {
    background: url(../images/submit_new.jpg) no-repeat;
    border: 0;
    width: 91px;
    height: 36px;
    cursor: pointer;    
}

.email-link {
    background: url(../images/envelope_small.png) no-repeat 0 50%;
    padding-left: 25px;
}

.clear {
    clear: both;
    line-height: 0px
}

input.formArmour {
    display: none;
}