@CHARSET "ISO-8859-1";

html,body { 
	margin: 0px;
	padding: 0px;
	color: #503932;
}

a {
	color: #e65906;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

p {
	font-family: "Times New Roman",serif;
	font-size: 16px;
	line-height: 25px;
	word-wrap: break-word;
}

h1 {
	 font-size: 26px; 
	 background-color: rgba(0, 0, 0, 0); 
	 font-family: Brawler, serif;
	 font-weight: 400;
}

h1.large {
	font-size: 50px;
}

h2 {
	font-size: 36px;
	background-color: rgba(0, 0, 0, 0);
	font-family: Brawler, serif;
	font-weight: 400;
}

hr.divider {
	border-top: 1px solid #7ba226;
	border-bottom: none;
	clear: both;
}

#outter_wrapper {
	width: 980px;
	margin: 0 auto;
}

#menu {
	width: 222px;
	float: left;
	display: inline-block;
}

#menu_head {
	height: 175px;
	background: transparent url(/images/menu_head.png) no-repeat 0 0;
	padding-top: 10px;
	margin-bottom: 10px;
}

#menu_head p {
	/*margin: 0px;*/
	padding: 0px;
}

.menu_head_text_keyera {
	text-align: center;
	color: #ffffff;
	font-size: 56px;
	font-family: allura;
	margin-top: 30px;
}

.menu_head_text_gifts {
	text-align: center;
	font-size: 36px;
	color: #FFA500;
	font-family: kaushan script;
	margin-top: -30px;
}

.top-level-nav {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
}

.top-level-nav li {
	margin-bottom: 8px;
}

.top-level-nav li a {
	border-bottom: 1px solid transparent;
    color: #3c2c27;
    display: block;
    font-family: "Brawler",serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}

.top-level-nav li.active a, .top-level-nav li a:hover {
	border-bottom: 1px solid #a0b767;
    color: #e65906;
}

.menu_box {    
	text-align: center;
    box-sizing: content-box;
	-moz-box-sizing: content-box;
    border-radius: 5px;
    border: 1px solid #7ba226;
    border-width: thin;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}

.menu_box h3 {
    font-size: 26px;
	color: #FF8C00;
	font-family: arizonia;
	line-height: 30px;
	font-weight: 400;
	padding: 0;
}

.menu_box .more {
	font-family: kaushan script;
	font-size: 22px;
	color: #8B4513;
	margin: 10px;
}

#content {
	width: 708px;
	float: right;
	display: inline-block;
	padding: 20px;
	/*border: 1px solid green;*/
}

.align_right {
	text-align: right;
	margin-right: 10px;
}

hr.line {
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: none;
	border-color: #f7f7f7;
}

.left_justify {
	text-align: left;
}

#footer {
	border-top: 1px solid #c7c7c7;
	clear: both;
	min-height: 50px;
}

.img_shadow {
	-webkit-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
}

.editor_collections {
	font-family: 'Brawler', serif;
	font-size: 26px;
	color: #F60
}

table.index {
	width: 100%;
	table-layout: fixed;
}

.wsb-button {
	/*display: table;*/
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	*display: block;
	*width: auto;
	font-style: normal;
	font-weight: normal;
	position: relative
}

.wsb-button-content p {
	margin: 0 !important
}

.button_theme {
	padding: 0 12px;
	font-family: 'Brawler', serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	background: #e65906;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.button_theme:hover {
	text-decoration: none
}


table.index * td {
	text-align: center;
	padding: 5px;
}

.map {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 661px;
	height: 242px;
	border: 1px solid #7ba226;
	margin-bottom: 20px;
}

.map iframe {
	position: relative;
	border-style: none;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.map a, .map a:link, .map a:visited, .map a:hover {
	position: absolute;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	left: 0;
	right: 0;
	display: block;
	background-color: #545454;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	font-weight: normal;
	font-style: normal
}

table.contact {
	width: 100%;
}

table.contact * td {
	vertical-align: top;
}

.form-req {
	color: red
}

.form-label {
	display: block;
	margin-bottom: 3px;
	cursor: default
}

.form-value {
	display: block;
	width: 100%;
	*width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 5px;
    border: 1px solid #7ba226;
    border-width: thin;
	background-color: #f7f7f7;
}

textarea.form-value {
	resize: none;
	height: 100px;
    border: 1px solid #7ba226;
    border-width: thin;
	background-color: #f7f7f7;
}

.form-submit {
	background-color: #f7f6f4;
	padding: 4px 28px 2px;
	border: 1px solid #7ba226;
	color: #e65906;
	font-family: "Meddon", cursive;
	font-size: 18px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

table.list {
	
}

table.list * td {
	vertical-align: top;
}

a.list {
	font-size: 18px;
	font-weight: 400;
	color: #e65906;
}

.keyera_affiliates_title {
	margin-bottom: 0px;
}

.keyera_affiliates_subtitle {
	margin-top: 5px;
}

.keyera_affiliates img {
	max-width: 175px;
	margin-bottom: 10px;
}

.keyera_affiliates img:hover {
	/*#E65906*/
	-webkit-box-shadow: 0px 5px 8px rgba(230,89,6, 0.05) inset, 0px 0px 15px rgba(230,89,6, 0.6); 
	-moz-box-shadow: 0px 5px 8px rgba(230,89,6, 0.05) inset, 0px 0px 15px rgba(230,89,6, 0.6);
	box-shadow: 0px 5px 8px rgba(230,89,6, 0.05) inset, 0px 0px 15px rgba(230,89,6, 0.6);
}

.keyera_social_title {
	margin-bottom: 0px;
	
}

.keyera_social_subtitle {
	margin-top: 5px;
}

.keyera_social_links_container {
	margin-top: 20px;
    margin-bottom: 20px;
}

.keyera_social_links_container img {
	max-width: 32px;
}

/*
.keyera_social_links_container img:hover {
	/*-webkit-box-shadow: 0px 5px 8px rgba(230,89,6, 0.05) inset, 0px 0px 15px rgba(230,89,6, 0.6); 
	-moz-box-shadow: 0px 5px 8px rgba(230,89,6, 0.05) inset, 0px 0px 15px rgba(230,89,6, 0.6);
	box-shadow: 0px 5px 8px rgba(230,89,6, 0.05) inset, 0px 0px 15px rgba(230,89,6, 0.6);
}
*/


/* PRE-CACHE -------------------------------------------------------- */
/* body:before will also work
 as will body:after */
:root:before {
  content: url(/images/social/social_facebook.png)
           url(/images/social/social_facebook_black.png)
           url(/images/social/social_twitter.png)
           url(/images/social/social_twitter_black.png)
           url(/images/social/social_instagram.png)
           url(/images/social/social_instagram_black.png)
           url(/images/social/social_pinterest.png)
           url(/images/social/social_pinterest_black.png)
           url(/images/social/social_linkedin.png)
           url(/images/social/social_linkedin_black.png)
           url(/images/main_page_key.jpg);
  /* partial fallback */
  background-image: url(/images/main_page_key.jpg);
  visibility: hidden;
  position: absolute;
  left: -999em;
}
/* ------------------------------------------------------------------- */
