@charset "utf-8";
/* Import Global Reset */
@import url("reset.css");
@import url("jquery.ad-gallery.css");
/*
=====================================================================================================
General Rules
=====================================================================================================
*/

body {
	background-color:#5D4B33;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	color:#7a654a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
a, a:link, a:visited {
	color:#7a654a;
}
a:hover {
	color:#7a654a;
	text-decoration:none;
}

h1 {
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:26px;
        color:#7A654A;
	font-weight:normal;
	margin-top:0px;
}
h2 {
        color:#946936;
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
        font-size:20px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:normal;
	letter-spacing:1px;
}
h2.heading {
        background:url("../images/dot.gif") repeat-x scroll center bottom transparent;
        color:#946936;
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
        font-size:20px;
        font-weight:normal;
        margin:0 0 10px;
        padding:0 0 7px;
}
h3 {
        display:block;
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
        margin:10px 0 5px 0;
}
input,
select {
        border:1px solid #c9c4b3;
}
.size11 {
	font-size:11px;
}
.image_border {
	border:1px solid #d9c399;
	margin:3px;
	padding:3px;
}
hr {
	border: 0;
	color: #c9c4b3;
	background-color: #c9c4b3;
	height: 1px;
	width: 100%;
	clear:both;
}
hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}
.service_table {
	border-bottom:1px solid #7a654a;
        width: 100%;
}
.service_table td {
	padding:3px 8px;
	color:#7a654a;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#7a654a;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	height:28px;
	text-align:center;
}
.odd {
	background-color:#eee4c9;
}
.even {
	background-color:#f7f2dc;
}

.not {
	border:1px solid #FF9999;
}
.pr {float: right; display:block;}
.pl {float: left;}
/*
=====================================================================================================
Wrapper Rules
=====================================================================================================
*/

#background_texture {
	background:url(../images/page_bg.jpg) top repeat-x;
}
#leaf {
	/*background:url(../images/header_bg.gif) center 71px no-repeat;*/
}

#wrapper {
	width:940px;
	margin:0px auto; /*centers your design on the page*/
	text-align:left;
}

/*
=====================================================================================================
Header Rules
=====================================================================================================
*/
#header {
	height:100px;
	width:940px;
	clear:both;
}
#logo {
	width:284px; /*change this width and height to match your logo image*/
	height:78px;
	position:absolute;
	margin-top:10px;
}
#header_contact {
	width:244px;
	height:109px;
	position:absolute;
	padding:10px 0px 0px 660px;
}

/*
=====================================================================================================
Top Navigation Rules
=====================================================================================================
*/
#header_menu { /*the container that holds the main menu*/
	height:42px;
	margin:0px 0px 0px 0px;
	clear:both;
}

/*
=====================================================================================================
Navigation Rules
=====================================================================================================
*/
ul#navigation {
	margin:0px;
	padding:0px;
	margin-top:1px;
	height:42px;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:100; /*makes dropdown sit on top of flash & map*/
}
ul#navigation li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
ul#navigation a, ul#navigation a:link, ul#navigation a:visited {
	float:left; /*makes the text sit beside each other not down the page*/
	color:#ffffff; /*menu color normal*/
	padding:10px 13px 11px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	height:18px;
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font:14px "Trebuchet MS", Arial; /*menu text size and font*/
	letter-spacing:1px; /*space out the letters, remove if you want it normal*/
}
ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
	background-color:#CAB37D; /*color behind the menu text*/
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat;
	color:#fff; /*color of text on mouse over*/
}
.selected {
	background-color:#CAB37D; /*color behind the menu text*/
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat;
	color:#fff; /*color of text on mouse over*/
}
/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover {
	position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
	display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
	display:none;
}
ul#navigation ul.second-level {
	position:absolute;
	top:35px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;
	width:160px;
	display:none;
	background-color:#d3bd96; /*color of the dropdown*/
}
ul#navigation ul.second-level li {
	width:160px;
	margin:0;
}
ul#navigation ul.second-level a, ul#navigation ul.second-level a:link, ul#navigation ul.second-level a:visited {
	display:block;
	float:none;
	width:140px;
	border:none;
	padding:3px 13px 8px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	background:none;
	font:12px/24px Arial, Helvetica, sans-serif; /*font size and line height*/
	color:#5a564b;
	border-bottom:1px solid #cbaf7c;
	text-transform:capitalize;
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
	color:#FFFFFF;
	background-color:#cbaf7c;
}

/*
=====================================================================================================
Bredcrum Section
=====================================================================================================
*/
.bredcrum {
	color: #fff;
        height:13px;
        padding-top:4px;
}
.bredcrum a {
	color: #fff;
	text-decoration: none;
        padding-right: 5px;
}
.bredcrum a:hover {
	color: #fff;
}

/*
=====================================================================================================
Search Section
=====================================================================================================
*/
ul.header_search {
        background:url("../images/crumb_right.gif") no-repeat scroll right center transparent;
        float:right;
        height:25px;
        padding:10px 10px 0 0;
}
ul.header_search li {
        float:left;
}
ul.header_search li input.search_bar {
        background-color:transparent;
        background-image:url("../images/search.gif");
        background-repeat:no-repeat;
        border:medium none;
        color:#666666;
        height:19px;
        padding:0 10px;
        width:235px;
}
ul.header_search li a.go {
        background-color:transparent;
        background-image:url("../images/search_btn.png");
        background-position:0 0;
        background-repeat:no-repeat;
        border:medium none;
        cursor:pointer;
        float:left;
        font-size:0;
        height:18px;
        margin-left:5px;
        margin-top:0;
        overflow:hidden;
        width:18px;
}
/*
=====================================================================================================
Content Section Rules
=====================================================================================================
*/

#content_bg { /*the 2 columns of white*/
	background-image:url(../images/content_box_tile.png);
	background-repeat:repeat-y;
}
.top {
	margin-top:10px;
	width:940px;
	height:5px;
}
.bottom {
	width:940px;
	height:21px;
}
/*
=====================================================================================================
Left Column Rules
=====================================================================================================
*/
#left_column {
	float:left;
	width:610px; /*640px minus the padding on left and right*/
	padding:15px;
	min-height:200px;
}

/*
=====================================================================================================
Right Column Rules
=====================================================================================================
*/
#right_column {
	float:right;
	width:280px; /*290px minus the padding on left and right*/
	padding:0px 5px 5px 5px;
}

.top_title {
	width:264px; /*280px minus the padding*/
	height:29px; /*36px minus padding*/
	margin:0px 0px 5px 0px;
	padding:6px 3px 0px 13px;
	background-image:url(../images/column_top_title.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
        text-transform:uppercase;
}
/*
=====================================================================================================
Category Right Column Rules
=====================================================================================================
*/
.category ul {
    list-style: circle;
    font-size: 14px;
    margin-bottom:0;
    margin-left:8px;
    margin-top:0;
    padding-left:12px;
    padding-bottom:6px;
}
.category ul li{
    padding-bottom:3px;
}
/*
=====================================================================================================
Category & Products List Rules
=====================================================================================================
*/
.row {
        clear:both;
}
.cat_list {

}

.cat_item {
        float:left;
        text-align:center;
        width:152px;
        margin-bottom: 15px;
}
.cat_list p.title {
        height:15px;
        line-height:15px;
        margin-top:5px;
        overflow:hidden;
}

.products_list {

}


.item {
        float:left;
        text-align:center;
        width:152px;
        margin-bottom: 15px;
}
.products_list p.price {
        color:#990000;
        margin-bottom:3px;
        font-weight: bold;
}
.products_list p.title {
        height:15px;
        line-height:15px;
        margin-top:5px;
        overflow:hidden;
}
.products_list img {
        border:none;
}
/*
=====================================================================================================
Product Rules
=====================================================================================================
*/
a.button{
	background:url(../images/button_left.gif) no-repeat left;
	height:26px;
	color:#fff;
	display:inline-block;
	padding:0px 0px 0px 15px;
        cursor:pointer;
}
a.button span{
	background-image:url(../images/button_right.gif);
	background-repeat:no-repeat;
	background-position:100% 0px;
	height:21px;
	color:#fff;
	display:inline-block;
	padding:5px 15px 0px 0px;
        font-weight: bold;
}
.detail  {
        float:left;
        padding:0 8px 10px 0;
        width:290px;
}

.prod_info {
        padding:15px 0;
}
.prod_info ul {
        clear:both;
        float:left;
        padding:5px 0;
        width:100%;
}
.prod_info ul li {
        float:left;
        width:130px;
}
.prod_info ul li select {
        background-color:#FFFFFF;
        padding:5px;
        width:80px;
}
.prod_info ul li input {
        background-color:#FFFFFF;
        padding:5px;
        width:40px;
}
.prod_info ul li.addtocart {
        float:left;
        width:110px;
}
.prod_info ul li.price {
        font-size: 16px;
}
.descript li {
         margin-left: 15px;
}
/*
=====================================================================================================
Sort & Pagination Section
=====================================================================================================
*/
.sort {
        height:30px;
        margin-bottom:10px;
        width:100%;
}
.sort .option-sorts {
        float:right;
        margin-left:5px;
        padding-right:9px;
        padding-top:6px;
}
.sort .text-sort {
        padding-top:9px;
        text-align:right;
}

.pagination {
	display: inline-block;
	width: 100%;
        margin-top: 10px;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #7A654A;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #7A654A;
	padding: 4px 7px;
	text-decoration: none;
	color: #fff;
	background: #7A654A;
}
.pagination .results {
	float: right;
}
/*
=====================================================================================================
Thumbnail Section
=====================================================================================================
*/
.thumbs {
	background-color:#FFF;
	width:281px;
	float:right;
	background:url(../images/prod_bg.gif) no-repeat top;
	padding:1px 0px 0px 1px;
}
.strip_wrapper {
	left:25px !important;}
.nav-next {
	margin-top:40px;
	right:0px !important;
}
.nav-prev {
	margin-top:40px;
	left:0px !important;
}
/*
=====================================================================================================
Messages Rules
=====================================================================================================
*/
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.warning {
        background-color: #FFDFE0;
        border:1px solid #FF9999;
        font-family:Verdana,Geneva,sans-serif;
        font-size:11px;
        margin-bottom:10px;
        padding:5px 0;
        text-align:center;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

/*
=====================================================================================================
Home Page Slider Rules
=====================================================================================================
*/

.jflow-content-slider {
	margin-bottom: 20px;
}
#jFlowSlide {
	z-index: 10;
}
#myController {
	background: #D7C097 url(../images/page_bg_tile.jpg) repeat-x left top;
	width: 610px;
	height: 24px;
	padding: 6px 0 0;
	text-align: right;
}
.quick_nav {
	float: right;
        padding: 0 10px 0;
}
.collection_name {
	float: left;
        padding: 4px 10px 0;
}
.collection_name a, .collection_name a:hover {
	color: #000;
	text-decoration: none;
}
.collection_name a strong, .collection_name a:hover strong {
	color: #990000;
}
#myController span {
	float: left;
	width: 20px;
	height: 17px;
	padding-top: 2px;
	background: url(../images/jFlowControl_bg.gif) no-repeat center top;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#myController span.jFlowSelected {
	background: url(../images/jFlowControl-hover_bg.gif) no-repeat center top;
	color: #fff;
}
.jFlowControl, .jFlowSelected, .jFlowPrev, .jFlowNext {
	cursor: pointer;
	margin-left: 10px;
}
#myController .jFlowPrev, #myController .jFlowNext {
	padding-top: 0;
	height: 19px;
}

/*
=====================================================================================================
Forms Rules
=====================================================================================================
*/
.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
}
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c9c4b3 !important;
	margin:4px 0px;
	padding:2px;
}
#field_forms {
	border:0;
}
#field_forms label {
	float:left;
	width:100px;
	margin-right:15px;
	clear:left;
	font-weight:bold;
	text-align:right;
	height:30px;
}
#field_forms input, #field_forms textarea {
	margin-right:40px;
}
#field_forms #submit {
	clear:left;
	margin-left:95px;
}

/*
=====================================================================================================
Share Rules
=====================================================================================================
*/
.share-tools  {
    padding:10px;
}
.share span.icon {
    background-image:url(../images/iconza/mail_24x24.png);
    background-repeat:no-repeat;
    display:inline;
    float:left;
    height:24px;
    margin:-4px 10px 0 0;
    width:24px;
}
/*
=====================================================================================================
Footer Rules
=====================================================================================================
*/
#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#986d38;
	font-size:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#986d38;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
	text-align:left;
}