/* HTML5 Boilerplate  */

@import url(http://fonts.googleapis.com/css?family=Cantarell:400,700);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,400italic,600italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #0177C1; color: #fff; text-shadow: none; }
::selection { background: #0177C1; color: #fff; text-shadow: none; }

a { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #1d650e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Site styles */
* { margin: 0; padding: 0; } 

body {
    background: #000 url(../images/bkg.png);
}

div#containerouter {
	background: url('../images/sides.png');
	width: 982px;
	margin: 0 auto;
	}

div#container {
    margin: 0 auto;
    width: 960px;
    background-color: #131313;
}

div#util {
	width: 960px;
	position: relative;
	height: 100px;
	background-color: #333;
	}

/* header */
header {
    width: 960px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 4px;
}

#logo {
    height: 105px;
    width: 390px;
    background-image: url(../images/logo_small2.png);
    background-position: 10px 10px;
    z-index: 9999999;
position: relative;
float:left;
}

/* main nav */
nav ul#main {
/*     position: absolute; */
    top: 0;
    right: 0;
    width: 960px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('../images/navbar.png');
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
}

nav ul#main li {
    line-height: 100px;
	height: 103px;
}

nav ul#main li.left {
    float: left;
    margin-left: 18px;
}

nav ul#main li.right {
    float: right;
    margin-right: 0px;
}


nav ul#main li a {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #fff;
/*
    padding: 0px 19px;
    *padding: 0px 16px;
*/
    border-top: 3px solid transparent;
    border-left: 1px solid #ccc;
/*     border-bottom: 2px solid #474848; */
}

li.one a {
	width: 211px;
	}
	
li.two a {
	width: 287px;
	}
	
li.three a {
	width: 198px;
	}
	
li.four a {
	width: 97px;
	}
	
li.five a {
	width: 161px;
	}

nav ul#main li.last a {
	border-right: 1px solid #ccc;
	}

nav ul#main li a:hover, nav ul#main li.sfHover a.toplevel {
    color: #f4d802;
    border-top: 3px solid #f4d802;
    box-shadow: 0px 0px 10px 0px #000;
    background: url('../images/navbar1.png');
    text-decoration: underline;
}

nav ul#main li.sfHover {
/*     background-color: #808080; */
}

nav ul#main li.sfHover > ul li {
    background-color: #808080;
    min-width: 250px;
}

.sf-shadow ul li {
    background: url('../images/navbar.png');
}



/* secondary nav */
nav ul#secondary {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 960px;
}

nav ul#secondary li.right {
    float: right;
/*     border-right: 1px solid #666; */
margin-right: 15px;
}

nav ul#secondary li.last {
    border-right: none;
    padding-right: none;
}

nav ul#secondary li a {
    font-family: sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #f0f0f0;
    padding: 0 5px;
}

/*nav ul#secondary li.current a {
    border-bottom: 2px solid #0177c1;
}*/

nav ul#secondary li a:hover {
    color: #fff;
}


/* content */
div#content-wrap {
    clear: both;
    width: 960px;
    margin: 0 auto;
}

body.page div#content, body.search #content {
/*     clear: both; */
    width: 940px;
    padding: 0 10px;
    background-color: #333;
    color: #fff;
}

body.page div#content h2 {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

body.page div#content img {
    padding: 5px;
}

body.home div#sidebar {
    display: none !important; visibility: hidden;
}

/* shop styles */
body.shop div#content, body.page div#content {
    float: left;
    width: 649px;
    padding: 0 10px;
    background-color: #040407;
    color: #fff;
    padding-left: 20px;
    font-family: "Arvo";
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 30px;
    border-left: 1px solid #fff;
}

body.shop div#content h2 {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}


ul.pagecrumbs {
	margin-bottom: 0px !important;
	}

div#sidebar {
/*
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
*/
    width: 280px;
    float: left;
    background-color: #333;
    
}

div#sidebar h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: "Josefin Sans";
	font-size: 15px;
/* 	border-bottom: 1px solid #fff; */
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	text-decoration: underline;
	}
	
#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	}
	
#sidebar li {
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: "Josefin Sans";
	font-weight: bold;
	letter-spacing: 1px;
/* 	padding-left: 20px; */
	}
	
#sidebar li a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px 10px 5px 20px;
	background: url('../images/navbar.png') left top repeat-x;
	border-top: 3px solid transparent;
	display: block;
	}
	
#sidebar li a:hover, #sidebar li.current a {
	border-top: 3px solid #f4d802;
	background: url('../images/navbar.png') left bottom repeat-x;
	color: #f3da00;
	text-decoration: underline;
	}
	
.productdiv {
	width: 286px;
	float:left;
	text-align: center;
	}

img.product {
    float: left;
    width: 275px !important;
    height: auto;
    margin: 0 10px 10px 0;
/*     width: 350px; */
/*     height: 350px; */
}

.page-detail #content img {
/* width: 305px !important; */
height: auto;
padding: 3px;
background-color: white;
border: 1px solid #000;
margin: 4px;
}

div.shares {
	width: 340px;
	float:right;
	margin-top: 30px;
	}
	
.addthis_toolbox a {
	height: 20px !important;
	margin-bottom: 12px;
	}
	
a.addthis_button_pinterest_pinit {
	height: 25px;
	}

.productdescription {
	padding: 8px;
	background-color: #fff;
	margin-left: 5px;
	float: right;
	width: 340px;
	color: #000;
	}
	
.productdescription2 {
	padding: 8px;
	background-color: #fff;
	margin-top: 20px;
	float: right;
	width: 634px;
	color: #000;
	clear:both;
	}

	
.addthis_button_pinterest_pinit {
/* 	clear:both; */
	}
	
.productdescription a, .productdescription2 a {
	color: #1d650e;
	}
	
.shop #content h2 {
	padding-bottom: 7px !important;
	background: url('../images/pattern.png') left bottom repeat-x !important;
	}
	
div.stock {
	margin-top: 10px;
/* 	margin-bottom: 25px; */
	padding-bottom: 10px;
/* 	border-bottom: 1px solid #000; */
	text-align: center;
	}
	
p.stocksin {
	font-weight: bold;
	color: #1d650e;
	}
	
p.stocksout {
	font-weight: bold;
	color: #bd1000;
	}

.productprice {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin-top: 10px;
	text-decoration: underline;
	display:block;
/* 	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1); */
	}

body.nosidebar div#content {
    float: left;
    width: 940px;
    padding: 0 10px;
    background-color: #333;
    color: #fff;
}

#cycle {
    width: 960px;
    height: 400px;
    position: relative;
}



#cycle .description_l {
    font-size: 90%;
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    font-weight: bold;
/*     letter-spacing: .1em; */
    color: #000;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 20px;
    left: 20px;
    width: 301px;
    max-height: 213px;
    padding: 10px;
    font-family: "Arvo", "Cantarell", serif;
    font-size: 12px;
    border: 1px solid #3c3c3c;
}

#cycle .description_l a {
    text-decoration: none;
    color: #000;
}

#cycle .description_r a {
    text-decoration: none;
    color: #000;
    
}

#cycle .description_r {
    font-size: 90%;
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    font-weight: bold;
/*     letter-spacing: .1em; */
    color: #000;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 301px;
    max-height: 213px;
    padding: 10px;
    font-family: "Arvo", "Cantarell", serif;
    font-size: 12px;
    border: 1px solid #3c3c3c;
}

#content {
	position: relative;
	}

#cycle .caption h2 {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}

.caption h2 {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    display: block;
    padding: 5px 10px 5px 30px;
    color: #fff;
    text-shadow: 2px 2px 2px #222;
    
}

.caption_0 h2 {
    background-color: #3c3c3c;
}

.caption_1 h2 {
    background-color: #3c3c3c;
}

.caption_2 h2 {
    background-color: #3c3c3c;
}

.caption p {

}

ul#tabs {
    margin: 0;
    padding: 0;
}

ul#tabs li {
    float: left;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 320px;
}

ul#tabs li a {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

ul#tabs li a p {
    display: block;
    padding: 6px;
    padding-top:11px;
    color: #fff;
    line-height: 1.2em;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    border-top: 3px solid #f3d900;
/*     border-top: 1px solid #222; */
}

.cycle_slide div h3 {
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	}
	
.cycle_slide a {
	display: block;
	width: 960px;
	height: 400px;
	}
	
.cycle_slide {
	border-bottom: 1px solid #4F4F4F;
	}

#tabs #id_0 {
    background:url('../images/navbar.png') left top repeat-x;
}

#tabs .activeSlide #id_0 {
   background:url('../images/navbar.png') left -10px repeat-x;
   border-top: 3px solid #be1000;
}

#tabs #id_1 {
   background:url('../images/navbar.png') left top repeat-x;
}
    
#tabs .activeSlide #id_1 {
   background:url('../images/navbar.png') left -10px repeat-x;
   border-top: 3px solid #be1000;
}

#tabs #id_2 {
    background:url('../images/navbar.png') left top repeat-x;
}
    
#tabs .activeSlide #id_2 {
    background:url('../images/navbar.png') left -10px repeat-x;
    border-top: 3px solid #be1000;
}

/* mission statement */
#mission {
    position:absolute;
    top: 20px;
    right: 20px;
    z-index:9;
    width: 500px;
    padding: 10px;
    background-color: rgba(0,0,0,.7);
    display: none;
}

#mission h2 {
    font-family: "Josefin Sans", "MichromaRegular";
/*     letter-spacing: .1em; */
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#mission h3 {
    color: #fff;
}

#mission hr {
    border: 0;
    color: #fff;
    background-color: #0177c1;
    width: 640px;
    margin: 0 auto;
    height: 1px;
}

#mission p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: "Josefin Sans", "MichromaRegular";
    font-family: "Arvo";
/*     letter-spacing: .1em; */
}

/* promo area */
#promos {
    margin-top: 0px;
    width: 880px;
    background-color: #000;
    padding: 40px;
}

.promodescription {
/* 	margin-top:-15px; */
	width: 100%;
	background: transparent url('../images/tooltip.png') center top no-repeat;
/* 	height: 10px; */
/* padding-top:10px; */
	float:left;
z-index: 99999;
margin-top: -10px;
position: relative;
	}
	
.clearfix::after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
	
.promoinner {
	background-color: #fff;
	padding: 10px;
	float:left;
	clear:both;
	color: #000;
	width: 398px;
	margin-top:5px;
	}
	
.promoinner a {
	color: #000;
	}

#promos h3 {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    letter-spacing: .1em;
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: .2em 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    padding-top: 6px;
    font-size: 13px;
    letter-spacing: 1px;
}

#promos img {
    margin-bottom: 5px;
}

#promos p {
    font-size: 13px;
    color: #000;
    font-family: "Arvo", "Cantarell", "MichromaRegular";
}

#promo-left {
    position: relative;
    float: left;
/*     border-right: 2px solid #fff; */
    width: 418px;
    padding-right: 21px;
}

#promo-right {
    position: relative;
    float: left;
    width: 418px;
    padding-left: 20px;
}

/* footer */
footer {
    border-top: 2px solid #fff;
    width: 938px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #999;
/*
    background-color: #2d2f33;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
*/
}

/* footer nav */
nav ul#footer {
    float: left;
    left: 50%;
    position: relative;
}

nav ul#footer li {
    float: right;
    position: relative;
    right: 50%;
}

nav ul#footer li.last a {
    border-right: none;
    margin-right: none;
}


nav ul#footer li a {
    border-right: 1px solid #0177c1;
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0 1em;
    color: #fff;
}

nav ul#footer li a:hover {
    color: #fefefe;
}

#copyright {
    clear: both;
    font-size: 10px;
    color: #666;
    margin-top: 30px;
}

/* forms */
form ul {
    list-style-type: none;
    padding: 0;
}

div#content form label {
    width: 10em;
    display: block;
    float: left;
}

div#content form ul li {
    clear: both;
    margin-bottom: 0.5em;
}

div#content form input[type="submit"] {
    margin-left: 10em;
}

/* misc visual styles */
.shadow {
    -moz-box-shadow: 0px 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
#tabs:after {
	clear:both;
	content:"";
	display:table;
	}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#utilsearch, #pagesearch {
	float:right;
	width: 312px;
	margin-top: 35px;
	margin-right: 20px;
	}
	
#pagesearch {
	float:left;
	margin-top: 10px !important;
	}
#utilsearch fieldset, #pagesearch fieldset {
	background: url('../images/searchfield.png') left top no-repeat;
	width: 321px;
	height: 37px;
	margin-bottom: 7px;
	}
	
#utilsearch li, #pagesearch li {
	float:left;
	list-style-type: none;
	}
	
.searchlist {
	margin: 0px !important;
	}
	
#searchin, .searchin {
	clear:both;
	float:left;
	color: #fff;
	font-family: "Josefin Sans", "Cantarell", "MichromaRegular", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: auto !important;
	
	}
	
.searchfield {
	margin-left: 0px;
	font-family: "Arvo", serif;
	font-size: 14px;
	width: 210px;
	padding-top:7px;
	height: 25px;
	line-height: 25px;
	border: none;
	padding-left: 40px;
	color: #fff;
	background-color: transparent;
	margin-bottom: 6px;
	}
	
.searchfield:focus {
	background-color: transparent !important;
	color: #fff !important;
	outline: none;
	}
	
input.search {
	/*
padding: 5px;
	margin-left: 5px;
	font-family: "Josefin Sans", "Cantarell", "MichromaRegular", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background-color: #fff;
*/
	width: 65px;
	height: 25px;
	text-indent: -7777px;
	background: url('../images/searchbutton.png') left top no-repeat;
	border: 0px;
	margin-top:6px;
	margin-left: 0px !important;
	}
	
.searchlist li {
	margin-left: 11px;
	color: #fff;
	font-family: "Josefin Sans", "Cantarell", "MichromaRegular", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	clear:none !important;
	margin-bottom: 0px !important;
	}
	
.searchlist label {
	width: auto !important;
	}
	
.searchlabel {
	display: none !important;
	}
	
.results {
clear:both;
margin-top: 20px;
float:left;
font-family: "Arvo";
padding-top: 20px;
border-top: 1px solid #fff;
width: 100%;
	}
	
.results p {
	margin: 10px 0px;
	}
	
.results p a:hover {
	color: #bbb;
	}
	
.results h3 {
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
h2 {
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.search #content {
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#recent-product-list {
	margin-left: 0px;
	padding-left: 0px;
	}
	
/*
div.verticalcenter {
	height: 100px;
	position: relative;
	}
*/
	
#recent-product-list li {
	list-style-type: none;
	float:left;
	width: 200px;
/* 	height: 305px; */
/*     min-height: 305px; */
/* 	border: 1px solid #fff; */
	background-color: #000;
	margin-right: 8px;
	margin-bottom: 10px;
	position: relative;
	}
	
#recent-product-list li img {
	padding: 0px !important;
/* 	width: 200px; */
	height: auto !important;
	margin: 0 auto;
	display: block;
	width: 100%;
	}
	
#recent-product-list li img a {
	width: 200px;
	height: auto !important;
	}
	
div.pdescription {
	padding: 8px;
/* 	position: absolute; */
	bottom: 0px;
	background: rgba(255,255,255,.5);
	}
	
.pdescription a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	}
	
.pdescription a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
#contact-logos { text-align: center; }
#contact-logos > img {
    margin: 0 auto;
}
	
#contact-form input[type="text"] {
	background: url('../images/input.png') left top no-repeat;
	border: 0px;
	width: 313px;
	height: 37px;
	font-family: "Arvo", serif;
	color: #fff;
	padding-left: 8px;
}
	
#contact-form input:focus, #contact-form textarea:focus {
	outline: none;
	}
	
#contact-form label {
	width: 190px !important;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#contact-form textarea {
	width: 312px;
	height: 180px;
	background: url('../images/fieldset.png') left top no-repeat;
	border: 0px;
	color: #fff;
	font-family: "Arvo", serif;
	resize: none;
	padding-left: 10px;
	padding-top: 10px;
	}
	
#contact-form .button {
	margin-left: 180px !important;
	width: 78px;
	height: 27px;
	background: url('../images/submit.png') left top no-repeat;
	display: block;
	text-indent: -999999px;
	border: 0px;
	padding: 0px;
	}

ul.album {
	padding-left: 0px;
	}
	
.galleries #content {
	width: 929px !important;
	}
	
.albumdetail {
	padding-left: 0px;
	}

.albumdetail li {
	list-style-type: none !important;
        float:left;
        height:210px;
        margin-bottom:10px;
        text-align:center;
        border: 1px solid #ddd;
        margin-right: 9px;
	}	
	
.albumdetail a {
        display:block;
        width:211px;
        padding:5px;
/*         margin:5px; */
    }
    .albumdetail li:hover {
        border: 1px solid #FFD000;
    }


    .album li  {
        list-style-type: none !important;
        float:left;
        height:210px;
        margin-bottom:10px;
        text-align:center;
        border: 1px solid #ddd;
        margin-right: 9px;
    }

    .album a {
        display:block;
        width:211px;
        padding:5px;
/*         margin:5px; */
    }
    .album li:hover {
        border: 1px solid #FFD000;
    }



.fas_facebook {
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 30px;
	margin: 0 auto;
	margin-top: 15px;
	background: url('../images/fas-facebook.png') left top no-repeat;
	}
	
.fas_facebook:hover {
	background-position: left bottom;
	}

h2#welcome {
    font-family: "Josefin Sans", "Cantarell", "MichromaRegular";
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}
	
#about-blurb {
    color: #fff;
    padding: 10px;
    font-family: "Arvo";
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    margin: 0 auto;
}

#announcement {
    color: #f33;
    padding: 10px;
    font-family: "Arvo";
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    margin: 0 auto;
}

img.logo-right {
    position: relative;
    float: right;
    top: 150px;
    right: 50px;
    background-color: transparent !important;
}

.pagecontent {
	text-transform: none !important;
	font-family: "Arvo", serif !important;
    font-size: 13px;
    line-height: 21px;
	}

.featuredproduct {
	position: absolute;
	display: block;
	top: 5px;
	right: 0px;
	background: url('../images/featured.png') left top no-repeat;
	width: 174px;
	height: 38px;
	}











