#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a{
  position: relative;
  background: #808489;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3f45), to(#808489));
  background-image: -webkit-linear-gradient(top, #3c3f45, #808489);
  background-image: -moz-linear-gradient(top, #3c3f45, #808489);
  background-image: -ms-linear-gradient(top, #3c3f45, #808489);
  background-image: -o-linear-gradient(top, #3c3f45, #808489);
  background-image: linear-gradient(to bottom, #3c3f45, #808489);  
  padding: .5em 2.5em;
  float: left;
  text-decoration: none;
  color: #fff; font-size:16px;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #ef8d00;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #3c3f45, #808489);
  background-image: -moz-linear-gradient(top, #3c3f45, #808489);
  background-image: -ms-linear-gradient(top, #3c3f45, #808489);
  background-image: -o-linear-gradient(top, #3c3f45, #808489);
  background-image: linear-gradient(to bottom, #3c3f45, #808489);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
  background: #ef8d00;
  z-index: 3; color:#fff;
}

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

#content
{
    background: #fff;
    padding: 2em;
	height: auto;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#content h2, #content h3, #content p
{
    margin: 0 0 15px 0;
}

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

#about
{
    color: #999;
}

#about a
{
    color: #eee;
}


.content_details{width:210px; height: auto; float:left; margin-left:5px; margin-top:10px; font-family:Calibri; font-size:16px;}
.content_details1{width:660px; height: auto; float:left; margin-left:35px; margin-top:10px;font-family:Calibri; font-size:16px;}
.content_details_m{width:190px; height: auto; float:left; margin-left:5px; margin-top:10px;font-family:Calibri; font-size:16px;}
.pic_details
{width:1000px;
float:left;
height:auto; background:url(../images/bg-steps.png) no-repeat;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
line-height:22px;
margin:10px 0px 0px 0px;
}

.pic_details1
{width:976px;
float:left;
height:auto;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
text-align:justify;
color:#666;
line-height:22px;
margin:10px 10px 0px 10px;
}

.pic_details2
{width:951px;
float:left;
height:auto;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
line-height:22px;
margin:10px 10px 0px 10px;
}
.d_packages
{font-family:Vijaya;
font-size:27px;
font-weight:bold;
color:#060;
}

.box
{background:#FFF;
-moz-box-shadow: 0 0 5px #444;
-webkit-box-shadow: 0 0 5px #444;
box-shadow: 0 0 10px #444; width:308px; height:157px;
margin:10px 5px 0px 5px; float:left;}

.img{margin:0px; width:310px; height:160px;}
.box_inner
{width:270px; min-height:280px; float:left;}

.box_inner1
{width:230px; min-height:280px; float:left;}

.marquee2{width:262px; float:left; height:auto; background:#dadada; margin-top:10px; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#333; line-height:22px;}
.currncy{ height:40px; width:248px; margin:10px 8px 8px 6px;}
.newsletter{ height: auto; width:236px; margin:10px 8px 8px 6px;  padding:5px;
background:url(../images/news_bg.html) repeat; font-size:10px;}


.signup{width:560px; height:40px; line-height:40px; color:#ff6001; font-size:26px; font-weight:bold; margin:0 auto;}
.form_anil{width:700px; height: auto; margin-bottom:15px;  color:#333333; margin:0 auto;}

.services_bg{width:1000px; height:400px; float:left; padding-bottom:15px;}

.gallery{width:708px; height:auto; float:left;}
.gallery_top{background:url(../images/gallery_top.html) no-repeat; height:49px; width:708px; margin-top:15px;}
.gallery_middle{ height:150px; width:1000px;}
.gallery_bottom{background:url(../images/gallery_bottom.html) no-repeat; height:6px; width:900px; float:left;}

.gallery1{width:980px; height:auto; float:left;}
.gallery_top1{background:url(../images/gallery_top1.html) no-repeat; height:49px; width:980px; margin-top:15px;}
.gallery_middle1{background:url(../images/gallery_middle1.html) repeat-y; height:150px; width:980px;}
.gallery_bottom1{background:url(../images/gallery_bottom1.html) no-repeat; height:6px; width:980px;}
.g_pic{width:215px; height:180px; float:left; margin:10px; border: solid 1px #666666; padding:1px;
}
.Gallery_box{ background:url(../images/box1.png) no-repeat; height:400px; width:330px; float:left;}
.Gallery_box1{background:url(../images/box2.png) no-repeat; height:400px; width:330px; float:left;}
.Gallery_box2{background:url(../images/box3.png) no-repeat; height:400px; width:330px; float:left;}
.Gallery_box3{background:url(../images/box4.png) no-repeat; height:400px; width:330px; float:left;}