@charset "utf-8";
/* CSS Document */


/* ================ WEBSITE GLOBAL CSS ================ */

	.current
	{ background-color:#9F6}
html {
	margin: 0;
}


p {
	text-align: justify;
}

body {
	margin: 0px;
	font-family: sans-serif, "arial", "Times New Roman";
	font-size:14px;
	color: #000;
	 background: #fff;
}
			
		

#container {
	margin: 0 auto;
	width: 1200px;
}

#wrapper {
	background: #fff;
}

/* ================ HEADER CSS ================ */

header {
	height: auto;
	width: 1200px;
	
	/* Gradient Background */
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #013E7B),
	color-stop(1, #4E80B5)
	);
	background-image: -o-linear-gradient(right, #013E7B 0%, #4E80B5 100%);
	background-image: -moz-linear-gradient(right, #013E7B 0%, #4E80B5 100%);
	background-image: -webkit-linear-gradient(right, #013E7B 0%, #4E80B5 100%);
	background-image: -ms-linear-gradient(right, #013E7B 0%, #4E80B5 100%);
	background-image: linear-gradient(to right, #013E7B 0%, #4E80B5 100%);

}

.logo {
	margin-left: 10px;
	float: left;
}

.top-products {
	float: right;
	margin-right: 10px;
}

/* ================ NAVIGATION CSS ================ */

#menu {
	height: 50px;
	width: 100%;
	background: #000;
	border-bottom: 5px solid #f0eba0;
	border-top: 5px solid #f0eba0;
	clear: both;
}

.search {
	float: left;
	margin: 2px 0 0 10px;	
}

.search-bar {
	width: 280px;
	height: 34px;
	padding-left: 10px;

}

.search-btn {
	width: 40px;
	height: 40px;
	font-weight: bold;
	padding: 10px;
	border: 0px;
	margin: 2px 0 0 5px;

	/* Gradient Background */
	background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0, #FFCC00),
	color-stop(1, #E09D00)
	);
	background-image: -o-linear-gradient(top, #FFCC00 0%, #E09D00 100%);
	background-image: -moz-linear-gradient(top, #FFCC00 0%, #E09D00 100%);
	background-image: -webkit-linear-gradient(top, #FFCC00 0%, #E09D00 100%);
	background-image: -ms-linear-gradient(top, #FFCC00 0%, #E09D00 100%);
	background-image: linear-gradient(to top, #FFCC00 0%, #E09D00 100%);

}

nav {
	float: left;
}

nav ul {
	margin-left: 0px;
}

nav ul li {
	padding: 0 5px;
	float: left;
	margin-right: 20px;
	display: block;
}

nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

nav ul li a:hover {
	color: #FFCC00;
	text-decoration:underline;
}

/* ================ HOME PRODUCT CSS ================ */

section {
	margin-left: 15px;
}

.content {
	width: 670px;
	float: left;
}

#content-wrapper {
	background: #fff;
	position: absolute;
	width: 1200px;

}

#home-product {
	width: 670px;
	background: #eee;
	
	
	/* Gradient Background */
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #CCCCCC),
	color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(right, #CCCCCC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(right, #CCCCCC 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(right, #CCCCCC 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(right, #CCCCCC 0%, #FFFFFF 100%);
	background-image: linear-gradient(to right, #CCCCCC 0%, #FFFFFF 100%);
}




#title {
	height: 30px;
	color: #fff;

	/* Gradient Background */
	background-image: -webkit-gradient(
	linear,
	right bottom,
	left bottom,
	color-stop(0, #013E7B),
	color-stop(1, #62A7ED)
	);
	background-image: -o-linear-gradient(left, #013E7B 0%, #62A7ED 100%);
	background-image: -moz-linear-gradient(left, #013E7B 0%, #62A7ED 100%);
	background-image: -webkit-linear-gradient(left, #013E7B 0%, #62A7ED 100%);
	background-image: -ms-linear-gradient(left, #013E7B 0%, #62A7ED 100%);
	background-image: linear-gradient(to left, #013E7B 0%, #62A7ED 100%);
}

.title {
	padding: 5px;
	font-size: 17px;

}

#product-content {
	width: 420px;
	min-height: 160px

}

#product-content1 {
	width: 100%;
	min-height: 160px;
	line-height:20px;
	height:180px;

}
#product-content2 {
	width: 100%;
	min-height: 160px;
	line-height:20px;
	height:241px;

}

#product-content_new {
	width: 100%;
	
	line-height:20px;
	height:200px;

}

.page_heading
  {
	font-size:16px;
	font-weight:bold;
	color:red;
 }

#product-content1 select {
	width: 270px;
	position: absolute;
	margin-top: 15px;
}
#product-content select {
	width: 270px;
	position: absolute;
	margin-top: 15px;
}

#product-img {
	margin: 13px 10px 0 10px;
	float: left;
	border: 3px solid #323232;

}

.product-disc {
	width: 660px;background-repeat:repeat-x;background-repeat:repeat-y;
	line-height:22px;
	font-family: calibri;
	
	font-size: 18px;
	line-height: 20px;
	padding: 8px 0 0 0px;
	
	
	
}


.pass{font-family: calibri;
	
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 0px;
	text-align: justify;
	color:#000;
	width: 782px;}


/* ================ ASIDE CSS ================ */

aside {
	width: 320px;
	float: right;
}

.sidebar {
	background: #dadada;
}

.box ul {
	padding: 0;
	margin: 0;
}

.box h3 {
	color: #e09e00;
}

.divider {
	border-top: 1px dashed #666666;
    margin: 10px 10px;
}

.aside-nav ul li {
	padding: 10px;
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #FFFFFF),
	color-stop(1, #DFDFDF)
	);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #DFDFDF 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DFDFDF 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DFDFDF 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DFDFDF 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #DFDFDF 100%);
	
	border-bottom: 3px solid #b5b5b5;
	color: #054e9b;
	font-size: 15px;
}

.aside-nav ul li a {
	display: block;
}

.aside-nav ul li:hover {
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #E7A50C), color-stop(1, #FDE988) );
	background-image: -o-linear-gradient(right, #E7A50C 0%, #FDE988 100%);
	background-image: -moz-linear-gradient(right, #E7A50C 0%, #FDE988 100%);
	background-image: -webkit-linear-gradient(right, #E7A50C 0%, #FDE988 100%);
	background-image: -ms-linear-gradient(right, #E7A50C 0%, #FDE988 100%);
	background-image: linear-gradient(to right, #E7A50C 0%, #FDE988 100%);
	border-bottom: 3px solid #b5b5b5;
	color: #054e9b;
	font-weight: bold;	
}

.aside-contact {
	padding: 10px;
}

.aside-contact p {
	text-align: right;
}



/* ================ ASIDE CSS ================ */

/* ================ ASIDE CSS ================ */
aside {
    width: 460px;
	float: right;
	margin-right: 15px;
}

.sidebar {
	background: #f0f0f0;
}

.products {
	line-height: 23px;
	padding-left: 10px;
	margin: 0;
}

.products li {
	list-style-type:none;
}

.box {
	padding: 10px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:back;
}

.box h3 {
	color: #e09e00;
	font-size:36px;
	color:back;
}


.divider {
	border-top: 1px dashed #666666;
    margin: 10px 10px;
}

/* ================ SOCIAL MEDIA ICONS CSS ================ */

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
	margin-right: 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}


/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
}

/* ================ FOOTER CSS ================ */



footer {
	height: 10px;
	background: #3e3e3e;
	padding: 20px;
	color: #fff;
	clear: both;
}

footer a{
	color: #3d83cc;
	text-decoration: none;
}	

.copyright {
	float: left;
}

#footer-menu {
	float: right;
}

#footer-menu a {
	color: #fff;
}

/* ================ SUB MENU ================ */

.box ul li ul li {
padding: 5px 0;
border-bottom: 1px solid #000;
background: none;
margin-left: 10px;
font-size: 13px;

}

.box ul li ul li a {
  color: #000;
  font-weight: normal;
}

.box ul li ul li ul li {
padding: 5px 0;
background: none;
margin-left: 15px;
font-size: 15px;
}

.box ul li ul li ul li a {
  color: #000;
  font-weight: normal;
}


////=====================*==newly added css after backup==*==================////

			#display
			{
			    background: none repeat scroll 0 0  #000000;
			    bottom: 0;
			    display: none;
			    left: 0;
			    opacity: 0.7;
			    position: fixed;
			    right: 0;
			    top: 0;
			    z-index: 3999;
			}
			#r_popup_zoom 
			{
			    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.93);
			    margin: auto;
			   margin-top:70px;
			    width: 325px;
			    box-shadow: 0 0 2px 2px #8B8B8B;
			    border-radius: 15px;
			    border: 1px #fff solid;
		                        height:476px;
			}
				
			.r_im2 {
    			
    			width: 48px;
    			height: 47px;
  			 margin: 6px 0 0 18px;
			}
			.req_im {
    			background-image:url(../image/call3.png);
			}
			.fl_p {
    			float: left;
			}	
			.r_l2 {
    			line-height: 60px;
			}
			.r_f2 {
    			font-size: 28px;
			}
			.r_c2 {
   			 color: #120e0a;
			}
			.fw_p {
   			 font-weight: bold;
			}
.calltextback{  background: url(../image/input-text-40.png) no-repeat;}

.calltextbox {
    background-position: 5px -7px !important;
    padding: 10px 10px 10px 25px;
    width: 270px;
   margin-left: 25px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}

.calltextbox:focus {
    background-color: #FFF;
    border-color: #E8C291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}
.submit{
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#5320C8;
	border:1px solid #29447E;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:20px;
	font-weight:700;
	padding:2px 6px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
	margin-left: 96px;
	margin-top: 5px;
}
.sms {
background:#4c389c;
    display: inline-block;
    color:Black!important;
    cursor: pointer;
    font: bold 18px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 5px;
    border: solid 0 #e3edf4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    border-radius: 7px;
margin-top: -29px;
margin-right: 20px;
padding: 3px;
text-align: center;
width: 17%;
}

.s_sms {
     background:url(../image/email_icon.png);
    background-position: -3px -2px;
    width: 24px;
    height: 20px;
    margin: 2px 7px 0 0;
}
.vrty {
    vertical-align: middle;
}
.dspi {
    display: inline-block;
}
.fl {
       float: right;
      margin-top: -24px;
    margin-right: 141px;
}
.s_btn {
    color: #ffffff;
    cursor: pointer;
}
.f10 {
    font-size: 20px;
}


////******=======for email on Contact us form=====******/////////

.abc{
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto
}
.closeimg{
position:absolute;
top: -22px;
cursor: pointer;
width: 46px;
left: 280px;
}

.calimg
{
    position: absolute;
    right: 86px;
    top: 104px;
    cursor: pointer;
    width: 46px;
    margin-left: 307px;
}
#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
#formemail {
max-width:300px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff;
}
.pemail {
margin-top:30px;
}
.h2email {
background-color:#FEFFED;
padding:7px 35px;
margin:-10px -50px;
text-align:center;
border-radius:10px 10px 0 0;

}
.hremail {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
.email2{
background-image:url(../image/email2.png);
background-repeat:no-repeat;
background-position:5px 7px
}

.msg{background-image:url(../image/email.gif);}
#textarea {
background-repeat:no-repeat;
background-position:5px 7px;
width:82%;
height:95px;
padding:10px;
resize:none;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
font-family:raleway;
margin-bottom:30px;
}

#send {
text-decoration:none;
width:85%;
text-align:center;
display:block;
background-color:#251496;
color:#fff;
border:1px solid #30F;
padding:6px 0;
font-size:20px;
cursor:pointer;
border-radius:5px;
}
.spanemail {
color:red;
font-weight:700;
}
.buttonemail {
width:10%;
height:45px;
border-radius:3px;
background-color:#cd853f;
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer;
}



=========/////////////for Captcha\\\\\\\\\\\\\\\\\\---------------
.inputcaptcha{
	width: 120px !important;
	float: left;
}

.imgcaptcha{
	border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 6px 10px;
    float: left;
    
}

#refresh{
	float: left;
	margin: 14px 5px;
	cursor: pointer;
}





/* ================ FOOTER CSS ================ */



