@font-face {
    font-family: 'Sketch_Block';
    src: url('fonts/sketch_block-webfont.eot');
    src: url('fonts/sketch_block-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sketch_block-webfont.woff') format('woff'),
         url('fonts/sketch_block-webfont.ttf') format('truetype'),
         url('fonts/sketch_block-webfont.svg#sketch_blockbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Sketch_Block';
	font-size: 12px;
}

html , body {
	width:100%;
	min-height:100%;
	min-width:1390px;
	overflow-x:hidden;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #307662;
	font-family: 'Sketch_Block';
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom:2px;
	font-size: 30px;
	font-weight: normal;
	border-bottom:1px solid #64af9a;
	text-transform:capitalize;
	
	
}
h2 {
	color: #000000;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
   
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}


/* layout */
#container-outer {
	width:100%;
	min-height:100%;
	background:#ededed;
	position:absolute;
	top:0;
	left:0;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top:130px;
	text-align: left;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
}

#body_account_login #content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:940px;
	height:400px;
}

#content {
	margin-bottom: 25px;
	float:left;
	width: 93.5%;
	background:#fff;
	border:1px solid #64AF9A;
	padding:30px;
}
#column-left + #column-right + #content, #column-left + #content {
	float:left;
	width:700px;
	margin-left:20px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header-outer{
	width:100%;
	height:90px;
	margin:auto;
	background:url(../image/header-bg.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
}

#header {
	height: 90px;
    margin: auto;
    padding-bottom: 4px;
    position: relative;
    width: 940px;
    z-index: 99;
}

#body_account_login #header #logo  {
	position:relative;
	max-width:165px;
	margin:auto;
}


#header #logo {
	right:0;
	top:20px;
	position:absolute;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	padding:23px 44px 0 0;
	color:#666666;
	font-size:14px;
	
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color:#666666;
	font-size:14px;
	font-weight:normal;
	text-align:right;
	padding-bottom:5px;
	line-height:normal;
}

.mini-cart-total td  b{
	font-weight:normal;
	padding-right:16px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #4bb194;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb a {
	color: #4bb194;
	font-size:10px;
	margin-bottom: 10px;
	text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success {
    background: url("../image/success.png") no-repeat scroll 10px center #FFF7AF;
    border: 1px solid #64AE9D;
    border-radius: 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    margin: 0;
    padding-right: 9px;
    padding-top: 6px;
}
.required {
	color: #FF0000;
    display: inline;
    font-weight: bold;
    line-height: normal;
	padding-left:3px;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.required-field {
	color:#FF0000!important;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	text-decoration: underline;
	color: #cb8c49;
	border-right:1px solid #508576;
	padding-right:5px;
	padding-left:3px;
	line-height:12px;
}

.pagination .links a:last-child {
	border-right:none;
}

.pagination .links b {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	color: #508576;
	border-right:1px solid #508576;
	padding-right:5px;
	padding-left:3px;
	line-height:12px;
	
}
.pagination .results {
	float: right;
	padding-top: 3px;
	display:none;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url('../image/cart-button.png') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 11px 44px 9px 44px;
}
input.button {
	margin: 0;
	border: 0;
	height:36px;
	padding:0 44px;	
}
a.button:hover, input.button:hover {

}
.buttons {
	overflow: auto;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	 border-bottom: 1px solid #DDDDDD;
    float: left;
    height: 30px;
    line-height: 16px;
    width: 100%;
	margin-top:30px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	float:left;
	width:96.8%;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #64af9a;
	background:#95e0cb;
	padding: 7px 20px 9px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #307662;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #64af9a;
	border-right: 1px solid #64af9a;
	border-bottom: 1px solid #64af9a;
	color:#307662;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 10px;
}
.box-category > ul > li + li {
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #307662;
	font-size:14px;
}
.box-category > ul > li ul {
	display: none;
	margin-top:10px;
}
.box-category > ul > li a.active {
	
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 5px;
	list-style:none;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color:#307662;
	font-size:12px;
	padding:0 0 7px 9px;
	background:url(../image/sub-menu.png) 0 30% no-repeat;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #64AF9A;
	background:#95e0cb;
	padding: 7px 20px 6px;
	overflow: auto;
	margin-bottom:18px;
}
.product-filter .display {
	margin-left: 26px;
	float: left;
	padding-top: 4px;
	color: #0d5944;
}
.product-filter .display a {
	color:#04b281;
}
.product-filter .sort {
	float: right;
	color: #0d5944;
}

.product-filter .sort select {
	margin-left:15px;
}
.product-filter .limit {
	margin-left: 0px;
	float: left;
	color: #0d5944;
}

.product-filter .limit select {
	margin-left: 13px;
}

.product-filter select {
	color:#7f7f7f;
}

.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	background:#fff;
	border:1px solid #64AF9A;
	height:144px;
}
.product-list .right {
	float: right;
	width:459px;
	height:100%;
}
.product-list > div + div {
}
.product-list .image {
	float: left;
	border-right:1px solid #64AF9A;
}
.product-list .image img {
}
.product-list .name {
	margin-top:10px;
	margin-bottom: 3px;
}
.product-list .name a {
	color: #236F5A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}

.product-list .description a {
	color: #000;
	text-decoration:none;
}

.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	color: #000000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 17px;
}

.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
	
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 20px;
    border: 1px solid #64af9a;
	background:#fff;
}

.product-grid > div > .bottom {
	padding:7px 8px;
	border-top:1px solid #64af9a;
}

.product-grid > div:nth-child(3n)  {
	margin-right:0;
}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	
}
.product-grid .name a {
	color: #236f5a;
	text-transform:uppercase;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}


#menu > ul .top, #menu > ul li li.sfhover {
    color: #293C36;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px 15px 9px 17px;
    text-align: center;
}
#menu > ul a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
}

a, a:visited {
    color: #3C7D6B;
    cursor: pointer;
    text-decoration: underline;
}
#menu > ul li {
    list-style: none outside none;
}
td, th, input, select, textarea, option, optgroup {
    color: #000000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
}
.product-grid .name  {
    color: #236F5A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}

.product-grid .price {
    color: #000000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 17px;
    text-align: left !important;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}

.cart input[type="button"] {
	height:36px;
	padding:0 46px;
	font-size:16px;

}

.product-grid .cart input {
	height:36px;
	padding:0 46px;
	font-size:16px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	border:1px solid #64af9a;
	padding:18px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #64af9a;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right:10px;
}

.product-info .image-additional > a:nth-child(3n) {
	margin-right:0px;
}
.product-info .description {
	margin-bottom: 10px;
	color: #616161;
}
.product-info .description span {

}
.product-info .description a {
	color: #616161;
	text-decoration: none;
}


.product-info .description .small-description {
	margin-bottom:27px;
}

.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #616161;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #616161;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}

.product-info .cart div b{
	font-weight:normal;
	font-size:14px;
}


.product-info .cart div > span {

}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	background:url(../image/login-bg.png) no-repeat;
	width:662px;
	height:321px;
	margin:auto;
	padding-top:35px;
	
}

.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
	

}


.login-content .center form div.content b {
	font-size:18px;
	color:#293c36;
	font-weight:normal;
	width:340px;
	text-align:left;
	display:block;
	margin:auto;
	margin-bottom:5px;
	
}

.login-content .center form div.content input[type="text"] , .login-content .center form div.content input[type="password"] {
	border:1px solid #64af9a;
	background:#fff;
	width:290px;
	height:35px;
	padding:0 30px 0 20px;
	margin-bottom:14px;
	font-size:14px;
}

.login-content .center form div.content input.button {
	background:url(../image/login-btn.png) 100% 50% no-repeat;
	padding:0;
	width:110px;
	font-size:20px;
	color:#427968;
	box-shadow:none;
	text-transform:uppercase;
	font-family: 'Sketch_Block';
	text-align:left;
}

.login-content div.center form div.content a.forgotten {
	color:#427968;
	width:288px;
	display:block;
	text-align:right;
	margin:auto;
	margin-top:-8px;
}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #95E0CB;
	padding:17px 0;
    color: #010101;
    font-weight: bold;
    text-decoration: none;	
	font-size:13px;
	line-height:0px;
	border-top:1px solid #4dba9b;
}
.cart-info thead {

}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .supplier {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .price, .cart-info thead .quantity {
	text-align: left;
}
 .cart-info thead .total {
	text-align: left;
}
.cart-info tbody td {
    background: none repeat scroll 0 0 #F5F5F5;
    border-right: 0 none;
    border-top: 1px solid #DDDDDD;
    font-family: arial;
    font-size: 13px;
    line-height: 0;
    padding: 14px 13px 14px 9px;
}
.cart-info tbody tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}

.cart-info tbody tr:last-child td  {
	border-bottom:1px solid #dddddd;
}
.cart-info.productTable td {
    background-color: #FFFFFF;
}
.cart-info thead td {
	background-color: #95E0CB !important;
}
.cart-info tbody td.empty {
	text-align:center;
	color:#7f7f7f;
	padding:55px 0;
	border-bottom:none;
}



.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .supplier {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	padding: 15px 0;
	border-top: 1px solid #64af9a;
	text-align:right;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}

#footer > li {
    border-right: 1px solid #447E6E;
    color: #4DBA9B;
    display: inline-block;
    line-height: 10px;
    list-style: none outside none;
    padding: 0 13px 0 5px;
}

#footer > li:last-child {
	border:none;
}

#footer > li > a {
    color: #04B281;
    font-size: 11px;
    text-decoration: underline;
}
#footer .column a:hover {
	text-decoration: underline;
}
.powered {
	width:100%;
	height:50px;
}

.powered .hailstorm {
	width:145px;
	height:15px;
	margin:auto;
	display:block;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.loginForm{
    width: 460px;
    margin:auto;
	text-align:center;

}

.loginForm h2{
	font-family: 'Sketch_Block';
	margin-bottom:17px;
}

#headerCustomer {
    height: 90px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
	width:940px;
	margin:auto;
}

#headerCustomer #welcomeCustomer {
    color: #293c36;
    position: absolute;
    left: 0;
    text-align: left;
    top: 24px;
    z-index: 5;
    font-size: 16px;
}
#headerCustomer #welcomeCustomer a {
    font-size: 16px;
	color:#5dd7b5;
}

#headerCustomer #logo {
    right:0;
	top:20px;
	position:absolute;
}
/**********search block*************/
#searchboxes {
	background:url(../image/searchboxes-bg.png) 50% 100% no-repeat #F7F7F7;
    float: left;
    width: 878px;
	padding:30px 30px;
	border-left:1px solid #6bb29e;
	border-right:1px solid #6bb29e;
	color:#1b1b1b;
	font-size:14px;
	color:#1b1b1b;
	
}

body#body_product_category #searchboxes {
	display:none;
}


#searchboxes input.searchfield {
	margin-top:15px;
	width:518px;
	height:33px;
	border:1px solid #6bb29e;
	color:#2c2c2c;
	font-size:17px;
	padding:0 18px;
}


#searchResult {
	border:1px solid #424242;
	display:none;
	background:#eeeeee;
	padding-bottom:12px;
	
}

#searchProduct{
    position: relative;
    z-index: 99;
    margin-bottom:7px;
	font-size:14px;
}


#searchProduct #search{

    position: relative;
    z-index: 99;
    float:left;
    width:50%;
	background:#fff;
}

#searchProduct #search > a, #product > a{
	text-decoration:none;
}


#product{
    position: relative;
    width:50%;
    float: right;
}

#searchProduct #searchResult{
    width: 700px;
    min-height: 60px;
    max-height: 200px;
    overflow-y: hidden;
    display: none;
    border: 1px solid #424242;
    background: #eeeeee;
}
#searchResult .inner{
    overflow-y: scroll;
    border-bottom: 1px solid #424242;
    min-height: 60px;
    max-height: 180px;
	
}
.resultTable {
    background: #EEEEEE;
	width:100%;
}
.resultTable tr:hover {
    background: #95e0cb;
    cursor: pointer;
}
.resultTable td {
    line-height: 24px;
    font-size: 16px;
    padding: 5px 7px;
    max-width:320px;
}
.resultTable td.sku {
    font-weight: bold;
}
.resultTable td.left {
    text-align: left;
}
.resultTable td.right{
    text-align: left;
}
/*******************orders**********************/
#orders{
    border:1px solid #64af9a;
	border-top:none;
    margin-bottom:20px;
	background:#f7f7f7;
	width:938px;
	min-height:70px;
	padding:0;
	float:left;
	line-height:70px;
}

#orders h4{
	margin:0;
	color:#1b1b1b;
	padding-left:27px;
	font-weight:normal;
}

#orders h4 b{
	font-weight:normal;
	padding:0 30px;
	display:block;
	font-size:14px;
}

#orders h2 {
	background:#fff;
	font-size:20px;
	color:#424242;
	margin-bottom:0;
}

#orders h2 b{
	font-weight:normal;
	padding:0 30px;
	display:block;
}


.opened  b{
    background:url(../image/order-open.png) 0 50% no-repeat;
}
.closed b{
    background:url(../image/order-closed.png) 0 50% no-repeat;
}

.cancelOrder {
    float:right;
	color:#64AF9A;
	margin-right:46px;
	
}


.clear {
    clear: both;
}

.confirm_order{
    float: right;
	padding-right:44px;
}

.confirm_order form {
	color:#666666;
	font-size:14px;
}
.confirm_order form a.button{
	margin-left:16px;
}

.spoiler-title:hover {
    cursor: pointer;
}
.spoiler-body {
    overflow: auto;
}

.viewMore{
    padding:0px;
    margin:7px 0 0 7px;
	display:inline-block;
}





.viewMore, .close {
    background: none repeat scroll 0 0 #107C04;
    border-radius: 10px;
    color: #FFFFFF !important;
    font-family: arial;
    font-size: 13px;
    line-height: 0;
    margin-top: 10px;
    padding: 11px;
    text-decoration: none;
}

.close {
	float:right;
	 margin:7px 7px 0 0;
	 background:#b50000;
}

#searchResult .close{
	margin: 10px 7px 0 0;
}
.productTable {
    max-height: 500px;
	width:100%;
	float:left;
    overflow-y: scroll;
    border:1px solid #64af9a;
	margin-bottom:20px;
}

.productTable table thead tr td {
    font-size: 12px;
    line-height: 0;
    padding: 15px 2px 16px 8px;
}

#orders .successOrder{
    margin: 30px auto;
    text-align: center;
}

#button-cart{
	float:left;
	clear:both;
}

#tab {
	background:#64af9a;
	width:100%;
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding:15px 0 27px 0;
	position:relative;
}

a#tab {
	color:#fff;
	text-decoration:none;
	border: 1px solid #64af9a;
	
}

#tab.active-tab {
	background:#95e0cb;
	color:#293c36;
	padding:25px 0 25px 0;
	margin-top:-10px;
	border:1px solid #64af9a;
}

.extended {
	position:absolute;
	bottom:0;
	display:none;
	background:#95e0cb;
	width:100%;
	height:10px;
}

#tab.active-tab .extended {
	display:block;
	z-index: 9999;
}

#search #tab.active-tab .extended {
	right:-99.7%;
}

#product #tab.active-tab .extended {
	left:-99.8%;
}


#body_account_login #content , #body_product_category #content , #body_product_product #content , #body_product_search_listing #content{
	background:none;
	border:none;
	padding:0;

} 

#notification {
	margin-bottom: 29px;
}

.button.delete {
    background: none repeat scroll 0 0 #B40000;
}

.edit-button {
    background: url("../image/edit-bg.jpg") no-repeat scroll 91% 60% #C28902;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    padding: 3px 21px 3px 10px;
    text-decoration: none !important;
}

.button.cancel {
	background:#b70207;
}

.delete-button {
    background: url("../image/delete-bg.jpg") no-repeat scroll 91% 52% #C40105;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    padding: 3px 21px 3px 10px;
    text-decoration: none !important;
}

.view-button {
    background: url("../image/view-bg.jpg") no-repeat scroll 91% 52% #02a151;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    padding: 3px 21px 3px 10px;
    text-decoration: none !important;
}

.button.filter {
	background:#02793f;
}



#cancel_order {
    background: none repeat scroll 0 0 #B40000;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: arial;
    line-height: 0;
    margin-right: 31px;
    margin-top: 23px;
    padding: 11px;
    text-decoration: none;
}

.price {
    text-align: center !important;
}



.add-to-cart > a {
    background: none repeat scroll 0 0 #0F7901;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 3px 12px 2px;
    text-decoration: none;
}

.success > a {
    color: #555555;
    cursor: text;
    text-decoration: none;
}

.close.no-products {
    margin-top: 4px !important;
}


/*Landing/Homepage CSS*/
html.home {
	background:url('../image/home-main-bg.png') 0 -100%  repeat;
	overflow-x:hidden;
}


#container{
	width:100%;
	margin-top:0;
}


#container .content-top{
	background:url('../image/home-content-bg.png') 0 0 / 100% 50px repeat-x;
	width:100%;
	height:48px;
	margin:auto;
	margin-top:-60px;
	
}

#container #content{
    background:url('../image/home-content-bg-01.png') 0 0 repeat;
	border:none;
	min-height:200px;
	width:100%;
	text-align:center;
	margin-bottom:0;

}

#header-outer{
	width:100%;
	height:205px;
	background:url('../image/home-header.png') repeat-x;
	position:relative;
	background-size:100% 100%;
	overflow-x:visible;
	overflow-y:hidden;
}

#header {
	width:1180px;
	height:205px;
}

#header-outer #header #logo {
	left:0;
	top:40px;

}

#header-outer #header .top-menu{
	display:inline-block;
	text-align:center;
	position:absolute;
	top:50px;
	left:330px;
}

#header-outer #header .top-menu > a {
	color:#d49e64;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin-right:50px;
	display:inline-block;
	float:left;
}

#header-outer #header .top-menu > a:hover {
	color:#427968;
	text-decoration:underline;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	writing-mode: lr-tb;

}

#header-outer #header .top-menu > a.current_page_item {
	color:#427968;
}

#header-outer #header .main-menu{
	text-align:center;
	display:inline-block;
	position:absolute;
	top:113px;
	left:38px;
}

#header-outer #header .main-menu > li{
	float:left;
	display:inline-block;
	list-style:none;
	margin-right:30px;
	width:160px;
	height:67px;
	line-height:67px;
	cursor:pointer;
}

#header-outer #header .main-menu > li:hover {
	background:url('../image/menu-hover.png') 0 -100% / 160px 67px no-repeat;
}


#header-outer #header .main-menu  a {
	color:#427968;
	font-size:18px;
	text-decoration:none;
	padding-right:24px;
	text-transform:uppercase;
	background:url('../image/menu-arrow.png') 100% -1px / 14px 17px no-repeat;
}

#header-outer #header .main-menu li:hover  a {
	display:block;
	color:#bd6303;
	background:url('../image/menu-arrow-h.png') 87% 45%  no-repeat!important;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	writing-mode: lr-tb;	
}

#header-outer #header .main-menu li a.current_page_item { 
	color:#bd6303;
	background:url("../image/menu-arrow-a.png") no-repeat scroll 100% -1px / 14px 17px;
}

#header-outer #header .sign-up{
	background:url('../image/sign-up-bg.png') no-repeat;
	width:171px;
	height:180px;
	float:right;
	text-align:center;
	margin-top:17px;
	margin-right: 14px;
	padding:45px 0 0;
}

#header-outer #header .sign-up > span{
	font-size:16px;
	color:#363636;
	display:block;
	line-height:1.5;
	-webkit-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	writing-mode: lr-tb;
}

#header-outer #header .sign-up b{
	text-transform:uppercase;
}

#header-outer #header .sign-up .sign-arrow{
	width:36px;
	height:26px;
	margin:auto;
	margin-top:7px;
}

#header-outer #header .sign-up .sign-arrow a{
	background:url('../image/sign-up-arrow.png') no-repeat;
	display:block;
	width:100%;
	height:100%;

}


#container .carousel-section{
	width:1390px;
	height:378px;
	margin:auto;
	margin-top:-20px;
	background:url('../image/carousel-section-bg.png') 30px 0 no-repeat;
	padding-top:91px;
	position:relative;
}

#container .carousel-section .bubble {
	width:502px;
	height:281px;
	background:url('../image/bubble.png') no-repeat;
	float:left;
	display:inline-block;
	position:absolute;
	left:120px;
	text-align:left;
}

#container .carousel-section .bubble > span {
	color:#2b433c;
	font-size:36px;
	display:block;
	padding-top:60px;
	padding-left:35px;
	line-height:1.5;
	-webkit-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	writing-mode: lr-tb;	
}

#container .carousel-section .info-bubble{
	float:left;
	display:inline-block;
	position:absolute;
	text-align:center;
	cursor:pointer;
}

#container .carousel-section  .info-bubble-inner > a  {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#container .carousel-section .info-bubble  span{
	color:#fefefe;
	font-size:16px;
	width:100%;
	display:block;
	padding-top:70px;
}

#container .carousel-section .hospitality {
	width:203px;
	height:207px;
	background:url('../image/hospitality-main-bg.png') center no-repeat;
	left:687px;
}



 #container .carousel-section  .info-bubble-inner {
	height: 100%;
    width: 100%;
}


 #container .carousel-section  .info-bubble-inner:hover {
	background:url('../image/info-bubble-hover.png') center no-repeat!important;
}

 #container .carousel-section  .info-bubble-inner:hover > a > span{
	display:none;
}


 #container .carousel-section .hospitality > div.info-bubble-inner {
	background:url('../image/hospitality-bg.png') center no-repeat;
}


 #container .carousel-section .supplier {
	width:210px;
	height:200px;
	background:url('../image/suppliers-main-bg.png') center no-repeat;
	left: 902px;
    top: 99px;
}

 #container .carousel-section .supplier > div.info-bubble-inner{
		background:url('../image/suppliers-bg.png') center no-repeat;

}



 #container .carousel-section .products-services {
	width:201px;
	height:206px;
	background:url('../image/products-main-services.png') center no-repeat;
	left: 1118px; 
    top: 96px;
	
}

 div.info-bubble-inner span {
	padding-top:75px;
}

 #container .carousel-section .products-services > div.info-bubble-inner{
	background:url('../image/products-services.png') center no-repeat;
}


 #container .banner {
	display:inline-block;
	width:400px;
}

 #container .banner .banner-information{
	display:block;
	text-align:center;
}

 #container .banner .title{
	color:#50502f;
	font-size:30px;
	max-width:230px;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:auto;
	margin-bottom:36px;
}

 #container .banner .description{
	color:#bd6303;
	font-size:18px;
	max-width:340px;
	text-align:left;
	text-decoration:none;
	display:block;
	margin:auto;
	margin-bottom:30px;
}

 #container .banner .more-info{
	color:#23aa82;
	font-size:18px;
	max-width:230px;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:auto;
}

 #container div#content div#banner1.banner {
	background:
	url(../image/box-border.png) 100% 0 no-repeat,
	url(../image/box-border.png) 0 0 no-repeat;
}


 #container .banner  a:hover {
	color:#39574f;
	text-decoration:underline;

}

 #footer-content-outer {
	background:url('../image/home-content-bg-01.png') 0 0 repeat;
	width:100%;
	float:left;
}

 #footer-content {
	max-width:1180px;
	margin:auto;
	text-align:center;
	background:url('../image/footer-border.png') 0 0 no-repeat;
	min-height:15px;
	padding-top:35px;
	padding-bottom:10px;
	clear:both;
	
}


.body_information_information #footer-content-outer , .body_information_contact #footer-content-outer  {
	background:url('../image/footer-information.png') 0 0 no-repeat;
	height:159px;
	background-size:100% 100%;
	margin-top:-28px;
	
}


.body_information_information #footer-content-outer  #footer-content  , 
.body_information_contact #footer-content-outer  #footer-content{
	margin-top:70px;
}


 #footer-content > div ,  #footer-content > span ,  .custom-links ul li {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}

 .copyright {
	float:left;
}

 .powered-content{
	float:right;
}

 .custom-links {
	float:none;
	display:inline-block;
	margin:auto;
}

.custom-links ul {
	margin:0!important;
	padding:0;
}

 .custom-links ul li {
	list-style:none;
	float:left;
	padding-right:5px;
}

 .custom-links ul li a{
	font-size:10px;
	color:#575757;
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------*/


.body_ac_cms_category #container div#content ,
.body_ac_cms_article #container div#content {
	background:#fff;
	margin-top:-17px;
	margin-bottom:-30px;
}

.body_ac_cms_category #container div#content .content {
	max-width:1070px;
	margin:auto;
}



.body_ac_cms_category #container .footer-top,
.body_ac_cms_article #container .footer-top{
	background: url("../image/home-content-bg.png") repeat-x 0 0 / 100% 50px;
    height: 48px;
    width: 100%;
	clear:both;
	position:relative;
	z-index:999;
}



/*--------Information Pages------------*/
/*********Common Rules***************/
.body_information_information #container #content ,
.body_ac_cms_category #container #content,
.body_ac_cms_article #container #content{
	background-size:cover;
}

.body_information_information #container #content .content,
.body_ac_cms_category #container #content .content, 
.body_ac_cms_article #container #content .content {
	background-size:cover;
	position:relative;
	overflow:hidden;
	text-align:left;
}

.body_information_information .content h1 , 
.body_ac_cms_category .content h1, 
.body_ac_cms_article .content h1{ 
	color:#fff;
	border-bottom:none;
	text-transform:none;
	text-align:left;
	text-shadow: -2px 4px 5px rgba(25, 86, 35, 0.75);
	-webkit-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	writing-mode: lr-tb;
}

.body_information_information  .content .breadcrumb,
.body_ac_cms_category .content .breadcrumb, 
.body_ac_cms_article .content .breadcrumb {
	color: #398E74;
    font-size: 12px;
    position: absolute;
	
}


.body_information_information  div.content div.breadcrumb a,
.body_ac_cms_category .content .breadcrumb a, 
.body_ac_cms_article .content .breadcrumb a {
    color: #398E74;
    font-size: 12px;
}


.body_information_information  div.content div.breadcrumb a:last-child ,
.body_ac_cms_category .content .breadcrumb a:last-child ,
.body_ac_cms_article .content .breadcrumb a:last-child {
    color: #15523F;
}


.body_information_information .information-10 div.content div.body-text {
	font-size:18px;
	color:#313b39;
	font-family:Arial, Helvetica, sans-serif;
}

.body-text{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#313b39;
}


/************Solutions Page**************/

.body_information_information #container #content.information-13 {
	margin-top:-15px;
	background:url("../image/solutions-bg.jpg") no-repeat;
	background-size:cover;
	padding-bottom: 40px;
    padding-top: 60px;
}

.body_information_information #container #content.information-13 .content{
	background:url("../image/solutions-content-bg.jpg") no-repeat;
	width:1080px;
	height:690px;
	margin:auto;
}


.body_information_information .information-13 .title-wrapper{
	background:url("../image/title-bubble.png") no-repeat;
	width:623px;
	height:180px;
	margin-left:90px;
	margin-top:91px;
	padding:37px 0 0 20px;	
}

.body_information_information .information-13 .content h1{
	float:left;
	max-width:600px;
	font-size:56px;
}

.body_information_information .information-13 div.content div.breadcrumb{
	position:absolute;
	top:95px;
	left:134px;
	font-size:12px;
	color:#398e74;
}

.body_information_information .information-13 div.content div.breadcrumb a{
	font-size:12px;
	color:#398e74;
}

.body_information_information .information-13 div.content div.breadcrumb a:last-child{
	color:#15523f;
}

.body_information_information .information-13 div.content div.page-image{
	background:url("../image/circle-image.png") no-repeat;
	width:210px;
	height:200px;
	float:left;
	margin-right:20px;
}

.body_information_information .information-13 .content .window-scroll , 
.body_information_information .information-10 .content .window-scroll,
.body_information_information .information-19 .content .window-scroll ,
.body_information_information .information-20 .content .window-scroll {
	max-width:908px;
	height:225px;
	overflow:hidden;
	margin-left:70px;
	margin-top:-15px;	
}


.body_information_information .information-13 div.content div.body-text {
	font-size:18px;
	color:#313b39;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:50px;
}

.body_information_information .content div.window-scroll .body-text p {
	text-align:left;
}

.body_information_information .content div.window-scroll .body-text p.first {
	padding-top:14px;
}


.body_information_information .content div.window-scroll .mCSB_container{
	margin-right:125px;
}

.body_information_information .information-13 .content .scroll{
	float:right;
	cursor:pointer;
	color:#2b433c;
	font-size:18px;
	margin-right:155px;
	width:150px;
	text-align:right;
	
}

.body_information_information .information-13 .content .scroll.scroll-up {
	background:url("../image/arrow-active-up.png") 100% 10% no-repeat;
	margin-top:-45px;	
	padding-right:36px;
	
}

.body_information_information .information-13 .content .scroll.scroll-down {
	background:url("../image/arrow-active-down.png") 100% center no-repeat;
	margin-top:36px;
	padding-right:39px;

}

/************Services Page**************/
.body_information_information #container #content.information-11 {
	background:url("../image/services-bg.jpg") no-repeat;
	background-size:cover;
	margin-top:-20px;
	padding-bottom: 23px;
    padding-top: 80px;
}

.body_information_information #container #content.information-11 .content{
	background:url("../image/services-frame.png") no-repeat;
	width:1106px;
	height:679px;
	margin:auto;
}

.body_information_information .information-11 .content h1{
	float:left;
	max-width:680px;
	font-size:43px;
	
}

.body_information_information .information-11 .title-wrapper{
	background:url("../image/services-speech-bubble.png") no-repeat;
	width:883px;
	height:150px;
	margin-left: 94px;
    margin-top: 67px;
	padding:44px 0 0 92px;	
}

.body_information_information .information-11 div.content div.breadcrumb{
	position:absolute;
	top:72px;
	left:134px;
	font-size:12px;
	color:#398e74;
}

.body_information_information .information-11 div.content div.breadcrumb a{
	font-size:12px;
	color:#398e74;
}

.body_information_information .information-11 div.content div.breadcrumb a:last-child{
	color:#15523f;
}

.body_information_information .information-11 .content .window-scroll{
	max-width:715px;
	height:345px;
	overflow:hidden;
	margin-left:168px;	
}

.body_information_information .information-11 .content .body-text {
	font-size:18px;
	color:#313b39;
	font-family:Arial, Helvetica, sans-serif;
}

.body_information_information .information-11 .content .body-text .first-page , .body_information_information .information-11 .content .body-text .last-page  {
	float:left;
	height:325px;
}


.body_information_information .information-11 .body-text div.last-page ul.second {
	margin-left:50px;
}

.body_information_information .information-11 .body-text ul {
	float:left;
	display:inline-block;
	margin:0;
	padding:0;
	padding-left:16px;
	max-width:350px;
}

.body_information_information .information-11 .body-text ul li {
	list-style:inside;
	margin-bottom:6px;
	text-indent:-15px;
	font-size:12px;
}

.body_information_information .information-11 .body-text ul li span{
	font-size:18px;
}

.body_information_information .information-11 .content .scroll{
	width:79px;
	height:59px;
}

.body_information_information .information-11 .content .scroll{
	width:79px;
	height:59px;
	cursor:pointer;
	position:absolute;
	
}

.body_information_information .information-11 .content .scroll.scroll-left{
	float:left;
	background:url("../image/arrow-active-left.png") no-repeat;
	left: 95px;
    top: 342px;
}

.body_information_information .information-11 .content .scroll.scroll-right{
	float:right;
	background:url("../image/arrow-active-right.png") no-repeat;
	right:185px;
	top: 342px;
}

/************Products Page**************/
.body_information_information #container #content.information-12 {
	background:url("../image/products-bg.jpg") no-repeat;
	background-size:cover;
	margin-top:-20px;
	padding-bottom: 23px;
    padding-top: 80px;
}

.body_information_information #container #content.information-12 .content{
	background:url("../image/products-frame.png") no-repeat;
	width:1083px;
	height:681px;
	margin:auto;
}

.body_information_information .information-12 .content h1{
	float:left;
	max-width:675px;
	font-size:47px;
	-webkit-transform: rotate(1.5deg);
	-moz-transform: rotate(1.5deg);
	-o-transform: rotate(1.5deg);
	writing-mode: lr-tb;
}

.body_information_information .information-12 .title-wrapper{
	background:url("../image/products-title-bubble.png") no-repeat;
	width:792px;
	height:102px;
	margin-left: 92px;
    margin-top: 52px;
	margin-bottom:0px;
	padding:74px 0 0 50px;	
}

.body_information_information .information-12 div.content div.breadcrumb{
	position:absolute;
	top:72px;
	left:134px;
	font-size:12px;
	color:#398e74;
}

.body_information_information .information-12 div.content div.breadcrumb a{
	font-size:12px;
	color:#398e74;
}

.body_information_information .information-12 div.content div.breadcrumb a:last-child{
	color:#15523f;
}

.body_information_information .information-12 .content .window-scroll{
	max-width:795px;
	height:300px;
	overflow:hidden;
	margin-left:110px;	
	margin-top:0px;
}


.body_information_information .information-12 .content .body-text {
	font-size:18px;
	color:#313b39;
	font-family:Arial, Helvetica, sans-serif;
}


.body_information_information .information-12 .body-text .free-demo{
	display:block;
	margin:auto;
	padding-top:11px;
	width:284px;
	height:76px;
	background:url(../image/free-demo.png) no-repeat;
	clear:both;
	margin-top:30px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;	
}

.body_information_information .information-12 .body-text .free-demo span > b {
	font-size:32px;
	font-family: 'Sketch_Block';
	text-decoration:none;
}



.body_information_information .information-12 .sub-nav{
	max-width:505px;
	margin-left:192px;
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:13px;
}

.body_information_information .information-12 .sub-pages{
	float:left;
}

.body_information_information .information-12 .features{
	overflow:hidden;
}

.body_information_information .information-12  .sub-pages h2{
	float:left;
	color:#000;
	font-family: 'Sketch_Block';
	font-size:18px;
	margin-right:20px;
}

.body_information_information  .fade{
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
	cursor:default!important;
}

.body_information_information .information-12 .content .body-text .center-text{
	clear: both;
    display: block;
    text-align: center;
}


.body_information_information .information-12 .body-text .features h4{
	background: url("../image/key-features-circle-arrow.png") no-repeat 55% -3px;
    color: #FFFFFF;
    font-family: 'Sketch_Block';
    font-size: 26px;
	padding-top:5px;
    height: 37px;
    margin: 0;
    text-align: center;
    text-shadow: -1px 2px 5px rgba(23, 98, 75, 0.96);
	-webkit-transform: rotate(2.4deg);
	-moz-transform:  rotate(2.4deg);
	-o-transform:  rotate(2.4deg);
	writing-mode: lr-tb;
}

.body_information_information .information-12 .content .scroll.scroll-left, .body_information_information .information-12 .content .scroll.scroll-right  {
	width:33px;
	height:25px;
	cursor:pointer;
}

.body_information_information .information-12 .content .scroll.scroll-left{
	background: url("../image/products-arrow-active-left.png") no-repeat;
	float:left;
	margin-right:20px;
}

.body_information_information .information-12 .content .scroll.scroll-right{
	background: url("../image/products-arrow-active-right.png") no-repeat;
	float:left;
}

.body_information_information .information-12 .content .scroll.scroll-up {
	background:url("../image/arrow-active-up.png") 100% 10% no-repeat;
	padding-right:36px;
	top:267px;
	right:185px;
}

.body_information_information .information-12 .content .scroll.scroll-down {
    background: url("../image/arrow-active-down.png") no-repeat 38% center;
    padding-right: 39px;
	width:84px;
	height:55px;
	text-align:center!important;
	bottom:35px;
	right:113px;
}


.body_information_information .information-12 .content .scroll.scroll-down , .body_information_information .information-12 .content .scroll.scroll-up  {
	float:right;
	cursor:pointer;
	color:#2b433c;
	font-size:14px;
	width:150px;
	text-align:right;
	position:absolute;

}

.body_information_information .information-12 .body-text div.features ul{
	float:left;
	width:280px;
	margin:0;
	margin-top:18px;
}

.body_information_information .information-12 .body-text div.features ul:nth-of-type(odd){
	margin-right:25px;
}

.body_information_information .information-12 .body-text div.features ul li {
	font-size:12px;
}

.body_information_information .information-12 .body-text div.features ul li span{
	font-size:15px;
}


.mCSB_scrollTools a + .mCSB_draggerContainer {
	display:none;
}

.window-scroll._mCS_1 div.mCSB_scrollTools{
	width:26px;
}

.window-scroll .mCSB_scrollTools .mCSB_buttonUp{
	background:url("../image/scroll-up.png") no-repeat!important;
	width:29px;
	height:41px;
	top: 26px;
}

.window-scroll .mCSB_scrollTools .mCSB_buttonDown{
	background:url("../image/scroll-down.png") no-repeat!important;
	width:40px;
	height:54px;
	left: 5px;
    margin-top: 0;
    top: 88px;
}

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */


.window-scroll._mCS_1 div.mCSB_scrollTools {
	width:89px;
	height:221px;
	background:url(../image/button-container.png) no-repeat;
}

.window-scroll._mCS_1 div.mCSB_scrollTools a.mCSB_buttonUp, 
.window-scroll._mCS_1 div.mCSB_scrollTools a.mCSB_buttonDown , 
.window-scroll._mCS_1 div.mCSB_scrollTools {
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}


.window-scroll._mCS_1 div.mCSB_scrollTools a.mCSB_buttonUp.top, 
.window-scroll._mCS_1 div.mCSB_scrollTools a.mCSB_buttonDown.bottom {
	cursor:default;
	opacity:0.35;
	filter:"alpha(opacity=35)"; -ms-filter:"alpha(opacity=35)"; /* old ie */	
}

/*Contact Page*/

.body_information_contact #container #content ,
.body_information_information #container #content.information-15  {
	background:url(../image/contact-background.jpg) no-repeat;
	background-size:cover;
	margin-top:-18px;
	padding:66px 0 87px 0;
	text-align:left;
}

.body_information_contact #container div#content > div.content,
.body_information_information .information-15 .content{
	background:url(../image/contact-frame.png) no-repeat;
	width:1083px;
	height:557px;
	margin:auto;
	overflow:hidden;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	
}


.body_information_contact #container #content .content .title-wrapper,
.body_information_information .information-15 .content .title-wrapper{
	background:url(../image/contact-title.png) no-repeat;
	width:362px;
	height:102px;
	padding:28px 0 0 16px;
	position: relative;
	left: 83px;
    top: 37px;

}

.body_information_information .information-15 .content .title-wrapper{
	padding: 20px 0 0 56px;
}

.body_information_information #container #content.information-15 .content .title-wrapper > h1{
	font-size:56px;
}

.body_information_contact #container #content .content h1.title,
.body_information_information .information-15 .content .title-wrapper > h1{
	font-size:58px;
	color:#fff;
	text-shadow:-2px 4px 5px rgba(25, 86, 35, 0.75);
	-webkit-transform: rotate(357.7deg);
	-moz-transform: rotate(357.7deg);
	-o-transform: rotate(357.7deg);
	writing-mode: lr-tb;
	text-decoration:none;
	border:none;
}


.body_information_contact .content div.breadcrumb,
.body_information_information .information-15 .content div.breadcrumb{
	position:absolute;
    left: 111px;
    top: 36px;
	font-size:12px;
	color:#398e74;
}

.body_information_contact .content div.breadcrumb a,
.body_information_information .information-15 .content .breadcrumb a{
	font-size:12px;
	color:#398e74;
}

.body_information_contact .content div.breadcrumb a:last-child{
	color:#15523f;
}


.body_information_contact #content .content form div.buttons {
	clear:both;
	margin-top:45px;
}

.body_information_contact #content .content form div.buttons div.right{
	width:334px;
	float:none;
	margin:auto;
}


.body_information_contact .content form div.buttons .right input.button{
	background:url(../image/submit-button.png) no-repeat;
	width:334px;
	height:67px;
	margin:auto;
	font-size:40px;
	font-family: 'Sketch_Block';
}

.body_information_contact .contact-form {
	margin-left:100px;
	margin-top:45px;
	overflow:hidden;
}	


.body_information_contact .contact-form  b {
	font-weight:normal;
	font-size:16px;
	display:block;
	margin-bottom:-9px;
}

.body_information_contact .contact-form div.form-left {
	float:left;
}

.body_information_contact .contact-form div.form-right {
	float:left;
	margin-left:60px;
}

.body_information_contact .contact-form  .form-left input[type="text"], input[type="password"], textarea {
	border:none;
	width:385px;
	height:30px;
	padding:5px;
}

.body_information_contact .contact-form  .form-right input[type="text"], input[type="password"], textarea {
	border:none;
	width:425px;
	height:30px;
	padding:5px;
}

.body_information_contact .contact-form div.form-right textarea.enq {
	min-width:425px;
	max-width:425px;
	height:114px;
	min-height:114px;
	max-height:114px;
}

/*Company(About) Page */


.body_information_information #container #content.information-10 {
    background: url("../image/solutions-bg.jpg") no-repeat;
	background-size:cover;
    margin-top: -15px;
    padding-bottom: 40px;
    padding-top: 60px;
}


.body_information_information #container #content.information-10 .content,
.body_information_information #container #content.information-19  .content,
.body_information_information #container #content.information-20  .content
 {
    background: url("../image/about-frame.png") no-repeat;
	width: 1130px;
    height: 557px;
    margin: auto;
  
}


.body_information_information .information-10 .title-wrapper,
.body_information_information .information-19  .title-wrapper,
.body_information_information .information-20  .title-wrapper
 {
    background: url("../image/about-title-bubble.png") no-repeat;
	width: 670px;
    height: 105px;
    margin-left: 60px;
    margin-top: 31px;
	margin-bottom:30px;
    padding: 50px 0 0 30px;
}

.body_information_information .information-19  .title-wrapper,
.body_information_information .information-20  .title-wrapper{
	margin-bottom:15px;
}


.body_information_information .information-10 .title-wrapper h1,
.body_information_information .information-19 .title-wrapper h1,
.body_information_information .information-20 .title-wrapper h1 {
	font-size:58px;
}

.body_information_information .information-10  div.content div.breadcrumb {
	left:85px;
	top:42px;
}

.body_information_information .information-10 .content .window-scroll,
.body_information_information .information-19 .content .window-scroll ,
.body_information_information .information-20 .content .window-scroll { 
	max-width:823px;
}

.body_information_information .information-10 .window-scroll .mCSB_scrollTools {
	top:20px;

}

.body_information_information .information-10 .window-scroll .mCSB_container div.body-text{
	font-size:16px;
}

.body_information_information .information-10 .content .more-wrapper,
.body_information_information .information-19 .content .more-wrapper,
.body_information_information .information-20 .content .more-wrapper
{
	width:191px;
	height:77px;
	background:url(../image/find-out.png) no-repeat;
	position:absolute;
	right:214px;
	top:48px;
	z-index: 99;
}

.body_information_information .information-10 .content .more-wrapper h3,
.body_information_information .information-19 .content .more-wrapper h3,
.body_information_information .information-20 .content .more-wrapper h3
{
	color:#fff;
	font-size:20px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	writing-mode: lr-tb;
	 margin-left: 25px;
    margin-top: 20px;
}

.body_information_information .tony-herra,
.body_information_information .tony-pitts{
	display:block;
	position:absolute;
}

.body_information_information .information-10 .tony-pitts,
.body_information_information .information-19 .tony-pitts,
.body_information_information .information-20 .tony-pitts
{
	width:210px;
	height:221px;
	right: 31px;
    top: 67px;
}

.body_information_information .information-10 .tony-herra,
.body_information_information .information-19 .tony-herra,
.body_information_information .information-20 .tony-herra
{
	width:203px;
	height:238px;
	right: 24px;
    top: 290px;
}

/* Clients Page*/
.body_information_information #container #content.information-16 {
    background: url("../image/solutions-bg.jpg") no-repeat;
	background-size:cover;
    margin-top: -15px;
    padding-bottom: 40px;
    padding-top: 60px;
}


.body_information_information #container #content.information-16 .content {
    background: url("../image/clients-frame.png") no-repeat;
	width: 1063px;
    height: 627px;
    margin: auto;
}


.body_information_information .information-16 .title-wrapper {
    background: url("../image/clients-title.png") no-repeat;
	width: 262px;
    height: 84px;
    margin-left: 80px;
    margin-top: 46px;
	margin-bottom:-10px;
    padding: 28px 0 0 30px;
}

.body_information_information .information-16 .title-wrapper h1 {
	font-size:58px;
}

.body_information_information .information-16  div.content div.breadcrumb {
	left:139px;
	top:38px;
}


.body_information_information .information-16 .content .window-scroll{ 
	background:url(../image/clients-inner-frame.png) center no-repeat;
	width:100%;
	height:359px;
	margin-left:0px;
	padding:60px 0px 0 0px;
}

.body_information_information .information-16 .content .scroll.scroll-left,
.body_information_information .information-16 .content .scroll.scroll-right {
	width:33px;
	height:25px;
	position:absolute;
	cursor:pointer;
}

.body_information_information .information-16 .content .scroll.scroll-left{
	background:url(../image/clients-arrow-left.png) no-repeat;
	left:20px;
	top:355px;
}

.body_information_information .information-16 .content .scroll.scroll-right {
	background:url(../image/clients-arrow-right.png) no-repeat;
	right:46px;
	top:344px;
}

/*Latest News*/
.body_ac_cms_category #container #content.blog .breadcrumb ,
.body_ac_cms_article #container #content.blog .breadcrumb,
.body_information_information .information-19 .breadcrumb,
.body_information_information .information-20 .breadcrumb,
.body_information_information .information-9 .breadcrumb,
.body_information_information .information-5 .breadcrumb
{
	left: 102px;
    top: 49px;
}

.body_ac_cms_category #container #content.blog .title-wrapper,
.body_ac_cms_article #container #content.blog .title-wrapper,
.body_information_information .information-9  .title-wrapper,
.body_information_information .information-5  .title-wrapper
{
	background:url(../image/blog-title.png) no-repeat;
	width:820px;
	height:104px;
	padding:30px 0 0 30px;
	margin:65px 0 0 -10px;
	
}


.body_ac_cms_category #container #content.blog .title-wrapper h1,
.body_ac_cms_article #container #content.blog .title-wrapper h1
 {
	font-size:48px;
	-webkit-transform: rotate(0.3deg);
	-moz-transform: rotate(0.3deg);
	-o-transform: rotate(0.3deg);
	writing-mode: lr-tb;
	letter-spacing:-1px;
	float:left;
}

.body_information_information .information-9  .title-wrapper{
    padding-left: 183px;
    padding-top: 25px;
}

.body_information_information .information-9  .title-wrapper h1{
	font-size: 51px;
    letter-spacing: -1px;
    margin: auto;
    transform: rotate(359deg);
}


.body_information_information .information-5  .title-wrapper{
	padding-left: 118px;
    padding-top: 21px;
} 


.body_information_information .information-5  .title-wrapper h1 {
	font-size: 53px;
    letter-spacing: -1px;
    margin: auto;
    transform: rotate(0.1deg);
}


.body_ac_cms_category #container #content.blog,
.body_ac_cms_article #container #content.blog ,
.body_information_information #container #content.information-19,
.body_information_information #container #content.information-20,
.body_information_information #container #content.information-5,
.body_information_information #container #content.information-9
{
    background: url("../image/solutions-bg.jpg") no-repeat;
	background-size:cover;
    margin-top: -15px;
    padding-bottom: 40px;
    padding-top: 60px;
}

.body_ac_cms_category #container #content.blog  .content,
.body_ac_cms_article #container #content.blog  .content,
.body_information_information #container #content.information-5 .content,
.body_information_information #container #content.information-9 .content
{
    background: url("../image/news-frame.png") no-repeat;
	width: 1079px;
    height: 659px;
    margin:auto;
	padding:0 40px 0 80px;
}

.body_ac_cms_category #container #content.blog .content .article-info .left{
	max-width:175px;
	margin-right:35px;
}

.body_ac_cms_category #container #content.blog .content .window-scroll {
	width:950px;
	height:410px;
	overflow:hidden;
}

.body_ac_cms_category #content.blog .mCustomScrollBox .mCSB_container .body-text .article-info{
	max-width:766px;
	background:url(../image/article-seperator.png) 0 100% no-repeat;
	padding-bottom:32px;
	margin-bottom:24px;
}

.body_ac_cms_category  .body-text .article-info .info,
.body_ac_cms_article   .info,
.body_information_information .information-19  .info,
.body_information_information .information-20  .info
{
	display:inline-block;
	border:none;
	margin:0;
}

.body_ac_cms_category  .body-text .article-info .info .article-htext,
.body_ac_cms_article   .info .article-htext{
	padding:0;
	border:none;
	color:#333;
	font-size:12px;
}


.body_ac_cms_category #container #content.blog .content .article-info .intro
.body_ac_cms_article #container #content.blog .content .article-info .intro{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.body_ac_cms_category #container #content.blog .content .article-info .intro > p {
	margin:0;
	display:inline;
}

.body_ac_cms_category .body-text .article-info h2{
	margin-bottom:0;
}

.body_ac_cms_category .body-text .article-info h2 a{
	color:#333333;
	font-size:20px;
    font-family: 'Sketch_Block';	
}

.body_ac_cms_category .body-text .article-info .read-more {
	display:inline;
}

.body_ac_cms_category .body-text .article-info .read-more > a {
	padding:0;
	color:#6d580e;
	font-size:18px;
	background:none;
	border-radius:default;
	font-family: 'Sketch_Block';
	
}


.body_ac_cms_category .blog .article-info .intro  img {
	display:none!important;
}

.body_ac_cms_category .blog .mCSB_scrollTools{
	top:34px;
}

/*Latest News Post*/
.body_ac_cms_article .blog .content  h2.post-title,
.body_information_information .information-19   h2.post-title,
.body_information_information .information-10   h2.post-title,
.body_information_information .information-20   h2.post-title {
	color:#333;
	font-size:36px;
	max-width:785px;
	margin-bottom:-7px;
	font-family: 'Sketch_Block';	
}

.body_information_information .information-10   h2.post-title {
	font-size:28px;
}
.body_information_information .information-10 .window-scroll {
	height:238px!important;
}
.body_information_information .information-19   h2.post-title,
.body_information_information .information-10   h2.post-title,
.body_information_information .information-20   h2.post-title {
	margin-bottom:10px;
}

.body_ac_cms_article .blog .content .back-button,
.body_information_information .information-19  .back-button,
.body_information_information .information-20  .back-button
 {
	background:url(../image/back-button.png) no-repeat;
	width:117px;
	height:47px;
	padding:11px 0 0 25px;
	margin-left:20px;
	
}

.body_information_information .information-19  .back-button,
.body_information_information .information-20  .back-button
 {
	margin-bottom:20px;
	margin-left:90px;
 }

.body_ac_cms_article .blog .content .back-button > a,
.body_information_information .information-19  .back-button > a,
.body_information_information .information-20  .back-button > a
 {
	color:#fff;
	text-decoration:none;
	font-size:24px;
	-webkit-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	writing-mode: lr-tb;
	display:block;
	
}

.body_ac_cms_article .blog .title-wrapper {
	height:80px!important;
	margin-bottom:8px !important;
}

.body_ac_cms_article .blog .content .window-scroll,
.body_information_information .information-9 .content .window-scroll ,
.body_information_information .information-5 .content .window-scroll
{
	max-width:940px;
	max-height:355px;
	overflow:hidden;
}


.body_ac_cms_article .blog .content .window-scroll  .mCSB_container ,
.body_information_information .information-19 .content .window-scroll  .mCSB_container, 
.body_information_information .information-20 .content .window-scroll  .mCSB_container 
{
	margin-right:140px;
}

.body_ac_cms_article .blog .content .window-scroll  .body-text,
.body_information_information .information-19 .content .window-scroll .body-text,
.body_information_information .information-20 .content .window-scroll .body-text,
.body_information_information .information-9 .content .window-scroll .body-text,
.body_information_information .information-5 .content .window-scroll .body-text
 {
	padding-left:20px;
}


.body_ac_cms_article #container #content.blog .content .article-info .intro p,
.body_ac_cms_article #container #content.blog .content .article-info .description p,
.body_information_information .information-19 .content .window-scroll .body-text p,
.body_information_information .information-20 .content .window-scroll .body-text p,
.body_information_information .information-9 .content .window-scroll .body-text p,
.body_information_information .information-5 .content .window-scroll .body-text p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}


.body_ac_cms_article  .info {
	background:url(../image/post-seperator.png) 0 100% no-repeat;
	width:766px;
	padding-bottom:30px;
	margin-bottom:18px;
	
}

.body_ac_cms_article  .info .article-htext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.body_ac_cms_article .blog .window-scroll .mCSB_scrollTools{
	top:30px;
}



.information-11 .hide,
.information-16 .hide
{
	display:none;
}



/*Chrome Fixes*/
html.chrome .body_information_information .information-9 .title-wrapper{
	padding-top:15px;
}


/*Support Page*/


@media screen and (max-width: 1600px) and (min-width: 1280px) {
html{
	overflow-x:scroll!important;
}

}




.information-13 .solutions h3
{
	margin:10px 0;
	font-family: sketch_block;
}

.information-13 .solutions h3.second{
	margin-top:28px;
}

.information-13 .solutions ul.block{
	float:left;
	margin:0;
	padding:0;
	padding-left:20px;
}

.information-12  .products h3{
	text-align:center;
	font-family: sketch_block;
}

.information-12 .products .features ul li{
	margin-bottom:3px;
}

.information-11 .service h3 {
	margin-top:0;
	font-family: sketch_block;
}

.information-19 .body-text ul li , .information-20 .body-text ul li {
	font-size:16px;
}

#carousel-clients div.jcarousel-skin-opencart div.jcarousel-container div.jcarousel-prev ,
#carousel-clients div.jcarousel-skin-opencart div.jcarousel-container div.jcarousel-next{
width:33px;
	height:25px;
	position:absolute;
	cursor:pointer;
}

#carousel-clients div.jcarousel-skin-opencart div.jcarousel-container div.jcarousel-prev{
	background:url(../image/clients-arrow-left.png) no-repeat;
	left:20px;
	top:150px;
}

#carousel-clients div.jcarousel-skin-opencart div.jcarousel-container div.jcarousel-next{
	background:url(../image/clients-arrow-right.png) no-repeat;
	right:26px;
	top:150px;

}

#carousel-clients .jcarousel-clip ul.jcarousel-list li.jcarousel-item{
	margin-right:100px;
	width:780px!important;
}

#carousel-clients .jcarousel-clip ul.jcarousel-list li.jcarousel-item img{
	width:780px!important;
}

#carousel-clients div.jcarousel-skin-opencart div.jcarousel-container{
	padding:0;
	background:none;
}

.body_information_information .information-16 .content .window-scroll .body-text{ 
	max-width:100%;
	margin:auto;
}


#carousel-clients div.jcarousel-skin-opencart div.jcarousel-container div.jcarousel-clip {
	max-width:780px;
	margin:auto;
}