body{
	padding: 0px;
	margin: 0px;
	height: 100%;
    color: #636363;
    font: 12px 'Noto Sans', sans-serif;
	background: #111111;
	-webkit-font-smoothing: subpixel-antialiased;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**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
*/

img { border: 0;}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font:-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: 'Oleo Script', cursive;
	font-size: 16px;
	color: #818181;
	margin: 0;
	font-weight: normal;
}

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

a:hover{ 
	text-decoration: none;
}

ul, ol, li, p,
.articles_view, 
.article_title { 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: circle;
}

p {
	font-size: 13px;
	line-height:24px;
	text-align: justify;
}

/** article overwrite default css **/
.article_title_area {
	background: none;
	border-bottom: 1px dotted lightgrey;
	margin-bottom:30px;
}

.article_title h4 {
	font-family: 'Oleo Script', cursive;
	font-size: 36px;
	color: #8dc63f;
	margin: 10px 0;
	font-weight: normal;
}

/**
* Layout Specific
*/
#global-container {
	width: 100%;
	min-height:950px;
	float:left;
	margin:0 auto;
	background: url(images/background.jpg) 0 center repeat #8dc63f;
}

.col_980 {
	width: 980px;
	margin:0 auto;
	position:relative;
}

header {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0 0 12px 0;
	
	-webkit-box-shadow: 0 8px 6px -6px #333;
	-moz-box-shadow: 0 8px 6px -6px #333;
	box-shadow: 0 8px 6px -6px #333;
}

.header-column-one {
	width:auto;
	float:left;
	width:250px;
	margin: 5px 0;
}

.header-column-two {
	width:auto;
	float:right;
	width:500px;
}

.navigation {
	display:block;
	width:100%;
	float:right;
	z-index:999; 
	background: #8dc63f;
	height:35px;
	border-radius:5px;
	margin:0 0 10px 0;
}

.navigation ul {
	width: 74%;
	margin: 0 auto;
}

.banner {
	display:block;
	float:left;
	width:960px;
}

.rotator {
	margin: 10px 0 0 0;
	border-top: 1px solid lightgrey;
}

section {
	width:960px;
	float:left;
	background:white;
	border:1px solid lightgrey;
	padding:0 10px;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:230px;
	float:left;
	margin: 0 5px 10px 0;
}

.component-widget {
	display:block;
	float: left;
	width: 720px;
	margin: 0 0 10px 5px;
}

#component {
	display:block;
	float: left;
	width:720px;
	margin: 0 0 10px 5px;
	
}

footer {
	background: #fff;
	float: left;
	margin:10px 0;
	background:white;
	border:1px solid lightgrey;
	padding:10px;
	width:960px;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	display:inline;
	float:left;
	width: 960px;
	margin:0 auto;
	position:relative;
}

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

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

.column-one {
	background: url(images/columnbox-pattern.jpg) repeat;
	border:1px solid lightgrey;
	padding:10px;
	margin:15px 0 ;
}

.side_row li { list-style:none; }

.magnifier.icon { display:none; }

.widget.widget_style_21 h3 span {
	color: #898989;
	font-weight: normal;
	text-transform: uppercase;
}

.widget h3 { border:0 !important; }

.widget.widget_style_21 h3 { margin:3px 0; }

.widget.widget_style_21 li {
	padding:6px 0;
	border-bottom:1px solid lightgrey;
}

.category_blog_view .article_title h4 {
	border:0;
	padding:6px 0;
	border-bottom:1px solid lightgrey;
	color: #9b969b;
	font-weight:bold;
	font-size: 18px;
}

.pagination a {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #8dc63f;
	color: #fff;
}

.pagination strong {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #8dc63f;
	color: #fff;
}

.promo_price {
	text-align: center;
	font-weight: bold;
	color: #EDBD75;
	font-size: 16px;
}

.line_through {
text-decoration: line-through;
}

.widget.widget_style_44 {
	margin: 20px 10px;
}

.category-module li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid lightGrey;
}

.category-module h3 {
	font-size:14px;
	margin:0;
	font-weight:bold;
	padding:5px 0;
}

.category-module h3 a {
	color: #9e005d;
}

/**user log**/
.userlog {
	width: 65%;
	padding-left: 35%;
	padding-top: 3%;
}

.button_login, 
.button_register,
.login_reset {
	width: 33.3%;
	float: left;
	padding: 1.5% 0;
}

.userlog a {
	color: #888;
}

.userlog a:hover {
	color: #cacaca;
}

.button_user {
	width: 44%;
	float: left;
	padding: 1.5% 0;
	color: #888;
}

.button_setting,
.button_logout {
	width: 25%;
	float: left;
}

.button_setting {
	margin-right:10px;
}

.button_setting button,
.button_logout input[type="submit"] {
	color: #fff;
	font: 12px 'Noto Sans', sans-serif;
	border: 0;
	border-radius: 5px;
	padding: 5px 10px;
	text-shadow : none;
	background: #8ec12d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.button_setting button:hover,
.button_logout input[type="submit"] :hover {
	border: 0;
}

/*search widget*/
.search {
	width: 100%;
	margin: 15px 0;
}

.search h3 {
	display:none;
}

#search_keyword {
	background: white;
	border: 1px solid lightgrey;
	padding: 3px 5px;
	float: left;
	height: 23px;
	margin: 0;
	font: 12px 'Noto Sans', sans-serif;
	width: 160px;
}

.search_product button {
	background: #8ec12d;
	border: 0;
	font-weight: normal;
	text-transform: uppercase;
	font: 10px 'Noto Sans', sans-serif;
	color: #fff;
	border-radius: 0;
	text-shadow: none;
	height: 31px;
}

.map { 
	border: 1px solid grey;
}

.gmap3 {
	margin: 0;
	width: 710px;
	height: 350px;
}


.row.email,
.row.state,
.row.position,
.row.state,
.row.email,
.row.mobile,
.row.address,
.row.city,
.row.phone,
.row.fax {
	display: none;
}

.row.contact_desc {
	margin-top: 380px;
	padding: 0 0 20px 0;
	width: 710px;
	border-bottom: 1px dotted grey;
}

#recaptcha_widget_div {
	position: absolute;
	width: 300px;
	margin: -175px 0 0 380px;
}

.contact_label input[type="submit"] {
	text-shadow : none;
	border: 0;
	background: #8ec12d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	color: #fff;
	font: 12px 'Noto Sans', sans-serif;
	border-radius: 5px;
	padding: 5px 25px;
	margin: -30px 0 0 0;
	position: absolute;
}

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

.img_div {
height: 160px !Important;
}