/*
Theme Name: Pet Universe
Version: 1.0
Description: Based on Constellation 1.1 Framework.
Author: Viktor Kovalenko
Author URI: http://creative-design-lab.co.uk/
*/

/*--[ HTML5 Boilerplate RESET ]--------------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,figure,footer,header,hgroup,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*--[ HTML5 Boilerplate MINIMAL BASE STYLES ]--------------------------------------------------------------------------------*/
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; } 
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a { color:#607890; }
a:hover { color:#036; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; /* CSS2 */ white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection{ background: #D0AE75; color:#fff; text-shadow: 1px 1px 0px rgba(1,1,1,0.2); }
::selection { background: #D0AE75; color:#fff; text-shadow: 1px 1px 0px rgba(1,1,1,0.2); } 
a:link { -webkit-tap-highlight-color: #D0AE75; } 
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
img {max-width: 100%}

/*--[ HELPER CLASSES ]--------------------------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }


.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; } /* for image replacement */
.hidden { display:none; visibility:hidden; }  /* Hide for both screenreaders and browsers */
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } /* Hide only visually - available for screenreaders */
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.center { text-align: center; display: block; margin: 0px auto;}
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
.last { margin-right: 0!important;}

.hr { width: 100%; height: 1px; background: #E9E2C9; border-bottom: 1px solid #F3F1E7; margin: 20px 0; padding: 0;}

.span-6 { width: 25%;}
.span-8 { width: 33.3%;}
.span-12 { width: 50%;}
.span-16 { width: 66.6%;}
.span-18 { width: 75%;}
.span-24 { width: 100%;}

.span-6-alt { width: 22%;}
.span-8-alt { width: 30.6%;}
.span-12-alt { width: 48%;}
.span-16-alt { width: 65.4%;}
.span-18-alt { width: 74%;}
.span-24-alt { width: 100%;}

.span-6, .span-8, .span-12, .span-16, .span-18, .span-24 { display: inline; float: left;}

.span-6-alt, .span-8-alt, .span-12-alt, .span-16-alt, .span-18-alt { display: inline; float: left; margin-right: 4%;}

.span-inner {
	padding: 8px;
	margin: 5px;
	display: block;
	position: relative;
	background: #F6F3E6;
	border: 1px solid #E9E2C9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.9), 0 2px 2px 0 rgba(1,1,1, 0.1);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.9), 0 2px 2px 0 rgba(1,1,1, 0.1);
	box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.9), 0 2px 2px 0 rgba(1,1,1, 0.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.padding-10 { padding: 0 10px;}
.padding-15 { padding: 0 15px;}
.padding-20 { padding: 0 20px;}

/*--[ Layout ]--------------------------------------------------------------------------------*/

html {
	font: 62.5% Helvetica, Arial, sans-serif; /* Reset to 10px equivilent */
	text-align: center;
	background: url(images/html-bg.jpg) repeat 0 0 #E2D4AB;
}
body {
	text-align: left;
	width: 100%;
	color: #444;
	padding-top: 1px;
	font-size:14px;
	line-height: 1.5em; /* 24px equiv */
	position: relative;
	background: url(images/top-line.png) repeat-x 0 0 #E1D2A9;
}
#swirl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#wrapper{
	background: url(images/body-bg.gif) repeat 0 0 #E9E2C9;
	padding: 0px;
	z-index: 1;
	width: 1020px;
	zoom: 1;
	margin: 25px auto 15px auto;
	border: 1px solid #D4CCAA;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, .2);
	-moz-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, .2);
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, .2); 
}
#main {
	overflow: hidden;
	background-color: #E9E2C9;
	zoom: 1;
	width: 100%;
	padding: 20px;
	position: relative;
	border-bottom: 1px solid #EEEBDD;
}
article {
	background-color: #EEEBDD;
	padding: 14px;
	position: relative;
	border: 1px solid #F4F2E8;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px 0px #D4CCAA;
	-moz-box-shadow: 0px 1px 1px 0px #D4CCAA;
	box-shadow: 0px 1px 1px 0px #D4CCAA; 
}

article h2 {
	border-bottom: 1px solid #E9E2C9;
	padding: 7px 0;
	margin: 0 0 15px 0;
	-webkit-box-shadow: 0px 1px 0px 0px #F3F1E7;
	-moz-box-shadow: 0px 1px 0px 0px #F3F1E7;
	box-shadow: 0px 1px 0px 0px #F3F1E7; 
}

article p{
	text-align:justify;
}

#footer {
	overflow: hidden;
	zoom: 1;
	clear: both;
}

/**************************************/

nav#primary-menu {
	width: 100%;
	height: 48px;
	z-index: 9999;
	background: url(images/nav-bg-2.png) no-repeat 0 0 transparent;
}

.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
/* --------------------------------------- */
.menu li, .menu ul a {position:relative; z-index: 9999;}
.menu > li { display: inline-block; float:left; _display: inline;}
.menu li > a {
	display:block;
	position: relative;
	line-height: 48px;
	font-size: 1.125em;
	padding: 0 12px;
	text-shadow: 1px 1px 0 rgba(255,255,255, 0.5);
	zoom: 1;
}
/* --------------------------------------- */
.menu ul {
	position:absolute;
	background-color: #E1D2A9;
	display:none;
	width:235px;
	z-index: 9999;
	zoom: 1;
	border: 1px solid #DBC68D;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5); 
}

.menu ul li{
	border-bottom: 1px solid #DBC68D;
	border-top: 1px solid #E9E2C9;
}

.menu ul li:last-child{
	border-bottom: none;
}

.menu ul li a{ 
	line-height: 30px;
	padding: 0 0 0 10px;
	display: block;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(255,255,255, 0.5);
}

.menu ul ul {
	top:0;
	left:235px;
}
.menu > li.floatr > ul {right:0;}
.menu > li.floatr > ul ul {left:-235px;}
.menu li:hover > ul {display:block; *left: 0px; *top: 48px}

/*------------------------------------*/

.fade ul, .fade li > div {
	display:block !important;
	visibility:hidden;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;

	-webkit-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-moz-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-o-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-ms-transition:visibility 0s linear .2s, opacity .2s ease-in;
	transition:visibility 0s linear .2s, opacity .2s ease-in;
}

.fade li:hover > ul, .fade li:hover > div {
	visibility:visible;
	
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}

.fade > li > a .bubble-top {
	-webkit-transition:-webkit-transform .3s;
	-moz-transition:-moz-transform .3s;
	-o-transition:-o-transform .3s;
	-ms-transition:-ms-transform .3s;
	 transition:transform .3s;
}

.fade > li > a:hover .bubble-top {
	-webkit-transform:translate3d(0, -3px, 0);
	-moz-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	transform:translateY(-3px);
}

/**************************************/

.course-description {
	padding: 15px 20px; 
	margin-bottom: 0px; 
	position: relative;
	width: 650px;
	background: #F4F3ED; 
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
    -moz-box-shadow: 0 1px 2px 0 #D4CCAA;
	-webkit-box-shadow: 0 1px 2px 0 #D4CCAA;
	-o-box-shadow: 0 1px 2px 0 #D4CCAA;
	box-shadow: 0 1px 2px 0 #D4CCAA;
}

.course-description-more {
	padding: 15px 20px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto 20px;
	background: #fefefe;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
    -moz-box-shadow: 0 1px 2px 0 #D4CCAA;
	-webkit-box-shadow: 0 1px 2px 0 #D4CCAA;
	-o-box-shadow: 0 1px 2px 0 #D4CCAA;
	box-shadow: 0 1px 2px 0 #D4CCAA;
}

.course-description-more h4 {
	margin: -2px 0 5px;
	background: url(images/speach-bubble.png) no-repeat 0 0 transparent;
	height: 24px;
	width: auto;
	display: block;
	padding-left: 30px; 
}

.course-description-more p {
	margin: 0;
	font-size: 0.875em;
}

/**************************************/

#sidebar ul.menu {
	margin: 0px !important;
	padding: 0px !important;
}

#sidebar ul.menu li {
	width: 100% !important;
}

#sidebar ul.menu li a {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	background: url("images/noise.png") repeat 0 0 #CEAC72;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.4);
	padding: 5px 10px;
	border-bottom: 1px solid #D4B689;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#sidebar ul.menu li a:hover {
	text-decoration: none;
	padding-left: 12px;
	background: url("images/noise.png") repeat 0 0 #BC9C69;
}

/*--[ Anchors ]--------------------------------------------------------------------------------*/

a { color: #4e4c3f; text-decoration: none; font-weight: bold; }
a:hover, a:focus { color: #605d4c; text-decoration: none; }

/*--[ Typography ]--------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { color:#444; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#444;}

.rgba h1, .rgba #logo, .rgba h2, .rgba h3, .rgba h4, .rgba h5, .rgba h6 { text-shadow: 1px 1px 0 #F4F3ED, 2px 2px 0 #D4CCAA; }

h1 { font-size:2em; line-height: 1.125em; margin: 0.75em 0 0.375em 0; letter-spacing: -.05em; } /* 32px font, line height 36, margin-top 24, margin bottom 12 */
h2 { font-size:2em; line-height: 1.125em; margin: 0.75em 0 0.375em 0; letter-spacing: -.05em; font-weight: bold; } /* 32px equiv size */
h3 { font-size:1.625em; line-height: 1.384em; letter-spacing: -.035em; margin: 0.9231em 0 0.462em 0; } /* 26px equiv */
h4 { font-size:1.25em; line-height: 1.2em; margin-top:1.2em; } /* 20px equiv */
h5 { font-size:1.125em; line-height: 1.3333em; margin-top:1.3333em; } /* 18px equiv */
h6 { font-size:0.875em; line-height: 1.7143em; margin-top:1.7143em; text-transform: uppercase; } /* 14px equiv */

/**************************************************/

header#header{
	background: url("images/header-bg.jpg") no-repeat 0 0 transparent;
	height:200px;
	width:1020px;
	overflow: hidden;
	position: relative;
}

#header-info {
	position: absolute;
	top: 150px;
	left: 24px;
}

#header-info h3{
	float: left;
	margin: 0;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing:0em;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#header-info #tel {
	background: url(images/phone.png) no-repeat;
	height: 32px;
	line-height: 35px;
	padding-left: 38px;
	margin-right: 25px;
	opacity: 0.7;
}
#header-info #email {
	background: url(images/email.png) no-repeat;
	height: 32px;
	line-height: 35px;
	padding-left: 38px;
	opacity: 0.8;
}

#header-info #tel:hover, #header-info #email:hover{
	opacity: 1;
	bottom: 1px;
} 

/**************************************************/

#logo { 
	margin: 0; 
	padding: 0; 
	width: 500px;
	position: relative;
	top: 20px;
	left: 20px;
}
#backside{
	background: url(images/logo-backside.png) no-repeat 0 0 transparent;
	width: 493px;
	height: 88px;
	display: block;
	text-indent: -9999px;
}
#frontside{
	background: url(images/logo-front.png) no-repeat 0 0 transparent;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 7px;
	left: 7px;
}

/**************************************************/

.breadcrumbs {
    background: url(images/widget-bg.gif) repeat #EEEBDD;
    border: 1px solid #F4F2E8;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 1px 0 #D4CCAA;
	-webkit-box-shadow: 0 1px 1px 0 #D4CCAA;
	-o-box-shadow: 0 1px 1px 0 #D4CCAA;
	box-shadow: 0 1px 1px 0 #D4CCAA;
    padding: 4px 12px;
    position: relative;
	margin-bottom: 20px;
}

.breadcrumbs p {
	margin-bottom: 0px;
}

/**************************************************/

#like-box {
	position: absolute;
	top: 32px;
	right: 25px;
}

/**************************************************/

span.tags {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 20px;	
}

span.tags a{
	background: url("images/noise.png") repeat scroll 0 0 #CEAC72;
    border: 1px dotted #EEEEEE;
	color: #fff;
    font-weight: normal;
    margin: 0 3px;
    padding: 3px 5px;
    text-shadow: 1px 1px 0 rgba(1, 1, 1, 0.2);
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
    -webkit-box-shadow: 0 0 0 1px #CEAC72;
	-moz-box-shadow: 0 0 0 1px #CEAC72;
	box-shadow: 0 0 0 1px #CEAC72;
}

/*****************************************/


.testimonials {
	margin: 0 0 50px 0;
	border: 3px solid #f9f9f9;
	background: url(images/quote.png) no-repeat 10px 10px #f7f7f7;
	background: url(images/quote.png) no-repeat 10px 10px rgba(255,255,255, 0.5);
	padding: 15px 20px 15px 60px;
	font-size: 14px;
	font-style: italic;
	position: relative;
	-webkit-box-shadow: 1px 1px 0 0 #eee inset, -1px -1px 0 0 #fff inset, 1px 1px 0 0 #eee, -1px -1px 0 0 #fff;
	-moz-box-shadow: 1px 1px 0 0 #eee inset, -1px -1px 0 0 #fff inset, 1px 1px 0 0 #eee, -1px -1px 0 0 #fff;
	box-shadow: 1px 1px 0 0 #eee inset, -1px -1px 0 0 #fff inset, 1px 1px 0 0 #eee, -1px -1px 0 0 #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://www.pet-universe.co.uk/PIE.php);
}

.testimonials span.author {
	display: block;
	position: absolute;
	font-family: Helvetica, Arial;
	font-style: normal;
	bottom: -30px;
	right: 10px;
	color: #666;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.testimonials span.author:before {
	content: url(images/quote-triangle.png);
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: -6px;
	left: -30px;
}

.testimonials span.date {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 10px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}

.testimonials p { margin-bottom: 8px!important;}

.testimonials .simplesocialbuttons {
	display: none;
}
/**************************************************/

.module-text {
	display: block;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: auto;
	background-color: #F4F3ED;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0DDD0;
	border-right: 1px solid #E0DDD0;	
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.module-text .title {
	display: block;
	line-height: 36px;
	height: 36px;
	margin: 0;
	padding-left: 20px;
	position: relative;
	background: #E26F50;
	border: 1px solid #f4f2E8;
	font-weight: bold;
	font-size: 1.25em;
	color: #fafafa!important;
	text-shadow: 1px 1px 0 rgba(1,1,1,0.4);
	overflow: hidden;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-webkit-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-khtml-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-o-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
}

.module-text .content {
	padding: 15px;
	margin: 0!important;
	background: transparent;
}
.module-text .content li, .module-text .content ul, .module-text .content p {
	margin: 0;
	list-style: none;
}

/**************************************************/

#pagination { 
	text-align: center;
}

#pagination .current { 
	background: #E0CDA1; 
	font-weight: bold;
	-webkit-box-shadow: 0 0 0 2px #F7F5EE;
	-moz-box-shadow: 0 0 0 2px #F7F5EE;
	box-shadow: 0 0 0 2px #F7F5EE;	
}

.page-numbers {
	padding: 2px 7px;
	color: #fff;
	display: inline-block;
	border: 1px solid  #bca77a;
	background: #d1bd8b;
	position: relative;
	text-shadow: 0 1px 0 rgba(1,1,1,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 1px 0 #fff inset;
	-moz-box-shadow: 0 0 1px 0 #fff inset;
	box-shadow: 0 0 1px 0 #fff inset;
}

.page-numbers:hover {
	text-shadow: 0 1px 0 rgba(255,255,255,0.35);
	bottom: 1px;
}


/**********************************/


input#s {
	width: 145px!important;
	background-color: #EEEBDD!important;
	color: #777!important;
	margin: 0!important;
	-moz-border-radius-topleft: 4px!important;
	-moz-border-radius-topright: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	-moz-border-radius-bottomleft: 4px!important;
	-webkit-border-radius: 4px 0px 0px 4px!important;
	border-radius: 4px 0px 0px 4px!important; 
}
input#searchsubmit {
	padding: 0.3em 0.5em!important;
	-moz-border-radius-topleft: 0px!important;
	-moz-border-radius-topright: 4px!important;
	-moz-border-radius-bottomright: 4px!important;
	-moz-border-radius-bottomleft: 0px!important;
	-webkit-border-radius: 0px 4px 4px 0px!important;
	border-radius: 0px 4px 4px 0px!important; 
}

/**************************************************/

p, ul, ol, dl, blockquote, hr, pre, table, fieldset, article, article footer {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

article { margin:0 0 5px 0; position: relative;}

article ul {
	margin: 0 0 2em 2em;
	list-style: disc outside;
}
article ol {
	margin: 0 0 2em 2em;
	list-style: decimal outside;
}
article blockquote {
	margin: 0 2.5em 1.25em 2.5em;
	font-family: cambria, georgia, times, serif;
	border-top: 1px solid #E0DDD0;
	border-left: 1px solid #E0DDD0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #F4F3ED;
	padding: 1.19em 1.25em 0;
	font-style: italic;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
}

small {
	font-size:11px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	color: #777;
}
small a{ color: #777;
}
/*--[ Images ]--------------------------------------------------------------------------------*/

.wp-post-image,
img.alignright, 
img.alignleft, 
img.aligncenter {
	background: #F3F1E7;
	border: 1px solid #E9E2C9;
	outline: none;
	padding: 7px !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover .wp-post-image, a:focus .wp-post-image {
	background: #fff !important;
}
.alignleft{
	float: left;
	clear: left;
	margin: 0.38em 1.2em 0.38em 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 0.38em 0 0.38em 1.2em;
}
.aligncenter {
	margin: 0 auto 1.62em;
	display: block;
}
div.wp-caption {
	text-align: center;
	background: #F3F1E7;
	border: 1px solid #E9E2C9;
	outline: none;
	padding: 7px !important;
	text-align: center !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.wp-caption:hover {
	-webkit-box-shadow: 0px 0px 4px 0px #fff;
	-moz-box-shadow: 0px 0px 4px 0px #fff;
	box-shadow: 0px 0px 4px 0px #fff; 
}

div.wp-caption img {
	margin: 0;
	padding: 5px 5px 0;
	outline: 0;
	border: 0;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: 0 3px 3px !important;
	clear: both;
	text-align: center;
	font-size: 1em;
	color: #444;
}


/***********************************************/


.button, #submit, .widget_search #searchsubmit, .wpcf7-submit, .wysija-submit{
	padding:.5em 1em;
	background:#578724;
	border:1px solid #578724;
	background-image: -moz-linear-gradient(top, #A0C015, #578724); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A0C015),color-stop(1, #578724)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#A0C015', EndColorStr='#578724'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A0C015', EndColorStr='#578724')"; /* IE8 */
	border-bottom:1px solid rgba(0,0,0,0.6);
	color:#fff;
	text-shadow:0 -1px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-webkit-moz-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-khtml-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-weight: bold;
}
.button:hover, #submit:hover, .widget_search #searchsubmit:hover, .wpcf7-submit:hover , .wysija-submit:hover{
	background:#AFCF24;
	background-image: -moz-linear-gradient(top, #AFCF24, #578724); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AFCF24),color-stop(1, #578724)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFCF24', EndColorStr='#578724'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFCF24', EndColorStr='#578724')"; /* IE8 */
	color:rgba(0,0,0,0.8);
	text-shadow: 0 1px rgba(255,255,255,0.3);
}

.button.green {
	background:#578724;
	background-image: -moz-linear-gradient(top, #A0C015, #578724); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A0C015),color-stop(1, #578724)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#A0C015', EndColorStr='#578724'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A0C015', EndColorStr='#578724')"; /* IE8 */
	border-bottom:1px solid rgba(0,0,0,0.6);
	color:#fff;
	text-shadow:0 -1px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-webkit-moz-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-khtml-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	box-shadow:0 1px 2px rgba(0,0,0,0.6);
}

.button.green:hover {
	background:#AFCF24;
	color:#fff;
	background-image: -moz-linear-gradient(top, #AFCF24, #578724); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AFCF24),color-stop(1, #578724)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFCF24', EndColorStr='#578724'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFCF24', EndColorStr='#578724')"; /* IE8 */
	border-bottom:1px solid rgba(0,0,0,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-webkit-moz-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-khtml-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.6);
	box-shadow:0 1px 2px rgba(0,0,0,0.6);
}

.button:active, #submit:active, .widget_search #searchsubmit:active, .button.green:active, .wysija-submit:active {position: relative; top:1px;}


.small {
	padding: .35em 0.75em;
	font-size: .75em;
}

/*--[ Tabs Styles ]---------------------------------------------------------------------------------*/

.tabs-container { 
	background: transparent;
	margin: 20px 0;
	border: none;
	font-family: Tahoma,sans-serif;
}

ul.tabs {
	margin: 0;
}

ul.tabs li {
	float: left;
	list-style: none;
	margin: 0;
}

ul.tabs li a {
	display: block;
	outline: none;	
	padding: 20px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: none;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

ul.tabs li a.active { 
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.tab-content {
	overflow: hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
	behavior: url(http://sysmen.com/PIE.php);
}

.tab-content span{
	display: block;
	margin: 5px;
	padding: 15px;
	background: #fff;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 -1px 1px rgba(255,255,255,0.35);
	-webkit-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 -1px 1px rgba(255,255,255,0.35);
	-khtml-box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 -1px 1px rgba(255,255,255,0.35);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 -1px 1px rgba(255,255,255,0.35);
	box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 -1px 1px rgba(255,255,255,0.35);
	behavior: url(http://sysmen.com/PIE.php);
}

.orange-bg { background: #ffaf38;}
.red-bg { background: #e53f30;}
.green-bg { background: #7aa013;}
.blue-bg { background: #409ad6;}
.purple-bg { background: #b24ead;}


/*--[ Widgets ]------------------------------------*/

.widget {
	padding: 0px;
	margin-bottom: 20px;
	background: url(images/widget-bg.gif) repeat;
	border: 1px solid #f4f2e8;
	position: relative;
	/*overflow: hidden;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius:3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px #D4CCAA;
	-moz-box-shadow: 0px 1px 1px 0px #D4CCAA;
	box-shadow: 0px 1px 1px 0px #D4CCAA; 
}
.widget_search {
	overflow: hidden;
	zoom: 1;
}

.widget_nav_menu {
	overflow: hidden;
}

.widget_search input#s {
	float: left;
	width: 50%;
}
/*
.widget_search #searchsubmit {
	font-size: 0.875em;
	padding: 0 1em;
	border: 0;
	margin: 1px 0 0 0;
	line-height: 2.29em;
}*/
.widget_search label { display: none; }	

p.post_tag-cloud {margin: 0;}

.widget h3 {
	background: url(images/widget-header.png) no-repeat 0 0 transparent;
	height: 40px;
	padding-left: 14px;
	color: #f5f5f5;
	text-shadow: 1px 1px 0 rgba(1,1,1, 0.4);
	letter-spacing: normal;
	font-size: 1.15em;
	width: 238px;
	margin-top: 0px;
	line-height: 40px;
	position: relative;
}

.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_pages ul,
.widget_tag_cloud .tagcloud,
.widget_nav_menu ul,
.widget_categories ul {
	margin: 45px 5px 5px 5px;
	list-style-type: none;
	padding: 5px;
} 
.widget_archive ul li, 
.widget_links ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
	display: block;
	z-index: 10;
}
.widget_archive ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a {
	text-decoration: none;
	font-weight: normal;
	display: block;
} 
.widget_archive ul li a:hover, .widget_archive ul li a:focus,
.widget_links ul li a:hover, .widget_links ul li a:focus,
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus,
.widget_meta ul li a:hover, .widget_meta ul li a:focus,
.widget_rss ul li a:hover, .widget_rss ul li a:focus,
.widget_pages ul li a:hover, .widget_pages ul li a:focus,
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover, .widget_categories ul li a:focus {
	text-decoration: underline;
}
.widget_tag_cloud div { padding: 0;	overflow: hidden; }
.widget_tag_cloud a { line-height: 1.62em; }
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus { text-decoration: underline; }

/************************************************/

#form-newsletter-form{
	margin: 1px 15px 15px;
}

#form-newsletter-form p{ margin-bottom: 0.75em;}

input.wysija-firstname, input.wysija-email { 
	background: #F3F1E7;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: none;
    padding: 5px;
    width: 135px;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
    -webkit-box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.1) inset, -1px -1px 0 0 rgba(255, 255, 255, 0.85) inset;
    -moz-box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.1) inset, -1px -1px 0 0 rgba(255, 255, 255, 0.85) inset;
    box-shadow: 1px 1px 0 0 rgba(1, 1, 1, 0.1) inset, -1px -1px 0 0 rgba(255, 255, 255, 0.85) inset;
	_border: 1px solid #fff;
	*border: 1px solid #fff;
}

.allmsgs {margin-bottom: 20px;}

.updated, .error, .xdetailed-errors  {margin: 10px 15px;}
/************************************************/

#footer-widget{
	background: url(images/footer-bg.jpg) repeat 0 0 transparent;
	border-top: 1px solid #C6BCA1;
	border-bottom: 1px solid #BAB096;
}

#footer-widget h3{
	margin: 0;
	line-height: 1;
	padding-bottom: 5px;
	font-size: 1.5em;
}
#footer-widget ul {
	list-style: none;
}

#fw-1, #fw-2, #fw-3 {
	width: 320px;
	background: rgba(255, 255, 255,0.1);
	-moz-box-shadow: 0 0 2px rgba(1,1,1,0.1);
	-webkit-box-shadow: 0 0 2px rgba(1,1,1,0.1);
	box-shadow: 0 0 2px rgba(1,1,1,0.1);
	padding: 10px;
	margin: 10px 9px;
	display: block;
	float: left;
	border: 1px solid rgba(255,255,255,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer-widget ul li {
	display: block;
	float: none;
}

#footer-widget ul li a{
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	position: relative;
	padding: 3px 0;
	margin-bottom: 5px;
}

/**********************************************/

a.orange2 span {
	padding: 7px 0 5px 20px!important;
	text-shadow: 0 1px 0 #939393;
}


#as_facebook_mem_likebox_widgets h3 {display: none;}

#copyright {
	display: block;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	background: #C6BCA1;
	border-top: 1px solid #E9E2C9;
}

/**********************************************/

div#wpcf7-f27-p28-o1 {
	background: url(/wp-content/uploads/2012/02/envelope.jpg) no-repeat 0 0 transparent;
	padding: 40px;
	height: 390px;
	width: 100%;
	position: relative;
}
form.wpcf7-form p { margin-bottom: 17px;}
form.wpcf7-form #name, form.wpcf7-form #subject, form.wpcf7-form #email, form.wpcf7-form #message, form.wpcf7-form #submit-button, form.wpcf7-form #antispam { width: 270px;}
.wpcf7-quiz-label {margin-right: 5px;}
form.wpcf7-form #message, form.wpcf7-form #submit-button { position: absolute;}
form.wpcf7-form #message { top: 38px; right: 40px;}
textarea.wpcf7-textarea { height: 225px; width: 270px;}
input.wpcf7-quiz {width: 215px;}
input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control { padding: 6px; border: 1px solid #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
input.wpcf7-submit {min-width: 100px;}
form.wpcf7-form p#submit-button { width: 110px; right: 35px}

div.wpcf7-response-output {margin: 1.5em 9em 1em 0em;}

/**********************************************/

#eModal-Container {
	background: #EEEBDD!important;
	color: #555!important;
	z-index: 9999!important;
	position: fixed!important;
	top: 50px!important;
	border-radius: 5px;
}
#eModal-Container .wpcf7 { width: 95%!important;}
#eModal-Container select.wpcf7-form-control { padding: 6px 16px!important;}
#eModal-Container .wpcf7-form-control-wrap input, 
#eModal-Container .wpcf7-form-control-wrap textarea { padding: 8px 2px!important;}
#eModal-Container .wpcf7-form-control-wrap textarea { height: 100px !important;}

/**********************************************/

body.page-template-blog-php article { margin-bottom: 20px;}

#main-content { 
	width: 720px; 
	margin-left: 18px; 
	display: block;
	float: right; 
	position: relative;
	z-index: 10;
}
#sidebar { 
	width:240px; 
	padding: 0px; 
	display: block;
	float: left; 
	position: relative;
}


.wrap {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #E9E2C9;
	padding-bottom: 12px;
	-webkit-box-shadow: 0px 1px 0px 0px #F3F1E7;
	-moz-box-shadow: 0px 1px 0px 0px #F3F1E7;
	box-shadow: 0px 1px 0px 0px #F3F1E7; 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wrap-last {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.col2, .col3{
	display: inline;
	float: left;
	height: auto;
}

.col3 {
	width: 230px;
}

.col2 {
	width: 345px;
}

.col2-3 {
	width: 460px;
}

.wrap h4, .wrap-last h4{
	margin: 0 0 5px;
	padding-top: 5px;
}

.post-info {
	margin: -10px 0 10px 0;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #E9E2C9;
	-moz-box-shadow: 0 1px 0 0 #F3F1E7;
	-webkit-box-shadow: 0 1px 0 0 #F3F1E7;
	box-shadow: 0 1px 0 0 #F3F1E7;
}

body.page-template-default div.page-navigation {
	position: absolute;
	right: 20px;
	bottom: 45px;
}

body.page-template-default div.page-navigation p{
	font-weight: bold;
}

body.page-template-default div.page-navigation p a{
	padding: 3px 7px;
	margin: 0px 2px;
	background: #E26F50;
	border: 1px solid #f4f2E8;
	font-weight: bold;
	color: #fff!important;
	text-shadow: 1px 1px 0 rgba(1,1,1,0.4);
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-webkit-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-khtml-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-o-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
}

.page-id-127 .span-inner:before, .page-id-136 .span-inner:before {
	_content: url(/wp-content/uploads/2012/02/strings.png);
	display: block;
	width: 110px;
	height: 40px;
	position: absolute;
	top: -35px;
	left: calc(50% - 55px);
}

.page-id-144 h5 { margin-top: 0;}

.page-id-54 .span-inner p {
	text-align: center; 
	font-weight: bold; 
	font-size: 1em;
	margin: 10px 0 0 0;
}

article table tr td {
	border: 1px solid #D4CCAA;
}

article table tr:hover {
	background: #F4F2E8;
}

article table tr td p {
	text-align: none;
	margin: 0;
	padding: 5px;
}

.span-inner .flip {
	display: block;
	height: 262px;
	width: 316px;
	overflow: hidden;
	position: relative;
}

section#text-4, section#text-5, section#text-6 {
	background: transparent;
	border: none;
	position: relative;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

section#text-4:active, section#text-5:active {
	top: 1px;
}

.span-inner .flip img {
	position: absolute;
	top: -262px;
}

.span-inner:hover .flip img {
	top: 0px;
}

.span-inner:hover { background: #fff;}
.span-inner p { font-size: 12px; margin-bottom: 0.5em;}
.span-inner h4, .span-inner h5 { padding-top: 0px!important; text-align: center;}

/**********************************************/

#cat_price_container {
	border: 1px solid #D4CCAA;
	height: auto;
	width: 690px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.price_column_first {
	background: #E9E2C9;
	border-left: 1px solid #F9F8EF;
	border-right: 1px solid #F9F8EF;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 242px;
}

.price_column_first p a{
}

.price_column {
    background-color: #EEEBDD;
    border-left: 1px solid #F9F8EF;
    border-right: 1px solid #F9F8EF;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 87px;
}

.price_column p, .price_column_first p{
    border-bottom: 1px solid #D4CCAA;
    height: 60px;
    margin: 0;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.price_column_first p {
	font-size: 0.875em;
}

.price_column p {
    text-align: center;
	line-height: 60px;
}

.price_column:hover {
	background: #F9F8EF;
}

/******************************************/

a.see-more {
	width: 200px;
	background: url(images/noise.png) repeat 0 0 #578724;
	background-image: -moz-linear-gradient(top, #A0C015, #578724); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A0C015),color-stop(1, #578724)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#A0C015', EndColorStr='#578724'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A0C015', EndColorStr='#578724')"; /* IE8 */
	border:1px solid #578724;
	border-bottom:1px solid rgba(0,0,0,0.6);
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	padding: 7px 0;
	position: relative;
	right: 0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px -1px 0 rgba(1,1,1,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 1px 0px rgba(0,0,0,0.2);
	-webkit-moz-box-shadow:0 1px 0px rgba(0,0,0,0.2);
	-khtml-box-shadow:0 1px 0px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 0px rgba(0,0,0,0.2);
	box-shadow:0 1px 0px rgba(0,0,0,0.2);
}

a.see-more:visited {
	color: #fff;
}

a.see-more:hover {
	background:#AFCF24;
	background-image: -moz-linear-gradient(top, #AFCF24, #578724); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AFCF24),color-stop(1, #578724)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFCF24', EndColorStr='#578724'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFCF24', EndColorStr='#578724')"; /* IE8 */
	color: #222;
	text-shadow: 0 1px rgba(255,255,255,0.3);
}

a.see-more:active {
	color: #222;
	position: relative;
	top: 1px;
} 
 
/*******************************************/ 

.faq-container {
	background: url("images/noise.png") repeat scroll 0 0 #E9E2C9;
	padding: 5px 10px 10px 10px;
	margin-top: 20px;
	border: 1px solid #EEEBDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px 1px #D4CCAA;
	-webkit-box-shadow: 0 1px 1px 1px #D4CCAA;
	box-shadow: 0 1px 1px 1px #D4CCAA;
}

.faq-header {
	font-size: 16px;
	font-weight: bold;
	background: url("images/noise.png") repeat 0 0 #CCAC74;
	margin: 5px 0 0 0;
	padding: 5px 30px 5px 20px;
	border: 1px solid #EEEBDD;
	border-bottom-color: #B29562;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(images/active-header.gif) #CCAC74;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(images/active-header.gif) #CCAC74;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.gif) #CCAC74;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #CCAC74;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.faq-content {
	display: none;
	width: auto !important;
	padding: 20px;
	background: #ffffff;
	background: rgba(255,255,255,0.75);
	border: 1px solid #fff;
	border-bottom-color: #D4CCAA;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.faq-content p:last-child{
	margin-bottom: 0;
}

/******************************************/
 
.read-more {
	float: right !important;
	font-size: 12px !important;
	line-height: 15px !important;
}

.simplesocialbuttons {
	padding-top: 15px;
	margin-top: 20px!important;
	border-top: 1px solid #E9E2C9;
	-webkit-box-shadow: 0 -1px 0 0 #F3F1E7;
	-moz-box-shadow: 0 -1px 0 0 #F3F1E7;
	box-shadow: 0 -1px 0 0 #F3F1E7;
}

.highlighted {
	padding: 3px;
	margin: 0px -2px;
	background: #E26F50;
	border: 1px solid #f4f2E8;
	font-weight: bold;
	color: #fff!important;
	text-shadow: 1px 1px 0 rgba(1,1,1,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-webkit-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-khtml-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-o-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
}

#easyTooltip{
	padding: 6px 10px;
	z-index: 999;
	color:#fff!important;
	background: #d77d65;
	background: -moz-linear-gradient(top, #d77d65 0%, #d14115 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d77d65), color-stop(100%,#d14115));
	background: -webkit-linear-gradient(top, #d77d65 0%,#d14115 100%);
	background: -o-linear-gradient(top, #d77d65 0%,#d14115 100%);
	background: -ms-linear-gradient(top, #d77d65 0%,#d14115 100%);
	background: linear-gradient(top, #d77d65 0%,#d14115 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77d65', endColorstr='#d14115',GradientType=0 );
	border: 3px solid #F4F2E8;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(1,1,1,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-webkit-moz-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-khtml-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	-o-box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	box-shadow: 0 0 1px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.35) inset;
	max-width: 250px;
}

.gallery img{
	border: 1px solid #f5f5f5!important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.35) inset, 0 0 0 6px rgba(255,255,255,0.5);
	-webkit-moz-box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.35) inset, 0 0 0 6px rgba(255,255,255,0.5);
	-khtml-box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.35) inset, 0 0 0 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.35) inset, 0 0 0 6px rgba(255,255,255,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.35) inset, 0 0 0 6px rgba(255,255,255,0.5);
	
}

.gallery-item {
	margin-top: 0;
	margin-bottom: 5px;
}

/*--- Comments --*/
#comment {
	width: 100%;
	height: 150px;
}
#respond {
	margin-top: 20px;
}
.comment_container {
	position: relative;
}
ol.comment-list {
	margin: 0 0 15px !important;
	}
ol.comment-list img.avatar {
	margin: 8px 10px 0 0;
	padding: 4px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #ccc;
	
	display: none;
}
ol.comment-list li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
ol.comment-list li article, ol.comment-list li article p {
	margin-bottom: 5px;
}
ol.comment-list li header {
	margin: 0;
	line-height: 1.5em;
}
ol.comment-list li article nav {
	float: right;
	margin-bottom: 0;
}
ol.comment-list li ul {
	margin: 8px 0 0 !important;
}
ol.comment-list li li {
	border: 0;
	margin: 0 0 0 68px !important;
	padding: 0 0 8px;
}
ol.comment-list li .comment-text {
	border: 2px solid #ebebeb;
	overflow: hidden;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 10px 0;	
	}
ol.comment-list li.bypostauthor .comment-text, ol.comment-list li.bypostauthor img.avatar {
	border-color: #D4E2EB;
}
ol.comment-list li .comment-text p {
	margin: 0 0 10px !important;
	}
ol.comment-list li p.meta {
	font-weight: normal;
	background: transparent;
	padding: 0;
	font-style: italic;
	color: #777;
	font-size: 0.9em;
	margin: 0 0 10px !important;
	}
ol.comment-list li p.meta strong {
	font-weight: bold;
	}
#respond {
	margin-bottom: 15px;
	}
#respond input.text, #respond select, #respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.widget_search input#s {
	border: 1px solid #eee;
	background: #f6f6f6;

	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.375em;
	width: 50%;
	margin: 0 4px 0 0;
	outline: 0;
	display: block;
}

#respond input.text:focus, #respond select:focus, #respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.widget_search input#s:focus { border:1px solid #ccc; }
.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius .widget_search input#s {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#respond textarea {
	width: 98%;
	margin-right: 0;
}
#respond label {
	font-size: 1em;
	font-weight: bold;
}	

.form-allowed-tags {
	display: none;
}

/*--[ PRINT STYLES ]--------------------------------------------------------------------------------*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}