@charset "utf-8";
/* CSS Document */

/****************************/
/****** Base Template ******/
/**************************/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: capitalize;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin: 10px 0;
}
b{
	font-weight: bold;
}
.body_theme h1, .body_theme h2, .body_theme h3, .body_theme h4, .body_theme h5, .body_theme h6 {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, .5), 0 0 1px rgba(0, 0, 0, .7);
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 5px 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 5px;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 5px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 5px 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.wrapper_header {
	min-height: 50px;
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	z-index: 20;
}

/***************************/
/****** Layot header ******/
/*************************/

.wrap_lay2, .wrap_lay4, .wrap_lay5, .wrap_lay6, .wrap_lay7 {
	margin: 0 auto 60px;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .6);
	z-index: 3;
}
.wrap_lay2 {
	width: 1020px;
}
.wrap_lay4 {
	width: 1000px;
}
.wrap_lay5 {
	width: 1000px;
}
.wrap_lay6 {
	margin: 0px auto 60px;
	padding: 0;
	width: 1000px;
	border-radius: 0px;
}
.wrap_lay7 {
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.clipart {
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
}
.lay_base {
	position:absolute;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
}
.header_shine{
	background-repeat: repeat-x;
	background-position: center top;
}


.header_pattern, .slider_pattern, .slider_content, .slider_footer {
}
.header_style {
	background-repeat:no-repeat;
}
.header_shadow, .slider_shadow, .content_shadow {
	bottom:0;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 5;
}
.slider_content {
	margin:auto;
}
.footer_shadow {
	top:0;
	background-position: center top;
	background-repeat: no-repeat;
}
#header {
	width: 960px;
	position: relative;
	margin:auto;
	padding: 23px 70px;
	background-repeat:no-repeat;
	z-index: 20;
}
#header a.logo {
	float: left;
	margin: 10px 10px 0;
}
/**********************/

/****** Search *******/

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

#header .search_area {
	float: right;
}
#header .search_area input {
	border: 0;
	background: transparent;
	font-size: 14px;
}
#header .search_area input[type="text"] {
	padding: 0 10px;
}
.container_LogoSearch {
	overflow:hidden;
	margin: 0 0 10px 0;
}
/* Optional Menu bar */

.header_menu_bar {
	position:absolute;
	width: 100%;
}
.fullheader_menu_bar {
	position:relative;
	z-index: 10;
	clear:both;
	height: 27px;
	display: none;
}
.header_menu_bar ul{
	width: 960px;
	margin:auto;
	text-align: right;
}
.header_menu_bar ul ul{
	display: none;
}
.header_menu_bar ul li{
	display:inline;
}
.header_menu_bar ul li a{
	color: #fff;
	color: rgba(255, 255, 255, .7);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	border-left: 1px solid #ccc; padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header_menu_bar ul li:first-child a{
	border: none;
}
/**********************/
/****** Socials ******/
/********************/

.icon_socials {
	float: right;
	margin: 17px 10px;
}
ul.icon_socials li {
	float: left;
	display:block;
	margin: 0 2px;
	list-style: none;
	width: 30px;
	height: 34px;
}
ul.icon_socials li:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}
ul.icon_socials li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*********************/
/****** Slider ******/
/*******************/

.wrapper_slider {
	position: relative;
	height: 400px;
	padding: 20px 0;
	z-index: 3;
}
.patter_slider {
	width: 100%;
	height: 100%;
	position:absolute;
}
.slider_area {
	position: relative;
	width: 960px;
	height: 375px;
	margin: 0 auto 0;
	z-index: 10;
}
.piecemaker object {
	position:absolute;
	top: -31px;
	left: -100px;
}

/***********************/
/*** Divisor header ***/
/*********************/

.bar_separate {
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 22px;
	z-index: 10;
}

/****************/
/*** Content ***/
/**************/

.wrapper_content {
	min-height: 200px;
	background: #e4e4e4;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	z-index: 10;
}

/****************/
/*** Sidebar ***/
/**************/

.sidebar {
	width: 300px;
	float:right;
}

/****************/
/**** Boxes ****/
/**************/

.blog_boxes {
	padding: 20px;
}
.container_posts_pieces {
	padding: 0 10px;
	margin: 0 0 20px;
	position: relative;
}
.post_corner, .post_topbottom, .post_sides {
	position:absolute;
}
.post_topbottom {
	width: 100%;
	height: 20px;
}
.post_sides {
	width: 20px;
	height: 100%;
}
.post_corner {
	width: 20px;
	height: 20px;
	z-index: 1;
}
.post_top_left {
	left: -20px;
	top:-20px;
	background-position: left top;
}
.post_top_center {
	left: 0;
	top:-20px;
}
.post_top_right {
	right: -20px;
	top:-20px;
	background-position: right top;
}
.post_middle_left {
	left: -20px;
	top: 0px;
	background-position: left top;
}
.post_middle_right {
	right: -20px;
	top: 0px;
	background-position: right top;
}
.post_bottom_left {
	left: -20px;
	bottom:-20px;
	background-position: left bottom;
}
.post_bottom_center {
	left: 0;
	bottom: -20px;
	background-position: left bottom;
}
.post_bottom_right {
	right: -20px;
	bottom:-20px;
	background-position: right bottom;
}
.post_content {
	overflow: hidden;
}
.post_token_right, .post_token_left {
	position: absolute;
	width: 40px;
	height: 70px;
}
.post_token_left {
	left: -5px;
	top: -5px;
}
.post_token_right {
	right: -5px;
	top: -5px;
}
.post_token_bottom {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 0;
}

/****************/
/*** Content ***/
/**************/

.main_content {
	width: 640px;
	float: left;
}

/*****************/
/*** blog_box ***/
/***************/

.blog_box {
}
.blog_box_middle_center {
	position:relative;
}
.blog_box_top_left, .blog_box_top_center, .blog_box_top_right, .blog_box_middle_left, .blog_box_middle_right, .blog_box_bottom_left, .blog_box_bottom_center, .blog_box_bottom_right {
	position:absolute;
}
.blog_box_content {
}
.blog_box_top_left, .blog_box_top_right, .blog_box_bottom_left, .blog_box_bottom_right {
	width: 20px;
	height: 20px;
}
.blog_box_top_center, .blog_box_bottom_center {
	width: 100%;
	height: 20px;
}
.blog_box_middle_left, .blog_box_middle_right {
	height: 100%;
	width: 20px;
}
.blog_box_top_left, .blog_box_top_center, .blog_box_top_right {
	top: -20px;
}
.blog_box_top_left, .blog_box_middle_left, .blog_box_bottom_left {
	left: -20px;
}
.blog_box_top_right, .blog_box_middle_right, .blog_box_bottom_right {
	right: -20px;
}
.blog_box_bottom_left, .blog_box_bottom_center, .blog_box_bottom_right {
	bottom: -20px;
}
.blog_box_top_left, .blog_box_top_center, .blog_box_middle_left {
	background-position: left top;
}
.blog_box_top_right, .blog_box_middle_right {
	background-position: right top;
}
.blog_box_middle_center {
	background-position: left top;
}
.blog_box_bottom_left, .blog_box_bottom_center {
	background-position: left bottom;
}
.blog_box_bottom_right {
	background-position: right bottom;
}

/******************/
/*** Blog Post ***/
/****************/

.post_id {
	margin: 0;
	padding: 10px;
}
.head_post {
	padding: 0 70px 20px 0;
	min-height: 60px;
}
.head_post .comments_link {
	position:absolute;
	right: 0;
	top:0;
	text-align: center;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 2, 0.5);
	font-family: Verdana, Geneva, sans-serif;
}
.more-link {
	float:right;
	padding: 0 15px;
	position: relative;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 2, 0.5);
	font-weight:300;
}
.more-link:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}
.more-link_left, .more-link_right {
	content: '';
	position: absolute;
	width: 10px;
	top: 0;
	height: 100%;
}
.more-link_right {
	background-position: right top;
}
.post_separate {
	margin: 20px 0;
	height: 20px;
	background-position: center top;
}
.entry {
	overflow:hidden;
}
.entry p {
	text-align: justify;
}
.entry img {
	margin: 0 10px 5px 0;
}

/*******************/
/*** post icons ***/
/*****************/

.post_icon {
	background-repeat: no-repeat;
	margin: 5px;
	display: inline-block;
	height: 13px;
	padding: 0 0 0 25px;
}
.post_author {
	background-position: 0 0;
}
.post_date {
	background-position: 0 -13px;
}
.post_categ {
	background-position: 0 -26px;
}
.post_commts{
	display: none;
}

/*********************/
/*** Pseudo Class ***/
/*******************/

.pseudo_class {
	position:absolute;
	bottom: -15px;
}
.blog_box_before {
	left: -15px;
	background-position: left top;
}
.blog_box_after {
	right: -15px;
	background-position: right top;
}

/******************/
/*** Cascading ***/
/****************/

.clear {
	clear: both;
}
img.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.alignleft {
	float: left;
}
.img_style_shadow{
	border: 3px solid white;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	outline: none;
}
.sidebar_top .width_boxes_1, .sidebar_down .width_boxes_1{
	width: 900px;
}
.sidebar_top .width_boxes_2, .sidebar_down .width_boxes_2{
	width: 420px;
}
.sidebar_top .width_boxes_3, .sidebar_down .width_boxes_3{
	width: 260px;
}
.sidebar_top  .width_boxes_4, .sidebar_down .width_boxes_4{
	width: 180px;
}


/****************/
/*** Footer ****/
/**************/

.wrapper_footer {
	min-height: 200px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	z-index: 10;
}
#footer .logo_footer {
	float:left;
}
.footer_info {
	width: 60%;
	float:right;
}
.footer_info p {
	font-size: 14px;
	color: #999;
	padding: 20px 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, .2);
}
.container_fboxes {
	width: 300px;
	float:left;
	margin: 10px;
}

/*********************/
/*** testimonials ***/
/*******************/

.box_testimonials {
	width: 280px;
	float: left;
	margin: 10px;
	padding: 0 10px 40px 10px;
}
.box_testimonials h2 {
	margin: 0 0 5px;
}
.box_testimonials img {
	float:left;
	margin: 0 10px 0 0;
}
.box_testimonials span {
	text-align: right;
	display:block;
	margin: 15px 0 0;
	font-weight:bold;
}

/*****************/
/*** Taxonomy ***/
/***************/

.post_type_info {
	margin: 30px 0;
}
.post_type_info img {
	float:left;
	margin:  0 30px 0 0;
}
.post_type_info h1 {
}
.post_type_info p {
}
#options {
	clear:both;
}
#options .info_filters {
	display: block;
	text-align:center;
}
#options .info_filters li {
	display: inline-block;
	padding: 10px;
}
.taxonomy_filter {
	padding: 20px 0;
}
.taxonomy_item {
	width: 300px;
	float:left;
	margin: 10px;
	padding: 10px 0;
}
.taxonomy_item h2 {
	margin: 10px 0;
	text-align:center;
}
.taxonomy_item span.price_taxo_products {
	color: #474747;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	display:block;
	margin: 10px 0;
}
.container_taxo_img {
	text-align:center;
}
.frame_middle_center {
	display:inline-block;
	position: relative;
	padding: 5px;
	background: white;
	border: 1px solid #CCC;
	margin: 11px;
}
.frame_middle_center .frshadow_side_bottom_left {
	bottom: -11px;
	height: 11px;
	left: 0;
	position: absolute;
	width: 108px;
	background:url(../img/frame_gallery/shadow.png) left bottom;
}
.frame_middle_center .frshadow_side_bottom_right {
	bottom: -11px;
	height: 11px;
	right: 0;
	position: absolute;
	width: 108px;
	background:url(../img/frame_gallery/shadow.png) right bottom;
}
.container_btns {
	text-align:center;
}
.btn2_medium_left {
	position:absolute;
	width: 16px;
	height: 100%;
	top:0;
	left: -16px;
	background:url(../img/shortcodes/bts_corners_gui.png) -40px -309px;
}
.btn2_medium_right {
	position:absolute;
	width: 16px;
	height: 100%;
	top:0;
	right: -16px;
	background:url(../img/shortcodes/bts_corners_gui.png) -56px -309px;
}
.btn2_medium_ct {
	position:relative;
	display: inline-block;
	height: 35px;
	line-height: 32px;
	background: url(../img/shortcodes/bts_center_gui.png) 0 -666px;
	color: #88570D;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

/***************/
/*** Isotope ***/
/*************/

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	transition-property:         transform, opacity;
}
.info_filters {
	text-align:center;
	clear:both;
	list-style:none;
}
.info_filters li {
 *float:left;
	padding:20px;
	font-size:20px;
	display:inline-block;
	margin:auto;
}
.info_filters li a:hover, .sel_item {
	color:#A62424;
}
#menu-item-368 ul.sub-menu, #menu-item-384 ul.sub-menu, #menu-item-380 ul.sub-menu, #menu-item-381 ul.sub-menu {
	display:none !important
}
span.item_value {
	font-size:20px;
	font-weight:bold;
	color:#474747;
	display: block;
	text-align: center;
}

/*****************/
/*** Comments ***/
/***************/

ol.commentlist, ol.commentlist li {
	list-style: none;
}
ol.commentlist .reply, .navigation a {
	float:right;
	position: relative;
	display:block;
	margin: 10px;
	color: #777;
	font-family: arial, sans-serif;
	font-size: 13px;
	background: rgba(155, 155, 155, .2);
	border: 1px solid rgba(255, 255, 255, .4);
	display: block;
	padding: 4px 20px;
	border-radius: 3px;
}

ol.commentlist .children {
	padding: 0 0 0 10px;
}
ol.commentlist .children .separate_comments {
	margin: 0;
	padding: 0;
}
.commentLeft {
	width: 60px;
	float:left;
	margin: 0 5px 0 0;
}
.commentRight {
	width: 80%;
	padding: 0 0 3px;
	float:left;
}
.autorAndDate {
	padding: 0 0 0 10px;
}
.commentRight .commentInfo, .commentRight .fn {
	font-style:italic;
	font-size: 11px;
}
.commentLeft .vcard {
	width: 40px;
	height:40px;
	margin: 13px auto 0;
	padding: 3px 3px 9px;
	background: url(../img/shortcodes/avatar_bkg.png) no-repeat;
}
.separate_comments {
	overflow:hidden;
	margin: 30px 0 0;
}
.commentTexts {
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 10px;
	background: rgba(180, 180, 180, 0.1);
	border-radius: 10px;
	overflow:hidden;
}
#respond{
	overflow: hidden;
}
#respond small {
	padding: 0 0 0 10px;
}
/****************/
/*** Contact ***/
/**************/

.contact_form {
	width: 700px;
	margin:auto;
}
.contact_table tbody tr td {
	padding: 5px 0;
}
.contact_table tbody tr th {
	vertical-align: text-top;
	padding: 10px 10px 0;
}
.contact_input_text {
	padding: 0 5px 0 0;
	float: left;
}

.contact_form input[type="text"] {
	height: 30px;
	border: 0;
	width: 280px;
	line-height: 30px;
	padding: 0 7px;
	background: url(../img/multi_bkg/input_text_bkg.png);
}
.contact_form .captcha, .contact_input_text {
	clear:both;
	margin: 0 0 5px;
}
.contact_form #captchaimage img {
	margin: 5px 0;
	border: 4px solid #E5E5E5;
}
input#captcha{
	background: white;
	height: 46px;
	margin: 7px 10px;
	width: 150px;
	font-size: 30px;
	text-align: center;
}
#captchaimage{
	float: left;
}
.contact_form .contact_textarea {
	padding: 0 10px 10px 0;
}

.contact_form .contact_textarea_bottom {
	background:url(../img/multi_bkg/textarea_wts_bl.png) left bottom;
	height: 10px;
	position: absolute;
	bottom: -10px;
	width: 100%;
	left: 0;
}
.contact_textarea_right {
	position:absolute;
	background:url(../img/multi_bkg/textarea_wts_tr.png) top right;
	width: 10px;
	height: 100%;
	right: -10px;
	top: 0;
}
.contact_textarea_bottom_right {
	position:absolute;
	background: url(../img/multi_bkg/textarea_wts_br.png) bottom right;
	width: 10px;
	height: 10px;
	right: -10px;
	bottom: -10px;
}
#send_it {
	float:left;
	margin: 0 0 0 10px;
}
#send_it:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}
.send {
	height: 30px;
	background: url(../img/multi_bkg/btn_submit_bkg.png);
	border: 0;
}
.contact_send {
	padding: 0 7px;
	float: left;
}
.contact_send input {
	padding: 0 10px;
}
.contact_send .contact_send_left {
	width: 7px;
	position:absolute;
	left: 0;
	top: 0;
	background: url(../img/multi_bkg/btn_submit_left.png);
	height: 30px;
}
.contact_send .contact_send_right {
	width: 7px;
	position:absolute;
	right: 0;
	top: 0;
	background: url(../img/multi_bkg/btn_submit_right.png);
	height: 30px;
}
.contact_input_text_right {
	position:absolute;
	top: 0;
	right: 0;
	width:5px;
	height: 100%;
	background:url(../img/multi_bkg/input_text_bkg_right.png) top right;
}

#contact_us tr td {
	padding: 5px 0;
}
#respond .cancel-comment-reply small{
	padding: 0 0 25px;
	display: block;
}
#respond #commentform input[type=text], .contactForm input[type=text] {
	padding:8px 5px 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#commentform input[type=text], .contactForm input[type=text] {
	background: url(../img/multi_bkg/input_text_bkg.png) no-repeat;
	border:none;
	float:left;
}

.contactForm table th{
	text-align: right;
	padding: 10px;
}
.contactForm input[type=text] {
	padding:0 5px 0;
}
#commentform input[type=text], .contactForm input[type=text], .contactForm textarea {
	color: #777;
}
#commentform p {
	margin: 0;
	clear: both;
}
#commentform label {
	padding: 5px 5px 0;
}
.comment-notes, .form-allowed-tags {
	padding: 10px 0;
}
#commentform p.comment-form-comment {
	display: block;
	float: none;
}
#commentform p input[type="text"], #commentform p textarea {
	color: #777;
	outline: none;
}
#commentform p.comment-form-comment label {
	float:left;
}
#commentform p.comment-form-comment .textarea_wts {
	clear:both;
	display: block;
	float: none;
	margin: 0 10px 0 0;
}
.form-submit {
	position: relative;
	padding: 0 0 0 10px;
}
.form-submit:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}
.form-submit input[type="submit"] {
	background: url(../img/multi_bkg/btn_submit_bkg.png) repeat-x;
	height: 30px;
	line-height: 30px;
	border: 0;
	color: #777;
}
.input_text_right {
	background: url(../img/multi_bkg/input_text_bkg_right.png) no-repeat top right;
	width:5px;
	height:30px;
	float:left;
}
.textarea_wts {
	background: transparent url(../img/multi_bkg/textarea_wts.png) no-repeat;
	position:relative;
	margin:0 0 10px;
	float: left;
}
.textarea_wts textarea {
	width: 500px;
	background:none;
	border: none;
	padding:5px;
	resize: none;
}
.textarea_wts_tr {
	position:absolute;
	background: transparent url(../img/multi_bkg/textarea_wts_tr.png) no-repeat top right;
	width:5px;
	height:100%;
	top:0;
	right:-5px;
}
.textarea_wts_br {
	position:absolute;
	background:transparent url(../img/multi_bkg/textarea_wts_br.png) no-repeat bottom right;
	width:5px;
	height:5px;
	bottom:-5px;
	right:-5px;
}
.textarea_wts_bl {
	position:absolute;
	background:transparent url(../img/multi_bkg/textarea_wts_bl.png) no-repeat bottom left;
	height:5px;
	bottom:-5px;
	width:100%;
}
.input_wts, .search_area_wts {
	position:relative;
	margin:0 8px;
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
 filter:alpha[opacity=80];
	float: left;
}
.input_wts:hover, .search_area_wts:hover {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
 filter:alpha[opacity=100];
}
.input_wts input[type="submit"], .search_area_wts input[type="submit"], .contactForm input[type="submit"] {
	background:transparent url(../img/multi_bkg/btn_submit_bkg.png) repeat-x top left;
	border:none;
	height:30px;
	width:auto;
}
.input_wts_l {
	background:transparent url(../img/multi_bkg/btn_submit_left.png) repeat-x top left;
	width:7px;
	height:30px;
	position:absolute;
	top:0;
	left: -7px;
}
.input_wts_r {
	background:transparent url(../img/multi_bkg/btn_submit_right.png) repeat-x top left;
	width:7px;
	height:30px;
	position:absolute;
	top:0;
	right:-7px;
}
.too_image_preloader{
	background: #2F7A93 url(../framework-tool/img/thumbs_preloader.gif) center 50% no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 20px 0 0;
	position:fixed;
	z-index: 1000;
	bottom: 0; right: 0;
	display: none;
}
.too_image_preloader img{
	display:none;
}