/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
/*font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Jockey+One);
@import url(http://fonts.googleapis.com/css?family=Quicksand);

body {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#152621;
	background:#eae8e4 url(../images/top.png) repeat-x left top;
	line-height:18px;
	position:relative;
}
a { color:#118965;}
a:hover { text-decoration:underline;}

p { margin-bottom:14px;}
.center {text-align:center; margin:10px 0 20px 0}
img.left { 
    float:left;
    margin:0 20px 10px 0;
}
img.right { 
    float:right;
    margin:0 0 10px 20px;
}
.mrbt {margin-bottom:10px;}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:'Jockey One', Arial, Helvetica, sans-serif;
}
h1 {
	font-size:28px;
	line-height:30px;
	text-transform:uppercase;
	margin-bottom:10px;
}
h1.center {font-size:40px; line-height:40px; color:#444;}
h2 {
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
	color: #118965;
	text-transform:uppercase;
}
h2 span, h1 span {color:#888;}

.mrtpBg h2 {color:#118965;}
.mrtpBg h2 span {color:#5A9B86;}
h3 {
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
	color: #18252A;
	text-transform:uppercase;
}
h3 span {color:#888;}
h4 {
	font-size:14px;
	margin-bottom:8px;
	font-weight:600;
	color:#066EB7;
}
h5 {
    color:#333;
    font-size:17px;
    text-transform:uppercase;
    margin-bottom:5px;
}
h6 {
    color:#555;
    font-size:15px;
	margin-bottom:10px;
}
.container {
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1000px;
}
.clear { clear:both;}
.fleft { float:left;}
.fright { float:right;}
.wrapper {width:100%; float:left;}

/*----FORM COMMON----*/
input, textarea, select {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	width:90%;
	padding:4px 8px;
	border:1px solid #E2E2E2;
	
}
select {
	width:96%;
}
select.smallDrop {
	width:auto;
	padding:3px;
	margin-left:5px;
}
input[type="checkbox"] {
    width:auto;
    margin:12px 8px 5px 0;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    width:auto;
    padding:4px 15px;
    margin:5px 0;
    background:#16B083;
    border:1px solid #149E74;
    color:#fff;
    cursor:pointer;
}
input[type="button"].special, input[type="submit"].special, input[type="reset"].special {
    background:#11B1ED;
    border:1px solid #11B1ED;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background:#0F7A58;
    border:1px solid #0F7A58;
    color:#fff;
}
input[type="button"].special:hover, input[type="submit"].special:hover, input[type="reset"].special:hover {
    background:#1098C9;
    border:1px solid #11B1ED;
    color:#fff;
}
textarea {
	height:80px; min-height:80px; max-height:80px;
	min-width:90%; max-width:90%;
}
/*---------------------HEADER---------------------*/
.topRow {
	width:100%;
	float:left;
	height:31px;
}
header {
	width:1000px;
	float:left;
	min-height:47px;
	padding:15px 0px 0 0px;
	/*background:url("../images/header_bg.jpg") repeat-x scroll left top transparent;*/
	position:relative;
}

.logo {
    color: #FFFFFF;
    display: block;
    height: 152px;
    left: 30px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    width: 179px;
    z-index: 999;
}
.logo span {color:#222;}
.logo:hover {text-decoration:none;}
.topCart {
    color: #FFFFFF;
    float: right;
    font-family: 'Quicksand',Arial,Helvetica,sans-serif;
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 60px 0 9px;
    text-align: right;
    text-transform: uppercase;
    width: 450px;
}
.topCart a {
	color:#A0E5FF;
}
.topLogin {
	width:auto;
	text-align:right;
	float:right;
	margin-top:1px;
	line-height:30px;
	color:#fff;
	font-size:14px;
}
.topLogin a {
	color:#fff;
	text-decoration:underline;
}
.topLogin a:hover {
	color:#0E4356;
}
.topLogin span {display:inline-block; padding:0 10px; color:#0E4356;}
.cart {
	background:url(../images/cart-bg.png) no-repeat 10px 7px;
	padding:0 0 0 50px;
	color:#A0E5FF;
	float:left;
}
.cart p {
	margin-bottom:0;
}
.cart a {
    color:#fff;
}
.cart h3 {
    text-transform:uppercase;
    font-weight:600;
}
/*-----------BUTTONS-------------*/
a.button {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    background: none repeat scroll 0 0 #1E7394;
    border: 1px solid #09598E;
    color: #FFFFFF;
    cursor: pointer;
    display:inline-block;
    padding: 4px 15px;
    width: auto;
}
a.button:hover {
    text-decoration:none;
    background: none repeat scroll 0 0 #11B1ED;
    border: 1px solid #11B1ED;
    color: #FFFFFF;
}
a.button.special {
    background: none repeat scroll 0 0 #11B1ED;
    border: 1px solid #11B1ED;
}
a.button.special:hover {
    background: none repeat scroll 0 0 #15A0D3;
    border: 1px solid #15A0D3;
}

/*----------------------------------*/
nav {
	width:auto;
	float:right;
	margin:4px 0 21px;
	position:relative;
	clear:both;
}
ul.menu {
	width:auto;
	float:left;
	padding: 0 0 17px !important;
	position:relative;
}
ul.menu li {
	float:left;
	margin:0 2px 0 0;
	border-radius:6px;
	position:relative;
}
ul.menu li a {
	display:block;
	line-height:30px;
	font-family:'Jockey One', Arial, Helvetica, sans-serif;
	color:#118965;
	padding:0 16px;
	font-size:16px;
	text-transform:uppercase;
}
ul.menu li a.dar {
	/*background:url(../images/dar.png) no-repeat 87px center;*/
	padding-right:30px;
}
ul.menu li a.dar2 {
	/*background:url(../images/dar.png) no-repeat 120px center;*/
	padding-right:30px;
}
ul.menu li:hover, ul.menu li.active {
	background:#16B083;
}
ul.menu li:hover a, ul.menu li.active a, .sf-menu ul li:hover {
	color:#fff !important;
	text-decoration:none;
}
/*---------------------SECTION---------------------*/
section {
	width:1000px;
	float:left;
    padding:20px 0;
    position:relative;
}

/*----------------*/
.topDcol1, .topDcol2, .topDcol3 {
	background:#F2F1EE;
	width:290px;
	float:left;
	padding:15px;
}
.topDcol2, .topDcol3 {
	margin-left:20px;
}
.topDcol1 img, .topDcol2 img {
	margin-bottom:14px;
}
.topDcol1.mrtpBg, .topDcol2.mrtpBg, .topDcol3.mrtpBg {
	margin-top:20px;
	background:#fff;
}
.topDcol3 {
	width:630px;
}
/*----------------*/
.leftMain {
	width:230px;
	float:left;
}
ul.list {
    margin:7px 0 0 0;
}
ul.list.blk1 {
    display:inline-block;
    margin:0 0 10px 0;
    width:50%;
}
ul.list li {
    background:url(../images/arrow_right.png) no-repeat 0px 12px;
    padding:6px 0 6px 15px;
	font-weight:300;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}
ul.list li a {
    color:#222;
}
ul.list li:hover {
    background-image:url(../images/arrow_right2.png);
}
ul.list li.active a, ul.list li a:hover {
    color:#066EB7;
    text-decoration:none;
}
ul.list.hom li a {font-size:14px;}
/*----LOGIN BOX---*/
.searchBox {
    width:auto;
    margin:5px 2px 0 20px;
	float:left;
}
.searchBox input {
    width:160px;
	float:left;
	
}
input[type="button"].serBtn, input[type="submit"].serBtn {
    width:auto;
    font-size:0;
    height:28px;
	line-height:28px;
	margin:0;
	float:left;
	border-color:#fff;
	background:#fff url(../images/search-button.png) no-repeat 7px 5px;
}
input[type="button"].serBtn:hover, input[type="submit"].serBtn:hover {
	background:#ddd url(../images/search-button.png) no-repeat 7px -37px;
}
.loginBox, .bdrBox {
	width:auto;
	padding:10px;
	border:1px solid #E2E2E2;
	
}
#comment {
    position: absolute;
    top: 20px;
    width: 208px;
}
#comment.fixed {
  position: fixed;
  top: 0;
  margin-top:20px;
}
.bdrBox {
    margin:20px 0 0 0;
}
.scart .bdrBox {
    margin:0px 0 0 0;
}
.padding1 {
    padding:0 10px;
}
.padding2 {
    padding:10px 10px 0 10px;
}
.loginBox label {
	display:inline-block;
	padding:10px 0 3px 0;
}
.head {
	background:#474747;
	color:#fff;
	line-height:38px;
	padding:0 12px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
}
.head.color2 {
    background:#066EB7;
}
.loginBox p strong {
    font-weight:normal;
    display:inline-block;
    width:60px;
}
.loginBox .colA, .loginBox .colB {
    width:50%;
    float:left;
    margin-bottom:10px;
}
.colZ {
    margin-bottom:10px;
}
.loginBox .colB {
    float:right;
}
.map {
    width:290px;
    height:420px;
    border-collapse:collapse;
}
.rightMain {
	width:711px;
	float:right;
}
.content {
	/*padding:15px;
	background:#fff;*/
}
.content.col1, .content.col2 {
	padding:15px;
	background:#fff;
}
.content.col1 {
	width:630px;
	float:left;
}
.content.col2 {
	width:290px;
	float:right;
}
.content.mrtp1 {
	margin-top:20px;
}
/*--------PRODUCT LISTING------*/
.prod {
	width:227px;
	float:left;
}
.prod+.prod {
	margin-left:15px;
}
.prod img {
	width:211px;
	height:324px;
	padding:7px;
	border:1px solid #ECECEC;
}
hr {
	border:0;
	border-bottom:1px dashed #ddd;
	padding-top:20px;
	margin-bottom:20px;
	clear:both;
}
.dqty {
	width:auto;
	float:right;
}
.dqty label {
	width:auto;
	line-height:28px;
	display:inline-block;
}
.dqty input {
	width:20px;
	display:inline-block;
	margin-left:5px;
}
.dprice {
	width:auto;
	float:left;
	line-height:28px;
}
.prod input.special {
	float:right;
}

/*--------------------FOOTER----------------------*/
footer {
	width:100%;
	float:left;
	padding:5px 0;
	text-align:center;
	color:#066EB7;
	background:#252525;
}
footer a {
    color:#066EB7;
}
footer a:hover {
    color:#fff;
    text-decoration:none;
}
footer p {
	color:#666;
}
footer p a {
	color:#666;
}
footer ul.menu li a {
	padding:0 10px;
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:36px;
}
footer ul.menu {
    float:none;
    display:inline-block;
	padding-top:10px;
}
footer ul.menu li {
    background:none;
	padding-right:0;
}
footer ul.menu li a {
    border:0;
	color:#16B083;
}
footer ul.menu li a:hover, footer ul.menu li.active a, footer ul.menu li.active, footer ul.menu li:hover {
	background:none;
	color:#fff;
	border:0;
}
/*---------------*/
.nac {
    margin:0 0 10px 0;
    text-decoration:underline;
}

/*------------TABLE---------------*/
.orders-table {
    width: 100%;
}
.orders-table th, .orders-table td {
    padding: 5px 15px;
    vertical-align: top;
    border-collapse: collapse;
}
.pr {
    width:40%;
}
.qnty {
    width:12%;
}
.orders-table td input {
    width:60% !important;
}
.orders-table td {
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc;
}
.orders-table th {
    background: none repeat scroll 0 0 #11B1ED;
    border-bottom: 1px solid #0782C5;
    border-right: 1px dotted #0782C5;
    color: #FFFFFF;
    font-weight:600;
}
.orders-table.cartItem th {
    text-align: left;
}
.aRt {
    text-align:right;
}
.tot {
    font-weight:600;
    color:#066EB7;
    font-size:14px;
}
.orders-table img {
    width:80px;
    height:80px;
    float:left;
    margin:0 15px 0 0;
}
.orders-table.cartItem td a.actions {
    background: url("../images/delete.png") no-repeat scroll left top transparent;
    float: left;
    height: 16px;
    margin-right: 10px;
    text-indent: -9999em;
    width: 16px;
}
.orders-table.cartItem td a.actions.refresh {
    background: url("../images/refresh.png") no-repeat scroll left top transparent;
}
.orders-table.cartItem td a.actions:hover {
    background-position: left bottom;
}

/**----------------------------**/
.product-info {
	
}
.product-info .wrapper .left {
	float: left;
	margin-right: 15px;
	padding:6px 6px 4px 6px;
	margin-left:1px;
	background:#ddd;
	position:relative;
	z-index:1;
}
.product-info .indent-bot {
	margin-bottom:20px;
}
.product-info > .left + .right h1 {
	padding-left:0;
}
.product-info > .left + .right {
	margin-left:370px;
}
.mb-1 {
	margin-bottom:-1px;
}
#image {
	z-index:0;
	float:left;
	margin-top:-300px;
}
.product-info .image {
	float: left;
	width:211px;
	height:324px;
	margin-bottom:7px;
	text-align: center;
}
.product-info .image img {
	width:211px;
	height:324px;
	margin-left:10px;
}
/***************************************************************************aditional products***************************************************************/
.product-info .image-additional {
	width:211px;
	height:92px;
	padding-bottom:4px;
	clear: both;
	overflow: hidden;
	margin-left:10px;
}
.product-info .image-additional li {
	float:left;
	margin:0 15px 0 0px;
}
.product-info .image-additional li+li+li {margin-right:0;}
.product-info .image-additional li img {
	width:60px;
	height:92px;
}
.product-info .image-additional li.last {
	margin-right:0;	
}
#cloud-zoom-big {
	margin-top:3px;
	margin-left:3px;
}
.product-info .image-additional img {
	background:#FFF;
}
#zoom1 img {
	background:#FFF;
}
.product-info .image-additional a {
	display: block;
	float:left;
}
.image-caroucel .jcarousel-clip {
	width:300px;
	
}
.product-info .image-additional.image-caroucel li {
	margin:0 5px;	
}
.image-caroucel .jcarousel-prev  {
	position:absolute;
	width:15px;
	height:15px;
	left:0;
	top:40%;
	background:url(../images/image-caroucel-prev.png) -11px 50% no-repeat #99031F;
}
.image-caroucel .jcarousel-next  {
	position:absolute;
	width:15px;
	height:15px;
	right:0;
	top:40%;
	background:url(../images/image-caroucel-next.png) 6px 50% no-repeat #99031F;
}
.image-caroucel .jcarousel-next:hover, .image-caroucel .jcarousel-prev:hover ,.image-caroucel .jcarousel-prev.jcarousel-prev-disabled, .image-caroucel .jcarousel-next.jcarousel-next-disabled {
	background-color:#3A3637;	
}
.padd-avalib {
	padding:15px 0 10px 0;
}
.product-info .description {
	margin-bottom:20px;
}
.product-info .description a {
	text-decoration:none;
}
.product-info .description strong {
	color:#A6A4A4;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
.product-info .description span {
	font-weight:600;
}
.product-info .description .price { color:#fff;}
.product-info .description span.error {
	color:#F7124D;
}
.product-info .description a:hover {
	text-decoration:underline;
}
.product-info .description .button-prod:hover {
	background: url("../images/button-bg.png") repeat-x scroll 0 top #FF0E4C;
	box-shadow:  inset 0px 1px 0px 0px #431017, inset 0px -1px 2px 0px #991533, inset 0px 0px 2px 0px #991533, inset 0px 2px 0px 0px #991533 ;
	-moz-box-shadow: inset 0px 1px 0px 0px #431017, inset 0px -1px 2px 0px #991533, inset 0px 0px 2px 0px #991533, inset 0px 2px 0px 0px #991533 ;
	-webkit-box-shadow: inset 0px 1px 0px 0px #431017, inset 0px -1px 2px 0px #991533, inset 0px 0px 2px 0px #991533, inset 0px 2px 0px 0px #991533 ;
	text-decoration:none;
	color:#fff;
}
.product-info .description .button-prod a {
	font-weight:normal;
	text-decoration: none;
}
.product-info .price {
    background:#11B1ED;
    border-top:1px solid #11A5DB;
    border-bottom:1px solid #11A5DB;
    font-size: 18px;
    font-weight:600;
    margin: 40px 0 10px 1px;
    padding: 12px 5px 10px 18px;
	line-height:30px;
}
.quantity {
	float:right;
}
.quantity span {
	float:left;
	margin:0 10px 0 0;
	font-size:13px;
}
.quantity input {
	float:right;
    margin-right: 8px;
    text-align: left;
    width: 40px;
}
.product-info .price-new {
	font-size:18px;
	font-weight:600;
}
.product-info .description .button-prod {
	font-size:16px;
	color:#FF9A9A;
	font-weight:normal;
	text-decoration:none;
	padding:6px 10px 6px 10px;
	line-height:22px;
	margin-top:0px;
	float:left;
	margin-left:20px;
	background: url("../images/button-bg.png") repeat-x scroll 0 bottom #1B030A;
	box-shadow: inset 0px 0px 2px 0px #991533, inset 0px 0px 0px 0px #ff1b55, inset 0px 1px 0px 0px #431017, inset 0px 0px 2px 0px #431017;
	-moz-box-shadow: inset 0px 0px 2px 0px #991533, inset 0px 0px 0px 0px #ff1b55, inset 0px 1px 0px 0px #431017, inset 0px 0px 2px 0px #431017;
	-webkit-box-shadow: inset 0px 0px 2px 0px #991533, inset 0px 0px 0px 0px #ff1b55, inset 0px 1px 0px 0px #431017, inset 0px 0px 2px 0px #431017;
	text-transform:uppercase;
}
.prod-stock {
	background:url(../images/stock.png) no-repeat;
	color: #FFFFFF;
    display: inline-block;
    height: 30px;
    line-height: 12px;
    padding: 9px 8px;
    text-align: center;
    width: 32px;
    font-size:12px;
}
.prod-stock-2 {
    display: inline-block;
    padding: 12px 5px 16px 0;
    text-align: center;
}
.itemLeft {
	padding-top:10px;
	line-height:28px;
}
.itemLeft span {
	color:#BD254C;
}
.price-prod-page {
	font-size:22px;
	font-weight:normal;
}
.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;
}
.cart-top-padd {
	padding-top:5px;
	float:left;
}
.product-info .cart {
	padding:0 0 15px;
	overflow:hidden;
	color: #f1f1f1;
	overflow: auto;
}
.prod-row {
	padding-bottom:20px;
}
.product-info .cart .cart-top label {
	font-size:11px;
	font-weight:bold;
	color:#99031F;
	padding-right:7px;
}
.product-info .cart .cart-top .input-qti {
	width:42px;
}
.product-info .cart .cart-top {
	padding-right:9px;
}
.product-info .cart div {
	float: left;
}
.product-info .cart div > span {
	padding-top: 7px;
	color: #999;
}
.cart-top {
	margin-top:-4px;
}
.extra-button {
	position:relative;
	margin-top:0px;
}
.product-info .cart .minimum {
	padding-bottom:10px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review .a1 {
	margin-top:-5px;
	display:inline-block
}
.product-info .review img {
	float:left;
	margin-top:3px;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom:3px;
}
.product-info .review .share {
	background:none;
	padding-top:20px;
	padding-left:0;
}
.product-info .review > div {
	padding:7px 10px 9px 10px;
	line-height: 20px;
	width:331px;
	background:#5F6A81;
}
.btn-rew {
	float:right!important;
	font-size:12px;
	color:#dfe1e4
}
.btn-rew a + a {
	color:#000;
}
.btn-rew a {
	text-decoration:underline;
	font-size:12px;
	color:#A6A4A4;
	font-weight:normal;
}
.btn-rew a:hover {
	text-decoration:none;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: hidden;
	line-height: normal;
}

.zoom-top img {
	opacity:0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.left .zoom-top:first-child {
	margin-top:0px;
	position:relative;
}
.zoom-top:hover {
	-moz-transform:scale(1.05);/*When hover on images image size will increased*/
	-webkit-transform:scale(1.05);/*When hover on images image size will increased*/
	-webkit-transform:scale(1.05);/*When hover on images image size will increased*/
}
.zoom-top {
	width:30px!important;
	height:30px!important;
	background: url('../images/zoom.png') right 0px no-repeat;
	overflow:hidden;
	margin-bottom:-30px;
	margin-left:201px;
	z-index:99999;
}
ul.brand {
	float:left;
	margin-top:8px;
	margin-left:510px;
}
ul.brand li {
    color: #ccc;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    width: auto;
}
ul.brand li.mrg01 {margin-right:15px;}
ul.brand li img {
	width:auto;
	height:40px;
}
ul.brand li:hover {
	overflow:visible;
}
ul.brand li:hover img {
	width:auto;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	
	background:#fff;
	border:1px solid #ccc;
	padding:4px;
}
.minHtcon {min-height:440px;}
.bwrp {
	width:665px;
	float:right;
}
/*---*/
.plist {}
.plist li {
	width:320px;
	float:left;
	margin:0 20px 30px 0;
}
.plist li a {
	display:block;
}
.plist li strong {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 0;
	text-transform:uppercase;
}
.plist li img {
	width:320px;
	height:200px;
}
.plist li a:hover {text-decoration:none;}

.plist li.last {margin-right:0;}
.plist.gallery li {
	background:url(../images/zoomIn.png) no-repeat center 40px;
}
.plist.gallery li:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
.plist.gallery li strong {
	text-align:left;
	margin-bottom:5px;
	text-transform:uppercase;
}
.plist.gallery li .detail {
	
}
.plist.gallery li p {

}

/*----------*/
.rtColor {
	float:right;
	width:435px;
}
.colorRange {
	width:130px;
	float:left;
	margin:0 0 10px 15px;
}
.colorRange img {
	width:130px;
	height:130px;
}
.colorRange strong {
	display:block;
	text-align:center;
	padding:5px 0;
	clear:left;
}
ul.pdf {
	
}
ul.pdf li {
	background:url(../images/pdf.png) no-repeat left 0;
	padding:0 0 10px 30px;
}
ul.pdf li a {
	color:#333;
	line-height:20px;
}


/*----TOTOP-----*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:60px;
	overflow:hidden;
	width:45px;
	height:44px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/ui.totop.png) no-repeat left top ;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left bottom;
	width:45px;
	height:44px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;	
}

#toTop:active, #toTop:focus {
	outline:none;
}
.topDcol2 input#Captchatext
{
    background:url("../login_img/Captcha.png");
}
textarea{ resize:none;}
.cl{ clear:both; overflow:hidden;}
.active{ color:#fff !important;}
.pg_center { margin:0 auto; width:745px;}

/*-------------------------------------------------------------------*/
/*-------------------- media quries ---------------------------------*/
/*-------------------------------------------------------------------*/

@media only screen and (min-width: 980px) and (max-width: 1023px){
img{ max-width:100%;}
.container{ width:960px;}
header{ width:100%;}
section{ width:100%;}
.topDcol1{ width:26%;}
.topDcol3 {
    width: 65%;
}
img.left {
    float: left;
    margin: 0 12px 10px 0;
    width: 49%;
}
.wid32{ width:32% !important;}
.plist li {
    margin: 0 10px 30px 0 !important;
    width:310px;
}
.mar-rt-nn{ margin-right:0 !important;}
}

@media only screen and (min-width: 768px) and (max-width: 979px){
img{ max-width:100%;}
ul.menu li a{ padding:0 5px;}

.container{ width:748px;}
header{ width:100%;}
section{ width:100%;}
.topDcol1{ width:27%;}
.topDcol3 {
    width: 64% !important;
}
img.left {
    float: left;
    margin: 0 12px 10px 0;
    width: 49%;
}
.wid32{ width:32% !important;}
.wid30 {
    height: 200px;
    width: 30% !important;
}
#cssmenu > ul > li > a {
    font-size: 13px !important;
    letter-spacing: 1px;
    padding: 13px 12px !important;
}
.plist li {
    margin: 0 10px 30px 0 !important;
    width:242px;
}
.mar-rt-nn{ margin-right:0 !important;}
.plist li.last {
    margin-right: 0 !important;
}
.topDcol2, .topDcol3 {
    margin-left: 10px;
}
.topDcol1, .topDcol2, .topDcol3 {
    padding: 5px;
    width: 232px;
}
.map{ width:100%;}

#cssmenu > ul > li.has-sub > a::before {
    right: 4px !important;
    top: 17px !important;
}
#cssmenu > ul > li.has-sub > a::after {
    right: 1px !important;
    top: 20px !important;
}
}


@media only screen and (min-width: 481px) and (max-width: 767px){
img{ max-width:100%;}
.container{ width:461px;}
header{ width:100%;}
section{ width:100%;}
.logo {

    display: block;
    height: 152px;
    left: 0px;
    margin: 0 auto;
    position: relative;
}
#cssmenu{ background:#000;}
#cssmenu ul ul {
  top:0px !important;
}
#cssmenu.small-screen > ul > li{ text-align:center;}
#cssmenu.small-screen ul ul li a{ color:#000 !important;}
.topDcol1, .topDcol2, .topDcol3{ width:94%; padding:15px;}
.topDcol3 {
    width: 94%;
}
.topDcol2, .topDcol3{ margin-left:0; padding:15px;}

img.left {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
img.right {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
.plist li {
    display: block;
    float: none;
    margin: 0 auto 20px !important;
    width: 320px;
}
.map{ width:100%;}
.rtColor {
    float: right;
    width: 100%;
}
.mrbt {
    display: block;
    float: none !important;
    margin: 0 auto;
}
.pg_center { width: 100%; }
}

@media only screen and (max-width: 480px){
img{ max-width:100%;}
.container{ width:300px;}
header{ width:100%;}
section{ width:100%;}
.logo {

    display: block;
    height: 152px;
    left: 0px;
    margin: 0 auto;
    position: relative;
}
#cssmenu{ background:#000;}
#cssmenu ul ul {
  top:0px !important;
}
#cssmenu.small-screen > ul > li{ text-align:center;}
#cssmenu.small-screen ul ul li a{ color:#000 !important;}
.topDcol1, .topDcol2, .topDcol3{ width:90%; padding:15px;}
.topDcol3 {
    width: 90%;
}
.topDcol2, .topDcol3{ margin-left:0; padding:15px;}

img.left {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
img.right {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
.plist li {
    display: block;
    float: none;
    margin: 0 auto 20px !important;
    width: 320px;
}
.map{ width:100%;}
.rtColor {
    float: right;
    width: 100%;
}
ul.menu {
    padding: 0 17px !important;

}
.pg_center { width: 100%; }

}