/* Site Styles */
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
#logo{
	margin-top: 10px;
}

.sf-menu li li a:hover{
	background: none repeat scroll 0 0 #EBEBEB;
	color: #333333;
}

#minicart {
    background-color: #FFFFFF;
    font-size: 12px;
}

#minicart-inner{
	border-left: 1px dotted #d7d7d7;
	border-right: 1px dotted #d7d7d7;
	border-bottom: 1px dotted #d7d7d7;
	padding: 10px;
	text-align: center;
}

#minicart-inner a{
	text-decoration: none;
}

#minicart-inner a:hover{
	text-decoration: underline;
}

#minicart_cartitems{
	font-style: italic;
}

#minicart_carttotal{
	font-weight: bold;
}

#minicart-dropdown {
    background: none repeat scroll 0 0 #F1F1F1;
    display: block;
    font-family: "arial";
    padding: 5px;
  	position:absolute;
    width: 270px;
    z-index: 9999;
}

#minicart-dropdown h3 {
    font-family: "arial";
    font-size: 17px;
    text-align: left;
}


#minicart-dropdown h3 span {
    display: inline-block;
    float: right;
    font-size: 15px;
    text-align: right;
}

.minicart-product {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.minicart-product.last-product {
   border-bottom:none; 
}

.minicart-product-image {
    border: 1px solid #CCCCCC;
    float: left;
    width: 60px;
}

.minicart-product-image img {
    float: left;
  	margin-right:10px;
    width: 60px;
}

.minicart-product-details {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 165px;
}

.minicart-product h4 {
    font-family: "arial";
    font-size: 13px;
    line-height: 20px;
}

.minicart-remove {
    float: left;
    width: 20px;
}

#minicart-checkout {
 	border-top:1px solid #CCCCCC;
    padding-top:10px;
}

#minicart-checkout a {
    background: none repeat scroll 0 0 #29A5E3;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#minicart-form > a {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #B1B1B1;
    border-radius: 11px 11px 11px 11px;
    color: #444444;
    font-size: 10px;
    padding: 1px 5px;
    text-decoration: none;
}

#minicart-form > a:hover {
 	color:#FFF; 
}

ul#home_products li {
	position: relative;
}

ul#home_products li img {
	width: 100%;
}

#search-box{
	text-align: right;
}

#search-box input,
#search-box button{
	display: inline;
}

.hp-product-box{

}

.product-sale{
	background-color: #9E0B0F;
	color: #FFFFFF;
	font-weight: bold;
	left: 0;
	opacity: 0.75;
	padding: 6px;
	position: absolute;
	top: 0;
}

#product_images{

}

#product_thumbnails .featured img{
	width: 100%;
}

#product-description-wrapper{

}

#product_display{
	position: relative;
}


.inventory_bar {
	background: none repeat scroll 0 0 #ccc;
	clear: left;
	float: left;
	height: 5px;
	width: 100%;
	margin: 5px 0
}

.inventory_bar_inner{
	background: none repeat scroll 0 0 #CCCCCC;
    clear: left;
    float: left;
    height: 5px;
    margin: 5px 0;
}    

.inventory_sold {
	color: #bbb;
	text-transform: uppercase;
	clear: left;
	float: left
}

li.sold_out .inventory_bar {
	display: none;
}

#menu,
.tiska-header{
	font-family: "arial";
	text-transform: uppercase;
}

h2.tiska-header{
	font-size: 26px;
	line-height: 34px;
}

h3.tiska-header{
	font-size: 14px;
  text-align:center;
 
}

h2.category-header{
	
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 20px;
	padding: 10px 0;
}

/* Contact */

#contact-content {
    float: left;
}

#contact-address {
    float: left;
    margin-left: 80px;
    padding-top: 45px;
}

/* Cart */

#cart-header-row h3,
.products_extra_pod h3,
#product_inventory h3{
	font-family: "arial";
	text-transform: uppercase;
	color: #7f7f7f;
	font-size: 14px;
}

ul#cart_contents{
	background: #fff !important;
}

#cart_discount,
#cart_shipping{
	background: none repeat scroll 0 0 #F4F4F4;
	margin-bottom: 20px;
}

#cart_discount h2,
#cart_shipping h2{
	color: #7F7F7F;
    font-size: 14px;
    margin: 10px;
}

#cart_contents .thumbnail img{
	width: 100%;
}

#cart-contents h3.tiska-header{
	font-size: 14px;
}

.item_qty input[type="text"]{
	width: 50px;
	text-align: center;
}

#cart_update button{
	float: right;
}

#shipping_entry,
#shipping_total,
#discount_total{
	line-height: 30px;
}

#shipping_entry{
	float: left;
	margin-top: 10px;
}

#shipping_entry select{
	padding: 4px;
	margin: 0px;
}

#shipping_total{
	float: right;
	padding: 5px 10px 0 0;
	font-weight: bold;
	line-height: 40px;
}

#discount_entry{
	margin-top: 10px;
}

#discount_entry input[type="text"]{
	margin: 0px;
}

#discount_total{
	float: right;
	font-weight: bold;
	color: red;
	padding-right: 10px;
}

.small-total{
	text-transform: uppercase;
	color: #7F7F7F;
}

h3#cart_price{
	font-size: 40px;
    padding: 10px 0;
}

h3.product_price{
	background: none repeat scroll 0 0 #EBEBEB;
    color: #222222;
    float: left;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 10px;
}

#pagination {
	text-align: center;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	line-height: 34px;
	margin: 0 0 20px;
	padding: 10px 0;
}

#pagination .disabled{
	display: none !important;
}

#pagination .previous {
	float: left
}

#pagination .next {
	float: right
}

.indiv-product{
	border: 10px solid #FFFFFF;
    box-shadow: 1px 1px 2px #E6E6E6;	
}

#products_extra .product-price{
	font-weight: bold;
}

#products_extra #products_newest,
#products_extra #products_top_selling{
	background: none repeat scroll 0 0 #F4F4F4;
}

#products_newest_inner,
#products_top_selling_inner{
	padding: 10px;
}

#products_newest_inner li.thumbnail img,
#products_top_selling li.thumbnail img{
    border: 1px solid #EBEBEB;
    clear: left;
    float: left;
    margin-right: 10px;
    padding: 7px;
    width: 60px;
    background: #fff;
}

.hp-product-box-inner{
	text-align: center;
	font-size: 13px;
}

.hp-product-box-inner .product-price{
	font-weight: bold;
}

ul#home_products li a {
    text-decoration: none;
}

footer{
	margin: 20px 0 !important;
	font-style: italic !important;
	font-size: 13px !important;
}

.custom #main ul#nav li {
	list-style-type: none;
	margin: 0 20px 0 0;
}

.custom #main ul li {
	list-style: circle outside none;
	margin: 0 0 0 30px
}

.custom #main ol li {
	list-style: lower-roman outside none;
	margin: 0 0 0 30px
}

.custom #main table {
	width: 100%
}

.custom #main table thead {
	background: #ebebeb
}

.custom #main table th {
	padding: 10px
}

.custom #main table td {
	border-bottom: 1px dotted #999;
	padding: 10px
}

#product_inventory{
	background: none repeat scroll 0 0 #F4F4F4;
}

#product_inventory_inner{
	padding: 10px;
}

#product_inventory form,
#product_inventory button{
	margin-bottom: 0px;
}

#product_inventory_inner ul li{
	margin-bottom: 20px;
}

.error {
	color: #ff5849;
	border: 1px solid #ff5849;
	background: #ffb7b6;
	padding: 10px;
	text-align: center;
	margin: 10px 0
}

.error ul,
.error ul li{
	margin-bottom: 0px;
}

#cart_empty{
	background: none repeat scroll 0 0 #F4F4F4;
	padding: 40px;
	text-align: center;
}

#product_status{
	background: none repeat scroll 0 0 #EEEEEE;
	font-size: 30px;
	margin-top: 20px;
	padding: 30px;
	text-align: center;
}

#product_thumbnails li.featured{
	border: 10px solid #FFFFFF;
	box-shadow: 1px 1px 2px #E6E6E6;
}

li.thumbnail {
    float: left;
    margin: 10px 10px 0 0;
}

li.thumbnail img {
	border: 10px solid #FFFFFF;
	box-shadow: 1px 1px 2px #E6E6E6;
    width: 60px;
}

#product_description{
	padding: 10px 0;
	font-size: 13px;
}

#reg-quantity {
	width:40px;
	text-align:center;
}

.success-container{
	text-align: center;
	padding: 50px
}

#products_extra li.thumbnail{
	width: 100%;
	margin: 10px 10px 10px 0;
}

.how-it-works-row {
    border-bottom: 0px dotted #CCCCCC;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.row-one-image {
    float: left;
    margin-right: 10px;
    width: 630px;
}

.row-one-image img {
	width: 630px;
}

.row-two-image img {
	width: 630px;
}

.row-one-text {
    float: left;
    width: 300px;
}

.row-two-image {
    float: left;
    width: 630px;
}

.row-two-text {
    float: left;
    margin-right: 10px;
    padding-top: 60px;
    width: 300px;
}

.ie8 #shipping_entry{width: 220px;}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "arial";
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em, i { font-style: italic; }
	strong, b { font-weight: bold; color: #333333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	#pagination .previous,
	#pagination .next{
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "arial"; }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

#search {
    height: 20px;
    width: 195px;
}

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 370px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	
	
	
  .blueLetter{font-family: 'arial'; font-size: 22px; color: #00A2E8; font-weight:bold;text-align:right;margin-top:-30px;}
  .footerImg{ }
	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 940px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
	.optionforcenter							{ margin-left: 0;}
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column                      { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
	.container .width100pro						{ width: 100% !important; margin-right: 20px; margin-bottom: 20px;}
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

   
   


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

   

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
    
    .clearcolumn{
    	clear: both;
    }


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
    display: block;
    padding: 12px 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
}
.sf-menu li li {
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 7px 10px 10px 10px;
}
.sf-menu li li a{
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 12px 8px;
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -5px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

.inventory_bar,
.inventory_sold{
	clear: both;
}

/* Blog Styling */

ul#entries {
	padding: 0 !important;
}

ul#entries li {
	clear: both;
	float: left;
	width: 100%;
	list-style: none !important;
	margin-bottom: 2.5em;
	margin-left: 0px !important;
}

ul#entries li.loading {
	margin-bottom: 0;
}

ul#entries li h2 {
	margin: 0 0 .25em 0 !important;
	
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 20px;
	padding: 10px 0;
	font-family: "arial";
	text-transform: uppercase;
}

ul#entries li h2 a{
	text-decoration: none;
}

ul#entries li p.blog_date {
	margin-bottom: 1.5em !important;
}

.inventory_option{
	clear: both;
	float: left;
}

body {
	font-size: 14px;
	line-height: 21px;
	font-family: "arial";
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
		
}

body {
	font-family: "arial";
	font-size: ;
	line-height: 140%;
    
}

footer{
	text-align: center;
}

footer #sm-icons ul li{
	display: inline-block;
	float: none;
}
footer #sm-icons ul li{
	margin: 0px !important;
}

.sf-menu a {
font-weight: 600;
}

.linkhome {
width: 100%;
height: 360px;
margin-top: -405px;
}
@media only screen and (min-width: 959px) {
}

