@import url("general.css");
@import url("lightbox.css");
@import url("lists.css");
@import url("tables.css");

h1 {
        color: #283319;
        font-size: 24px;
        font-weight: normal;
        border-bottom: 1px #b3c59a solid;

        padding: 0 0 2px 0;
        margin: 10px 20px 5px 20px;
}

h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 10px 0 0 20px;
        padding: 0;
}

h1#logo {
        border: 0px;
        width: 289px;
        height: 150px;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
}

h1#logo a {
        text-indent: -1000em;

        width: 100%;
        height: 100%;
        display: block;
}


p {
        padding: 0px 20px 0 20px;
}

a {
        color: #691400;
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
}

form {
        clear: both;
}

address {
        font-style: normal;
}

input, select, textarea {
        background: #e8f7d4;
        border: 1px #5b6b45 solid;

        padding: 2px 5px;
}

input.button, input.image {
        border: 0;
        padding: 0;
}

fieldset {
        border: 1px #b3c59a solid;

        margin: 0 20px;
        padding: 20px;
}

legend {
        color: #283319;
        font-size: 10px;
        font-weight: bold;
        font-family: Verdana, Arial;
        letter-spacing: 1px;
        display: block;
        padding: 2px 5px;
}

.text-right {
        text-align: right!important;
}

.text-center {
        text-align: center!important;
}

.error {
        color: #ff0000;
}

/*  */

div#wrapper {
	width: 746px;
	margin: 0 auto;
}

div#header {
	background: url(../images/bg/header.jpg) no-repeat;

        float: left;
	width: 100%;
	height: 265px;
}

div#body {
        float: left;
        clear: both;
}

div#right {
	width: 212px;
        float: right;
        margin: 11px 14px 0 0;

}

div#index-buttons {
}

div#center {
        width: 517px;
        float: left;
}

#content-wrap {
	min-height: 770px;
}

div#content {
        background: url(../images/bg/content.png) repeat-y;
}

div#content div.top {
        background: url(../images/bg/content_top.png) repeat-x;
        width: 100%;
        height: 37px;
}

div#content div.bottom {
        height: 11px;
        clear: both;
}

div#content div.top span {
        width: 16px;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: left top;
}

div#content div.bottom span {
        width: 10px;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: left bottom;
}

div#content div.top span.left {
        background: url(../images/bg/content_top_left.png);
        float: left;
}

div#content div.top span.right {
        background: url(../images/bg/content_top_right.png);
        float: right;
}

div#content div.bottom span.left {
        background: url(../images/bg/content_bottom_left.png);
        float: left;
}

div#content div.bottom span.right {
        background: url(../images/bg/content_bottom_right.png);
        float: right;
}

div#footer {
	background: url(../images/bg/footer.png) no-repeat left 30px;
	width: 515px;
        height: 140px;
        /*margin-top: -140px;*/
        float: left;
        clear: both;
        padding-bottom: 10px;
}

div#call {
        color: #14363b;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px #627221 solid;

        width: 515px;
        height: 69px;
        float: left;
        /*margin-top: -20px;*/
}

div#copyright {
        color: #fff;
        width: 350px;
        clear: both;
        margin: 0 auto;
}

div#copyright dl {
        clear: both;
        padding-top: 5px;
}


div#copyright dl dt,
div#copyright dl dd {
        float: left;
        padding: 2px 5px 0 0;
}

div#copyright a {
        color: inherit;
        font-weight: bold;
}


/*  */

form#search {
        height: 42px;
        float: right;
}

form#search input.text {
	color: #c2c2c2;
        text-align: center;
        font-size: 10px;

	border: 0px;
	background: url(../images/bg/search_text.png) no-repeat transparent;

	width: 174px;
	height: 14px;
        margin: 0px 3px 0 10px;
	padding: 5px 5px;
}

form#search input.focus {
	color: #5f5f5f;
}

form#search input.image {
       display: none;
}

/* */

div#product-view {
        width: 507px;
        margin: 0 0 0 10px;
        float: left;
}

div#product-view h1 {
        margin-left: 10px;
}

div#product-view div.images {
        width: 242px;
        float: left;
        margin-left: 10px;
}

div#product-view div.images div.zoom {
        color: #3c4d20;
        text-align: center;
        background: #daf1bb;
        padding: 3px 5px;
        margin: 0 0 2px 0;
}

div#product-view div.images img {
        border: 1px #3c4d20 solid;
}

div#product-view div.images img.thumb {
        width: 117px;
}

div#product-view div.data {
        width: 250px;
        float: right;
}

div#product-view div.data dl {
        margin-left: 10px;
        float: left;
        clear: both;
}

div#product-view div.data dl dt,
div#product-view div.data dl dd {
        float: left;
        padding-right: 5px;
}

div#product-view div.data dl dd a {
        color: #072764;
        font-size: 11px;
        text-decoration: underline;
}

div#product-view div.data p {
        clear: both;
        padding-left: 10px;
}

div#product-view div.data dl.price {
        padding: 10px 0;
}

div#product-view div.data dl.price dt {
        font-size: 18px;
        margin-top: 6px;
}

div#product-view div.data dl.price dd {
        color: #ff0000;
        font-size: 18px;
}

div#product-view div.data dl.price dd small {
        color: #626262;
        text-decoration: line-through;
}
