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

@font-face{
	font-family:museo700;
	src:url(../fonts/Museo700-Regular.otf);	
}

@font-face{
	font-family:museo500;
	src:url(../fonts/Museo500-Regular.otf);	
}

@font-face{
	font-family:museo100;
	src:url(../fonts/Museo100-Regular.otf);	
}*/

body{
	font-family:calibri;
}

.clr{
	clear:both;
}

/*************************Main Content****************/

#wrapper{
	/*width:100%;*/
}

#mainNavCont{
	background:#fff;
	height:105px;
}

#navCont{
	width:960px;
	margin:0px auto;
	/*height:26px;*/
}

.left{
	width:400px;
}

.right{
	margin-top:-80px;
	float:right;
}

#logo{
	padding:10px;
	/*background:rgba(255, 255, 255, 0.5);
	left:42%;
	top:0px;
	position:absolute;*/
	float:left;
	/*border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;*/
	width:130px;
}

#logo .logo{
	margin:0px auto;
}

.mainNav{
	overflow:hidden;
	/*height:26px;*/
	padding:10px;
	padding-top:45px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.mainNav .mainLi{
	position:relative;
	margin-left:45px;
	margin-right:45px;
}

.mainNav .mainLi:hover{
	bottom:90px;
}

.default{
	bottom:90px;
}

.mainNav .top{
	text-align:center;
	color:#676767;
	font-size:15px;
	font-family:museo700;
	-webkit-font-smoothing:antialiased;
}

.mainNav .sub{
	margin-top:5px;
	text-align:center;
	font-size:10px;
	color:#999;
	font-family:museo500;
	-webkit-font-smoothing:subpixel-antialiased;
}

.mainNav .top_1{
	text-align:center;
	color:#0098d8;
	font-size:15px;
	font-family:museo700;
	-webkit-font-smoothing:antialiased;
}

.mainNav .sub_1{
	margin-top:5px;
	text-align:center;
	font-size:10px;
	color:#0098d8;
	font-family:museo500;
	-webkit-font-smoothing:subpixel-antialiased;
}

.mainNav .mainLi{
	display:inline-block;
}

.space{
	height:60px;
}

/*****************************************Image sliders*****************************/

#gallery_cont{
	border:1px solid #dbdbdb;
	width:100%;
	margin:0px auto;
	margin-top:20px;
}

.nivoSlider{
	margin:0px auto;
	width:100%;
	height:100%;
}

.nivo-directionNav a{
	text-indent:-999999px;
}

.nivo-controlNav{
	margin:0 auto;
	width:90%;
	padding-top:360px;
}

.nivo-control{
	background:#FFF;
	border-radius:20px;
	float:left;
	padding:5px;
	text-indent:-99999px;
	width:10px;
	height:10px;
	margin-right:25px;
}

.nivo-control:hover{
	background:#444;
}

/*.active{
	background:#444;
}
*/
/*********************************Company profile********************/

#total{
	width:1024px;
	margin:0px auto;
}

#profile_cont{
	width:100%;
	margin:-15px auto;
	background:#cae14b;
}

.title{
	padding:25px 0px 15px 10px;
	font-size:20px;
	color:#7C7C7C;
}

.boxCont{
	margin-bottom:25px;
	padding:0px 10px 30px 10px;
	text-align:justify;
	font-family:calibri;
	color:#7C7C7C;
	font-size:14px;
	line-height:20px;
}

.boxCont1{
	text-align:left;
	margin-top:10px;
	font-family:calibri;

	width:100%;
	color:#696969;
	font-size:0.7em;
	line-height:20px;
}


/*****************************************Service Content***************************/

#page_cont{
	padding-top:2px;
	background:url(../images/background.jpg) repeat;
}

#three_cont{
	width:1024px;
	margin:0px auto;
	margin-top:35px;
}

.sub_cont li{
	width:290px;
	float:left;
}

.sub_cont li a{
	color:#06f;
	font-size:12px;
}
.sub_cont1 li{
	width:250px;
	float:left;
}

.sub_cont1 li a{
	color:#06f;
	font-size:12px;
}

.title_1{
	padding-top:10px;
	padding-left:45px;
	font-size:20px;
	color:#0b9cda;
	height:32px;
}

.solution{
	background:url(../images/settings_icon.png) no-repeat;
}

.vision{
	background:url(../images/vision_icon.png) no-repeat;
}

.center_serv{
	margin:0px 75px;
}

.boxCont3{
	/*margin-bottom:25px;*/
	text-align:justify;
	font-family:calibri;

	color:#7C7C7C;
	font-size:0.8em;
	line-height:25px;
	font-size:12px;
	padding-top:5px;
	/*height:105px;*/
}

.gallery{
	background:url(../images/video_gallery_icon.png) no-repeat;
	padding-left:55px;
	padding-top:5px !important;
}

#vid_gallery{
	position:relative;
}

#vid_gallery:hover #mask{
	-webkit-transition:background 0.3s ease-in;
	-moz-transition:background 0.3s ease-in;
	background:rgba(0, 0, 0, 0.3);
}

#vid_gallery:hover #mask img{
	-webkit-transtion:top 0.3s;
	-moz-transtion:top 0.3s;
	top:40px;
}

#mask{
	overflow:hidden;
	background:rgba(0, 0, 0, 0);
	position:absolute;
	top:0px;
	left:0px;
	width:290px;
	height:110px;
	cursor:pointer;
}

#mask img{
	position:absolute;
	left:50%;
	top:120px;
}

.learn{
	font-family:calibri;

	float:right;
	font-size:11px;
	background:url(../images/small_arrow.jpg) no-repeat right;
	padding-right:15px;
}

/******************************Work Content***************************/

#work_cont{
	/*border-top:1px dashed #dedede;*/
	width:1024px;
	margin:0px auto;
	margin-top:30px;
	background:url(../images/bottom_shadow.jpg) 44px 0px no-repeat;
}

.line{
	position:relative;
	background:url(../images/line.jpg) repeat-x;
	width:85%;
	top:12px;
	height:3px;
	z-index:-1;
	float:right;
}

.title_2{
	color:#444;
	margin-top:8px;
}

.short_1{
	width:180px;
	float:left;
	color:#0098d8 !important;
	margin-left:-10px;
}

.works{
	margin-top:15px;
}

/*.works img{
	width:100%;
	height:100%;
	padding:5px;
	background:#fff;
	border:1px solid #eeeeee;
}		   
*/

.view{
	float:left;
	overflow:hidden;
	width:300px;
	height:200px;
	position:relative;
	border:5px solid #fff;
	text-align:center;
	box-shadow: 0px 0px 5px #e6e6e6;
	background:url(../images/bgimg.jpg) no-repeat center center;
}

.view img {
    display: block;
    position: relative
}

.view .mask, .view .content{
	width:300px;
	height:200px;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
	top:25px;
    background: rgba(0, 0, 0, 0.8);
	border-bottom:1px solid #000;
}
.view p {
    font-family:calibri;

    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
	top:32px;
    text-align: center
}
.view a.info {
    font-family:calibri;

	background:#444;
    display: inline-block;
    text-decoration: none;
    padding: 6px 7px;
    color: #fff;
	position:relative;
	top:60px;
    text-transform: uppercase;
}


.view a.info:hover {
}

.rgt_algn{
	float:right;
}

.fst_algn{
	margin-right:48px;
}

/*********Animation starts************/

.view-tenth img {
   -webkit-transform: scaleY(1);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transform: scaleY(1);
   -moz-transition: all 0.4s ease-in-out;
}
.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    opacity: 0;
}  
.view-tenth h2{
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    color: #333;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    opacity: 0;
}
.view-tenth p {
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transform: scale(0);
    -moz-transition: all 0.4s linear;
}
.view-tenth a.info {
    opacity: 0;
    -webkit-transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transform: scale(0);
    -moz-transition: all 0.4s linear;
}

/*.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    opacity: 0;
}

.view-tenth:hover .mask {
    opacity: 1;
}                                                                           
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}*/

/*******************************Client Work***************************/

.short_2{
	width:180px;
	float:left;
}

#client_cont{
	border-top:1px dashed #dedede;
	width:1024px;
	margin:0px auto;
	margin-top:30px;
}

.line_1{
	position:relative;
	background:url(../images/line.jpg) repeat-x;
	width:82%;
	top:12px;
	height:3px;
	z-index:-1;
	float:right;
}

blockquote{
	background:url(../images/quote_icon.jpg) no-repeat top left;
	text-align:justify;
	font-family:calibri;

	width:100%;
	color:#696969;
	font-size:15px;
	font-style:italic;
	line-height:26px;
	text-indent:35px;
}

.cln_name{
	height:25px;
	padding-top:8px;
	background:url(../images/human_icon.jpg) no-repeat top left;
	text-indent:35px;
	margin:9px 0 50px 0;
	font-family:museo500;
	font-size:18px;
	padding-left:8px;
}

.short{
	color:#999;
	font-size:16px;
}

/***************************Footer********************/

#footer{
	margin-top:20px;
	background:#252727;
	width:100%;
	border:1px solid #000;
	height:150px;
}

#foot_cont{
	width:1005px;
	margin:0 auto;
	margin-top:20px;
}

.down_nav li{
	display:inline-block;
	margin-right:10px;
}

.down_nav li a{
	font-family:Verdana, Geneva, sans-serif !important;
}

#lft_cont{
	float:left;
}

#rgt_cont{
	float:right;
}

#rgt_cont a{
	padding-right:15px;
}

.title_3{
	color:#f8f8f8;
	margin-top:8px;
}

.down_nav{
	margin-top:15px;
}

.down_nav li a{
	color:#5d5d5d;
	font-size:14px;
	font-family:museo500;
	-webkit-transition:color 0.3s ease-in;
}

.down_nav li a:hover{
	color:#fff;
}

.dot{
	padding-left:20px;
	background:url(../images/circle.png) no-repeat center left;
}

.vSpace{
	margin-bottom:15px;
}

/*****************Contact Page*************************/

#contact_cont{
	width:1005px;
	margin:0px auto;
	margin-top:35px;
}

#map{
	border:5px solid #CCC;
	margin-bottom:10px;
}

#lftC_cont{
	padding-right:25px;
	float:left;
	border-right:1px dashed #b6b6b6;
}

#form_cont{
	margin-bottom:25px;
}

#txtarea{
	margin-top:15px;
	border:none;
	border:1px solid #CCC;
	width:600px;
	height:170px;
	font-family:calibri;

	font-size:12px;
	color:#b6b6b6;
	font-style:italic;
}

.txt{
	border:none;
	border:1px solid #CCC;
	width:282px;
	padding:8px;
	font-family:calibri;

	font-size:12px;
	font-style:italic;
	color:#b6b6b6;
}

#submit{
	background:#fff;
	font-family:calibri;

	width:100px;
	padding:10px;
	margin-top:15px;
	border:none;
	border:1px solid #CCC;
	cursor:pointer;
}

#submit:hover{
	background:#0098d8;
	color:#FFF;
}

.title_4{
	border-left:5px solid #0098d8;
	padding-left:8px;
	color:#444;
	font-size:16px;
	margin-bottom:10px;
}

#rgtC_cont{
	margin-right:85px;
	float:right;
	width:450px;
	margin-left:25px;
}

.boxCont_1{
	text-align:justify;
	margin-top:1px;
	font-family:calibri;

	width:100%;
	color:#696969;
	font-size:0.8em;
	letter-spacing:1px;
	line-height:20px;
}

#address{
	margin-bottom:35px;
}

.upSpace{
}

.smallTitle{
	width:250px;
	border-bottom:1px dashed #CCC;
}		

.sTitle{
	font-family:calibri;

	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}

.lTitle{
	font-family:calibri;

	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	color:#999;
}

/* slider */

/*  Featured Projects Slideshow  */

#hp-feature1 {
	width: 100%;
	height: 540px;/*
	overflow: hidden;
	z-index: 1;
	padding: 0;
	margin:0 auto;
	border-bottom:4px solid #fffff;
	position:relative;*/
	background:url(../images/port-bg.html) repeat-x 0 0;
}

#hp-feature1 h2 {
	width:930px;
	margin:0 auto;
	font-size:20px;
	color:#fffff;
	text-align:right;
	border-bottom:none;
	padding:20px 25px 0 0;
	font-family:"Century Gothic";
}

#hp-feature {
width: 100%;
height: 540px;
overflow: hidden;
bottom: 15px;
z-index: 1;
padding: 0;
margin: 0 auto;
border-top: 1px solid #959595;
border-bottom: 1px solid #959595;
position: relative;
}

#hp-feature .c930 {
	/*width:930px;*/
	position:absolute;
	left:79%;
	bottom:0;
	margin:0 0 0 -465px;
	z-index:100;
}
#hp-feature .jshowoff {
	width:100%;
	height:100%;
}
#hp-feature .caption-wrap {
	background:#fffff;
	width:320px;
	position:absolute;
	bottom:0;
	left:0;
}
#hp-feature .caption {
	padding:25px 17px 55px 17px;
	color:#000;
	min-height:82px;
	font-family: Arial, Helvetica, sans-serif;
}
#hp-feature .caption h3 {
	color:#000;
	font-family:"Century Gothic";
	margin:0 0 17px 0;
}
#hp-feature .caption h3 a {
	color:#000;
	border:0;
	margin:0 0 17px 0;
}
#hp-feature .caption h3 a:hover {
	color:#fff;
	border:0;
	margin:0 0 17px 0;
}
#hp-feature .caption h3 span {
	background-position: right -966px;
	display: inline-block;
	height: 14px;
	width: 10px;
}
#hp-feature .caption p {
	margin:0;
	line-height:20px;
	height:60px;
	overflow:hidden;
}
#hp-feature .pagination {
	height:30px;/*
	background:#389200;
	position:absolute;*/
	bottom:0;
	left:303px;
	/*width:400px;*/
	padding:0 0 0 17px;
	margin:0px auto;
	
}

.pagination{
	/*width:80px !important;*/
	background:rgba(255 ,255 , 255,0.6);
	border-top-left-radius:5px;
	border-top-right-radius:5px;z-index:-10;
}

#hp-feature .pagination a {
	display:block;
	overflow:hidden;
	text-indent:-999em;
	border:0;
	border:1px solid #666;
	width:12px;
	height:12px;
	border-radius:8px;
	background-color:#fff;
	background-position:-8px -63px;
	float:left;
	margin:11px 11px 0 0;
}
#hp-feature .pagination a.activeSlide {
	background-color:#252727;
	background-position:0 -63px;
}
#hp-feature #features {
	width:100%;
	height:100%;
	overflow:hidden;
}
#features .feature {
	background-position:center;
	background-repeat:no-repeat;
	height:100% !important;
	width:100% !important;
	overflow:hidden;
	position:absolute;
	visibility:hidden;
}
#features .feature.scaler {
	background-size:cover;
}
html.backgroundsize #features .feature img.bg.scale {
	display:none;
}
#features .feature a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#features .bg {
	background-position:center;
}
#features .overlay {
	position:absolute;
	left:50%;
	margin:0 0 0 -465px;
	top:-50px;
	bottom:103px;
	background-repeat:no-repeat;
	background-position:left center;
	width:930px;
}
#features .overlay1 {
	position:absolute;
	left:50%;
	margin:0 0 0 -400px;
	top:-110px;
	bottom:103px;
	background-repeat:no-repeat;
	background-position:left center;
	width:930px;
}
.h865 #hp-feature {
	height:400px;
}

#copy{
	margin:0px auto;
	width:1005px;
	margin-top:110px;
}

#copy p{
	color:#666;
	font-size:10px;
	font-family:calibri;

	text-align:center;
}

#copy a{
	color:#666 !important;
}

#copy a:hover{
	color:#CCC;
}

#copy .cpy{
	margin-bottom:5px;
}

.sen-text1{
	width:265px;
	height:100px;
	border:1px solid #999;
	border-radius:5px;
}
/***************************Lightbox**********************/

#lightBox{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	z-index:50;
	top:0%;
	left:0%;
}

#video{
	position:relative;
	padding:15px;
	width:560px;
	height:316px;
	margin:0 auto;
	background:#fff;
	margin-top:50%;
	border-radius:5px;
	box-shadow:0px 0px 5px #444;
}

.closeBtn{
	padding:3px;
	background:#fff;
	border-radius:20px;
	box-shadow:0px 0px 5px #5f5f5f;
	right:-10px;
	top:-10px;
	position:absolute;
}


.closeBtn:hover{
	box-shadow:0px 0px 9px #000;
}

/*#menu_bg{
	background:url(../images/menu-center.gif) no-repeat;
	margin:0 auto;
}*/
/*#menu_first{
background: url(../images/menu-bg.gif) repeat-x;
margin: 0 auto;
}*/

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
	/*background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	/*padding: 0 20px; */ 
	border-radius: 5px;
	list-style: none;
	position: relative;
	display: inline-table;
	float:left;
	/*border:2px solid #183882;*/
	
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
	float: left;
/*	background: #06f;*/
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #e9e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e9e6e6);
background-image: -moz-linear-gradient(top, #fff, #e9e6e6);
background-image: -o-linear-gradient(top, #fff, #e9e6e6);
background-image: -ms-linear-gradient(top, #fff, #e9e6e6);
background-image: linear-gradient(top, #fff, #e9e6e6);


}
	nav ul li:hover {
		/*background: #4b545f;*/
		background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eee);
  background-image:    -moz-linear-gradient(top, #ffffff, #eee);
  background-image:      -o-linear-gradient(top, #ffffff, #eee);
  background-image:         linear-gradient(to bottom, #ffffff, #eee);
	}
		nav ul li:hover a {
			color: #000;
		}
	

#menu_first{
width: 100%;
background: url(../images/menu-bg.gif) repeat-x;
margin: 0 auto;
/**/z-index:5;
position: relative;


}
#menuCenter {
width: 100%;
background: url(../images/menu-center.gif) center no-repeat;
height: 63px;
margin-bottom: 1px;
z-index: 5;
position: relative;
}

.fleft{
	width:400px;
	float:left;
	margin-top:2em;
}
.fright{
	width:400px;
	float:left;
	/*margin-top:2em;*/
}
footer{
	width:100%;
	float:left;
	margin-top:20px;
	background:url(../images/e.jpg) repeat-x;
}
.footer_bg{
	
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-top:15px;

}
.footer_left{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:450px;
	color:#FFF;
	margin:10px 0px;
}
.footer_left a{
	color:#fff;
}
.footer_right{
	float:right;
		font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
		color:#333;
	margin:10px 0px;

}
.footer_right a{
		font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
		color:#333;
	margin:10px 0px;

}
.botm_line{
	margin-top:8px;
	border-bottom:#fff solid 1px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul {
list-style-type: none;
padding: 0;
/*margin: 0em 0 2em 0;*/
}
ul.ser li {
list-style-type: none;
padding: 0 0 10px 17px;
margin: 0;
background: url(../images/ar.png) 0 5px no-repeat;
font-size: 12px;
color:#fff;
text-transform:uppercase;
}
ul.ser li a{
	color:#fff;
	
}
ul.ser li a:hover{
	color:#f00;
	
}
ul.ser{
	margin-top:1em;
}
.testmonials{
	font-size:11px;
	text-align:justify;
	margin:15px 0px;
	color:#fff;
}
.footer_fullwidth{
	float:left;
	/*margin-bottom:20px;*/
	margin-top:-10px;
}
.inner_page_left {
width: 710px;
float: left;
margin-right: 37px;}

.inner_page_right{
	width:250px;
	float:left;
}
.middle {
	margin-top:10px;
background: url(../images/middle_bg.gif) 727px 0px repeat-y;
float: left;
width: 100%;
}
.bottom_line{
	border-bottom:dotted 1px #06F;
	margin-bottom:10px;
	
}
/*.navigation {
width: 270px;
float: left;
}*/
.image_left{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
}/* CSS Document */

.floor-block{
}
.floor-block .floor-plan{
	float:left;
}
.floor-desp{color: #4A4A4A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
	width:180px;
	margin-top:6px;
	line-height:18px;
}
.floor-block .floor-planimg{
	margin-bottom:0;
}
.floor-block{
}
.floor-block li{
	list-style:none;
	float:left;
	height:250px;
	overflow:hidden;
}
.commercialpge-block{
}
.commercialpge-block h2{
	padding-bottom:5px;
}
.commercialpge-block p{
	padding-top:0;
}
.commercialpge-block .commer-title{
	color: #042B5B;
    font-size: 18px;
    font-weight: normal;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serifl
}
.specifiaction-block{}
.specifiaction-block h4{ font-size:13px; color:#0e4489; text-transform:uppercase; margin-top:15px;}
.specifiaction-block ul{ padding-left:20px; margin:15px 0 0;}
.specifiaction-block ul li{ list-style:none; background:url(../images/tab/specific-list-icon.png) left 7px no-repeat; padding-left:15px; padding-bottom:6px; line-height:20px; font-size:12px; color:#7C7C7C;}

.web{
	color: #042B5B;
    font-size: 18px;
    font-weight: bold;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover.web{
	color:#000;
	}
#foo2{ margin-left:28px;}
#foo2 li{ width:280px; float:left; list-style:none;}

.weblinks {
    color: #042B5B;
    font-size: 13px;
    line-height: 24px;
	text-decoration:underline;
}
a:hover.weblinks{
	color:#333333;
	text-decoration:none;
	}
	
.project-floorpl{
	color:#4A4A4A; 
	font-size:14px; 
	font-family:Arial,Helvetica, sans-serif; 
	font-weight:600;
	}
.fplan-tit{
	font-size:17px;
	color:#0e4489;
}
.flr-headings{
	color: #4a4a4a;
	font-size: 13px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	padding-bottom: 0px;
	padding-top:20px;
	font-weight:bold;
	}
	strong{
		font-size:14px;
		color:#06f;
	}
	.form_design{
		width:300px;
		margin:0 auto;
	}
	.form_design .textarea {
font: inherit;
font-size: 13px;
width: 240px;
border: 1px solid #666;
height: 50px;
overflow: auto;
margin-top: 15px;
padding: 8px 4px 0 6px;
color: #000;
border-radius: 5px;
}
.form_design .btn-submit {
width: 74px;
height: 31px;
color: #fff;
font-size: 14px;
border-radius: 5px;
margin-top: 15px;
cursor: pointer;
border: 1px solid #666;
background-color: #06f;
}
.form_design .btn-submit {
width: 74px;
height: 31px;
color: #fff;
font-size: 14px;
border-radius: 5px;
margin-top: 15px;
cursor: pointer;
border: 1px solid #666;
background-color: #06f;
}
	
	.form_design .inputtext {
background: url(../images/topbg.jpg);
width: 240px;
height: 23px;
padding: 8px 4px 0 6px;
margin-top: 15px;
color: #000;
border-radius: 5px;
border: 1px solid #666;
}
.italic_text{
	font-style:italic;
	color:#000;
	font-size:16px;
	line-height:28px;
}
.shadow{
	background:url(../images/bottom_shadow.jpg) 0px 200px no-repeat;
	height:30px;
	width:960px;
	margin:0 auto;
}
.phone {
float: left;
width: 100%;
padding: 8px 0px;
border-top: 1px solid #666;
}
.image_width{
	float:left;
	width:50px;
}
text{
	padding-top:15px;
	float:left;
}

#logo21{width:300px; height:35px; font:normal 12px myfont; color:#000; float:left; margin:0 0 0 5px;}
#logo21 h1 {
    font: bold 28px vijay;
    text-shadow: 1px 1px 1px #000000;
}
@font-face {
	font-family:vijay;
	font-weight:400;
	font-style: normal;
	src:url(../fonts/MeriendaOne-Regular.ttf);
}


#fl{
width:1024px;
margin:0 auto;

}
#fl-start
{
	width:1024px; 

	}
 div#menu {
    height:41px;
 z-index:1;
 
 
}

div#menu ul {
    margin: 0;
    padding: 0;
    	margin-top: 7px;
    	margin-left: 10px;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
   
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 4px 0 0;
    display: block;
    width:130px;
       
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
    
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {
	
	}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    
    
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 27px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(../images/main-delimiter.png) 98% 4px no-repeat;  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {

    width: 13px;
    height: 44px;
    z-index: 1;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}
.bo-full
{
	width:1024px; height:auto; background:#FFF; margin:0 auto;
	
}

.body-full{
	width:1024px;
	height:auto;
	float:left;
	margin: 0px 0 0 0px;
	
}
.body-full1{
	width:1024px;
	min-height:328px;
	float:left;
	margin:10px 0 0 0px;
	
}
.body-full2{
	width:1024px;
	height:auto;
	float:left;
	margin: 8px 0 0 0px;
	background: #000;
	
}
.bodyleft{
	width:210px;
	height:auto;
	float:left;
	background:url(../images/transparent.png) repeat-y;
	padding:15px 0 5px 15px;
	
}
.downpart{
	width:191px;
	height:auto;
	float:left;
	padding:0 0 0 3px;
}
.bodylefthead{
	width:210px;
	height:35px;
	float:left;
	background:#e9c16c;
	margin:5px 0 0 10px;
}
.bodylefthead h5
{
	font:BOLD 16px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 0 40px;
}
.bodyleftmid{
	width:210px;
	height:auto;
	float:left;
	padding:0 0 30px 10px;
	
}
.bodyleftmid ul{
}
.bodyleftmid li{
	list-style:none;
	display:block;
	padding:9px 0px 0 0;
	height:auto;
	font-family: Arial;
	font-size:12px;
}
.bodyleftmid  a{
	color:#cfb988;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.bodyleftmid  a:hover
{
	color:#be8c06;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.newlef{
	width:171px;
	height:42px;
	float:left;
	background:url(../images/category.png) no-repeat;
	margin:0 0 0 7px;
}
.newlef h5
{
	font:BOLD 16px Arial, Helvetica, sans-serif;
	color:#2d2c29;
	padding:10px 0 0 60px;
}
.bodyleftim{
	width:176px;
	height:auto;
	float:left;
	padding:0 0 0 0px;
}

.recent
{
	width:176px;
	height:336px;
	float:left;
	
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#F00;
}
.recent a
{
	float:left;
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#F00;
	padding:0 0 0 5px;
	
}


.bodyright{
	width:1024px;
	height:auto;
	float:left;
	padding:7px 0 10px 0;
	background:url(../images/bg_body1.jpg) no-repeat;
}
.bodyrightview{
	
	width:1024px;
	float:left;
	margin:0 auto;
	background:url(../images/bg_body1.jpg) no-repeat;
}
.body1-wholeview
{
	width:1000px;
	height:auto;
	float:left;
	margin: 15px 15px 15px 15px;
}
.body1-view {
 width:246px;
 height:164px;
 float:left;
 margin:0 0 2px 2px;
}
.body1-whole
{
	width: 249px;
height:230px;
	float: left;
}
.body1{
	width:200px;
	height:auto;
	float:left;
	padding:13px 0px 14px 0px;
	
}

.bodyrigimg
{
	
}
	
.bodyrigtext{
	width:272px;
	height:20px;
	float:left;
	color: #E8E8E8;
	font-weight:bold;
	font-style: normal;
	font-size:20px;
	font-family:myfont;
	margin-top:5px;
	text-align: center;
	/*color:#be8c05;*/

}
.bodyrigtext a{
	color: #666;
	font-weight:bold;
	font-style: normal;
	font-size:20px;
	font-family:myfont;
	margin-top:5px;
  text-align: center;
	/*color:#be8c05;*/

}
@font-face {
	font-family:myfont;
	font-weight:400;
	font-style: normal;
	src:url(../fonts/JosefinSlab-Regular.ttf);
}
.color_18 {
    color: #FF0000;
}
.bodyrigtext1{
	width:auto;
	height:20px;
	float:left;

	color: #E8E8E8;
   font: 19px/1.4em "Kelly Slab","serif";
	border-bottom:2px solid #be8c05;
	text-align: center;
}

.bodyrigtext2{
	width:auto;
	height:20px;
	float:left;
	color: #E8E8E8;
   font: 19px/1.4em "Kelly Slab","serif";
	border-bottom:2px solid #be8c05;
	text-align: center;
}
.bodyrigtext3{
	width:auto;
	height:20px;
	float:left;
	color:#be8c05;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #be8c05;

}
.bodyrigtext4{
	width:auto;
	height:20px;
	float:left;
	color:#be8c05;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #be8c05;

}

.bodyrigtext5{
	width:auto;
	height:20px;
	float:left;
	color:#be8c05;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #be8c05;

}

.bodyrigtext6{
	width:auto;
	height:20px;
	float:left;
	color:#be8c05;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #be8c05;

}

.bodyrigtext7{
	width:auto;
	height:20px;
	float:left;
	color:#be8c05;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #be8c05;

}
.bodyrigtext8{
	width:auto;
	height:20px;
	float:left;
	color:#be8c05;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #be8c05;

}

.bodyrignum{
	width:272px;
	height:25px;
	float:left;
	/*color:#eed69a;*/
	color: #999;
    font:bold 13px/1.4em "Open Sans","sans-serif";
	text-align: center;
	padding:5px 0 0 0;
	
}
.bodyrignum a{
	color: #999;
    font: bold 13px/1.4em "Open Sans","sans-serif";
	padding:6px 0 0 50px;
	
}

#newpageleft{
	width:210px;
	height:auto;
	float:left;
	
}
#newbody-content-left{
	width:208px;
	height:auto;
	float:left;
	 
    border: 1px solid #E5E5E5;
    border-top:none;
	margin:0px 0 10px 10px;	
}

#icon-start{
	width:30px;
	height:25px;
	float:left;
}
#icon-start a{
	width:30px;
	height:25px;
	float:left;
	-moz-transition: all 0.2s ease 0s;
	margin:5px 0 0 0;

}
#icon-start a:hover{
	width:30px;
	height:25px;
	float:left;
	-moz-transition: all 0.2s ease 0s;
	margin:1px 0 0 0;
}

.header-right {
	width:234px;
	height:80px;
	float:left;
	padding:0px 0px 0 0px;
	border:0px solid #F00;
}
.headerj-rigtext h2 {
    font-family: vijay;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 20px;
    width: 195px;
    line-height:20px;
    color:#333;
}

 .leftabout
{
	width: 480px;
	height: auto;
	float: left;
	margin: 10px 0 20px 20px;
}
.leftabout-image
{
	width: 240px;
	height: 190px;
	float: left;
	margin-top: 5px;
}
.leftabout-content
{
	width: 475px;
	height: auto;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
.middleabout
{
	width: 10px;
	height: auto;
	float: left;
	min-height: 245px;
	border-right: 1px solid #ccc;
	margin: 14px 1px 0 1px;
}
.rightabout
{
	width: 480px;
	height: auto;
	float: left;
	margin: 10px 0 20px 15px;
}
.rightabout-image
{
	width: 240px;
	height: 190px;
	float: left;
	margin-top: 5px;
}
.rightabout-content
{
	width: 475px;
	height: auto;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}

#videoportion{
width:1024px;
height:auto;
float:left;

}

#videogallima{
width:326px; 
height:390px; 
float:left;
margin:10px 10px 1px 0px;
}
#utubevideo{
width:326px;
height:300px;
float:left;
}

.videobodyrigtext{
 width:325px;
 height:20px;
 float:left;
 color: #f00;
 
 font-style: normal;
 font-size:20px;
 font-family:vijay;
 margin-top:5px;
    text-align: center;
}
.videocolor_18 {
    color: #999;
}
.videobodyrignum{
 width:325px;
 height:25px;
 float:left;
 color: #333;
    font: 13px/1.4em "Open Sans","sans-serif";
 padding:6px 0 0 0;
 text-align: center;
}

#videoma{margin:10px 0 0 11px;} 
#videoma ul, #videoma li{
  margin: 0;
  padding:0;
  list-style:none;
}
#videoma li{ 
  
  height:auto;
/*width:1010px;
  overflow:hidden;*/

}  
  
 p#vcontrols{
  margin:0;
  position:relative;
  } 
 
#prevBtno, #nextBtno{ 
  display:block;
  margin:0;
  overflow:hidden; 
  text-indent:-8000px; 
  width:45px;
  height:77px;
  position:absolute;
  left:-30px;
  float: left;
  top:-430px;}
 
 
 #nextBtno{ 
  left:1024px;
  }              
 #prevBtno a, #nextBtno a{  
  display:block;
  width:45px;
  height:77px;
  margin:0 0 0 0px;
  background:url(../images/previ.png) no-repeat 0 0; 
  } 
 #nextBtno a{ 
  width:45px;
  height:77px;
  z-index:1;
  display:block;
  background:url(../images/nexti.png) no-repeat 0 0; 
  }
  #pagestart{
	 width:760px;
	 height:auto;
	 float:left;
}
#pagetitle{
	 width:720px;
	 height:25px;
	 float:left;
	 padding:7px 0 0 25px;
	 background:url(../images/title.gif) 5px 8px no-repeat;
}
#pagetitle1{
	 width:420px;
	 height:25px;
	 float:left;
	 padding:7px 0 0 25px;
	 background:url(../images/title.gif) 5px 8px no-repeat;
}
#pagetitle h3{
	font-family:vijay;
	color:#f00;
	font-weight:bold;
	font-size:20px;
}
#pagetext{
	 width:1024px;
	 height:auto;
	 float:left;
	 padding:5px 0 0 10px;
}
#pagetext h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#462600;
	font-weight:bold;
	font-size:16px;
	height:22px;
}
#pagetext p{
	font-family:Arial, Helvetica, sans-serif;
	color:#747474;
	font-weight:normal;
	font-size:13px;
	padding:5px 0 5px 0;
}
#home-image{
	 width:196px;
	 height:130px;
	 float:left;
}
#pagetext b{
	font-family:Arial, Helvetica, sans-serif;
	color:#747474;
	font-weight:bold;
	font-size:12px;
	height:25px;
}


#address-full{
	 width:1024px;
	 height:auto;
	 float:left;
}
#address-part{
	 width:360px;
	 height:auto;
	 float:left;
	 border:2px solid #000000;
}
#address-part-leftside{
	 width:360px;
	 height:auto;
	 float:left;
}
#address-part-down{
	 width:360px;
	 height:200px;
	 float:left;
	 border:2px solid #000000;
	 margin:10px 0 0 0;
}
#address-part-right{
	 width:630px;
	 height:365px;
	 float:left;
	 border:2px solid #000000;
	 margin:0 0 0 6px;
}
#address-start{
	 width:360px;
	 height:auto;
	 float:left;
	 border-bottom:1px dotted #0e0e0e;
}
#address-icon{
	 width:80px;
	 height:auto;
	 float:left;
	 text-align:center;
	 padding:40px 0 0 0;
}
#fact-icon{
	 width:80px;
	 height:auto;
	 float:left;
	 text-align:center;
	 padding:10px 0 0 0;
}
#address-text-full{
	 width:260px;
	 height:auto;
	 float:left;
}
#address-text-title{
	 width:260px;
	 height:15px;
	 float:left;
	 font-family:Arial, Helvetica, sans-serif;
	color:#41280a;
	font-weight:bold;
	font-size:14px;
	padding:5px 0 2px 5px;
	border-left:1px dotted #0e0e0e;

}
#address-text{
	 width:260px;
	 height:auto;
	 float:left;
	 font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
	padding:5px 0 5px 5px;
	border-left:1px dotted #0e0e0e;
}
#address-text a{
	 font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
#address-text a:hover{
	 font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}
#phone-icon{
	 width:80px;
	 height:auto;
	 float:left;
	 text-align:center;
	 padding-top:5px;
}
#fax-icon{
	 width:80px;
	 height:auto;
	 float:left;
	 text-align:center;
	 padding-top:9px;
}
#email-icon{
	 width:80px;
	 height:auto;
	 float:left;
	 text-align:center;
	 padding-top:30px;
}
#web-icon{
	 width:80px;
	 height:auto;
	 float:left;
	 text-align:center;
	 padding:18px 0 0 0;
}
#email-start{
	 width:360px;
	 height:auto;
	 float:left;
}

#enquiryform{
	width:690px;
	float:left;
	height:auto;
}
.form-full {
	width:600px;
	height:auto;
	float:left;
	padding:25px 0 0 35px;
}
.form-title {
	width:200px;
	height:25px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding-bottom:15px;
}
.form-title span {
	color:#F00;
}
.size{
	width:267px;
	height:20px;
	border:1px solid #999;
	border-radius:5px;
}
#countrycode{
	width:80px;
	height:40px;
	float:left;
}
.sizea{
	width:75px;
	height:20px;
	border:1px solid #4c3b25;
}
#numbercode{
	width:110px;
	height:40px;
	float:left;
}
.sizeb{
	width:110px;
	height:20px;
	border:1px solid #4c3b25;
}
#country{
	width:267px;
	height:20px;
	border:1px solid #4c3b25;
}
.tele-box {
	width:300px;
	height:45px;
	float:left;
	border:none;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}
.log-box {
	width:300px;
	height:35px;
	float:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#da8c04;
	font-weight:normal;
	padding-bottom:15px;
}
.log-boxa {
	width:300px;
	height:35px;
	float:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66635f;
	font-weight:normal;
	padding-bottom:15px;
}
.form-box {
	width:300px;
	height:25px;
	float:left;
	border:none;
	padding-bottom:15px;
}
.form-box1 {
	background-repeat:no-repeat;
	border:none;
	width:327px;
	height:125px;
	float:left;
}
.form-button {
	width:69px;
	height:26px;
	float:left;
	border:none;
}
.submit-button {
	width:102px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #ccc;
	background-color: #999;
	border-radius:15px;
	margin:0 0 0 30px;
}
.layer_Quote{
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:10px 5px 0 60px;
}
.index-textbox {
	width:280px;
	height:auto;
	color:#FFF;
	padding:2px 0 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#enqveegripbodyright-middle{
	 width:760px;
	 min-height:780px;
	 float:left;
	 background:#fdfcfc;
}
#location-button{
	width:350px;
	height:30px;
	float:left;
	text-align:center;
}
/*---***---###---***--- CONTACTS PAGE END ---***---###---***---*/

#gallerylitebox{
 width:1024px;
 height:auto;
 float:left;
}
#gallerypart{
 width:990px;
 height:auto;
 float:left;
 padding:5px 0 5px 13px;
}
#gallery {
  width: 990px;
  padding:0 0px 0px 10px;
 }
 #gallery ul { list-style: none; }
 #gallery ul li { display: inline; padding:0px 10px 10px 0px;}


#gallert{
width:150px; height:20px; color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; text-align:center;
}

  #gallertj img {
    border: 1px solid #000000;
   border-radius: 8px 8px 8px 8px;
     box-shadow: 0 0 4px #141414;
 }
 #gallertj a:hover img {
    border: 1px solid #000000;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 4px #141414;
 }



#gall{
width:235px; height:170px; float:left;margin:0px 12px 7px 0px;
}

#jquery-overlay {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 90;
 width: 100%;
 height: auto;
}
#jquery-lightbox {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 text-align: center;
 line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
 position: relative;
 background-color: #fff;
 width: 250px;
 height: 250px;
 margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
 position: absolute;
 top: 40%;
 left: 0%;
 height: 25%;
 width: 100%;
 text-align: center;
 line-height: 0;
}
#lightbox-nav {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
 width: 49%;
 height: 100%;
 zoom: 1;
 display: block;
}
#lightbox-nav-btnPrev { 
 left: 0; 
 float: left;
}
#lightbox-nav-btnNext { 
 right: 0; 
 float: right;
}
#lightbox-container-image-data-box {
 font: 10px Verdana, Helvetica, sans-serif;
 background-color: #fff;
 margin: 0 auto;
 line-height: 1.4em;
 overflow: auto;
 width: 100%;
 padding: 0 10px 0;
}
#lightbox-container-image-data {
 padding: 0 10px; 
 color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
 width: 70%; 
 float: left; 
 text-align: left; 
} 
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
 display: block; 
 clear: left; 
 padding-bottom: 1.0em; 
}   
#lightbox-secNav-btnClose {
 width: 66px; 
 float: right;
 padding-bottom: 0.7em; 
}
.content
{
	width:1005px; height:auto; float:left; padding:0 0 0 10px;
	}
.content h2
{
	color:#f00; padding:10px 10px 5px 10px; font:bold 18px vijay;
	}
	
.content p
{
	font:12px arial; color:#000; line-height:20px; padding:5px 10px 10px 10px; text-align:justify;
	}
	
	