body {
    background:#eee;
}


#everything {
    width:800px;
    padding:30px;
    margin:30px auto;
    background:#fff;
    border:3px solid #ddd;
}


.header {
    overflow:hidden;
    height:66px;
    border-bottom:1px solid #eee;
    margin-bottom:15px;
}

h1 {
    float:left;
}

.header ul {
    float:right;
    height:51px;
}

.header ul li {
    float:left;
    line-height:20px;
    margin-top:31px;
}
.header ul li a {
    margin-left:20px;
    text-decoration:none;
    color:#587a00;
    font-size:12px;
}

.content {
    overflow:hidden;
    margin-top:30px;
}

h2 {
    font-weight: normal;
    color:#587a00;
    font-size:20px;
    margin-bottom:10px;
}
h3 {
    font-weight: normal;
    color:#587a00;
    font-size:16px;
    margin-bottom:10px;
    margin-top:30px;
}

p, li {
    font: 13px/1.5 Tahoma, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

p {
    margin-bottom:20px;
}

p.highlight {
    font-size:18px;
    color:#587a00;
    padding-bottom:30px;

}

.leftmain {
    width:450px;
    padding-right:50px;
    float:left;
}
.rightsidebar {
    
    width:300px;
    float:left;
}


ul.contentmenu {

    margin:20px 0;
    height:30px;
    
    border-bottom:1px solid #eee;
    

}

ul.contentmenu li {
    line-height:30px;
    float:left;
}

ul.contentmenu li a {
    display:block;
    height:30px;
    line-height:30px;
    margin-right:20px;
    color:#555;
    text-decoration:none;
}

ul.contentmenu li a:hover {
    border-bottom:2px solid #ccc;
}

ul.contentmenu li a.selected {
    color:#587a00;
    border-bottom:2px solid #587a00;
}

.tab {
    overflow:hidden;
}

.tab .photos {
    float:right;
    width:200px;
    padding-left:100px;
}

.tab .photos img {
    width:200px;
}

.tab ul {
    list-style-image: url('http://www.stylegala.com/img/_bullets/0115_arrowpixel.png');
    list-style-image: url('http://www.stylegala.com/img/_bullets/0116_arrowpixel2.png');
    margin-left:10px;
    padding-left:10px;
}

.footer {
    margin-top:40px;
    background:#eee;
    padding:10px;
}

.footer p {
    font-size:12px;
    text-align:center;
    margin-bottom:0;
}
.footer p span {
    padding:0 10px;
    color:#555;
}


.rightcontent {
    float:right;
    width:300px;
    padding-left:30px;
}


.storephoto {margin-bottom:30px;}

.homemap {width:220px; float:left;}
.homemap p {font-weight:bold; margin-bottom:0;}
.homemap ul {
    list-style-image: url('http://www.stylegala.com/img/_bullets/0115_arrowpixel.png');
    list-style-image: url('http://www.stylegala.com/img/_bullets/0116_arrowpixel2.png');
    margin-left:10px;
    padding-left:10px;
}
.homemap ul li {
    line-height:24px;
}

.homemap a,
.rightsidebar a {
    color:#555;
    text-decoration:none;
    border-bottom:1px solid #ccc;
    
}

.rightsidebar a:hover,
.homemap a:hover {
    color:#000;
    text-decoration:none;
    border-bottom:2px solid #587a00;

}



form.contact label {
    display:block;
    margin-top:20px;
    font-weight:bold;
}

form.contact label:first-child {
    margin-top:0;
}

form.contact input#name,
form.contact input#contact {
    width:400px;
    border:1px solid #999;
    margin-top:4px;
    padding:4px;
    color:#666;
    font-style: italic;
}

form.contact textarea {
    width:400px;
    height:300px;
    border:1px solid #999;
    margin-top:4px;
    padding:4px;
    color:#666;
    font: 13px/1.5 Tahoma, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-style: italic;
}

input.submit {
    background:#587a00;
    color:#fff;
    border:2px solid #587a00;
    font: 13px/1.5 Tahoma, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-weight:bold;
}

.logos {text-align:center;}

.logos img {width:100px; padding:9px;}

p.feedback {
    background: #DBEBCE;
    color:#5A8538;
    border:1px solid #5A8538;
    padding:5px;
    text-align:center;
}

label span.error {
    font-weight:normal;
    color:#f00;
    padding-left:10px;
}

label span {
    font-weight: normal;
}