﻿body 
{
 font-family: "Segoe UI" ,Segoe, "Roboto" , "Droid Sans" , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}
*
{
	margin: 0px;
	padding: 0px;
}

::selection {
	background:#C6BF93;
	color:#FFFFFF;
}
::-moz-selection {
    background:#C6BF93;
    color:#FFFFFF;
}
#wrapper{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	background:#FFFFFF;
    /*height: 80px;
    border-top:2px solid #B8B07F;  
    border-bottom: 2px solid #E8E8E8;*/
}
.container_12 {
  width:1000px;
  margin:0 auto;
  clear:both;
  display:block;
  position:relative;    
}
#menu
{
   width:100%;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	background-image: url(../image/menu_bg.gif);
}
#menu ul
{
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
#menu ul li
{
    display: inline-block;
}
#menu li
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    float: right;
}
#menu li a
{
    float: Left;
    padding-left: 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font: 12px arial, verdana, sans-serif;
    font-weight:bold;
}
#menu li a span
{
    line-height: 35px;
    float: left;
    display: block;
    padding-right: 15px;
}
#menu li a:hover
{
    background: url("../image/hover.gif") 0px repeat-x;
    color: #000;
}
#menu li a:hover span
{
    background: url("../image/hover.gif") 100% repeat-x;
}
#menu li a.active, #menu li a.active:hover
{
    background: url("../image/hover.gif") 0px repeat-x;
    color:#000;
}
#menu li a.active span, #menu li a.active:hover span
{
    background: url("../image/hover.gif") 100% repeat-x;
}






#logo img {
  height: 78px;
  width:300px;  
  border:none !important;
  padding:2px 0;
}
#logo {
  max-height: 80px;
  width:100%;
}
.grid_3
{  
  float: left;
  /*margin-right: 20px;*/
  width: 220px;
  display:inline-block;
}
.grid_8 
{
  /*float: right;   
  width: 740px;*/
  float: left;   
  width:1000px;
  display:inline-block;
}
#wrapper nav ul {
  margin-bottom: 0;
}
#wrapper nav ul li {
  display: inline-block;
  margin: 0;
}
#wrapper nav ul li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #585858;
  text-transform: uppercase;
  display: block;
  padding: 0 14px;
  margin-left:2px;
  line-height: 40px;
  text-decoration:none !important;
	-webkit-transition:background-color 0.3s ease-in;  
	-moz-transition:background-color 0.3s ease-in;  
	-o-transition:background-color 0.3s ease-in;  
	transition:background-color 0.3s ease-in;
}
#wrapper nav ul.primary-nav {
  float: right;
}
#wrapper nav ul.primary-nav > li {
  float: left;
}
#wrapper nav .active-page {
  background-color: #F36C6C;
  color: #FFF !important;
}
#wrapper nav ul li:hover > a {
  /*color: #e84c3d;*/
  background-color: #C6BF93;
  color: #FFF !important;
}
.middle
{
    width:100%;
    margin:0;
	padding:0;
	float:left;
	position:relative;
	background-image: url(../image/mid_back.png);
}
.foot
{
  width:100%;
	margin:0;
	padding:0;
	float:left;
	position:relative;	
	font-size: 13px;
	/*border-top: 2px solid #B8B07F;
    color:#000000;
	background: #C6BF93 ;*/
	color:#fff;
	background-image: url(../image/menu_bg.gif);
}
.footer_bg_bottom {
padding:10px;
width:980px;
margin:0 auto;
clear:both;
display:block;
position:relative;  
text-align:center;
color:#fff;
line-height:35px;
}
.footer_bg_bottom a
{
    text-transform:uppercase;
    color:#fff;
  	text-decoration: none;
	-webkit-transition:background-color 0.4s ease-in;  
	-moz-transition:background-color 0.4s ease-in;  
	-o-transition:background-color 0.4s ease-in;  
	transition:background-color 0.4s ease-in;
	font:bold 11px arial,verdana,sans-serif;
}
.footer_bg_bottom a:hover,.footer_bg_bottom a:focus,.footer_bg_bottom a.active-page
{
	text-decoration:underline;
}
.foot_left
{
float:left;
font:bold 12px arial,verdana,sans-serif;    
}
.foot_right
{
    float:right;
}
/* === Clearfix === */
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
* html .clearfix, :first-child+html .clearfix {
	zoom:1
}


.Container
{
	background-color: #FFFFFF;	 
	border: 1px solid #D9D9D9;
	margin-bottom: 10px;
	padding: 10px;
	width: 978px;
	color: #4D4E53;
	margin:10px auto;
	display:inline-block;
	clear:both;	
	min-height:480px;
	border-radius:5px;
} 
.Container-content
{
	text-align: justify;
	font-size: 14px;
	display:inline-block;
}
.Container-content p
{
	padding: 5px 0;
}


/*right slider*/
.boxright
{
width:210px;
height: 270px;
float: right; 
overflow: hidden;
border:1px solid #D9D9D9;
margin:0 5px;
padding:5px;
background:#FFF;	
border-radius:5px;
}
.boxleft
{
width:724px;
height:auto; 
float: left; 
border:1px solid #D9D9D9;
margin:0 5px;
padding:5px;
background:#FFF;	
border-radius:5px;
}
.boxright img
{
border:0;    
}
.box_lftcontact
{   
width:654px;
}
.box_rgtcontact
{
 height: auto;
    padding: 10px;
    width: 270px;
}
.tblcontact tr td
{
  padding:5px;
  vertical-align:top;
}
.tblEnquiry table
{
    margin:10px 0;
    }
.star
{
color:#AC1D21;    
}
.tblEnquiry tr td
{
 padding:5px 0; 
 text-align:left;  
}
.tblEnquiry select
{
width:56px;
height:30px;
padding:5px;
vertical-align:top;
border: 1px solid #CBC5C5;
box-shadow: 1px 0px 1px 0px #E2DDDD;
border-radius:3px;
vertical-align: middle;
}  
.tblEnquiry .country
{
 width:216px;   
 }
 .tblEnquiry .mobpre
 {
     width:30px;
 }
  .tblEnquiry .mobpretxt
 {
     width:168px; 
 }
.tblEnquiry input
{
height:20px;
width: 210px;
border: 1px solid #CBC5C5;
box-shadow: 1px 0px 1px 0px #E2DDDD;
vertical-align: middle;
padding:5px 0 5px 5px;
border-radius:3px;
vertical-align:top;
} 
.tblEnquiry .nametxt
{
width:70px;   
}  
.tblEnquiry textarea
{
	max-width: 550px;
	min-height: 120px;
	min-width: 550px;
	width: 550px;
	border: 1px solid #CBC5C5;
	box-shadow: 1px 0px 1px 0px #E2DDDD;
	vertical-align: middle;	
	padding: 5px 0 5px 5px;
	border-radius:3px;
	vertical-align:top;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select:focus, .uneditable-input:focus
{
	outline: 0 !important;
	outline: thin dotted \9; /* IE6-9 */
	border: 1px solid #DD6767;
	box-shadow: 1px 0px 1px 0px #E2DDDD;
}
.captchlft
{
width:102px !important;    
}
.captchrgt
{
width:102px !important; 
height:30px;      
}


/* rotator in-page placement */div.rotator
{
	position: relative; /*height: 215px;*/
	display: none;
	min-height: 270px;
}
/* rotator css */div.rotator ul li
{
	float: left;
	position: absolute;
	list-style: none;
}
/* rotator image style */div.rotator ul li img
{
	width:210px;
	height:270px;
}
div.rotator ul li.show
{
	z-index: 500;
}
.boxleft_sub
{
    padding: 5px;
}
.boxleft_sub .lft_img
{
    float:left;  
    width:200px;
    height:200px;
    padding:0 10px 10px 0;  
    border:0;
}
.boxleft_sub .title
{
font-size:18px;
text-align:left;
}
.boxleft_sub p
{
   text-align:justify;
}
/*.main_title
{
font-size:20px;
color:#AC1D21;
border-bottom:1px solid #030000; 
margin-bottom:5px;
padding-bottom:5px;
font-weight:bold;
}*/
.main_title 
{
  font-size:20px;
  color:#AC1D21;
  font-weight:bold;
  position: relative;
  border-bottom: 1px solid #B8B8B8;
  line-height: 35px; 
}
.main_title:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #AC1D21;
}



/*Profile page*/
.box
{
   border:1px solid #D99395;
   display:block;
   height:auto;
   margin:20px 0;
}
.box_title
{
 background:#D99395;
 color:#fff; 
 padding:5px !important; 
 font-weight:bold; 
 }
 .box p
 {
     padding:10px;
     text-align:justify;
 }
 .box ul
 {
  margin:0 40px;   
  }
 .box table
 {
 padding:5px; 
 width:100%;   
 }
 .box table .head td
 {
   color:#AC1D21; 
 border-bottom:1px solid #D99395; 
 padding:0px;
 }
 .box table tr td
 {
 padding:5px 0 5px 40px;
 text-align:left;
 vertical-align:top; 
 }
 
.box .rgt_img
{  
    float:right;
    width:250px;
    height:250px;
    padding:10px; 
    border:0; 
}
.box .lft_img
{  
    float:left;
    width:250px;
    height:250px;
    padding:10px; 
    border:0; 
}
.sub_title a
{
   font-size: 16px;
    text-align: left; 
    font-weight:bold;
    color:#4D4E53;
    text-decoration:underline;
}
.sub_title a:hover
{
    color:#000;
}
.prodtbl
{
border:1px solid #D99395;
border-radius:5px;
margin:10px 0;    
}

.prodtbl .lft_img
{  
    float:left;
    width:250px;
    height:250px;
    padding:0;
    border:0;
} 
.prodtbl tr td
{
vertical-align:top; 
padding:5px;   
}
.prodtbl table
{
width:100%;
padding:20px 0;    
}
.prodtbl table .odd
{
background:#D99395;
width:50%;
vertical-align:middle;
border:1px solid #D99395;
text-align:left;
}
.prodtbl table .even
{
background:#EDA4A7;
width:50%;
vertical-align:middle;
border:1px solid #D99395;
text-align:left;
}
.prodtbl table a
{
color:#4D4E53;
text-decoration:none;
}
.prodtbl table a:hover
{
color:#FDFDFD;
text-decoration:underline;
}
.enquirybtn
{
float:right;
}
.dshln
{
border-bottom: 1px dashed #4D4E53; 
margin: 10px 0;    
}
.btn{box-shadow:0px 2px 2px rgba(0,0,0,0.6);background-color:#F7767A;background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0%, rgba(255,255,255,.4)),color-stop(50%,rgba(255,255,255,.35)),color-stop(51%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,.28)));background-image:-moz-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,.35) 50%,rgba(255,255,255,.2) 51%,rgba(255,255,255,.28) 100%); -webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em;color:#ffffff;display:inline-block;font:bold 15px/normal 'Helvetica','Arial',sans-serif;margin:0;padding:8px 30px;text-decoration:none;cursor:hand;text-align:center;}
.btn:hover{background-color:#F7767A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(50%,rgba(255,255,255,.25)),color-stop(51%,rgba(255,255,255,.1)),color-stop(100%,rgba(255,255,255,.18)));background-image:-moz-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(255,255,255,.25) 50%,rgba(255,255,255,.1) 51%,rgba(255,255,255,.18) 100%);cursor:pointer;color:#ffffff;text-decoration:none;}
.btn input{border:0;background:none;padding-bottom:40px;font-weight:bold;color:#fff;text-align:left;cursor:pointer;}
.btn input:hover{color:#fff;}



/************************************************************************************
SOCIAL LINK a.sb
*************************************************************************************/
a.sb,
.sb a {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px 0;
	
	/* default button color */
	background-color: #ececec;
	border: solid 1px #b8b8b9;
	
	/* default box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);

	/* default border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
/* for IE */
*:first-child+html a.sb,
*:first-child+html .sb a {
	text-indent: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}


/* SB LIST
================================================ */
.sb {
	margin: 0;
	padding: 0;
}
/* flat style */
a.sb.flat,
.sb.flat a,
a.sb.flat:before,
.sb.flat a:before {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ICONS
================================================ */
a.sb.twitter,
.sb a.twitter {
	background-image: url(../image/twitter_bird.png);
}

a.sb.facebook,
.sb a.facebook {
	background-image: url(../image/facebook.png);
}

a.sb.linkedin,
.sb a.linkedin {
	background-image: url(../image/linkedin.png);
}

a.sb.pinterest,
.sb a.pinterest {
	background-image: url(../image/pinterest.png);
}



/* white icons */
a.sb.blue.twitter,
.sb.blue a.twitter,
a.sb.purple.twitter,
.sb.purple a.twitter,
a.sb.red.twitter,
.sb.red a.twitter,
a.sb.green.twitter,
.sb.green a.twitter,
a.sb.orange.twitter,
.sb.orange a.twitter,
a.sb.brown.twitter,
.sb.brown a.twitter,
a.sb.black.twitter,
.sb.black a.twitter,
a.sb.gray.twitter,
.sb.gray a.twitter {
	background-image: url(../image/white_twitter_bird.png);
}

a.sb.blue.facebook,
.sb.blue a.facebook,
a.sb.purple.facebook,
.sb.purple a.facebook,
a.sb.red.facebook,
.sb.red a.facebook,
a.sb.green.facebook,
.sb.green a.facebook,
a.sb.orange.facebook,
.sb.orange a.facebook,
a.sb.brown.facebook,
.sb.brown a.facebook,
a.sb.black.facebook,
.sb.black a.facebook,
a.sb.gray.facebook,
.sb.gray a.facebook {
	background-image: url(../image/white_facebook.png);
}


a.sb.blue.linkedin,
.sb.blue a.linkedin,
a.sb.purple.linkedin,
.sb.purple a.linkedin,
a.sb.red.linkedin,
.sb.red a.linkedin,
a.sb.green.linkedin,
.sb.green a.linkedin,
a.sb.orange.linkedin,
.sb.orange a.linkedin,
a.sb.brown.linkedin,
.sb.brown a.linkedin,
a.sb.black.linkedin,
.sb.black a.linkedin,
a.sb.gray.linkedin,
.sb.gray a.linkedin {
	background-image: url(../image/white_linkedin.png);
}

a.sb.blue.pinterest,
.sb.blue a.pinterest,
a.sb.purple.pinterest,
.sb.purple a.pinterest,
a.sb.red.pinterest,
.sb.red a.pinterest,
a.sb.green.pinterest,
.sb.green a.pinterest,
a.sb.orange.pinterest,
.sb.orange a.pinterest,
a.sb.brown.pinterest,
.sb.brown a.pinterest,
a.sb.black.pinterest,
.sb.black a.pinterest,
a.sb.gray.pinterest,
.sb.gray a.pinterest {
	background-image: url(../image/white_pinterest.png);
}




/* COLORS
================================================ */

/* default hover */

.sb.twitter:hover,
.sb.twitter:hover:after,
.sb.twitter:hover:after {
	background-color: #8CDBFA;
	background-image:url(../image/white_twitter_bird.png);
	border-color:#8CDBFA;
}
.sb.facebook:hover,
.sb.facebook:hover:after,
.sb.facebook:hover:after {
	background-color: #4E6FAA;
	background-image:url(../image/white_facebook.png);
	border-color: #4E6FAA;
}
.sb.linkedin:hover,
.sb.linkedin:hover:after,
.sb.linkedin:hover:after {
	background-color: #2B7AB3;
	background-image:url(../image/white_linkedin.png);
	border-color: #2B7AB3;
}
.sb.pinterest:hover,
.sb.pinterest:hover:after,
.sb.pinterest:hover:after {
	background-color: #CB2027;
	background-image:url(../image/white_pinterest.png);
	border-color: #CB2027;
}
