/*
Theme Name: Lady Anion Default
Theme URI: https://www.digitalapps.co
Description: The default Lady Anion theme created by <a href="https://www.digitalapps.co">Digital Apps</a>.
Version: 1.0
Author: Andrey Matveyev
Author URI: https://www.digitalapps.co
Tags: magenta, widgets

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


* {
	box-sizing: border-box;
}
body {
	font-size: 1em; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #4E5051;
	text-align: center;
	background-color: #280B29;
	background-image: url(images/header.jpg);
	background-position: top;
	line-height: 1.5;
}
strong {
	color: #11A0D7;
}
ul {
	margin:0;
	padding:0;
}
h1 {
	font-size:26px;
	font-weight:normal;
	color:#92047B;
	line-height:110%;
	margin-bottom:5px;
	letter-spacing:-1px;
	padding:10px 0 5px;
}
h2 {
	font-size:36px;
	color:#92047B;
	font-weight:normal;
	margin-bottom:2.5%;
	line-height: 1;
	margin-top:0;
	padding:0;
}
h6 {
	font-size:26px;
	color:#92047B;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
	padding:0;
	font-size:26px;
	color:#92047B;
	font-weight:normal;
	margin:0;
	padding:0;
}
h1, h2 a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size:20px;
	color:#92047B;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}
h4 {
	font-size:16px;
	color:#92047B;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}
p {
	margin-bottom: 2.5%;
}
h1.home {
	font-size:20px;
	font-weight:normal;
	border-bottom:3px solid #DDD;
	border-top:1px solid #DDD;
	padding-bottom:9px;
	padding-top:17px;
	margin-top:20px;
	position:relative;
	text-transform:uppercase;
}
h1.home .links {
	position:absolute;
	font-size:11px;
	right:5px;
	top:18px;
	color:#ddd;
	font-weight:bold;
}
h1.home .links img {
	vertical-align:middle;
	margin-right:7px;
	margin-bottom:1px;
}
.latestPosts {
	display: flex;
	flex-wrap: wrap;
	margin-left:-5%;
	list-style: none;
	padding-left: 0;
}
.latestPosts li {
	list-style: none;
	margin-left: 5%;
    width: 45%;
	border-bottom:1px solid #ddd;
	padding:5% 0;
	margin-left:5%;
}
.latestPosts li iframe, 
.latestPosts li object {display: none}
.latestPosts li img {
	border: 1px solid pink;
	padding:5px;
}
.latestPosts li span {
	font-size:11px;
	color:#999;
}
a {
	color: #0C5291;
}
img {
	max-width: 100%;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	position:relative;
	margin-top:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0C;
	height:65px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo {
	float:left;
}
ul#nav {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	margin: 0px;
	padding: 0px;
}
ul#nav li {
	list-style:none;
	float:left;
}
ul#nav li a {
	text-shadow:#333 1px 1px;
	display:block;
	width:115px;
	height:55px;
	margin-left:5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	line-height: 55px;
	text-transform: uppercase;
}
ul#nav li a:hover {
	color: #D66CD9;
}
.current {
	color: #c93acc;
    background-color: rgb(0 0 0 / 25%);
}
#wrapper {
	max-width: 1200px;
	margin:0 auto;
}
#promo {
	height:400px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(images/promo.jpg);
	margin:0;
	padding:0;
	position:relative;
}
#content {
	background-color: #FFF;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 5%;
}
/*BOX STYLING*/
#box {
	border: 1px solid #F9E6F9;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#box ul {
	font-weight: normal;
	color: #194CA8;
	list-style-type: square;
}

textarea {
	border: 1px dotted #DE49C5;
	font-weight: bold;
	margin-bottom: 20px;
}
input {
	padding: 10px;
	border: 1px dotted #DE49C5;
	font-weight: bold;
}
#box .buttonsend {
	color: #FFF;
	background-color: #BF32BF;
	width: 50px;
}
#box #thumb {
	display: block;
	width: 200px;
	height: 140px;
	margin-top: 20px;
	float: right;
	margin-right: 0px;
}
/*END BOX STYLEING*/
#columnright {
	width:60%;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-bottom: 5%;
	margin-left: 5%;
}
#footer {
	text-align: left;
	color: #FFF;
}
#footer a {
	color: #e975ec;
	text-decoration: none;
	font-weight: bold;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */
#blurb {
	padding:20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#promobox {
	width:450px;
	float:left;
}
/* Easy Slider */
#slider ul li h2 {
	text-align:left;
	margin-left:40px;
	margin-top:70px;
	font-size: 36px;
	color: #FFF;
}
#slider ul li p {
	text-align:left;
	float:left;
	margin-left:40px;
	margin-top:30px;
	font-size: 18px;
	color: #FFF;
	width:400px;
}
#slider ul li img {
	display:block;
	float:right;
	margin-top:40px;
	margin-right:40px;
}
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:400px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	position:absolute;
	top:520px;
	left:200px;
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */
.alignleft {
	float:left;
	text-align:left;
}
.entry {
	text-align:justify;
}
.post img {
	border: 1px solid #feebfb;
}
.productList {
	padding:15px 0 25px;
	border-bottom:1px solid #ddd;
	background:url(images/bk_testimonial.png) 95% 80% no-repeat;
}
#productImage {
	display:block;
clear:both;
	width:180px;
	float:left;
}
#productImage .product_image
{
	border:none;	
}
.wpsc_description {margin-right:20px;padding-top:5px; float:left;display:block;}
#productDesc {
	display:block;
	float:left;
	width:500px;
	padding:0;
	margin-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.testimonial {
	padding:15px 0 25px;
	border-bottom:1px solid #ddd;
	background:url(images/bk_testimonial.png) 95% 80% no-repeat;
}
.testimonial p img {
	float:left;
	margin:0 10px 0 0;
	padding:5px;
	background:url(images/bk_thumbs.jpg) 0 0 no-repeat;
}
.testimonial p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0.7em 0 0.2em;
}
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* COL LEFT
--------------------------------------------------*/
#columnleft {
	width:25%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 5%;
	float: left;
}
#columnleft h2 {
	display:block;
	padding:11px 10px 9px;
	margin-top:0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
#columnleft h3 {
	display:block;
	padding-top:14px;
	padding-left:10px;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	font-size: 14px;
}
#columnleft h2 span {
	padding-top:4px;
}
#columnleft .boxRight ul li {
	background:url(images/bullet_list_footer.png) 10px 13px no-repeat;
	list-style-type: none;
	margin: 0px;
	padding-left:20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.sidebar h3 {
	background-color: #13918A;
	color: #fff;
}
h3.cart {
	background:url(images/bk_rightbox_top_cart.jpg) 0 0 no-repeat;
}
.testimonialsList {

}
.testimonialsList img {
	max-width: 100px;
}
#columnleft .testimonialsList ul li {
	padding:10px;
	background-image: none;
}
#columnleft .testimonialsList ul li span {
	font-size:11px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
#columnleft .testimonialsList ul li img {
	float:left;
	margin:0 10px 0 0;
	padding:5px;
	background:url(images/bk_thumbs.jpg) 0 0 no-repeat;
}
#columnleft .testimonialsList ul li p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0.7em 0 0.2em;
}

#columnleft #searchBox h2 {
	background:none;
	color:#666;
	padding:0;
	margin:0;
	line-height:100%;
	height:20px;
}

.sidebar__search {
	padding: 20px;
}
.sidebar__content {
	border:1px solid #ddd;
	border-top:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom:20px;
}
.sidebar__content form {
	padding: 10px;
}
/* FORMS
-------------------------------------------*/

fieldset {
	border:1px solid #ddd;
	background:#F3f3f3;
	padding:15px;
	padding-bottom:20px;
	position:relative;
}
#searchform input {
	border:1px solid #DADADA;
	background:#FFF;
	padding:4px;
	color:#999;
	width:175px;
}
#searchform input#searchsubmit {
	width:74px;
	height:26px;
	border:none;
	background:url(images/but_form.png) 0 0 no-repeat;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	font-size:11px;
	margin-left:5px;
	font-weight:bold;
	padding:0;
}
#innerTop {
	height:90px;
	padding:28px 20px 0 20px;
	margin-bottom: 2.5%;
	background:url(images/bk_top_inner.jpg) 0 0 no-repeat;
}
.innerTitle, .innerTitle h1 {
	font-size:36px;
	font-weight:bold;
	padding:0;
	padding-right:11px;
	float:left;
	height:38px;
	letter-spacing:-1px;
	color:#fff;
	line-height:38px;
	margin:0;
}
.innerDesc {
	float:left;
	height:30px;
	border-left:1px solid #666;
	padding-left:20px;
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	color:#CCCCCC;
	padding-top:13px;
}
.innerDesc p {
	margin:0;
	font-size:14px;
}
/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}
#contact input, #contact textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
	margin-bottom:10px;
}
#contact textarea {
	width:500px;
}
#contact input.submit {
	border:none;
	width:74px;
	height:26px;
	margin-top:20px;
	background:url(images/but_form.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.errormsg, .successmsg {
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}
.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}
/* CONTENT ELEMENTS
--------------------------------------------------*/

#homeHeader {
	height:400px;
	background:url(images/bk_slider.jpg);
	position:relative;
}
#headerImg {
	position:absolute;
	right:70px;
	top:50px;
}
#headerText {
	padding-top:60px;
	padding-left:5%;
	width:60%;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
}
#headerText h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-bottom: 2.5%;
	padding:0;
}
#headerText h2 {
	font-size: 24px;
	margin-bottom: 2.5%;
	text-align: left;
	padding:0;
	color:#DE49C5;
}
#headerText p {
	text-align:left;
	color: #CCC;
	line-height: 25px;
}
#headerText p strong {
	color: #fff;
}
#headerText a {
	color:#93CA0C;
}
#buttons a {
	display:block;
	padding:8px 40px;
	font-weight:bold;
	text-shadow:#333 1px 1px;
	float:left;
	margin-left:10px;
	color: #fff;
	background: rgb(146,4,123);
	background: linear-gradient(180deg, rgba(146,4,123,1) 0%, rgba(222,73,197,1) 100%);
	border: 1px solid #DE49C5;
	border-radius: 3px;
}
#buttons a:first-child {
	margin-left: 0;
}
/* -- top menu --*/

#topMenu {
	position:absolute;
	bottom:0;
	right:0;
	font-family: Arial, Helvetica, sans-serif;/*background:url(images/bk_top_menu.jpg) 0 0 repeat-x;*/
	
}
#topMenu ul.sf-menu li {
	float:left;
	list-style-type: none;
}
#topMenu ul.sf-menu li:hover {
}
#topMenu ul.sf-menu li a {
	display:block;
	text-transform:uppercase;
	color:#FFF;
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
}
#topMenu ul.sf-menu li a:hover {
	color:#FFF;
	text-decoration:none;/*background:url(images/bk_top_menu_ov.jpg) 0 0 repeat-x;*/

}
#topMenu ul.sf-menu li li ul.children {
	margin:0 0 0 26px;
}
#topMenu ul.sf-menu li li a {
	padding:0 12px;
}
#topMenu ul.sf-menu li li a:hover {
	background:#009FFF;
}
#topMenu ul.sf-menu li li {
	padding:0;
	background:#0082CE;
}
#footer {
	padding:30px 0 0;
	color:#666;
	position:relative;
	background-color: #F3F3F3;
	background-image: url(images/bk_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#footer .col {
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
.stretch {
	width:60%;
}
.nostretch {
	width:30%;
}
#footer #col h1 {
	margin:0;
	padding:0;
	text-transform: uppercase;
	height:25px;
}
#footer #col p {
	padding-bottom:10px;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.caption {
	float:left;
	height:32px;
	line-height:12px;
}
.products {
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
ul.relatedproducts {
	list-style:none;
}
ul.relatedproducts h3 {
}
ul.relatedproducts li {
	float:left;
	text-align:center;
	width:203px;
}
ul.relatedproducts li a {
}
ul.relatedproducts li img {
}
blockquote {
	margin: 10px 20px;
	padding: 15px 15px 15px 32px;
	border: 1px solid #feebfb;
	background: #fffcfe url(images/quote.png) no-repeat 7px 7px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
.post h2 a {
	font-size:26px;
	color:#92047B;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
	padding:15px 0;
}
embed {
	border: 10px solid #feebfb;
	display:block;
	margin:20px auto;
}
#copyright {
	color: #666;
	font-weight: bold;
}
#copyright a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #fff;
}
h3 a.wpsc_product_title {
	font-size:24px;
	text-align:left;
	text-decoration:none;
	padding:20px 0;
}
#productbox
{
display:block;
float:left;
}
#productbox .product_form
{

margin:0 auto;
width:200px;
}
.product-table
{
	width:609px;
	margin:0 auto;
}
.product-table td
{}
.table-image img
{
	border:none;
	margin-right:15px;
}
.title-table
{
	width:609px;
	height:40px;
	background-image: url(images/product-title.png);
	background-repeat: no-repeat;
	background-position: center;
}
.title-table h2
{
	line-height:45px;
	padding:0;
	margin:0 0 0 15px;
}
input.wpsc_buy_button{

	background-image: url(images/button-add-to-cart.jpg);
	height: 38px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	backgroung-color:#fff;
	cursor:pointer;
	margin:0 0 0 25px;
	
}
.product-price

{vertical-align:middle;

	font-size:16px;
	color:#92047B;

	margin-left:0;
	text-align:left;
}
.checkout_cart
{
width:600px;


}
.checkout_cart 
{
border: 1px solid #000;
}
.checkout_cart input
{
width: 70px;

}
.wpsc_checkout_table
{
margin-top:55px;
display:block;
}
.make_purchase {
	background-image: none;
}

.woocommerce .columns-2 {

}
ul {
	padding-left: 20px;
	margin-bottom: 2.5%;
}
ul li {
	list-style: disc;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v7/T-qN9Yh40TTJeenUALkjgg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/muli/v7/_fUwxgthNvUM9WCtMyMvbA.woff) format('woff');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(https://fonts.gstatic.com/s/muli/v7/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/muli/v7/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: local('Muli Light Italic'), local('Muli-LightItalic'), url(https://fonts.gstatic.com/s/muli/v7/Q5N_zd0042xOVES9NXt9QltXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/muli/v7/Q5N_zd0042xOVES9NXt9Qj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url(https://fonts.gstatic.com/s/muli/v7/RGzT9VzvdKojoeSA3nPC6Q.woff2) format('woff2'), url(https://fonts.gstatic.com/s/muli/v7/9pglA9mmygCxuxvISUrc-g.woff) format('woff');
}