body{
	padding: 0px;
	margin: 0px;
	background: url(images/background.jpg) center 0 no-repeat #f6f6f4;
    color: #6e6e6e;
    font-size:15px;
	font-family: 'Noto Sans', sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

* { -webkit-font-smoothing: subpixel-antialiased; }

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/

blockquote {
	font-weight:bold;
	padding:10px 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6, li, ol li, ul, p {
	padding: 0;
	margin:0;
}

h1 { 
	font-size: 40px;
	font-weight: bold;
	color: #2165aa;
}

h2{ 
	font: normal 175%;
	padding: 0;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3889c3;
}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #a39b94;
}

a:hover{ 
	text-decoration: none;
}



/**
* Layout Specific
*/

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
	min-height:550px;
}

header {
	width: 100%;
	float: left;
}

.header-column-one {
	padding: 30px 0 0px 0;
	width:30%;
	float:left;
}

.navigation {
	display:block;
	width:68%;
	float:right;
	background: #fff;
	
	/**-webkit-box-shadow: 0 8px 6px -6px #898989;
	-moz-box-shadow: 0 8px 6px -6px #898989;
	box-shadow: 0 8px 6px -6px #898989;**/
	
	margin-top: 22px;
	border-radius:10px 10px 0 0;
	border-bottom:2px solid #81b4d5;
	
	/**added blue gradient**/
	background: #cee0e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cee0e7 0%, #dcecf2 16%, #5d9dc4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee0e7), color-stop(16%,#dcecf2), color-stop(100%,#5d9dc4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cee0e7 0%,#dcecf2 16%,#5d9dc4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cee0e7 0%,#dcecf2 16%,#5d9dc4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cee0e7 0%,#dcecf2 16%,#5d9dc4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cee0e7 0%,#dcecf2 16%,#5d9dc4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0e7', endColorstr='#5d9dc4',GradientType=0 ); /* IE6-9 */

	
}

.nivoSlider {
	z-index: -1;
}

.banner {
	display:block;
	float:left;
	margin:15px 0;
	width: 100%;
}

section {
	width:100%;
	float:left;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	width:auto;
	display:inline;
}

#component {
	display:block;
	margin: 20px 0 20px 0;
	float: left;
	width: 100%;
}

.component-column-bottom /** can display multiple partials, set width & height in your own markup **/ {
	width:auto;
	display:inline;
}

footer {
	float: left;
	width: 100%;
	padding:40px 0;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	width: 59%;
	background: #3992c7;
	text-align:center;
	color: #fff;
	border-radius:20px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 700;
	padding:5px 0;
}

.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #111;
	text-align:center;
	padding:5px 0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

/**MISC**/

.widget.cart {
	background: url(images/cart-bg.png) center 0 no-repeat;
	width: 195px;
	height: 49px;
	float: right;
	text-align:right;
	margin: 10px 0;
	padding: 20px 0;
}

.widget.userclass { 
	margin: 100px 0 0 0;
	display: block;
	height: 20px;
	font-weight:bold;
}

.item_in_cart, .total_in_cart, .cart_button a {
padding: 0px 20px;
font-weight:bold;
}

.cart_button a{ color:#A39B94; text-decoration: underline; font-weight:bold; }

.button_logout input[type="submit"] {
	border: none;
	height: 14px;
	background:none;
	font-weight: bold;
	font-size: 12px;
}

.login
{
    float:right;
    text-align: right;
    width:250px;
    margin-top: 20px;
}

.button_user, .button_login, .button_register , .button_logout{
	float: left;

}


.button_login a, .button_register a, .login_reset a { 
    margin-left: 10px;
}

.button_setting button {
	float: left;
	width: auto;
	font-size: 12px arial, sans-serif;
	padding-left: 10px;
}

.button_setting {
	width: auto;
	float: left;
	margin: 0 10px;
}

.login_reset {
	float: left;
	width: auto;
	font-size:12px;
	padding-left: 10px;
}

.mini-menu {
	background: #ECECEC;
	height: 20px;
	float: right;
	padding: 10px 0 8px 30px;
	text-align: right;
	margin: 20px 0 0 0;
	font-size:12px;
}

.mini-menu li {
	list-style:none;
	display:inline;
	padding:10px 30px;
}

.mini-menu li a {
	color: #898989;
}


.mini-menu li a:hover {
	color: #111;
}

.component-column img {
	float:left;
	margin:10px 0 0 0;
}

.footer-col-one {
	width:auto;
	float:left;
	margin:10px 40px 30px 40px;;
	text-transform: uppercase;
	font-size:11px;
}

.footer-col-one p {
	font-weight:bold;
	color: #474848;
}

.footer-col-one li a {
	color: #7e7f81;
}

.footer-col-one li a:hover {
	color: #00d2d9;
}

.custom_detail {
	margin: 30px 0 0 0;
}

.feature_product h2 a {
	font-weight:bold;
	margin:10px 0;
	padding: 0;
}

.module.featblock h3 {
	display:none;
}

#product_module {
margin: 20px 0;
float: left;
}


ul.footer-bullet {
	width: 740px;
	margin: 0 0 0 240px;
	float: left;
	color:white;
}

ul.footer-bullet li {
	float:left;
	margin:30px 0;
	font-size:12px;
	width: 80px;
}

ul.footer-bullet li a{
	color: #fff;
	font-weight:bold;
}

.m_login.myform h1 {
	display:none;
}

.widget.socialwidgets {
	width: 300px;
	float: left;
}

.widget.searchbar {
	width: 600px;
	float: right;
}

.widget.searchbar h3 { display:none; }

.side_row {
	width: 220px;
	float: right;
}

.side_row li{
	list-style:none;
}

.search_product {
	width: 60px;
	float: right;
}

#search_keyword {
	height: 14px;
	margin: 4px 0 0 0;
	border-radius: 10px;
	border: 0;
	background: #464646;
	color: #a1a1a1;
	padding: 5px 20px;
	font-size: 11px;
	font-style:italic;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
}

.widget.userlog {
	margin: 10px 0;
}

.widget.widget_style_21 {
	width: 34%;
	float: left;
	border: 1px solid lightGrey;
	padding-bottom: 10px;
}

.widget.widget_style_21  ul {
	width: auto;
	float:left;
	padding-left: 40px;
}

.widget.widget_style_21 li {
	list-style: square;
}

.widget.widget_style_21 h3 {
	background: #464646;
	color: #fff;
	border-bottom: 3px solid #f9cb40;
	padding: 5px 0;
}

.widget.widget_style_21 h3 span {
	color: #fff;
	padding-left: 20px;
}

.widget.widget_style_27 {
	width: 30%;
	float: left;
	margin: 0 3%;
	border: 1px solid lightGrey;
	padding-bottom: 10px;
}

.widget.widget_style_27 h3 {
	background: #464646;
	color: #fff;
	border-bottom: 3px solid #f9cb40;
	padding: 5px 0;
}

.widget.widget_style_27 h3 span {
	color: #fff;
	padding-left: 20px;
}

.widget.widget_style_27  ul {
	width: auto;
	float:left;
	padding-left: 40px;
}

.widget.widget_style_27 li {
	list-style: square;
}
 
.widget.widget_style_47 {
	width: 29%;
	float: left;
	padding-bottom: 10px;
}

.widget.widget_style_47 h3 {
	background: #464646;
	color: #fff;
	border-bottom: 3px solid #f9cb40;
	padding: 5px 0;
}

.widget.widget_style_47 h3 span {
	color: #fff;
	padding-left: 20px;
}

.readmore {
	font-weight: bold;
	padding: 15px 0 5px 0;
}

.readmore a {
	color: #8dc63f;
}

.article-info {
	color: #6f5e56;
	font-weight: bold;
}

.category_blog_view .article_title h4 {
	background: #7caf37;
	color: #fff !important;
	padding:5px 10px;
	border:0;
	border-radius:10px;
}

.category_blog_view .article_title h4:hover {
	background: #464646;
	color: #fff;
}

.category_blog_view .items-more {
	border:1px solid  #efefef;
}

.category_blog_view .items-more h3 {
	background: #efefef;
	border:0;
	padding:5px 15px;
	color: #898989;
}

.category_blog_view .items-more ul {
	margin-left:15px;
	padding:0 0 10px 15px;
}

.category_blog_view .pagination {
	border:0;
}

.category_blog_view .pagination a:link, .category_blog_view .pagination a:visited {
	color: #464646;
	background:#7caf37;
}

.category_blog_view .pagination a {
	border: 1px solid #464646;
}

.category_blog_view .pagination li > span.pagenav  {
	border: solid 1px #464646;
	color: #464646;
	background:#7caf37;
}

.category_blog_view .pagination p.counter {
	color: #464646;
	font-weight: bold;
}

.pagenav {
	font-weight: bold;
}

.rslides_tabs.rslides1_tabs {
	padding: 5px 0;
	background: #8dc63f;
	margin: 0;
	width: 100%;
}

.rslides_tabs .rslides_here a {
	background: #5a8026;
}

.cs-prev {
	background: url("images/r-prev.png") no-repeat 0 0 transparent !important;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	padding: 0 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.cs-next {
	background: url("images/r-next.png") no-repeat 0 0 transparent !important;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	padding: 0 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.cs-buttons, .cs-title, #coin-slider5976 .cs-title {
	display:none !important;
}

.top_title {
	border-bottom: 1px solid grey;
	padding:20px 0;
}

.readmore_button {
	background: #d70008;
	padding: 5px 20px;
	border-radius: 0 0 5px 5px;
	width: 8%;
	margin: -8px 40px 0 0;
	float: right;
}

.readmore_button a {color:#fff;}

/**Jquery Tabs**/
.hide { position: absolute; top: -9999px; left: -9999px; }
#example-two .list-wrap { background: none; padding: 10px; margin: 0 0 15px 0; text-align:justify; padding-top: 40px; line-height: 1.6em;}

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden; }
#example-two .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 5px; background: #acacac; color: white; font-size: 10px; text-align: center; border: 0; }

#example-two li a.current,#example-two li a.current:hover { background-color: #d70008 !important; color: fff !important; }
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #999;}

/**contact form**/
.map_block {
	width: 300px !important;
	float: left;
	padding-bottom:40px;
}

.map {
	width: 300px !important;
	height: 300px !important;
	border: 1px solid #C0C0C0;
	position: relative !important;
	margin: 0;
	float: left !important;
	margin-top:300px;
	margin-left: -300px;
}

.contact_detail_block {
	width: 300px !important;
}

.contact_form {
	padding: 2% 0 3% 18%;
	font-size: 24px;
	font-weight: bold;
	color: transparent;
}

.contact_form_div {
width: 50%;
padding: 3%;
margin: 0 18%;
background: white;
box-shadow: 1px 1px 8px #d2d2d2;
float: right;
position: relative;
margin-top: -720px;
margin-right: 0;
}

.contact_field input[type="text"], .contact_field textarea {
	width:400px !important;
	margin: 0 auto;
	display: block;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
    color: #333;
    border:1px solid lightgrey;
}

.contact_field input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.contact_label {
	margin: 15px 0;
	padding: 0 0 0 40px;
}

#recaptcha_widget_div {
	width: 318px;
	margin: 0 auto;
}

.contact_label input[type="submit"] {
	padding: 5px 50px;
	border: 0;
	border-radius:25px;
	margin-left: 140px;
	
	background: #3992c7;
    color: #fff;
	font-weight: bold;
	
	border: 1px solid rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	cursor: pointer;
}

.contact_label input[type="submit"]:hover {
	background: #2165aa;
}

.address { background-image: url('images/address_ico.png'); }
.row.phone span { background-image: url('images/phone_ico.png'); }
.row.fax span { background-image: url('images/fax_ico.png'); }
.row.email span { background-image: url('images/email_ico.png'); }
.row.phone img, .row.fax img,.row.email img { display: none; }

/**product page**/
.product_title {
	font-size: 34px;
	color: #acacac;
	padding: 0 0 10px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid lightgrey;
	font-weight: bold;
}

.articles_view {
	background: white;
	padding: 2%;
	width: 96%;
	box-shadow: 1px;
	box-shadow: 1px 1px 8px #d2d2d2;
}

.widget h3 { border:0 !Important; }
.homewidget {
	margin-top:20px;
	width: 100%;
	float:left;
}

.each_child {
	width: 310px !important;
	border: 0 !Important;
	font-weight: normal !important;
}

.cat_child {
	margin-top: 50px;
}

.cat_label { color:transparent; }