* 
    {
    margin: 0;
    padding: 0;
    }

html, body 
    {
	background-color: #736357;
    }
    
#wrapper
    {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	}
    
#header
    {
    width: 1000px;
    height: 32px;
    }
    
#header_share
    {
    float: left;
    width: 620px;
    height: 26px;
    padding-top: 6px;
    color: white;
    font-family: Verdana, san-serif;
    font-weight: bold;
    font-size: 14px;
    }
    
.Share
    {
    float: left;
    padding-right: 10px;
    font-weight: bold;
    color: white;
    font-size: 14px;
    }
    
.SharingButton
    {
    width: 16px;
    height: 16px;
    }
    
#header_search
    {
    float: left;
    width: 243px;
    height: 26px;
    padding-top: 6px;
    color: #cdcdcd;
    font-family: Verdana, san-serif;
    font-weight: bold;
    font-size: 14px;
    }

#header_search a:link, #header_search a:visited
    {
    color: #cdcdcd;
    font-family: Verdana, san-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    }

#header_search a:hover
    {
    color: #cdcdcd;
    font-family: Verdana, san-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    }
    
#header_search input
    {
    border: 1px solid #795a3f;
    background-color: #cdcdcd;
    width: 150px;
    }
    
#header_donate
    {
    float: left;
    width: 137px;    
    height: 29px;
    padding-top: 3px;
    text-align: center;
    background-color: #590306;
    }
    
#header_donate_text
    {
    padding-top: 2px;
    }
    
#header_donate, #header_donate a:link, #header_donate a:visited, #header_donate a:hover
    {
    color: white;
    font-family: 'Cabin', 'sans-serif';
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    }
    
#top_nav
    {
    width: 920px;
    padding: 0px 40px;
    height: 45px;
    }

#top_nav_table
    {
    width: 920px;
    }
    
.TopNavDivider
    {
    width: 40px;
    height: 45px;
    }
    
.NavTD
    {
    height: 32px;
    }                    


#logo
    {
    float: left;
    width: 300px;
    height: 198px;
    }
    
#header_image
    {
    float: left;
    width: 700px;
    height: 198px;
    }
    
#main_wrapper_table
    {
    width: 1000px;
    background-image: url('../img/main_background.png');
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    }
    
#content_left
    {
    padding: 7px;
    margin: 0px;
    width: 776px;
    vertical-align: top;
    
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 18px;
    }

#content_left td
    {
    vertical-align: top;
    
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    /*line-height: 18px;*/
    }
    
#content_left a:link, #content_left a:visited
    {
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    /*line-height: 20px;*/
    text-decoration: underline;
    }
#content_left a:hover
    {
    text-decoration: none;
    }
    
#slideshow
    {
    float: left;
    position: relative;
    width: 778px;
    height: 474px;
    background-color: #fffbc9;
    }
    
#main_div_1
    {
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    z-index: 100;    
    }

#main_div_2
    {
    position: absolute;
    top: 12px;
    left: 12px;
    display: none;
    z-index: 90;    
    }
    
    
/* TABS */
.TabTable
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    width: 755px;
    padding-left: 10px;
    }

.AllTabs
    {
    border-top: 1px solid #3a1709;
    border-bottom: 1px solid #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    }

.CurrentTab, .CurrentTab a:link, .CurrentTab a:visited, .CurrentTab a:hover
    {
    border-bottom: 0px solid #3a1709;
    background-color: #e5e8f4;
    color: #3a1709 !important;
    text-decoration: none !important;
    }
    
.OtherTab, .OtherTab a:link, .OtherTab a:visited, .OtherTab a:hover
    {
    background-color: #8393ca;
    color: white !important;
    text-decoration: none !important;
    }
    
.NotLastTab
    {
    white-space: nowrap;
    padding: 7px 13px 7px 13px;
    border-right: 1px solid #3a1709;
    }
    
.LastTab
    {
    width: 99%;
    padding: 7px 0px 7px 13px;
    }
    
.TabContent
    {
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
    background-color: #e5e8f4;
    }
    
.EventItem
    {
    padding: 10px 15px 10px 15px;
    }
    
.EventDivider
    {
    width: 100%;
    background-color: white;
    height: 7px;
    padding: 0px;
    } 
    
.RegistrationBlock
    {
    width: 100%;
    text-align: center;
    }
    
#register_form_table td
    {
    padding: 5px 0px 5px 0px;
    }
    
.Required
    {
    font-weight: bold;
    color: red;
    font-size: 110%;
    }      
    
/* END TABS */

/* ARTISANS */

.ArtisansIndex
    {
    width: 142px;
    margin-bottom: 18px;
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    float: left;
    cursor: pointer;
    cursor: hand; 
    }
    
.ArtisansIndexPadding
    {
    margin-right: 8px;
    }
    
.ArtisansIndexImage
    {
    width: 142px;
    height: 189px;
    }
    
.GreenBackground
    {
    padding: 6px;
    width: 764px;
    background-color: #e9f3e2;
    }
    
.ArtisanMainImage
    {
    width: 294px;
    padding-right: 20px;
    float: left;
    }
    
.ArtisanMainText
    {
    float: left;
    width: 450px;
    }

.ArtisanWheel
    {
    float: left;
    margin-bottom: 10px;
    font-family: 'Cabin', 'sans-serif';
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand; 
    }
    
#wheel_div
    {
    margin-right: 40px;
    color: #9fcc80;
    }
    
#wheel_image
    {
    padding-bottom: 6px;
    }
    
#gear_div
    {
    padding-top: 3px;
    color: white;
    }

#gear_image
    {
    padding-bottom: 6px;
    }
    
.ContactPrompt
    {
    font-weight: bold;
    float: left;
    padding-right: 10px;
    padding-bottom: 15px;
    }
    
.ContactPromptLink
    {
    padding-top: 2px;
    }
    
.ContactData
    {
    float: left;
    padding-bottom: 15px;
    }
    
#contact_artisan
    {
    position: relative;
    }
    
#contact_artisan_main_prompt
    {
    position: absolute;
    font-weight: bold;
    }

#artisan_contact_table
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    }

#artisan_contact_table td
    {
    padding: 3px 10px 3px 0px;
    }

.ContactArtisanPrompt
    {
    text-align: right;
    width: 200px;
    padding-right: 10px;
    font-weight: bold;
    }
    
.ContactArtisanInputTD
    {
    width: 300px;
    padding-right: 10px;
    }
    
.ContactArtisanInput
    {
    width: 300px;
    color: #3A1709;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    }

.ContactUsInput
    {
    width: 400px;
    color: #3A1709;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    }

.ContactArtisanPromptSmall
    {
    text-align: right;
    width: 80px;
    padding-right: 10px;
    }
    
.ContactArtisanInputTDSmall
    {
    width: 100px;
    padding-right: 10px;
    }
    
#form_comments
    {
    width: 300px;
    height: 150px;
    color: #3A1709;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    }
    
#form_comments_contact_us
    {
    width: 400px;
    height: 150px;
    color: #3A1709;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    }
    
.ContactArtisanInputSmall
    {
    width: 100px;
    color: #3A1709;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    }
    
.ContactUsInputSmall
    {
    width: 85px;
    color: #3A1709;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
    }
    
#contact_us
    {
    padding-left: 60px;
    }
    
#captcha_prompt
    {
    padding-top: 9px;
    height: 20px;
    }
    
#contact_artisan_submit_td
    {
    text-align: center;
    }
    
    
#artisan_items_wrapper
    {
    padding: 6px 0px 6px 0px;
    width: 776px;
    }
    
.ArtisanItemSingleImage
    {
    float: left;
    width: 352px;
    vertical-align: text-top;
    margin-left: 18px;
    }
    
.ArtisanItemSingleImageLeft
    {
    margin-right: 10px;
    }
    
.ArtisanSingleImage
    {
    padding-bottom: 10px;
    }
    
.ArtisanItemTitle
    {
    font-weight: bold;
    padding-bottom: 8px;
    }
    
.OptionType
    {
    float: left;
    padding-right: 5px;
    padding-top: 1px;
    }

.OptionSelect, .OptionQuantity
    {
    float: left;
    padding-right: 5px;
    padding-top: 3px;
    }
    
.OptionAddToCart
    {
    float: left;
    }

.ArtisanItemMultImageWrapper
    {
    padding: 12px 0px 12px 0px;
    background-color: #e9f3e2;
    }
    
.ArtisanItemMultImages
    {
    width: 740px;
    margin-left: 18px;
    height: 227px;
    overflow: hidden;
    }
    
.MultiImagesImage
    {
    padding-right: 5px;
    }
    
/* END ARTISANS */

/* SHOP INDEX PAGE */
.ShopIndex
    {
    width: 141px;
    margin-bottom: 18px;
    float: left;
    cursor: pointer;
    cursor: hand; 
    }
    
.ShopIndexPadding
    {
    margin-right: 8px;
    }
    
.CategoryCenteredImage
    {
    width: 141px;
    height: 188px;
    background-position: center center;
    background-repeat: no-repeat;    
    }
    
.ShopIndexCategoryName
    {
    text-transform: uppercase;
    }
/* END SHOP INDEX PAGE */


/* JOIN US */
.JoinUs
    {
    width: 328px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    float: left;
    }

.JoinUsLeft
    {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 20px;
    background-color: #3a1709;
    color: white; 
    }
    
.JoinUsFixedRow1
    {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 70px; /*152px;*/
    background-color: #3a1709;
    color: white; 
    }

.JoinUsFixedRow2, .JoinUsFixedRow3
    {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 70px; /*110px;*/
    background-color: #3a1709;
    color: white; 
    }

/* END JOIN US */

/* BOARD */

.BoardPictureDiv
    {
    float: left;
    width: 180px;
    padding-right: 22px;
    padding-left: 100px;
    vertical-align: top;
    }
    
.BoardLogo
    {
    width: 180px;
    }
    
.BoardContent
    {
    float: left;
    width: 425px;
    vertical-align: top;
    }
    
.BoardDivider
    {
    height: 30px;
    width: 10px;
    }

/* END BOARD */

/* NEWS */

.NewsWrapper
    {
    padding: 20px 0px 20px 0px;
    }
    
.NewsColorBackground
    {
    background-color: #feecda;
    }
    
.NewsImage
    {
    float: left;
    vertical-align: top;
    padding-right: 11px;
    width: 289px;
    }
    
.NewsContent
    {
    float: left;
    vertical-align: top;
    width: 450px;
    }

/* END NEWS */    
 

#content_divider
    {
    padding: 0px;
    margin: 0px;
    width: 5px;
    }

#content_right
    {
    padding: 0px 5px 20px 13px;
    margin: 0px;
    width: 187px;
    min-height: 200px;
    vertical-align: top;
    }

.RightHeader
    {
    font-family: 'Cabin', 'sans-serif';
    font-weight: bold;
    font-size: 48px;
    overflow: hidden;
    width: 187px;
    }

.RightHeaderTop
    {
    padding-top: 10px;
    }
    
.SideNavHeader, .SideNavHeader a:link, .SideNavHeader a:visited
    {
    font-family: 'Cabin', 'sans-serif';
    font-weight: bold;
    font-size: 22px;
    color: white;
    padding-top: 20px;
    text-decoration: none;
    }
    
.SideNavHeader a:hover
    {
    text-decoration: underline;
    }
    
.SideLink
    {
    padding: 2px 0px 2px 0px;
    }

.SideLink, .SideLink a:link, .SideLink a:visited
    {
    font-family: 'Cabin', 'sans-serif';
    font-weight: normal;
    font-size: 14px;
    color: white;
    text-decoration: none;
    }

.SideLink a:hover
    {
    color: white;
    text-decoration: underline;
    }
    
.SideLinkDivider
    {
    padding-top: 20px;
    }

#content_right_rest
    {
    color: white;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    }    
            
#content_right_rest td
    {
    color: white;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
    }

    
    
.FooterBar
    {
    width: 956px;
    background-color: #642b27;
    padding: 16px 22px 16px 22px;
    color: #cdcdcd;
    font-family: 'Verdana', 'san-serif';
    font-size: 11px;
    line-height: 18px;
    margin-top: 20px;
    }
    
.FooterBarText
    {
    float: left;
    width: 806px;
    }
    
.FooterBarFollow
    {
    float: left;
    width: 150px;
    padding-top: 6px;
    }

.Footer
    {
    float: left;
    font-family: 'Verdana', 'san-serif';
    font-size: 11px;
    color: #cdcdcd;
    margin-top: 20px;
    line-height: 18px;
    }
    
.FooterLeft
    {
    width: 400px;
    }
    
.FooterMiddle
    {
    width: 400px;
    }

.FooterRight
    {
    width: 168px;
    }
    
.Footer a:link, .Footer a:visited
    {
    color: #cdcdcd;
    text-decoration: none;
    }
    
.Footer a:hover
    {
    color: #cdcdcd;
    text-decoration: underline;
    }
    
.FooterHeader
    {
    font-weight: bold;
    padding-bottom: 6px;
    }            
    
.FooterText
    {
    padding-bottom: 5px;
    }

.FooterDivider
    {
    float: left;
    width: 15px;
    }
    
.EmailPrompt
    {
    float: left;
    padding-right: 2px;
    width: 40px;
    padding-bottom: 5px;
    }

.EmailInput
    {
    float: left;
    padding-bottom: 5px;
    }
    
.EmailInput input
    {
    width: 140px;
    }
           


.GenericButton, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #726256;
    background: -webkit-gradient(linear, left top, left bottom, from(#726256), to(#3b1a0b));
    background: -webkit-linear-gradient(#726256, #3b1a0b);
    background: -moz-linear-gradient(top, #726256, #3b1a0b);
    background: -ms-linear-gradient(#726256, #3b1a0b);
    background: -o-linear-gradient(#726256, #3b1a0b);
    background: linear-gradient(#726256, #3b1a0b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#726256', endColorstr='#3b1a0b');
    zoom: 1;

    border: 1px solid #3a1709;
    border-radius: 4px;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.GenericButton:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: none repeat scroll 0 0 #b19264;
    color: #FFFFFF;
    text-decoration: none;
    filter: none;
}

.LargerButton
    {
    padding: 8px 15px;
    }

.SmallerButton
    {
    padding: 3px 10px 4px 10px;
    }





.StandardTable
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    }
    
img
    {
    border: 0px;
    outline: 0px;
    padding: 0px;
    }
        
     
a:link, a:visited
    {
    color: blue;
    text-decoration: underline;
    outline: 0px;
    }
    
a:hover
    {
    color: blue;
    text-decoration: none;
    outline: 0px;
    }
    
    
    
.recaptchatable *
    {
    font-family: Verdana, san-serif !important;
    color: #3A1709;
    font-size: 12px;
    }

.MyRecaptchaTD, .MyRecaptchaTD td, .MyRecaptchaTD a:link, .MyRecaptchaTD a:visited
    {
    line-height: 0;
    }
    
#recaptcha_response_field
    {
    font-size: 10px;
    }
    
ul, ol
    {
    padding: 0px 0px 0px 28px;
    }
    
main_wrapper_table.li
    {
    padding: 2px 0px 2px 0px;
    }
    
#shop_header a:link, #shop_header a:hover
    {
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    }    
    
#shop_header a:hover
    {
    text-decoration: underline;
    }
    
    
#artisan_login
    {
    display: none;
    }
    
#login_div
    {
    color: #3a1709;
    font-family: 'Cabin', 'sans-serif';
    font-size: 14px;
    line-height: 18px;
    width: 160px;
    padding: 10px;
    height: 120px;
    }    
    
.LoginBlock
    {
    padding-bottom: 5px;
    }
    
.PaddedTable td
    {
    padding: 15px;
    }
    
.EventSponsorBlock
    {
    padding: 15px 0px 15px 0px;
    background-color: white;
    }
    
.GoldSponsor
    {
    float: left;
    width: 163px;
    padding: 0px 7px 0px 7px;
    }
    
.GoldSponsor img
    {
    width: 163px;
    }
    
.SilverSponsor
    {
    float: left;
    /*width: 79px;*/
    width: 105px;
    padding: 0px 5px 0px 5px;
    }

.SilverSponsor img
    {
    /*width: 79px;*/
    width: 105px;
    }
    
.SponsorDivider
    {
    padding-top: 15px;
    border-top: 2px dashed #E5E8F4;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    }