@charset "utf-8";

body{
	margin:0px;
	padding:0px;
}
.wrapper-100{
	margin:0px;
	padding:0px;
	width:100%;
}
.wrapper-content{
	width:1170px;
	margin:0px auto;
	padding:0px;
}
.clear-float{
	clear:both;
}
.clear-float-hidden{
	clear:both;
	display:none;
}
.clear-float-hidden767{
	clear:both;
	display:none;
}
.no-padding{
	padding:0 !important;
}
.no-right-padding{
	padding-right:0 !important;
}
.no-left-padding{
	padding-left:0 !important;
}
#totop{
	position:fixed;
	right:10px;
	bottom:60px;
	background:#ececec;
	font-size:2.2em;
	padding-bottom:5px;
	cursor:pointer;
	color:#000;
	opacity:0;
	visibility:hidden;
}
.main-div{
	margin:0px;
	padding:0px;
}
.hor-line{
	width:100%;
	margin:2% 0;
	height:1px;
	color:#cccccc;
}
.hr-line{
	width:100%;
	margin:1.5% auto;
	height:1px;
	opacity:0.3;
	color:#cccccc;
}
.horz-line{
	width:90%;
	margin:2% auto;
	height:1px;
	opacity:0.3;
	color:#cccccc;
}
.horz-line-black{
	width:90%;
	margin:2% auto;
	height:0px;
	border-bottom:1px solid #000;
	opacity:0.3;
	color:#cccccc;
}
#img-helper img{
	width:100% !important;
}
.search-box{
	margin:14px 0 0 2%;
	width:150px;
	height:25px;
}
.search-image{
	margin:-13% 0 0 0;
	float:right;
}
#cart-items{
	top:-6px;
	position:relative;
}
/* MENU AREA START */
.navigationarea{
	width:100%;
	margin:40px 0 0 -25px;
	padding:0px;
}
.menu_ham{
	display:none;
}		
.menu_div{	 
	margin:-2.6% 0 0 0;
	float:right;
	height:30px;
	width:100%;
}		
.main_menu{ 
	padding:0px;
	/*float:right; */
}
.main_menu ul{ 
	margin: 0px 4% 0px 0px;
	padding:0px;
}
.main_menu ul li{
	float:left;
	list-style:none;
	padding:0 45px;
	background:url(../images/list-seperator.jpg) no-repeat;
	background-position:right;
}
.imgbanr
{
width:100%;
height:100%;    
}
.main_menu ul li a{
	font:17px Verdana;
	color:#777777;
	text-decoration:none;
	text-transform:uppercase;
	padding:17px 12px 22px 12px;
}
.main_menu ul li a:hover {	
	color:#fff;
	background:#000;
	transition:color 1s;
}
.main_menu ul li.active a{
	color:#ffffff;	
	border-bottom:2px solid #627f9a;
}
.main_menu ul li.active{	
	 
}
.main_menu ul li:hover{	
	
}
.main_menu ul li ul{
	display:none;
	width:180px;
	position:absolute;
	z-index:1500;
}
.main_menu ul li:hover ul{
	display:block;
}
.main_menu ul li ul li{
	width:100%;
	background:#0095da;
	padding:0px;
	color:#fff;
}
.main_menu ul li ul li a{
	display:block;
	width:95%;
	background:#0095da;
	padding:10px 0px 10px 5%;
	font:14px 'OpenSansRegular', verdana;
	text-transform:none;
	color:#fff;	
}
.main_menu ul li ul li a:hover{
	display:block;
	width:95%;
	background:#fff;
	color:#0095da;	
	padding:10px 0px 10px 5%;
}
/* MENU AREA END */
.aligned img{
	margin-top:-6%;
}
.responsive-container{
	margin:2% 0px;
	padding:0px;
	background-size:cover;
}
.actor-text{
	text-align:center;
	width:55%;
	margin:-36% 0 0 45%;
}
.rings-text{
	text-align:center;
	width:90%;
	margin:-53.9% auto 0 auto;
}
.bracelets-text{
	text-align:center;
	width:90%;
	margin:-52% auto 0 auto;
}
.ornaments-heading{
	text-transform:uppercase;
	font:33px Verdana;
	color:#fff;
}
.rings-heading{
	text-transform:uppercase;
	font:33px Verdana;
	color:#000;
}
.ornaments-desc{
	color:#fff;
	font:14px verdana;
}
.rings-desc{
	color:#000;
	font-size:14px;
	font-family:verdana;
}
.shop-now{
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
}
.shop-now-black{
	font-size:17px;
	color:#000;
	text-transform:uppercase;
}
.arrivals{
	margin:8% 0 0 0;
	width:100%;
	text-align:center;
}
.new-arrivals{
	font:27px Verdana;
	text-align:center;
	text-transform:uppercase;
	margin-top:2%;
}
.arrivals p{
	width:95%;
	text-align:center;
}
.arrivals img{
	width:100%;
}
.hor-line-100{
	width:100%;
	margin:4px auto;
	height:1px;
	color:#cccccc;
}
.res-block{
	margin:5% auto;
	padding:0px;
}
.ornam-instance{
	height:415px;
	text-align:center;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 54%, rgba(245,245,245,1) 92%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(54%, rgba(255,255,255,1)), color-stop(92%, rgba(245,245,245,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 54%, rgba(245,245,245,1) 92%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 54%, rgba(245,245,245,1) 92%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 54%, rgba(245,245,245,1) 92%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 54%, rgba(245,245,245,1) 92%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.ornam-instance span{
	font:28px Times;
	color:#777777;
}
.ornam-instance p{
	font:14px/18px Verdana;
	color:#000;
	width:90%;
}
.ornam-instance img{
	min-height:263px;
}
.cart-button{
	text-transform:uppercase;
	padding:3% 5%;
	background:#000;
	text-decoration:none;
	color:#fff;
}
.cart-button:hover{
	background:#777777;
	color:#000;
	transition:color 1s;
}
/* BLACK BAR START */
.lefty{
	width:50%;
	height:438px;
	float:left;
	margin:3% 0px;
}
.righty{
	width:50%;
	float:right;
	height:438px;
	margin:3% 0px;
	text-align:center;
}
.swatch{
	height:50%;
	text-align:center;
	background:#000;
}
.ear-ring{
	height:50%;
	text-align:center;
	background:#262626;
}
.swatch-text{
	margin:-29% 0 0 0;
	width:50%;
}
.swatch h1, .swatch p{
	color:#fff;
}
.ear-ring-text{
	margin:-29% 0 0 42%;
	width:50%;
}
.ear-ring-text h1, .ear-ring-text p{
	color:#fff;
}
.righty img{
	width:100%;
	height:100%;
}
.righty-text{
	margin:-56% 0 0 0;
	width:50%;
}
.righty-text h1, .righty-text p{
	color:#fff;
}
/* BLACK BAR END */
.social{
	margin:0px;
	padding:0px;
}
.social ul{
	margin:0px;
	padding:0px;
}
.social ul li{
	list-style:none;
	float:left;
	padding:3% 1% 0% 1%;
}	
.social ul li a{
	
}
.social ul li a:hover{
	opacity:0.6;
}
.view-all{
	float:right;
	margin:0px 1.5% 0px 0px;
	margin-top:2.5%;
}
.view-all a:hover{
	opacity:0.6;
	transition:all 1s;
}
.pre-footer-seperator{
	background:url(../images/pre-footer-bg.jpg);
	background-repeat:repeat-x;
	height:31px;
	width:100%;
	margin:1% 0px;
}
.common-heading{
	font:17px Verdana, "Times New Roman", Times, serif;
	text-transform:uppercase;	
}
.first{
	margin:0 !important;
	padding:0 !important;
}
.first ul{
	margin:0px;
	padding:0px;
}
.first ul li{
	list-style:none;
	padding:1% 0px;
}
.first ul li a{
	text-decoration:none;
	font:12px Verdana, "Times New Roman", Times, serif;
	color:#777777;
	text-transform:capitalize;
}
.first ul li a:hover{
	color:#000;
	transition:color 1s;
}
.footer-bg{
	background:url(../images/footer-bg.jpg);
	height:55px;
	background-repeat:repeat-x;
	width:100%;
	margin:3% 0px 0px 0px;
}
.company{
	float:left;
	line-height:55px;
}
.company p{
	font-family:Verdana;
	font-size:14px;
	color:#777777;
}
.netbios{
	float:right;
	line-height:55px;
}
.netbios p, .netbios a{
	font-family:Verdana;
	color:#777777;
	font-size:14px;
	text-decoration:none;
}
.netbios a:hover{
	color:#000;
	transition:color 1s;
}
/* SHOPPING CART CSS */
.navig-bar{
	width:100%;
	padding:0.75% 0px;
	margin:2% auto;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.navig-bar a{
	margin:0 10px 0 10px;
	text-decoration:none;
	text-transform:capitalize;
	font:14px verdana;
	color:#777777;
}
.navig-bar a:hover{
	text-decoration:underline;
}
.left-bar{
	float:left;
	width:23%;
}
.right-contents{
	float:right;
	width:75%;
}
.collections{
	margin-bottom:11%;
}
.part-heading{
	font:25px Verdana;
	text-transform:uppercase;
}
.part-heading-right{
	font:25px Verdana;
	text-transform:uppercase;
	margin-left:2.75%;
}
.collections ul{
	margin:0;
	padding:0;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.collections ul li{
	list-style:none;
	padding:0;
	padding:4% 0;
	border-bottom:1px dotted #dddddd;
}
.collections ul li a{
	font:16px Verdana;
	color:#777777;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:5%;
}
.collections ul li a:hover{
	color:#000;
}
.other-stuff-container{
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.other-stuff{
	border-bottom:1px dotted #dddddd;
}
.other-stuff img{
	padding:5% 0;
}
.other-stuff-right p{
	font:14px Verdana;
	color:#777777;
	text-transform:capitalize;
}
.other-stuff-right span{
	font:14px verdana;
	color:#777777;
	text-transform:uppercase;
	font-weight:bold;
}
.new-stuff{
	font:14px Verdana;
	background:#000;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:50px;
	height:50px;
	float:right;
	margin-right:6%;
	text-align:center;
	line-height:50px !important;
	color:#FFFFFF !important;
}
.other-stuff-container{
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.cart-left{
	float:left;
	width:24%;
}
.cart-right{
	float:right;
	width:74%;
}
.bl{
	font:14px Verdana;
}
.bl-caps{
	font:14px verdana;
	text-transform:uppercase;
	white-space:nowrap;
}
.gr{
	font:14px Verdana;
	color:#777777;
	text-transform:capitalize;
}
.gr-caps{
	font:14px Verdana;
	color:#777777;
	text-transform:uppercase;
}
.stock{
	float:right;
	margin:-2.25% 50% 0 0;
}
.stock span{
	font:14px Verdana;
	color:#000;
}
.stock input[type="text"]{
	width:50px;
	height:35px;
	text-align:center;
}
.total-cost{
	float:right;
	margin:0.2% 0 0 50%;
}
.cart-status span{
	font:14px Verdana;
}
.cart-status input[type="button"]{
	font:16px verdana;
	text-transform:uppercase;
	font-weight:100;
	border:none;
	width:155px;
	height:49px;
	margin:0px 4px;
	background:url(../images/cart-bg.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}
.cart-status input[type="button"]:hover{
	background:url(../images/cart-bg-180.jpg);
	background-repeat:repeat-x;
}
.cart-desc{
	margin:2% 0;
}
.cart-desc p{
	font:14px/22px Verdana;
	color:#4b4b4b;
	background:#f2f2f2;
	padding:3% 2%;
	border:1px solid #dfdfdf;
}
.instructions textarea{
	width:100%;
	height:56px;
	border:1px solid #dfdfdf;
}
.instructions p{
	font:14px Verdana;
	color:#4b4b4b;
}
/* PRODUCT DETAILS */
.prod-left{
	float:left;
	width:38%;
}
.prod-right{
	float:right;
	width:60%;
	margin:-2% 0 0 0;
}
.prod-heading{
	font:20px Verdana;
	color:#777777;
}
.prod-code{
	font:16px verdana;
	color:#181818;
}
.prod-tips{
	margin:3% 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}
.tip-instance{
	background:url(../images/tip-bg.jpg) no-repeat;
	background-position:right;
}
.tip-left{
	float:left;
	width:30%;
}
.tip-right{
	float:right;
	width:70%;
}
.tip-left img{
	margin:6% 0 0 12%;
}
.tip-right p, .tip-right span{
	font:13px/20px verdana;
	color:#777777;
	float:left;
}
.no-break{
	white-space:nowrap;
}
.blocked{
	display:block;
	margin:1% 0 3% 0;
}
.blocked span{
	white-space:nowrap;
	display:inline;
}
.overline{
	text-decoration:line-through;
	font:24px verdana;
	color:#777777;
	margin-right:8%;
}
.no-line{
	font:24px verdana;
	color:#181818;
}
.add-cart:hover{
	opacity:0.9;
}
.shop-links{
	margin:4% 0;
}
.shop-links a{
	font:16px Verdana;
	padding:1% 4%;
	text-decoration:none;
	color:#231f21;
	border:1px solid #dddddd;
	margin:0.5% 5% 0 0;
	float:left;
}
.shop-links a:hover{
	background:#231f21;
	color:#fff;
}
.shop-links img{
	vertical-align:middle;
}
.shop-links input[type="checkbox"]{
	vertical-align:middle;
}
.prod-text{
	margin:0;
}
.prod-text p{
	font:14px/22px verdana;
	color:#777777;
	text-align:justify;
}
.prod-left-header{
	margin-top:2%;
}
.prod-right-header{
	margin-top:2%;
}
.prod-left-header span, .prod-right-header span{
	border-bottom:4px solid #c8c7c7;
	font:20px Verdana;
	color:#000;
	text-transform:uppercase;
}
.prod-right-header2{
	width:28%;
	float:left;
	margin-top:2%;
	display:none;
	white-space:nowrap;
}
.prod-right-header2 span{
	border-bottom:4px solid #c8c7c7;
	font:20px Verdana;
	color:#000;
	text-transform:uppercase;
}
.prod-spec-left, .prod-spec-middle, .prod-spec-right{
	margin:2% 0 0 0;
}
.spec-left{
	float:left;
	width:30%;
	margin:2% 0;
}
.spec-right{
	float:right;
	width:65%;
	margin:2% 0;
}
.spec-left span{
	text-transform:capitalize;
	color:#777777;
	font:14px verdana;
}
.spec-right span{
	text-transform:capitalize;
	color:#3a3a3a;
	font:14px verdana;
}
.spec-middle-left{
	float:left;
	width:64%;
	margin:2% 0;
}
.spec-middle-right{
	float:right;
	width:34%;
	margin:2% 0;
}
.spec-middle-left span{
	text-transform:capitalize;
	color:#777777;
	font:14px verdana;
}
.spec-middle-right span{
	text-transform:uppercase;
	color:#3a3a3a;
	font:14px verdana;
}
.prod-spec-right input[type="text"]{
	width:100%;
	height:20px;
	padding-left:2%;
	border:1px solid #e1e1e1;
	margin:2% 0;
	font:13px verdana;
}
.prod-spec-right textarea{
	width:100%;
	height:55px;
	padding-left:2%;
	border:1px solid #e1e1e1;
	margin:2% 0;
	resize:none;
	font:13px verdana;
}
.prod-spec-right a{
	float:right;
	padding:1% 3%;
	margin:2% 0 0 0;
	background:#231f21;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-family:verdana;
	border:1px solid transparent;
}
.prod-spec-right a:hover{
	background:#fff;
	color:#231f21;
	border:1px solid #231f21;
}
/* LISTING PAGE CSS */
.general-links{
	margin:0;
}
.general-links ul{
	margin-left:-4.85%;
}
.general-links ul li{
	list-style:none;
	float:left;
	padding:0.65% 2%;
	margin-right:2%;
	-webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
}
.general-links ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#777777;
	font:14px Verdana;
}
.general-links ul li a:hover{
	color:#000;
	transition:all 1s;
}
.sorting{
	float:right;
}
.sorting span{
	color:#777777;
	font:14px Verdana;
}
.sorting select{
	border:1px solid #777777;
	color:#777777;
	font:14px Verdana;
	height:30px;
}
.first-div{
	margin:1% 0;
	text-align:center;
}
.first-div span{
	white-space:nowrap;
	font:25px verdana;
	color:#5c5c5c;
}
.first-div p{
	font:14px Verdana;
	color:#777777;
}
.listing-cart-button{
	text-decoration:none;
	text-transform:uppercase;
	padding:4% 7%;
	color:#000;
	border:1px solid #e0e0e0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(74%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.listing-cart-button:hover{	
	color:#777777;
	transition:all 1s;	
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 26%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(26%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 26%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 26%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 26%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 26%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
/* ENQUIRY FORM CSS */
.enquiry-left{
	margin-top:5%;
}
.enquiry-left p{
	color:#333333;
	font:18px Verdana;
}
.enquiry-left span{
	color:#777777;
	font:14px verdana;
}
.enquiry-left a{
	color:#333333;
	font:14px verdana;
	text-decoration:none;
}
.enquiry-left a:hover{
	color:#000;
}
#em{
	width:100%;
	height:56px;
	padding-left:5%;
	border:2px solid #d8d8d8;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#rounded-top{
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-top-left-radius:4px;
	-moz-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
#rounded-bottom{
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-moz-border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.enquiry-left input[type="text"]{
	width:100%;
	height:56px;
	padding-left:5%;
	border:1px solid #d8d8d8;
}
.ship{
	color:#000 !important;
	font:14px verdana;
	text-transform:uppercase;
}
.enquiry-dd{
	width:100%;
	height:56px;
	padding-left:5%;
	border:1px solid #d8d8d8;
}
.enquiry-dd span{
	color:#777777;
	font:14px verdana;
	margin-top:3.5%;
	float:left;
}
.enquiry-dd select{
	float:right;
	border:none;
	width:50%;
	margin:3.5% 0 0 0;
	color:#757575;
}
.enquiry-left input[type="checkbox"]{
	margin:6% 2% 0 0;
}
.continue{
	float:right;
	padding:3% 5%;
	margin-top:2.5%;
	background:#000;
	text-decoration:none;
	color:#fff !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.continue:hover{
	color:#000 !important;
	background:#777777;
	transition:color 1s;
}
.enquiry-right{
	margin-top:5%;
	background:#fafafa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #d8d8d8;
}
.enquiry-right-header{
	color:#333333;
	font:18px Verdana;
	margin-left:2.5%;
}
.enquiry-right p{
	color:#333333;
	font:18px/32px Verdana;
}
.os-left{
	
}
.os-middle{
	
}
.os-right{
	text-align:right;
}
.os-middle p, .os-right p{
	font:14px/22px verdana;
	color:#555555;
	margin-top:-2%;
}
.enquiry-right span{
	color:#777777;
	font:14px verdana;
	margin-left:3%;
	float:left;
}
.enquiry-right a{
	color:#333333;
	font:14px verdana;
	text-decoration:none;
}
.enquiry-right a:hover{
	color:#000;
}
.cal-left span, .cal-left p{
	float:left !important;
	margin:2% 0;
}
.cal-right span, .cal-right p{
	float:right !important;
	margin:2% 0;
}
.cal-left p, .cal-right p, .cal-left span, .cal-right span{
	color:#777777;
	font:14px verdana;
}
.inr{
	float:right;
	padding:1% 3%;
	background:#bbbbbb;
	font:18px verdana !important;
	color:#fff !important;
	text-transform:uppercase;
}
.pay-container{
	padding:2.5% 0px;
	background:#fafafa;
}
#payment{
	margin:-2% 0 0 0;
}
.pay-total{
	float:right;
	margin-right:5%;
	text-align:right;
}
.bucks{
	font:25px verdana !important;
	color:#000 !important;
	text-align:right !important;
	margin:-4% 0 0 0 !important;
}
.spano{
	font:18px verdana !important;
	padding:0.15% 1.25% !important;
	border-radius:5px!important;
	background:#bbbbbb !important;
	color:#fff !important;
	margin:-2% 0 0 5% !important;
}
/* ABOUT US PAGE CSS */
.inner-page-heading{
	font:25px Verdana;
	color:#000;
	width:auto;
	text-transform:uppercase;
}
.chemmanur{
	font:18px Verdana;
	color:#000;
	width:auto;
	border-bottom:2px solid #000;
	text-transform:uppercase;
}
.spry-container{
	width:100%;
}
/* CONTACT US PAGE CSS */
.care-left{
	float:left;
	width:38%;
}
.care-right{
	float:right;
	width:58%;
}
.care-left input[type="text"]{
	width:96%;
	margin:4.5% 0 0 0;
	padding-left:4%;
	height:40px;
	border:none;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.care-left textarea{
	width:96%;
	margin:4.5% 0 0 0;
	padding-left:4%;
	border:none;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.captcha-container{
	width:100%;
}
.captcha-left{
	float:left;
	width:32%;
	margin:4% 0;
}
.captcha-middle{
	float:left;
	width:28%;
	margin:4% 0 0 1.75%;
}
.captcha-right{
	float:right;
	width:36%;
	margin:4% 0;
}
.captcha-middle a{
	color:#acacac !important;
	font:13px Verdana;
	line-height:50px;
	text-decoration:none;
}
.captcha-middle a:hover{
	color:#000 !important;
}
.phone-left{
	float:left;
	width:30%;
	margin-top:13%;
}
.phone-left img{
	width:80% !important;
}
.phone-right{
	float:right;
	width:65%;
	margin-top:13%;
	text-align:left;
}
.phone-right span, .phone-right p{
	font:14px/22px Verdana !important;
	color:#777777;
}
/* SHOWROOM PAGE CSS */
.showroom-left{
	float:left;
	width:32%;
	margin:0.5% 0;
}
.showroom-left img{
	width:100%;
}
.showroom-right{
	float:right;
	width:65%;
	margin:0.5% 0;
}
.showroom-p{
	font-size:14px !important;
	margin-top:-0.5%;
}
.phone-left-sr{
	float:left;
	width:38%;
	margin:2% 0 0.5% 0;
}
.phone-left-sr img{
	width:58%;
	float:right;
}
.phone-right-sr{
	float:right;
	width:59%;
	margin:2% 0 0.5% 0;
	text-align:left;
}
.phone-right-sr span, .phone-right-sr p{
	font:17px/22px Verdana !important;
	color:#777777;
}
.showroom-map{
	width:100%;
	margin:2% 0;
}
.showroom-map img, .showroom-map iframe{
	height:215px;
	width:100%;
}
/* LOGIN PAGE */
.col-center{
	float:none !important;
	margin:30px auto;
	padding-bottom:4%;
	-webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);
}
.login-div{
	width:100%;
	text-align:center;
}
.login-div span{
	font:22px Verdana;
	color:#000;
}
.login-div a{
	font:22px Verdana;
	color:#777777;
}
.login-div a:hover{
	text-decoration:underline;
	color:#333;
	transition:color 1s;
}
.login-div b{
	font-size:28px;
}
.login-input{
	margin-top:3%;
}
.login-input input[type="text"], .login-input input[type="password"]{
	width:100%;
	height:45px;
	border:1px solid #d8d8d8;
	padding-left:4%;
	margin:1% 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.forgot{
	font:15px Verdana !important;
	color:#000 !important;
}
.login-input input[type="submit"]{
	display:block;
	margin:0 auto;
	border:1px solid transparent;
	background:#000;
	color:#fff;
	padding:2% 5%;
	font:16px Verdana;
	text-transform:uppercase;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.login-input input[type="submit"]:hover{
	background:#777777;
	color:#fff;
	transition:all 1s;
	border:1px solid #333;
}


/* MY ACCOUNT PAGE */
.welcome-user{
	width:100%;
	height:40px;
	padding-left:2%;
	background:#f2f2f2;
}
.welcome-user span{
	font:18px Verdana;
	color:#222222;
	line-height:40px;
}
.account-container{
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	margin:1% 0 3% 0;
}
.inner-padding{
	padding:1% 0 1% 6% !important;
}
.acc-entity{
	margin:10% 0;
}
.acc-entity img{
	margin-right:2%;
	display:inline !important;
}
.acc-entity a{
	font:14px verdana;
	color:#000;
}
.acc-entity a:hover{
	text-decoration:underline;
}
.acc-entity{
	font:14px verdana;
	color:#777777;
}




/* ORDER-DETAILS CSS */
.table-container{
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	margin:2% 0;
}
.table-padding{
	padding-bottom:2%;
}
.table-padding table{
	background:#f2f2f2;
}
.table-padding a{
	display:inline;
	float:right;
	color:#000;
	padding:1% 4%;
	margin:2% 0 2% 2%;
	background:#f2f2f2;
}
.table-padding a:hover{
	color:#000;
	background:#777777;
}
.clear-float-hidden{
	display:none;
}
.pay-details{
	margin:20px 0;
	width:auto;
}
.pay-details span{
	float:right;
}
.order-status{
	margin:5px 5% 5px 0;
	width:auto;
}
.order-status span{
	float:right;
}
.snippet-container{
	margin:10px auto;
	width:90%;
	height:55px;
}
.snippet-container span{
	font:14px verdana;
}
.titles{
	position:absolute;
	left:30%;
}
/* EDIT */
.tele-contact{
	text-align:left;
}
.tele-contact span{
	font:12px verdana;
	color:#777777;
	display:block;
	line-height:22px;
}


/* NEW MWNU CSS */
.apply-bg{
	background:url(../images/top-bg.jpg) repeat-x;
	height:112px;
}
.company-logo{
	float:left;
	margin:5px 0 0 0;
}
.top-menu{
	float:left !important;
	margin:30px 0 0 5% !important;
}
.top-menu a{
	border-bottom:1px solid transparent;
}

#searchtb{
	background:#e2e2e2;
	color:#000;
	border:1px solid #d6d6d6;
	width:160px;
	height:36px;
	margin-top:6px;
	padding-left:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#BtnSrch{
	margin: 9px 0px 0px -35px;
vertical-align: middle;
position: absolute;
}
.black-container{
	width:189px;
	height:40px;
	background:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:34px 30px 0 0;
	display:inline-block;
	float:right;
}
.register{
	float:left;
	width:48%;
	line-height:40px;
}
.signup{
	float:right;
	width:48%;
	line-height:40px;
}
.register a, .signup a{
	color:#fff;	
}
.register a:hover, .signup a:hover{
	color:#ffe86d;	
	transition:color 1s linear;
}
.register span, .signup span{
	padding:0 4px 0 10px;
	color:#fff;
}
.menu-bg{
	height:52px;
	background:url(../images/menu-background.jpg) repeat-x;
}
.last-menu{
	padding-right:0 !important;
	background:none !important;
}
#static-banner{
	display:none;
}



/* FOOTER EDIT START */
.company, .netbios{
	line-height:55px;
}
.netbios{
	float:right;
}
.floater{
	width:52px;
	position:fixed;
	left:-13px;
	top:50%;
	margin-top:-124px;
	z-index:5000;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(99,99,99,0.51);
	-moz-box-shadow: 0px 2px 10px 2px rgba(99,99,99,0.51);
	box-shadow: 0px 2px 10px 2px rgba(99,99,99,0.51);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.social2 a{
	display:block;
	margin:6px 0;
}
.social2 a:hover{
	padding-left:10px;
	transition:all 0.5s ease-out;
}
/* FOOTER EDIT END */

/* GOLDEN RATE */
#golden{
	margin-top:-6px;
}
#li-golden{
	outline:none !important;
}
#li-golden:hover{
	text-decoration:none !important;
	position:relative;
	outline:none !important;
}
.gold-dropdown{
	display:none;
	position:absolute;
	z-index:100;
	top:54px;
	left:14px;
	width:250px;
	height:auto;
	padding:5px 10px 10px 10px;
	text-align:center;
	background:#e1e1e1;
	-webkit-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.8);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #fff;
}
.gold-dropdown input[type="text"], .gold-dropdown select, .gold-dropdown textarea{
	width:100%;
	margin:6px auto;
	padding-left:10px;
	height:30px;
	border:1px solid #fff;
	background:#f2f2f2;
	color:#333;
}
.gold-dropdown input[type="text"]{
	height:55px;
}
.add-shadow{
	-webkit-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.8);
	box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.8);
}
.arrow-up{
	width: 10px; 
	height: 10px; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #e1e1e1;
	position:absolute;
	top:-12px;
	left:4px;
}
.account{
	text-align:center;
	width:100%;
}
.account a{
	color:#000;
	font:14px Arial;
}
.account a:hover{
	text-decoration:underline;
}



/* MEDIA DROPDOWN */
.top-menu li{
	position:relative;	
}
.media-dropdown{
	display:none;
	position:absolute;
	left:0px;
	top:42px;
	width:170px;
	background:#eeeeee;	
}
.media-dropdown a{
	display:block;
	padding:12px 0;
	white-space:nowrap;
	padding-left:10px;
	color:#777;	
}
@media only screen and (min-width:1030px){
.media-dropdown a:hover{
	color:#000;
	background:#c5c5c5;
	transition:all 0.5s ease-out;	
}
#media-drop:hover{
	background:#f2f2f2;	
}
#media-drop:hover .media-dropdown{
	display:block;
	transition:all 0.5s ease-out;	
}	
}

/* NEW REGISTER CSS */
.new-register input[type="text"], .new-register textarea, .new-register select{
	width:100%;
	height:35px;
	padding-left:10px;
	border:none;
	-webkit-box-shadow: 1px 1px 6px 5px rgba(226,226,226,0.4);
	-moz-box-shadow: 1px 1px 6px 5px rgba(226,226,226,0.4);
	box-shadow: 1px 1px 6px 5px rgba(226,226,226,0.4);
	margin:8px 0;
}
.new-register textarea{
	height:70px;
	resize:none;
	padding-top:8px;
}
.new-register select{
	padding-left:6px !important;
}
.new-header{
	font:25px Verdana;
	color:#000;
	width:auto;
	text-transform:uppercase;
	display:block;
	margin:20px 0;
	padding-left:15px;
}
.cap input[type="text"], .cap img{
	display:inline-block;
	margin:10px 0;
}
.cap input[type="text"]{
	width:60%;
	height:35px;
	padding-left:10px;
	border:none;
	-webkit-box-shadow: 1px 1px 6px 5px rgba(226,226,226,0.5);
	-moz-box-shadow: 1px 1px 6px 5px rgba(226,226,226,0.5);
	box-shadow: 1px 1px 6px 5px rgba(226,226,226,0.5);
	margin:8px 0;
}
.reg-button{
	padding:10px 18px;
	color:#fff;
	background:#000;
	float:left;
	margin:10px 5px 10px 15px;
	text-transform:uppercase;
	font:16px Georgia;
	border:none;
	cursor:pointer;
	display:inline-block;
	border-radius:4px;
	
}
.reg-button:hover{
	background:#8a8a8a;
	color:#000;
	transition:all 0.5s ease-out;
}

















