@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600,700,300);

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}


html {
    height: 100%;
}

body {
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-family: 'Signika', sans-serif;
	letter-spacing:1px;
	line-height:1.55em;
	color:#74C044;
	background: transparent url('binding_dark.png');
	font-size: 25px;
	font-weight:200;
	margin:0;
	padding:0;
	overflow:visible !important;
}

#top {
	background: #FAFAFA;
	/*background: #FAFAFA url('https://cdn.foxycart.com/static/themes/responsive/images/background-dark.png');*/
	height:60px;
	text-align:center;
	padding:22px 0;
	min-width:890px;
}


#header {
	width:850px;
	margin: 0 auto;
	padding:0 20px;
	text-align:right;
	color:#888888;
	font-size:25px;
	line-height:65px;
	letter-spacing:1px
}

#content {
	width:850px;
	margin: auto;
	padding: 30px 20px;
	text-align:left;
}

div[data-fc-store-page] {
	overflow: visible !important;
	height:auto !important;
} 

button, input[type=submit] {
	width:320px;
	display:block;
	font-size:21px;
	color:#222222;
	text-transform:uppercase;
	background: #74C044;	
	line-height:46px;
	padding:5px 18px;
	letter-spacing: 1px;
	border:none;
	border-bottom: 2px solid #44A022;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;
}

button:hover, input[type=submit]:hover {
position:relative;
top:2px;
border-bottom: 2px solid transparent;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:18px;
    height:18px;
    background:#FAFAFA;
	margin-right:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input[type=radio]:checked + label span {
    background: #111111;
	width:10px;
    height:10px;
	border: 4px solid #FAFAFA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

textarea, input[type=text] {
	width:350px;
	display:block;
	font-family: 'Signika', sans-serif;
	font-size:17px;
	line-height:1.6em;
	color:#222222;
	background: #74C044;	
	padding:5px 18px;
	letter-spacing: 1px;
	border:none;
	margin:15px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

label {
	cursor:pointer;
}

p {
	margin:20px 0;
}

a {
	color:#DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
a:hover {
	border-bottom: none;
}

#footer {
	color:#888888;
	font-size:0.8em;
	padding:75px 0;
}


#opt1, #opt2, label {
	float:left;
}


#order_form {
	padding:20px 30px; border: 1px solid #444444;
}

#form_left {
	float:left;
}

#contact_form {
	float:left; margin-top:30px;
}


#box {
	float:right; margin-top:90px; border: 1px solid #444444; width:340px; padding:25px;
}

#faqs h3	{ cursor:pointer;}
#faqs h3	 span { display:inline-block; color:#888888; font-size:0.7em; position:relative; top:-3px;}
#faqs h3.active	{ color:#CCCCCC; }
#faqs div { height:0; overflow:hidden; position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; margin-top:5px; font-size:0.7em; line-height:1.4em}