/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/*======================new=====================*/

/* CSS for Vertical Menu */
#page_left {
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}
#page_left ul,
#page_left li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#page_left ul {
    position: relative;
    z-index: 597;
}
#page_left ul li {
    min-height: 1px;
    line-height: 1em;
}
#page_left a {
    display: block;
    text-decoration: none;
}
/* Custom CSS Styles */
#page_left {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 210px;
    margin-left: 5px;
}
#page_left ul {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #F1F1F1;
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(#ffffff, #f5f5f5);
    border: 1px solid #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#page_left li {
    border-bottom: 1px solid #CCC;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
    padding: 1px;
}
#page_left li:last-child,
#page_left li.last {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0 none;
}
#page_left li.active {
    -moz-box-shadow: 1px 2px 0 -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 2px 0 -1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 0 -1px rgba(0, 0, 0, 0.25);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAA3NCSVQICAjb4U/gAAAAHUlEQVQImWMIDQ1l+v//PxMDAwNWGp8cMWpoZDYAkxlMDz07IIoAAAAASUVORK5CYII=);
    background-image: -webkit-linear-gradient(top, #555555, #3b3b3b);
    background-image: -moz-linear-gradient(top, #555555, #3b3b3b);
    background-image: -o-linear-gradient(top, #555555, #3b3b3b);
    background-image: linear-gradient(#555555, #3b3b3b);
    position: relative;
    left: -8px;
    width: 215px;
}
#page_left li.active a {
    border: 1px dashed #e6da70;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    border-right: 0 none;
    position: relative;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#page_left li.active:before,
#page_left li.active:after {
    content: '';
}
#page_left li.active:before {
    z-index: 1;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-style: solid;
    border-width: 0 8px 5px 0;
    border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent;
}
#page_left li.active:after {
   
    display: block;
    height: 48px;
    width: 24px;
    position: absolute;
    right: -24px;
    top: 0px;
    z-index: 1;
}
#page_left a {
    border: 1px solid transparent;
    color: #444;
    height: 42px;
    line-height: 40px;
    padding: 0 12px;
    text-align: center;
    text-overflow: ellipsis;
}

/* CSS for Vertical Menu end */






#page_right{
    float: right;
    width: 762px;
    overflow: hidden;
}



.div_logo{
    float: left;
    height: 50px;
    width: 300px;
    margin-top: 27px;
    margin-left: 43px;
}
.logo_img{
    height: 40px;
    width: 300px;
}
.support button{
    border-style: none;
    height: 24px;
    width: 28px;
    padding: 0px;
    background: none;
}
.support button img{
    height: 24px;
    width: 24px;
}

.maxheight{
    height: 245px;
}
.aligncenter{
    height: 40px;
}
.aligncenter{
    font-size: 14px;
    line-height: 14px;
}

.prd_name{
    padding-top: 12px;
    color: #696969;
}
.prd_img{
    width: 200px;
    height: 200px;
}
.prd_img img{
    width: 200px;
    height: 200px;
}
.button{
    float: right;
    margin-right: 19px;
}
.price{
    float: left;
    margin-top: 5px;
    margin-left: 22px;
    color: #2b2b2b;
}
.clr{
    clear: both;
}

.prd_gallery{

    width: 450px;
    float: left;
}

.div_prd_img_max{
    width: 450px;
    height: 397px;
}
#img_large{
    width: 100%;
    max-height: 397px;
}
.div_prd_img_min{
    margin: 10px auto 0;
    height: 100px;
    width: 440px;
}
.prd_img_min{
    float: left;
    margin-left: 5px;
    margin-right:5px ;
    height: 100px;
    width: 100px;
    cursor: pointer;
}
.div_info{
    width: 500px;
    float: right;
}
.div_info em{
    color: #394247;
    font-size: 20px;
}
.p_info{
    text-align: justify;
    padding: 10px 10px 0 10px;
    color: #2b2b2b;
    margin-bottom: 0px;
}
.div_video{
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    width: 450px;
    height: 250px;
    margin-bottom: 30px;
    overflow: hidden;
}
.div_online_order{
    float:left;
    margin-top: 20px;
    width: 100%;
}

.list_carousel {
    margin: 0 0 0 60px;
    width: 200px;
    height: 100px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    text-align: center;
    width: 50px;
    height: auto;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
}
.list_carousel li img{
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
#foo4 img{
    max-width: 100px;
    max-height: 100px;

}
.caroufredsel_wrapper{
    padding: 15px 0px;
}


/* Global properties ======================================================== */
html {
	width:100%
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#222;
	min-width:1020px;
	background:#fff
}
.ic, .ic a {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
.bg {
	width:100%;
	background:center 0 no-repeat
}
.main {
	width:1020px;
	padding:0;
	margin:0 auto;
	font-size:0.875em;
	line-height:1.785em
}
a {
	color:#f6a20e;
	outline:none
}
a:hover {
	text-decoration:none
}
.col-1, .col-2, .column-1, .column-2 {
	float:left
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative
}
.extra-wrap {
	overflow:hidden
}
p {
	margin-bottom:18px
}
.p1 {
	margin-bottom:8px
}
.p2 {
	margin-bottom:15px
}
.p3 {
	margin-bottom:30px
}
.p4 {
	margin-bottom:40px
}
.p5 {
	margin-bottom:50px
}
.reg {
	text-transform:uppercase
}
.fleft {
	float:left
}
.fright {
	float:right
}
.alignright {
	text-align:right
}
.aligncenter {
	text-align:center
}
.it {
	font-style:italic
}
.color-1 {
	color:#fff
}
.color-2 {
	color:#000
}
.color-3 {
	color:#666
}
/*********************************boxes**********************************/
.indent {
	padding:21px 0 0;
	position:relative;
	overflow:hidden
}
.indent-left {
	padding-left:30px
}
.indent-right {
	padding-right:50px
}
.indent-bot {
	margin-bottom:20px
}
.indent-bot2 {
	margin-bottom:30px
}
.indent-bot3 {
	margin-bottom:45px
}
.prev-indent-bot {
	margin-bottom:12px
}
.img-indent-bot {
	margin-bottom:25px
}
.margin-bot {
	margin-bottom:35px
}
.margin-top {
	margin-top:-7px
}
.img-indent {
	float:left;
	margin:0 20px 0px 0
}
.img-indent2 {
	float:left;
	margin:0 13px 0px 0
}
.img-indent-r {
	float:right;
	margin:0 0px 0px 40px
}
.buttons a:hover {
	cursor:pointer
}
.menu li a, .link, .button, .button-2, h1 a {
	text-decoration:none
}
/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
}
.row-top {
	width:100%;
	min-height:101px;
	background: #d6d7d8;
	border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	-webkit-border-radius:9px 9px 0 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}
h1 {
	float:left;
	padding:30px 0 0 59px;
	position:relative;
}
h1 a {
	display:block;
	width:300px;
	height:45px;
	text-indent:-9999px;
}
.support {
	display:block;
	font-size:18px;
	line-height:1.2em;
	padding:34px 56px 0 30px;
	letter-spacing:-2px;
	float:right;
}
/***** menu *****/
.menu {
	padding:0 0 0 0;
	width:101%;
	margin-top:-9px;
	position:relative;
	z-index:2;
}
.menu li {
	float:left;
	position:relative;
	padding-right:2px;
    text-align: center;
    width: 202px;
    background:#f6bc07;
}
.menu li.last {
	background:none;
	padding:0
}
.menu li a {
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:2em;
	padding:6px 0 8px 0;
	color:#fff;
	text-transform:capitalize;
	background:#f6bc07;
}
.menu li:first-child{
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;

}
.menu li:first-child a {
	padding:6px 0 8px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 0px;
    padding:6px 0 8px 0;
}
.menu li.last a {
    padding:6px 0 8px 0;
	border-radius:0 9px 0px 0;
	-moz-border-radius:0 9px 0px 0;
	-webkit-border-radius:0 9px 0px 0;
    width: 204px;
}
.menu li a.active, .menu > li > a:hover {
	background-color: #3f4346
}
/***** slider *****/
.slider-inner {
	padding-left:284px;
}
.slider {
	position:relative;
	width:736px;
	height:397px;
	float:right;
}
.items {
	display:none
}
.next, .prev {
	display:block;
	width:58px;
	height:58px;
	text-indent:-9999px;
	background:url(../images/slider-control.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:47px;
	z-index:99;
	cursor:pointer;
}
.next {
	left:auto;
	right:0;
	background-position:left bottom
}
.banner1-bg {
	width:284px;
	height:397px;
	background:url(../images/banner1-bg.jpg) 0 0 no-repeat;
	float:left;
}
.banner-1 {
	width:376px;
	height:397px;
	background:url(../images/banner-1.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
/*********************************aside*************************************/
aside {
	width:100%;
	padding:21px 0;
}
/*********************************content*************************************/
#content {
	width:100%;
	padding:20px 0;
	position:relative;
	z-index:1;
}
.spacer-1 {
	width:100%;
	background: 217px 0 repeat-y;
}
h2 {
	font-size:44px;
	line-height:1.204em;
	color:#f6a20e;
	text-transform:uppercase;
	margin-bottom:6px;
	letter-spacing:-4px;
}
h3 {
	font-size:14px;
	line-height:1.222em;
	color: #474747;
	margin-bottom:22px;
}
h4 {
	font-size:28px;
	color:#222;
    font-weight: normal;
	letter-spacing: 1px;
}
h6 {
	color:#000
}
.border-bot {
	width:100%;
	padding-bottom:20px;
	background: 0 bottom repeat-x;
}
.box {
	width:100%;
	color:#696969;
	background:#d6d7d8;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.box .padding {
	padding:25px 10px 0 30px;
    text-align: justify;
}
.box-bg {

	padding-bottom:24px;
	background: #feffff;
    border: 2px solid #696969;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.button {
	display:inline-block;
	padding: 3px 5px;
	font-size:12px;
	color:#2b2b2b;
	border:2px solid #fff;
	background:#d6d7d8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.button:hover {
	background:#f6bc07;

}
.button-2 {
	display:inline-block;
	padding:7px 23px 8px;
	font-size:21px;
	line-height:1.238em;
	color:#fff;
	background:#394247;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.button-2:hover {
	background:#262f34
}
.list-1 li {
	line-height:21px;
	padding:2px 0 2px 20px;
	background:url(../images/marker-1.png) 0 8px no-repeat;
}
.list-1 li a {
	display:inline-block;
	color:#222;
}
.list-1 li a:hover {
	text-decoration:none
}
.list-2 li {
	line-height:25px;
	padding:0px 0 12px 20px;
	background:url(../images/marker-1.png) 0 8px no-repeat;
}
.list-2 li.last-item {
	padding:0 0 0 20px
}
.list-2 li a {
	display:inline-block;
	color:#222;
}
.list-2 li a:hover {
	text-decoration:none
}
.price-list li {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	line-height: 21px;
	padding:2px 0;
	color: #222;
}
.price-list strong {
	background: url(../images/pic-2.gif) repeat-x 0% 17px;
	display: block;
	overflow: hidden;
}
.price-list span {
	float: right;
	color: #222;
}
.price-list li a {
	float: left;
	text-decoration: none;
	color: #222;
}
.price-list li a:hover {
	color:#F6A20E
}
.link:hover {
	text-decoration:underline
}
.link-1 {
	display:inline-block;
	font-size:14px;
	padding-right:8px;
	background:right 8px no-repeat;
}
.link-1:hover {
	color:#fff
}
.text-1 {
	line-height:23px
}
.text-2 {
	font-size:14px;
	line-height:1.285em
}
dl span {
	float:left
}
dl strong {
	float:right;
	font-weight:normal
}
dl dd {
	width:100%;
	overflow:hidden
}
/***** contact form *****/
#contact-form {
	display:block
}
#contact-form label {
	display:block;
	height:37px;
	overflow:hidden;
}
#contact-form input {
	float:left;
	width:265px;
	font-size:12px;
	line-height:1.25em;
	color:#222;
	padding:6px 10px 7px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e5e5e5;
	background:url(../images/input-tail.gif) 0 0 repeat-x;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	outline:none;
}
#contact-form textarea {
	float:left;
	height:238px;
	width:507px;
	font-size:12px;
	line-height:1.25em;
	color:#222;
	padding:6px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e5e5e5;
	background:url(../images/area-tail.gif) 0 0 repeat-x;
	overflow:auto;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	outline:none;
}
.text-form {
	float:left;
	display:block;
	font-size:14px;
	line-height:2em;
	width:100px;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
}
.buttons {
	padding:15px 0 0 0;
	text-align:right
}
.buttons a {
	padding:8px 32px;
}
.firm_name{
	font-size:18px;
    font-weight: bold;	
    margin-bottom: 0px;
}

#order-form {
    display:block
}
#order-form label {
    display:block;
    height:37px;
    overflow:hidden;
}
#order-form input {
    float:right;
    width:850px;
    font-size:12px;
    line-height:1.25em;
    color:#222;
    padding:6px 10px 7px;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    border:1px solid #e5e5e5;
    background:url(../images/input-tail.gif) 0 0 repeat-x;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    outline:none;
}
#order-form textarea {
    float:right;
    height:100px;
    width:850px;
    font-size:12px;
    line-height:1.25em;
    color:#222;
    padding:6px 10px;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    border:1px solid #e5e5e5;
    background:url(../images/area-tail.gif) 0 0 repeat-x;
    overflow:auto;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    outline:none;
}
#order-form .text-form {
    float:left;
    display:block;
    width: 117px;
    font-size:14px;
    line-height:2em;
    color:#222;
    font-family:Arial, Helvetica, sans-serif;
}

/****************************footer************************/
footer {
	width:100%;
	height:132px;
	color: #333c41;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:9;
}
.footer-bg {
	width:100%;
	padding:18px 0 25px;
	background: #cbcccd;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-right-radius: 9px;

    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}
.social{
    margin: 0 auto;
    width: 162px;
    list-style: none;
}
.social li{
    float: left;
    height: 32px;
    width: 32px;
}
.social li img{
    height: 32px;
    width: 32px;
}
#easyTooltip {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 8px;
	color:#fff;
	border:1px solid #fff;
	background:#222;
	position:relative;
	z-index:99;
}
/*********extra***********/
.block {
	height:132px
}
.extra {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -132px;
	position:relative;
	overflow:hidden;
}
html, body {
	height:100%
}

#foo5{
    padding: 0px;
    margin: 0px;
}

#foo5 li{
    width: 1020px;
    height: 350px;
    margin: 0px;
}
#foo5 img{
    width: 1020px;
    height: 350px;
}
#slider_large{
    height: 350px;
    margin-bottom: 30px;
    margin-top: -41px;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-right-radius: 9px;
}
.h_new_prd{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #F6A20E;
    font-weight: normal;
}
.hr_home{
    margin-bottom: 40px;
}
.pager{
	float: right;
}
.pager li{
	font-size: 16px;
	float: left;
	margin: 5px;
}
.pager a:hover{
	color: black;
}
.activ_page{
	color: black;
	text-decoration: none;
}
.fb-share-button{
    float: right;
    margin-right: 5px;
}