/*
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Arial";
	font-size: 13px;
	color: #061C37;
	background: #b4a08a url(../images/top-bg.jpg) no-repeat fixed;
	background: #FFFFFF url(../images/top-bg.jpg) repeat-x;
}*/


body{
background: #FFF url(../images/top-bg.jpg) repeat-x;
position:relative;
height:630px;
margin:0 auto;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
font-family:Arial;
}




a {
color: #09719D;
font-weight: normal;
cursor: pointer;
text-decoration: none;
transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-webkit-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
font-weight:bold;
font-size:13px;
}


a:hover { color:#A5241C; text-decoration: underline;} 



p{

font-family: Arial;
font-size: 14px;
color: #666666;
line-height: 22px;
text-align: justify;
	}


#main {  
    width:100%;
	max-width:1003px;  
   /* border: solid 1px #aaa;  */
    text-align:left;
	line-height:22px;	 
    font-size:12px;   
    overflow: hidden;
	margin:0 auto;
	padding:10px;
	
	
}  
  
.inner_box {
	margin-top:10px;
	margin-bottom:10px;
    width:285px; 
    height:auto;  
   /* border: solid 1px #ccc;  */
    display: inline-block;  
    vertical-align: middle;  
	text-decoration:none; 
	padding:10px;
	vertical-align:top;
} 



.manufacturer_exporter_box {
	margin-top:10px;
	margin-bottom:10px;
    width:637px; 
    height:auto;  
   /* border: solid 1px #ccc;  */
    display: inline-block;  
    vertical-align: middle;  
	text-decoration:none; 
	padding:10px;
	vertical-align:top;
} 


.mo_email_inner_box {
	margin-top:10px;
	margin-bottom:10px;
    width:970px;  
    height:auto;  
    border: 1px #EEEEEE solid;
background-color: #FBFBFB;
	
    display: inline-block;  
    vertical-align: middle;  
	text-decoration:none; 
	padding:10px;
	vertical-align:top;
} 



<!----------------------inquiry_inner_box-------------------------------->
.inquiry_inner_box {
margin-top:10px;
	margin-bottom:10px;

	background-color:#FBFBFB;
	width:100%;
	max-width:303px;
    height:auto;  
    border: solid 1px #EEEEEE;  
    display: inline-block;  
    vertical-align: middle;  
	text-decoration:none; 
	padding:10px;
		vertical-align:top;
}


.banner-lightbox
{
	width:1000px;
	height:178px;
	background:url(../images/box-bg1.png) no-repeat;
/*	background-color:#CCC;*/
}


.txtbox {
height: 20px;
padding: 5px;
background: #fff;
border: 1px solid #d5d5d5;
border-radius: 3px;
font-style: italic;
font-size: 12px;
color: #a3a3a3;
background: url(../images/txt-bg.png) repeat-x left top;
}
.appoinment-form-space
{
	width:950px;
	height:100%;
	margin:25px 0px 0px 25px;
	padding:0px;
	float:left;
}
.appoinment-form
{
	width:950px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}
.appoinment-image
{
	width:170px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}
.appoinment-form-area
{
	width:600px;
	height:100%;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
}
.appoinment-form-box
{
	width:300px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
}
.appoinment-form-box-right
{
	width:300px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
}
.appoinment-btn
{
	width:170px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}
.appoinment-txt
{
	width:283px;
	height:28px;
	border:1px solid #dcdcdc;
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 5px;
	border-radius:5px;
	font-style:italic;
	font-size:12px;
}
.box_gray{
	border: 2px solid #999;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.45);
}




<!----------------------inquiry_inner_box-------------------------------->







/*Inquiry from css for index Start*/
.tb1 {
	background-color:#FEFBF3;
	border:1px solid #F3D189;
	width:265px;
	height:22px;
	color:#666;
	font-size:13PX;
	padding-left:5px;
}


.tb2 {
	background-color:#FEFBF3;
	border:1px solid #F3D189;
	width:265px;
	color:#666;
	font-size:13PX;
	padding-left:5px;
}




.testbutton {
  font-family: arial;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #6BAE11;
  padding:7px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #63B8EE;
  background: linear-gradient(top,  #6BAE11,  #4E7D0D);
  background: -ms-linear-gradient(top,  #6BAE11,  #4E7D0D);
  background: -webkit-gradient(linear, left top, left bottom, from(#6BAE11), to(#4E7D0D));
  background: -moz-linear-gradient(top,  #6BAE11,  #4E7D0D);
  text-decoration:none;
}
.testbutton:hover {
  color: #D0F59E !important;
  background: #468CCF;
  background: linear-gradient(top,  #4E7D0D,  #6BAE11);
  background: -ms-linear-gradient(top,  #4E7D0D,  #6BAE11);
  background: -webkit-gradient(linear, left top, left bottom, from(#4E7D0D), to(#6BAE11));
  background: -moz-linear-gradient(top,  #4E7D0D,  #6BAE11);
}

/*Inquiry from css for index END*/




/*Photo Gallery css for index END*/


/*
a{color:#65a42d;text-decoration:none; font: 16px/1.5em Arial, Helvetica, sans-serif, "Arial Narrow";color:#a5a5a5;}
a:hover{color:#65a42d; text-decoration:underline;}*/



.column-clear{ clear:both;}
.wrapper{ margin:0px auto; padding:0px;width:945px;}
.portfolio-content, .portfolio-area{width:945px;}
.title-page{font-size:40px;margin:50px 0px 60px 0px;color:#151515;}
.goto{float:right;width:130px;margin:-80px 30px 0px 0px;}

/**** PORTFOLIO STYLES*****/
.portfolio-categ{margin-bottom:30px;}
.portfolio-categ li{display:inline;margin-right:10px;}
.image-block{ display:block;position: relative;}
.image-block img{border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px;background:#FFFFFF;padding:10px;}
.image-block img:hover{border: 1px solid #A9CF54;box-shadow:0 0 5px #A9CF54;}
.portfolio-area li{float: left;margin: 0 12px 20px 0;overflow: hidden;width: 245px;padding:5px;}
.home-portfolio-text{margin-top:10px;}
li.active a{ text-decoration:underline;}
/**** END PORTFOLIO STYLES*****/

/*Photo Gallery css for index END*/



.blackbartop{
height:30px;
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
}




.bottomblackbar{
height:60px;
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.footer-link{

	width:500px;
	margin-top:-6px;
	margin-left:-187px;
}

.footer-link ul li{
list-style-type:none;
float:right;
padding-right:18px;

}
.footer-link ul li a{
color:#D7EFFD;
font-size:13px;
text-decoration:none;
}
.footer-link ul li a:hover{
color:#CCC;
}


.footer-icons{
	width:350px;
	float:right;
	margin-top:-24px;
	text-align:right;
	margin-right:-7px;
	
}



.titletext{
	font-family:Arial;
	font-size:30px;
	color:#4F6B0C;
	text-align:left;

	
	}

.text{	
	font-family:Arial;
	font-size:13px;
	color:#898989;
	line-height:22px;
	text-align:justify;
	
	}
	
	

.textin{	
	font-family:Arial;
	font-size:13px;
	color:#898989;
	line-height:25px;
	text-align:justify;
	
	}
	
	
	

.top a{
	font-size:13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	
	}
	
.top a:hover{
color:#FFF;

} 



.readmore a{
	font-size:13px;
	color:#09719D;
	font-weight:bold;
	
	}
	
.readmore a:hover{
color:#A5241C;

} 



.readmorein a{
	font-size:13px;
	color:#A5241C;
	font-weight:bold;
	
	}
	
.readmorein a:hover{
color:#09719D;

} 


.ch {
list-style-image:url(../images/bullet.png);
list-style-position:none;
font-size:13px;
color:#898989;
margin-left:-35px;
line-height:22px;
margin-top:0px;

}


.sitemap{
    font-size:16px;
	border:1px #CCC solid;
	background-color:#333;
	text-align:center;
	height:50px;
	text-decoration:none;
	font-size:20px;
	vertical-align:middle;
	
	}
	
.sitemap a:hover{
    font-size:16px;
	color:#CCC;
	text-align:center;
	height:50px;
	text-decoration:none;
	
	
	}



/* Top BTN Menu Scrept Start */

/* The Nav styling starts here, The above code is just to make the page look nice */
#dropdown_nav {
	background:url(../images/menu-back.png) repeat-x;
	z-index:99;
	position:absolute;
	width:850px !important;
	padding:0px;
	display:inline-block;
	list-style:none;
	border:0px solid #FFF;
	top: 60px;

}
#dropdown_nav li {

	padding:0px 0px;
	float:left;
	position:relative;
	display:inline-block;
	text-align:center;
}
#dropdown_nav li a {
	padding:20px 28px;
	/*border-right:1px solid #ccc;*/
	color:#333;
	font-family:Arial; font-size:18px; font-weight:bold; text-decoration:none;
}
#dropdown_nav li a:hover {
	background:url(../images/back.png) repeat-x;
	color:#FFF;	
}
#dropdown_nav li a:active {
	background:url(../images/back.png) repeat-x;	
	background:#e2e2e2;

}
#dropdown_nav li a.first {
	background:url(../images/back.png) repeat-x;
	color:#FFF;
}
/*#dropdown_nav li a.last {
			-moz-border-radius:0px 5px 5px 0px;
			-webkit-border-radius:0px 5px 5px 0px;
		}*/

		/* Sub-Nav styling */
#dropdown_nav .sub_nav {
	width:215px;
	padding:0px;
	position:absolute;
	top:41px;
	left:0px;
	border:0px solid #ccc;
	background:#000;
}
#dropdown_nav .sub_nav li {
	width:170px;
	padding:0px;
	margin-left:0px;
	}
#dropdown_nav .sub_nav li a {
	background:url(../images/menu-back.png);
	width:200px;
	padding:7px;
	color:#FFF; 
	display:block;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #333333;
	
}
#dropdown_nav .sub_nav li a:hover {
	background-color:#A5241C;
	color:#FFF;
}
#dropdown_nav .sub_nav li a:active {
	background:url(../images/back.png);
	color:#FFF;

	background:#e2e2e2;
	background:-moz-linear-gradient(#e2e2e2, #f3f3f3);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#f3f3f3));
}
				


/* Top BTN Menu Scrept Start */


/* conatc us style*/

.contact{
padding:48px 0 65px 0;
}

.textbox{
background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#999;
	padding:5px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;}
	

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */	
/* conatc us style*/


/* Tabe Menu  Fore About Us Css Scrept Start */
@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width:980px;;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding:10px 35px;
	margin: 0px 1px -2px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	border-top: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #333;
	border-top:1px #F96C00 solid;
	color:#FFF;
	
}


.TabbedPanelsTabSelected {
	background-color:#333;
	border-bottom: 1px solid #FFF;
	border-top:5px #F96C00 solid;
	color:#FFF;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	border-top: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	background-color:#FFF;
}


.TabbedPanelsContent {
	padding:10px;
	font:Arial;
	font-size:13px;
	color:#898989;
	line-height:22px;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
	
	
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}



/* Tabe Menu  Fore About Us Css Scrept Start */




/* Table Css Scrept sTART*/
.tabletitel{
background:#B12923;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; color:#FFF; vertical-align:text-top;
padding:5px;	
border:0px #CCC solid;
text-align:center;
font-weight:bold;
}

.tabletext1{
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px; color:#333; line-height:22PX; vertical-align:text-top;
padding:4px;	
border:0px #CCC solid;
text-align:center;
border:1.0px #999 solid;
vertical-align:middle;
}


.tabletext1:hover{
background:#F2C0BD;
color:#B12923;
}

/* Table Css Scrept end*/




/*Click To Dwon Menu CSS Scrept Start*/

body {margin:0; font-family:Arial;}
#slider {width:950px}
.header {width:893px; border:1px solid #EFEFEF; padding:8px;  color:#4E7D0D; font-size:14px; font-weight:bold; margin-top:5px; cursor:pointer; background:#F6F6F6}
.header:hover {background:#EFEFEF; color:#333;}
.content {overflow:hidden}
.textt {width:879px; border:1px solid #EFEFEF; border-top:none; padding:15px}

.headero {/*width:940px;*/ border:1px solid #EFEFEF; padding:8px;  color:#4E7D0D; font-size:14px; font-weight:bold; margin-top:5px; cursor:pointer; background:#F6F6F6}
.headero:hover {background:#EFEFEF; color:#333;}


/*Click To Dwon Menu CSS Scrept END*/




/*Light Box Text Table Css Scrept Start*/

#uLightBox {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    font-family:"Lucida Grande",Verdana,Arial,sans-serif;
    z-index:9999;
    position:absolute;
    color:#666;
    text-shadow: 0 1px 0 #fff;
}
#uLightBox a, #uLightBox a:hover, #uLightBox a:active, #uLightBox a:visited {
    color:black;
    text-decoration:none;
}
#uLightBox #lbHeader {
    height:28px;
    background-repeat:repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAYAAACgXdXMAAAALElEQVQI163HsQ0AIBADsVPYNlOwGZsl3yNKGksGONjukrQFoLZvkvzqBcAAxVFIZBs6OqQAAAAASUVORK5CYII=);
    overflow:hidden;
    cursor:move !important;
}
#uLightBox #lbHeader header {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 27px;
    margin: 0;
    padding: 0 50px;
    text-align: center;
    text-shadow: 0 1px 0 #000;
}
#uLightBox #lbHeader span {
    float:right;
}
#uLightBox #lbContent {
    background-color:#efefef;
    border-bottom:1px solid #bfbfbf;
    min-height:50px;
    padding:20px;
    text-align:left;
    display:block;
    position:static;
}
#uLightBox #lbFooter {
    height:60px;
    border-top:1px solid #fff;
    background-color:#d7d7d7;
    overflow:hidden;
    text-align:left;
}
#uLightBox.top, #uLightBox .top {
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
#uLightBox.bottom, #uLightBox .bottom {
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
#uLightBox.shadow, #uLightBox .shadow {
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}
input.flat {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left:1px solid #a6a6a6;
    border-right:1px solid #a6a6a6;
    border-top:none;
    border-bottom:none;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:3px;
    margin:10px;
    color:#666666;
    font-size:11px;
    height: 33px;
    background-position:0px 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACECAIAAADeCta1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjE1MTI1NUFCRUY1MTFFMEJDRERFQThBQ0JDNTdGMDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjE1MTI1NUJCRUY1MTFFMEJDRERFQThBQ0JDNTdGMDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQThGQkNEM0JFRTgxMUUwQkNEREVBOEFDQkM1N0YwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQThGQkNENEJFRTgxMUUwQkNEREVBOEFDQkM1N0YwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PruABYMAAAB2SURBVHjajFExDsAgCEQca1Kn6v//4exan+GCm6uNDo01VB3IHeFyHAGcc1BKQQDAHkc+qx0d4yvNZcB7jznnN0Ofg+s5vppPPKU+9SdDjBGFEE1TceR/taNhfOtOqQ7VMlhrkYggpcTeN/vPyFc6DsMdHgEGAKwhtzwNOJlGAAAAAElFTkSuQmCC);
    text-shadow: 0 1px 0 #fff;
    font-weight:bold;
}
input.flat:hover {
    color:#000000;
    background-position:0 -33px;
    cursor:pointer;
}
input.flat:active {
    background-position:0 -66px;
}
input.flat:disabled {
    background-position:0 -99px;
    cursor:default !important;
    color:#666666 !important;
}
input.flat.bgFix {
    height:32px;
}
#uLightBox .floatRight {
    float:right;
}
#uLightBoxOverlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    z-index:9998;
}
.opaque {
    background-position:0 0;
    background-repeat:repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDgzRjczNTVCRkE1MTFFMEIyRkRFRkYyOTQ1NEUxNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDgzRjczNTZCRkE1MTFFMEIyRkRFRkYyOTQ1NEUxNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowODNGNzM1M0JGQTUxMUUwQjJGREVGRjI5NDU0RTE1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowODNGNzM1NEJGQTUxMUUwQjJGREVGRjI5NDU0RTE1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk4eFz0AAAAPSURBVHjaYmBgYGgACDAAAIUAgevVTJkAAAAASUVORK5CYII=);
}
.opaque.white {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUNERkRGRDZCRkE2MTFFMEIyRkRFRkYyOTQ1NEUxNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUNERkRGRDdCRkE2MTFFMEIyRkRFRkYyOTQ1NEUxNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowODNGNzM1N0JGQTUxMUUwQjJGREVGRjI5NDU0RTE1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowODNGNzM1OEJGQTUxMUUwQjJGREVGRjI5NDU0RTE1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiJKPyEAAAAQSURBVHjaYvj//38DQIABAAl8A37oMoQyAAAAAElFTkSuQmCC);
}
.opaque.none {
    background-position:0 0;
    background-repeat:repeat;
    background-image: url();
}

/*Light Box Text Table Css Scrept END*/





/*photo gallery css scrept start*/

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
/*.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}*/
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/*photo gallery css scrept end*/







<!--- Simple Tabs with CSS &amp; jQuery Scrept Start--------->

.container {
/*width: 500px;*/
 margin: 10px auto;	
background: #f0f0f0;
margin: 0;
margin-left:1px;
padding: 0;
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
color: #444;

}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 4px;
	/*height: 31px;*/
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	/*border: 1px solid #fff;*/
	outline: none;
	font-size:16px;
	border-bottom:none;
	font-weight:bold;

	
}
ul.tabs li a:hover {
	color:#666;
	
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	
}
.tab_container {
	/*border: 1px solid #999;*/
	border-top: none;
	clear: both;
	float: left; 
	width:100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #ddd;
	padding: 5px;
}


<!--- Simple Tabs with CSS &amp; jQuery Scrept END--------->



#products_main_box {  
    width:100%;
	max-width:1003px;  
    border: solid 1px #aaa;  
    text-align:left;
	line-height:22px;	 
    font-size:12px;   
    overflow: hidden;
	margin:0 auto;
	padding:10px;
	
	
}  
  
.products_inner_box {
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
    width:940px;  
    height:auto;  
    border: solid 1px #ccc;  
    display: inline-block;  
    vertical-align: top;  
	text-decoration:none; 
} 












#inner_pag_main_box {  
    width:100%;
	max-width:965px;  
    /*border: solid 1px #aaa;  */
    text-align:left;
	line-height:22px;	 
    font-size:12px;   
    overflow: hidden;
	margin:0 auto;
	padding:10px;
	
	
}  
  
.inner_pag_box {
	margin-top:10px;
	margin-bottom:10px;
    width:970px;  
    height:auto;  
    /*border: solid 1px #ccc;  */
	border-top:1px #CCCCCC solid;
	padding-top:15px;
    display: inline-block;  
	text-decoration:none; 
} 






/*--------------------------------------------*/

#glass_lined_box {
  /*  width:678px;
    border: 1px solid #f0f0f0;
     background: #fff;
    text-align:left;
	line-height:22px;
    font-size:12px;
    overflow: hidden;
	text-align:center;
	border-radius: 5px;*/
        margin-top: 0px;
     background-color: #EEEEEE;

}

.glass_lined_box {
margin: 0px 4px 0px 0px;
width: 48%;
/* height: 250px; */
padding: 5px;

/*border: solid 1px #ccc;*/
display: inline-block;
vertical-align: middle;
text-decoration: none;
        vertical-align: top;

}



.glass_lined_box ul{
    list-style-type: square;
    margin-left: -17px;
    margin-top: 0px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}



/*--------------------------------------------*/




.product-img-bg{
border: 1px solid #e8e8e8;
box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
padding: 10px;
}










/*-------------------------------------*/
.space5 {
margin-bottom: 5px;
}

.space7 {
margin-bottom: 7px;
}

.space10 {
margin-bottom: 10px;
}


.space15 {
margin-bottom: 15px;
}

.space20 {
margin-bottom: 20px;
}



.space25 {
margin-bottom: 25px;
}

.space30 {
margin-bottom: 30px;
}


.space36 {
margin-bottom: 36px;
}



.space40 {
margin-bottom: 40px;
}



.space50 {
margin-bottom: 50px;
}



.space55 {
margin-bottom: 55px;
}


.space60 {
margin-bottom: 60px;
}


.space70 {
margin-bottom: 70px;
}


.space80 {
margin-bottom: 80px;
}



.space100 {
margin-bottom: 100px;
}



.space110 {
margin-bottom: 110px;
}


.space125 {
margin-bottom: 125px;
}




.space130 {
margin-bottom: 130px;
}


.space_top30 {
margin-top: 30px !important;
}

/*---------------------------------------------------------------------*/





