@import url("Unstyles.css");

html { overflow-y: scroll; }

body {
    background: url(../Images/Background.gif);
    font-family: Arial;
    font-size: 12px;
}

.Deco {
    margin: 10px auto 0px;
    width: 766px;
    background-color: #fbfbfb;
    height: 2px;
    font-size: 1px;
}

.Website {
    overflow: hidden;
	margin: 0px auto;
    width: 776px;
    height: auto;
    background: url(../Images/Website.png) repeat-y;
}

.Header, .Content, .Footer {
    margin: 0px 5px; 
}

.Header {
    height: 125px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #abb400;
    background: #fff url(../Images/Header.png) no-repeat;
}

    .Header img {
        position: absolute;
    }
    
    .Menu {
        float: right;
        width: 458px;
    }
    
    .Menu li {
        clear: both;
        margin-bottom: 1px;
        border-bottom: 1px solid #e9e8e8;
        height: 23px;
        line-height: 23px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .Home { background-color: #f0f1df; } 
    .About { background-color: #e7e9af; } 
    .Services { background-color: #dde18a; } 
    .Contact { background-color: #cbd24c; } 
    .Rebates { background-color: #abb400; } 
    
  
    .Menu a {
        display: block;
        background-position: right 0px;
        background-repeat: no-repeat;
        color: #605a12;
        text-indent: 12px;
    }
    
    .Menu a:hover {
        background-position: right -23px;
    }
    
    .Home a { background-image: url(../Images/Home.png); }
    .About a { background-image: url(../Images/About.png); }
    .Services a { background-image: url(../Images/Services.png); }
    .Contact a { background-image: url(../Images/Contact.png); }
    .Rebates a { background-image: url(../Images/Rebates.png); }
    
.Content {
    float: left;
	position: relative;
	margin-right: 0px;
    padding-left: 55px;
    border-bottom: 1px solid #abb400;
	width: 668px;
    background: #fff; /*url(../Images/Content.gif) left bottom repeat-x;*/
	min-height: 415px;
}

    h1 {
        padding-top: 35px;
        border-bottom: 1px solid #645e17;
        width: 440px;
        color: #645e17;
        font-size: 25px;
        font-family: "Myriad Pro", Arial, Verdana, Sans-Serif;
    }
	
	h2 {
        margin-top: 5px;
		width: 440px;
		color: #a3ac00;
		font-size: 17px;
        font-family: "Myriad Pro", Arial, Verdana, Sans-Serif;
	}
	
    p, h3 {
        padding-top: 15px;
        padding-bottom: 5px;
        width: 430px;
    }
    
    .Content p {
        padding-left: 5px;
        padding-right: 5px;
        background-color: #fff;  
    }
	
	p.Shift {
		margin-left: 25px;
	}
	
    .MainImage {
        position: absolute;
        bottom: -10px;
        right: 0px;
        width: 268px;
        height: 362px;
    }
    
    .Slogan {
        float: left;
        width: 43px;
        height: 414px;
        background: url(../Images/Slogan.png) no-repeat;  
    }
	
	.Content ul { margin-left: 20px; padding-left: 20px; color: #abb400; width: 300px;}
	.Content li { vertical-align: middle; line-height: 20px; list-style-type: circle; }
	
	a { color: #7d7b00; font-weight: bold; }
	a:hover { text-decoration: underline; }
    
.Footer {    
    clear: both;
	border-top: 1px solid #fff;
    height: 75px;
    background-color: #cbd24c;
    color: #888600;
}

.Footer p {    
    float: left;
    padding: 0px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

.Footer a { color: #888600; }
.Footer a:hover { text-decoration: underline; }
.Footer p.Copyright {
    padding-top: 20px;
    width: 200px;
    line-height: 16px;
}

.Footer p.Links {
	margin-top: 10px;
    width: 366px;
    /*height: 75px;*/
	line-height: 18px;
    /*line-height: 75px;*/
}

.Footer p.Links span {
	display: block;
}

.Footer p.Links span.Address {
	text-transform: none;
}

.Footer p.Demonz a {
	color: #b5bd17;
}
.Footer p.Demonz a:hover{
    color: #888600;
}

	/*
    a.Demonz {
        display: block;
        margin: 10px 0px 0px 20px;
        width: 150px;
        height: 42px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-image: url(../Images/Demonz.gif);
    }

    a.Demonz:hover {
        background-position: 0px -42px;
        text-decoration: none;
    }*/

.FooterDeco {
    margin: 0px auto;
    width: 776px; 
    height: 10px; 
    background: url(../Images/Deco.png) no-repeat; 
}

