@import url(typography.css);

body {
	padding: 0px;
	background: #ebe5de;
}

.clear { clear: both; }

#wrap {
    background: #fff url("/static/images/mid.jpg") top center repeat-y;
	margin: 0 auto;
	width: 917px;
	margin-bottom: -5px;
}

/* Header */

#top {
    background: #fff url("/static/images/top.jpg") top center repeat-y;
	margin: 0 auto;
	width: 917px;
	margin-bottom: 0px;
}

div#header {
    margin: 0 auto;
	margin-top: 20px;
	width: 917px;
	margin-bottom: -10px;
}

div#logo {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}
    div#logo a:hover { background: none;}
    
    /* Navigation */

    div#navigation {
        background: url("/static/images/nav.jpg");
        margin: 0 auto;
        width: 917px;
        height: 25px;
        text-align: center;    
        font-size: small;
    }

    #navigation a { color: #fff; }
    #navigation a:hover { background: none; color: #f4090e;}

    ul.nav { float: left; list-style: none; width: 100%; font-weight: bold; margin-left: 40px; margin-bottom:0; padding-bottom:0;}
    ul.nav li { float: left; margin: 0 1px 0 0; padding: 0px 0 0;  }
    ul.nav a {color: #000; display: block; padding: 0px 2px 1px 4px; text-decoration: none; margin-right: 30px; text-align: center;}
    ul.nav a:hover {color: #fff; background-color: #2A0000; display: block; padding: 0px 2px 0px 4px; text-decoration: none; }
    ul.nav li#current { float: left; margin: 0 0px 0 0; padding: 0px 0 0; color: #fff; height: 20px; }
    ul.nav li#current a { color: #f4090e; }


.mainPhone {
    float: left;
    color: #fff;
    font-size: 0.8em;
    margin-left: 20px;
    font-weight: bold;
}

#established {
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 60px;
}

#location1 {
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: 80px;
    padding-right: 10px;
    border-right: 1px dashed white;
}

#location2 {
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-right: 1px dashed white;
}

#location3 {
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
}

/* Content */

div#specials {
    margin: 0 auto;
    width: 897px;
    height: 334px;
    margin-bottom: 10px;
    margin-top: -2px;
    padding-top: 3px;
}
    #specials a:hover {background: none;}
    
div#descimage {
    margin: 0 auto;
    width: 897px;
    margin-top: -2px;
    position: relative;
}

.content {
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 0.8em;
    
}
.content p {
    font-size: 1em;
}

.indexcontent {
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 50px;   
}

#welcome {
    float: left;
    width: 220px;
    background: #fff;
    font-size: 0.9em;
    margin-right: 25px;
}

/* Columns on index page */

#col1 img { display: block; margin: 0 auto; margin-bottom: 10px;}
#col1 img a:hover{ background: none;}
#col2 img { display: block; margin: 0 auto; margin-bottom: 10px;}
#col2 img a:hover{ background: none;}
#col3 img { display: block; margin: 0 auto; margin-bottom: 10px;}
#col3 img a:hover{ background: none;}

#col1 {
    float: left;
    width: 180px;
    background: #fff;
    padding: 10px;
    font-size: 0.8em;
    margin-right: 25px;
}

#col2 {
    float: left;
    width: 180px;
    background: #fff;
    padding: 10px;
    font-size: 0.8em;
    margin-right: 25px;
}

#col3 {
    float: left;
    width: 180px;
    background: #fff;
    padding: 10px;
    padding-right: 0px;
    margin-right: 0px;
    font-size: 0.8em;
}

/* Footer */

div#footer {
    margin: 0 auto;
	width: 917px;
}


.footerInfo {
    margin: 0 auto;
    width: 917px;
    text-align: center;
    font-size: 0.8em;
}

/* Contact */
    .contact p {
    	padding: 5px;
    }

    .contact div#box {
        background: #fff;
    	padding: 10px;
    	margin-bottom: 10px;
    	text-align: left;
    }
    
    .contact div#box p {
        color: #000;
    }

    .contact fieldset { border: 0px;	}
    .contact fieldset>p{ padding: 0px; font-size: large;}
    .contact label { color: #000; }
    
    .contact input { 
        background: #fafafa;
    	font-size: 18px;
    	color: #000;
    	margin-bottom: 10px;
    	padding: 5px;
    	border: 1px solid #ccc;
    }
    .contact input#zip, input#state {
        width: 80px;
    }
    
    .contact input#city {
        width: 150px;
    }
    
    .contact input#name, input#address, input#phone, input#fax, input#cell, input#email {
        width: 305px;
    }
    
    .contact input#completion {
        /*width: 400px;*/
    }

    .contact .button {
    	width: 150px;
    	margin-left: 80px;
    	background: red;
    	color: #fff;
    	border: 0px;
    }
    
    .comments {
        padding: 5px;
    	border: 1px solid #ccc;
    	background: #fafafa;
    }


/* Products */

#products {
    border-right: 1px dashed #ccc;
    width: 250px;
    margin-right: 20px;
}

#products .row  {
    margin: 0;
	display: block;
}
.topcategory {
    /*background: red url("/static/images/top.jpg") top center repeat-y;*/
    background: #2A2D2F;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    cursor:pointer !important;
}


.topcategory a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.topcategory:hover {
    background: red url("/static/images/top.jpg") top center repeat-y;
    color: #fff;
}

.subcategory {
    font-weight: bold;
    padding-left: 10px;
    margin-top: 5px;
    cursor:pointer !important;
    width: 230px;
    text-decoration: underline;
    border-bottom: 1px dashed #ccc;
}

.subcategory:hover {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.subitem {
    padding: 5px 0px 5px 10px;
    background: #fff;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    width: 228px;
}

.subitem img {
    display: block;
    vertical-align: middle;
}

.subitem a, .item a {
    color: #000;
}

.subitem a:hover, .item a:hover {
    background: none;
}

.catcont {
    margin-bottom: 50px;
}

.cont {
    display: none;
}

.item {
    padding: 5px 0px 5px 10px;
    border-bottom: 1px dashed #ccc;
    width: 228px;
}

.item img {
    display: block;
    vertical-align: middle;
}

.item a, .subitem a {
    display: block;
}

.item a:hover, .subitem a:hover {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.item img:hover, .subitem img:hover {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.spacer {
    height: 20px;
}

#description {
    /*
    padding: 10px;
    border: 1px solid #E9D7AB;
    background: #F9E5B9;
    min-height: 250px;
    */
    font-size: 1.3em;
}

.appoitment {
    background: #F1F1F1;
    border: 1px solid #ccc;
    width: 400px;
    margin-top: 50px;
}


/* Misc */

.redline { border-top: 1px solid red;}
.foothr { border-top: 1px solid #ccc; width: 890px; margin-left: 10px; margin-bottom: 0px;}
.about { margin-top: -10px;}
.space { height: 3px;}
.centered { text-align: center;}
.centered img { display: block; margin: 0 auto; }
.planning { background: #e9d1b5; padding-left: 10px; padding-top: 10px;}
.pl { padding-left: 20px;}
ol.num { list-style-type: decimal; list-style-position: inside; font-size: 0.8em; }
ol.num li { margin-bottom: 10px;}
ul.mes { list-style-type: disc; list-style-position: inside; font-size: 0.8em;}
ul.mes li { margin-bottom: 3px;}
.required { color: red;}
.errorMessage {  border: 1px solid red; margin-bottom: 10px; background: #ff9292; width: 305px; }
.topError {  border: 1px solid #ccc; margin-bottom: 10px; background: #fff799; margin-bottom: 30px; }
img.midproduct { padding-bottom: 20px;}
ul#tree { margin-left: 10px;}
.black { background: #ccc;}
.gal { margin-top: -20px;}
.transp {color: #fff; font-weight: bold; padding: 5px; position: absolute; top:30px; left:30px; }

div.transbox {
    position: absolute; 
    top:30px; 
    left:30px;
    padding: 10px;
    background-color: #000;
    border: 1px solid #000;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}
div.transbox p {
    font-weight:bold;
    color: #fff;
    padding-bottom: 0px;
}