
/*
* 	960 version - 1.0


*/
	
/* ---------------------------------------------------------------------- */
/*  Custom  960 Grid System
/* ---------------------------------------------------------------------- */

.maincontainer h3
{
	background-color: #B9DD57;
    border-bottom: 1px solid #FFFFFF;
    color: #46561D;
    font-family: calibri;
    font-size: 13pt;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-top: 4px;
}
.column h3{
	border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: calibri;
    font-size: 13pt;
    font-style: italic;
    font-weight: normal;
    margin-top: 0;
     padding-bottom: 4px;
    padding-left: 0px;
    padding-top: 0px;
	margin-bottom:2px;
	background:none;
}
.maincontainer ul p
{
	margin:2px;
	color:#fff;
}
p
{
	 font-size: 13px;
    line-height: 14pt;
}
 a lable{
	cursor:pointer;
}
.maincontainer {
	float: left;
    margin-bottom: 20px;
    /*margin-top: -2px;*/
    position: relative;
    width: 100%;
}
body {
	/*font-size: 13px;*/  /* commented by ram */
	color: #666666;
	font-family:calibri;
	margin: 0px;
	background:  url(../images/new_bg_banner.jpg) repeat-x top center, url(../images/footer_bg.png) repeat-x bottom center ;

}


.logo {
	float: left;
	width: 100%;
}

.header_left {
	float: left;
	width: 23%;
	margin-left:13px;
}

#menu_wrap{
	float:right;

	min-width:150px;
	max-width:250px;
	z-index:999;
}

#menu ul, #menu li {
	line-height:15px;
	text-align:left;
	font-size:14px;
}
/* menu starts here */

img {
	max-width: 100%;
/*	height: auto;*/
	width: auto\9; /* ie8 */

	
}

/* menu containers here  */

#menu .menu-container-1, #menu .menu-container-2, #menu .menu-container-3, #menu .menu-container-4 {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px;
	border:1px solid #b7b7b7;
	border-top:none;
	z-index:999;
	/* rounded corners */
    
    border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	/* gradient */
 background:#F4F4F4;  
    background: -moz-linear-gradient(top, #EDEDED, #FFFFFF);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#FFFFFF)); 
}
#menu .menu-container-1 {
	width:160px;
	
}
#menu .menu-container-2 {
	width:280px;
}
#menu .menu-container-3 {
	width:420px;
}
#menu .menu-container-4 {
	width:560px;
}
#menu li:hover .menu-container-1, #menu li:hover .menu-container-2, #menu li:hover .menu-container-3, #menu li:hover .menu-container-4 {
	top:auto;
	left:-1px;
}
/* columns ici */

#menu .column-1, #menu .column-2 {
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
	z-index:999;
}
#menu .column-1 a {
	width:150px;
	z-index:999;
}
#menu .column-1 {
	width:150px;
}
#menu .column-2 {
	width:260px;
}
#menu .column-3 {
	width:390px;
}
#menu .column-4 {
	width:520px;
}
/* right menu */

#menu .menu-right {
	float:right;
	margin-right:0px;
}
#menu li .align-right {
	/*rounded corners */
    
    border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
}
#menu li:hover .align-right {
	left:auto;
	right:-1px;
	top:auto;
}
/* menu h2, h3, p, etc.... */

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu p {
	line-height:18px;
	margin-bottom:10px;
	color:#000000;
}
#menu h3, #menu h2 {
	font-size:11px;
	margin:14px 0 14px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	color: #999999;
}
#menu li:hover div a {
	border-top: 1px solid #CCCCCC;
	color: #333;
	font-size: 11px;
	padding: 6px;
}
#menu li:hover div a:hover {

	color:#007D9A;

}
#menu li ul {
	
	list-style:none;
	padding:0;
	margin-bottom:12px;
}
#menu li ul li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 150px;
}
#menu li ul li:hover {
	background: none;
	border: medium none;
	margin: 0;
	padding: 0;
}
/* login here */

#menu .form {
	margin:10px 0 0 45px;
}
#menu input {
	color:#e9e9e9;
	font-size:12px;
	outline:0 none;
	padding:9px;
	/* gradient */
    background:#6e6e6e;
	background:-moz-linear-gradient(top, #888, #575757);
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	/* css3 borders */
    border:1px solid #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* css3 shadow effect */
    -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#menu input:focus {
	background: none repeat scroll 0 0 #313131;
}
#menu input:hover {
	border-color: #000000;
}
#menu .submit input {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 1px #EDF9FF inset;
	color: #FFFFFF;
	padding: 9px;
	width: 90px;
}
#menu .submit input:hover {
	background: -moz-linear-gradient(center top, #444444, #3D3A3A) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#3D3A3A));
	cursor: pointer;
}
#menu .submit input:active {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
}
#style-switcher {


	margin:0px auto;
	height: 34px;
	color: red;
	border-bottom: 1px solid white;
}
#style-switcher ul {
	border-right: 1px solid white;
	float: right;
	margin: 0;
}
#style-switcher h4 {
	display: inline;
	color: #153c67;
	font-weight: bold;
	line-height: 34px;
	padding: 0 10px;
	border-left: 1px solid white;
}
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	line-height: 26px;
	color: white;
	background: #90a6bb;
	text-decoration: none;
	padding: 0 13px;
	display: inline;
	margin: 4px 4px 4px 0;
}
#style-switcher li a:hover {background: #3a5a7c;}

.textarea_1 {
	width: 91%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_2 {
	width: 91%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_3 {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/calander.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.date_text{float: left; position: relative; width: 74%;}
.date_btn{float: right; margin-top: 9px; position: relative; width: 15%;}
#search_div
{
	display:none;
}
#Why
{
	display:block;
}
#step
{
	display:block;
}
#blog_cont{	display:block;}
#footerimg{float:left;   width:25%; margin-top:-65px;  text-align:right;}
#homesearch {
	background: url("../images/searchfull_bg.png") no-repeat scroll 0 0 transparent;
    height: 205px;
    left: 648px;
    position: relative;
    top: 0px;
    width: 319px;
    z-index: 9;
}
#homeposter{
	background-image: url(../images/poster.png);
	background-repeat: no-repeat;
	color: #FFFFFF;    
	font-family: Arial,Helvetica,sans-serif;    
	font-size: 10pt;    
	font-weight: bold;    
	height: 62px;   
	padding: 8px;    
	position: relative;    
	top: 104px; 
	left: 136px;    
	width: 233px;
}
#searchhomecontent {
	float: left;
	position: relative;
	width: 100%;
}
.maincontainer1 {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 5px;
	position: relative;
	width: 98.333%;
}
.maincontainerfule{

	float: left;
	position: relative;
	width: 100%;
	margin:15px 0 -1px 0;
	border-bottom:dashed 1px #ccc;
}
.column {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 98%
}
.inter_content {
	float: left;
	position: relative;
	background-color: #FFF;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	margin-top: -20px;
	width: 98.999%;
	padding: 5px;
}
.column-one-half, .column-one-third, .column-one-fourth, .column-one-five, .column-two-thirds, .column-three-fourths, .column-left, .column-right {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 20px;*/
}
.column-img {
	float: left;
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
}
.column-one-half {
	width: 483px;
}
.column-one-third {
	width: 31%;
}
.column-one-fourth {
	margin-top: 10px;
	width: 23%;
}
.column-img {
	width: 222px;
}
.column-img_dis 
{
 display:none;
}

.column-one-five {
	width: 166px;
	margin-left: 20px;
	margin-right: 4px;
}
.column-two-thirds {
	width: 620px;
}
.column-left {
	width: 80%;
}
.column-right {
	width: 15%;
	display: block;
}
.column-three-fourths {
	width: 77%;
	margin-left:19px;
}

.scroll_contentfull a {
	float:left;
	display:block;
	cursor:pointer;
	width:100%;
	text-decoration:none;
	}

.scroll_contentfull a:hover {
		background-color:#efefef;
	float:left;
	}
.scroll_contentaddress {
	width: 100%;
	float: left;
}
.scroll_contentimg {
	width: 75px;
	height: 70px;
	float: left;
}
.scroll_content_car_1 {
	width: 25%;
	float: left;
	padding: 2px;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	
	margin: 2px 0 2px 2px;
}
.fromcar
{
	color: #81b642;
}
.fromcar1
{
	color: #ad084c;
}

.scroll_content_car_2 {
	width: 25%;
	float: left;
	padding: 2px;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #4d4d4f;
	margin: 2px 0 2px 2px;
}
.scroll_content_name {
	width: 25%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 6px 30px;
	background: url(../images/new_steering.png) 5px 3px no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 3px;
}
.scroll_content_pname {
	width: 25%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 6px 30px;
	background: url(../images/pass_icom.png) 5px center no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 3px;
}

.scroll_content_date {
	color: #000000;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15pt;
    width: 15%;
	display:block;
}
.scroll_content_date1 {
	color: #000000;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15pt;
    width: 15%;
	display:none;
}
.scroll_content_time{
	width: 25%;
	float: left;
	font-family:Calibri;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	margin:15px 0;
}
.scroll_content_lbl{
	padding:3px;
	background-color:#7db341;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#toPopup {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	/*    border: 10px solid #ccc;*/
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	display: none;
	font-size: 14px;
	left: 30%;
	right: 30%;
	min-width: 251px;
	max-width: 251px;
	height: 275px;
	position: fixed;
	top: 20%;
	z-index: 2;
}

.maincontainer ul 
{
	width:100%;
	/*margin: 0 0 0 -34px;*/
	float:left;
}
.maincontainer li
{
	/*margin-left: -5px;*/
	list-style: none;
	margin-top: 19px;
	
}
.liface
{
	background-image: url(../images/social_icon.png);
	background-repeat: no-repeat;
	background-position: 2px -3px;
    height: 34px;
    line-height: 19pt;
    padding-left: 43px;
}
.liTwit
{
	background-image: url(../images/social_icon.png);
	background-repeat: no-repeat;
	background-position: 2px -42px;
    height: 34px;
    line-height: 19pt;
    padding-left: 43px;
}
.liGplus
{
	background-image: url(../images/social_icon.png);
	background-repeat: no-repeat;
	background-position: 2px -81px;
    height: 34px;
    line-height: 19pt;
    padding-left: 43px;
}
.liPinte
{
	background-image: url(../images/social_icon.png);
	background-repeat: no-repeat;
	background-position: 2px -117px;
    height: 34px;
    line-height: 19pt;
    padding-left: 43px;
}
.maincontainer li a
{
	font-size:11pt;
    font-style: italic;
	font-family:calibri;
	color:#FFF;
	text-decoration:none;
}
.left_label ul li label.field_title1 {
	width:16%;
	margin-right:1%;
	float:left !important;
	padding-top:6px;
}

/* ------------------------------------------- */
/*  Responsive Grid :
/*
/*  1. Tablet
/*  2. Mobile Portrait
/*  3. Mobile Landscape
/* ------------------------------------------- */
 
/*------------------------------------------------------------------*/ 
/*	1) Note: Design for a width of 768 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.left_label ul li label.field_title1 {
	width:25%;
	margin-right:1%;
	float:left !important;
	padding-top:6px;
}
	#toPopup {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	/*    border: 10px solid #ccc;*/
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	display: none;
	font-size: 14px;
	left: 30%;
	right: 30%;
	min-width: 251px;
	max-width: 251px;
	height: 275px;
	position: fixed;
	top: 20%;
	z-index: 2;
}

.scroll_contentaddress {
	width: 100%;
	float: left;
}
.scroll_contentimg {
	width: 75px;
	height: 70px;
	float: left;
}
.scroll_content_car_1 {
	width: 45%;
	float: left;
	padding: 2px;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #4d4d4f;
	margin: 0 0 2px 2px;
	
}
.scroll_content_car_2 {
	width: 48%;
	float: left;
	padding: 2px;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #4d4d4f;
	margin: 2px 0 2px 2px;
	text-align:right;
}
.scroll_content_name {
	width: 53%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 3px 30px;
	background: url(../images/new_steering.png) 5px 3px no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 0px;
}
.scroll_content_pname {
	width: 53%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 3px 30px;
	background: url(../images/pass_icom.png) 5px center no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 0px;
}

.scroll_content_date {

	display:none
}
.scroll_content_date1 {
	 color: #000000;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    height: 21px;
    line-height: 15pt;
    text-align: right;
    width: 32%;
	display:block;
}
.scroll_content_time{
	width: 25%;
	float: left;
	font-family:Calibri;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	margin:7px 0;
}
.scroll_content_lbl{
	padding:3px;
	background-color:#7db341;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
body {
	/*font-size: 13px;*/  /* commented by ram */
	color: #666666;
	font-family:calibri;
	margin: 0px;
	background:  url(../images/new_bg_banner.jpg) repeat-x top center, url(../images/footer_bg.png) repeat-x bottom center ;

}
.container {
	width: 768px;
	margin: 0 auto;
}
.header_left {
	width: 38%;
	float: left;
}

#menu ul, #menu li {
	line-height:15px;
	text-align:left;
	font-size:14px;
}
/* menu starts here */

   


#menu {
	list-style:none;
	
	
	height:40px;
	padding:5px 30px;
	/* rounded corners for different browser support */
    
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css3 gradient */
   background: #91bd09; /* Old browsers */
   background: -moz-linear-gradient(top,  #91bd09 0%, #749a02 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91bd09), color-stop(100%,#749a02)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #91bd09 0%,#e3eaed 37%,#749a02 100%);
/*background: -o-linear-gradient(top,  #91bd09 0%,#749a02 100%);  Opera 11.10+ */
   background: -ms-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #91bd09 0%,#749a02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bd09', endColorstr='#749a02',GradientType=0 ); /* IE6-9 */

	/* css3 borders */
    
    border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow:inset 0px 0px 1px #e8edf0;
	-moz-box-shadow:inset 0px 0px 1px #e8edf0;
	-webkit-box-shadow:inset 0px 0px 1px #e8edf0;
}
/* tab starts here */

#menu li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
	padding:4px 10px;
	margin:5px 30px 0 0;
	border:none;
	max-width:100px;
}
#menu li:hover {
	border:1px solid #b7b7b7;
	padding:4px 9px;
	/*rounded corners  */
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css 3 gradient */
    background:#fff;
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#161616;
}
/* menu containers here  */

#menu .menu-container-1, #menu .menu-container-2, #menu .menu-container-3, #menu .menu-container-4 {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px;
	border:1px solid #b7b7b7;
	border-top:none;
	z-index:999;
	/* rounded corners */
    
    border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	/* gradient */
 background:#F4F4F4;  
    background: -moz-linear-gradient(top, #EDEDED, #FFFFFF);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#FFFFFF)); 
}
#menu .menu-container-1 {
	width:160px;
	
}
#menu .menu-container-2 {
	width:280px;
}
#menu .menu-container-3 {
	width:420px;
}
#menu .menu-container-4 {
	width:560px;
}
#menu li:hover .menu-container-1, #menu li:hover .menu-container-2, #menu li:hover .menu-container-3, #menu li:hover .menu-container-4 {
	top:auto;
	left:-1px;
}
/* columns ici */

#menu .column-1, #menu .column-2 {
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
	z-index:999;
}
#menu .column-1 a {
	width:150px;
	z-index:999;
}
#menu .column-1 {
	width:150px;
}
#menu .column-2 {
	width:260px;
}
#menu .column-3 {
	width:390px;
}
#menu .column-4 {
	width:520px;
}
/* right menu */

#menu .menu-right {
	float:right;
	margin-right:0px;
}
#menu li .align-right {
	/*rounded corners */
    
    border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
}
#menu li:hover .align-right {
	left:auto;
	right:-1px;
	top:auto;
}
/* menu h2, h3, p, etc.... */

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu p {
	line-height:18px;
	margin-bottom:10px;
	color:#000000;
}
#menu h3, #menu h2 {
	font-size:11px;
	margin:14px 0 14px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	color: #999999;
}
#menu li:hover div a {
	border-top: 1px solid #CCCCCC;
	color: #333;
	font-size: 11px;
	padding: 6px;
}
#menu li:hover div a:hover {

	color:#007D9A;

}
#menu li ul {
	
	list-style:none;
	padding:0;
	margin-bottom:12px;
}
#menu li ul li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 150px;
}
#menu li ul li:hover {
	background: none;
	border: medium none;
	margin: 0;
	padding: 0;
}
/* login here */

#menu .form {
	margin:10px 0 0 45px;
}
#menu input {
	color:#e9e9e9;
	font-size:12px;
	outline:0 none;
	padding:9px;
	/* gradient */
    background:#6e6e6e;
	background:-moz-linear-gradient(top, #888, #575757);
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	/* css3 borders */
    border:1px solid #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* css3 shadow effect */
    -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#menu input:focus {
	background: none repeat scroll 0 0 #313131;
}
#menu input:hover {
	border-color: #000000;
}
#menu .submit input {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 1px #EDF9FF inset;
	color: #FFFFFF;
	padding: 9px;
	width: 90px;
}
#menu .submit input:hover {
	background: -moz-linear-gradient(center top, #444444, #3D3A3A) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#3D3A3A));
	cursor: pointer;
}
#menu .submit input:active {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
}
#style-switcher {


	margin:0px auto;
	height: 34px;
	color: red;
	border-bottom: 1px solid white;
}
#style-switcher ul {
	border-right: 1px solid white;
	float: right;
	margin: 0;
}
#style-switcher h4 {
	display: inline;
	color: #153c67;
	font-weight: bold;
	line-height: 34px;
	padding: 0 10px;
	border-left: 1px solid white;
}
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	line-height: 26px;
	color: white;
	background: #90a6bb;
	text-decoration: none;
	padding: 0 13px;
	display: inline;
	margin: 4px 4px 4px 0;
}
#style-switcher li a:hover {background: #3a5a7c;}

.textarea_1 {
	width: 91%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_2 {
	width: 91%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_3 {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/calander.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.date_text{float: left; position: relative; width: 74%;}
.date_btn{float: right; margin-top: 9px; position: relative; width: 15%;}
#search_div
{
	display:none;
}
#Why
{display:block;
	}
	#step
{
	display:block;
}
#blog_cont{	display:block;}
#footerimg{float:left;   width:25%; margin-top:-57px;  text-align:right;}
#homesearch {
	background: url("../images/searchfull_bg.png") no-repeat scroll 0 0 transparent;
	height: 205px;
	left: 413px;
	/* margin-bottom: -52px;*/
    position: relative;
	
	width: 319px;
	z-index: 9;
}
#homeposter{
	background-image: url(../images/poster.png);
	background-repeat: no-repeat;
	color: #FFFFFF;    
	font-family: Arial,Helvetica,sans-serif;    
	font-size: 10pt;    
	font-weight: bold;    
	height: 62px;   
	padding: 8px;    
	position: relative;    
	top: 104px; 
	left: 21px;    
	width: 233px;
}

#searchhomecontent {
	float: left;
	position: relative;
	width: 100%;
}
.column {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 98%
}
.maincontainer1 {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 5px;
	position: relative;
	width: 98%;
}
.inter_content {
	float: left;
	position: relative;
	background-color: #FFF;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	margin-top: -20px;
	width: 98.999%;
	padding: 5px;
}
.column-left {
	width: 99%;
}
.column-right {
	display: none;
}
.column-one-half {
	width: 354px;
}
.column-one-third {
	width: 236px;
}
.column-one-fourth {
	width:47%;
}
.column-img {
	width: 138px;
}
.column-one-five {
	width: 180px;
}
.column-two-thirds {
	width: 492px;
}
.column-three-fourths {
	width: 73%;
}

.nav {
	display: none;
}
#myMenu {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
	position: relative;
	z-index: 99;
	width: 150px;
}
}


/*------------------------------------------------------------------*/ 
/*	2) Note: Design for a width of 480 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.left_label ul li label.field_title1 {
	width:27%;
	margin-right:1%;
	float:left !important;
	padding-top:6px;
}
	#toPopup {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	/*    border: 10px solid #ccc;*/
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	display: none;
	font-size: 14px;
	left: 28%;
	right: 30%;
	min-width: 241px;
	max-width: 241px;
	height: 254px;
	position: fixed;
	top: 5%;
	z-index: 2;
}

.scroll_contentaddress {
	width: 100%;
	float: left;
}
.scroll_contentimg {
	width: 75px;
	height: 70px;
	float: left;
}
.scroll_content_car_1 {
	width: 25%;
	float: left;
	padding: 2px;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #4d4d4f;
	margin: 2px 0 2px 2px;
	height:21px;
}
.scroll_content_car_2 {
	width: 22%;
	float: left;
	padding: 2px;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #4d4d4f;
	margin: 2px 0 2px 2px;
	height:21px;
}
.scroll_content_name {
	width: 25%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 4px 30px;
	background: url(../images/new_steering.png) 5px 3px no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 0px;
}
.scroll_content_pname {
	width: 25%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 4px 30px;
	background: url(../images/pass_icom.png) 5px center no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 0px;
}
.scroll_content_date {
	color: #000000;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15pt;
    width: 13%;
	display:block;
	padding-bottom: 2px;
    padding-left: 32px;
}
.scroll_content_date1 {
	color: #000000;
    float: right;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15pt;
    padding-right: 10px;
    text-align: right;
    width: 29%;
	display:none;
}
.scroll_content_time{
	width: 25%;
	float: left;
	font-family:Calibri;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	margin:15px 0;
}
.scroll_content_lbl{
	padding:3px;
	background-color:#7db341;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
body {
	/*font-size: 13px;*/  /* commented by ram */
	color: #666666;
	font-family:calibri;
	margin: 0px;
	background:  url(../images/new_bg_banner.jpg) repeat-x top center, url(../images/footer_bg.png) repeat-x bottom center ;

}
.container {
	width: 420px;
	margin: 0 auto;
}

.column {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 98%
}
.maincontainer1 {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 5px;
	position: relative;
	width: 96.555%;
}
.inter_content {
	float: left;
	position: relative;
	background-color: #FFF;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	margin-top: -20px;
	width: 98.555%;
	padding: 5px;
}
.column-left {
	width: 99%;
}
.column-right {
	display: none;
}
.column-one-half, .column-one-third,  .column-two-thirds, .column-three-fourths {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.column-one-fourth
{
	width: 45%;
	
}
.column-img {
	width: 222px;
}
.column-one-five {
	width: 280px;
}
.header_left {
	width: 50%;
	float: left;
}

#menu ul, #menu li {
	line-height:15px;
	text-align:left;
	font-size:14px;
}
/* menu starts here */

   


#menu {
	list-style:none;
	
	
	height:40px;
	padding:5px 30px;
	/* rounded corners for different browser support */
    
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css3 gradient */
   background: #91bd09; /* Old browsers */
background: -moz-linear-gradient(top,  #91bd09 0%, #749a02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91bd09), color-stop(100%,#749a02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #91bd09 0%,#e3eaed 37%,#749a02 100%);
/*background: -o-linear-gradient(top,  #91bd09 0%,#749a02 100%);  Opera 11.10+ */
background: -ms-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* IE10+ */
background: linear-gradient(to bottom,  #91bd09 0%,#749a02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bd09', endColorstr='#749a02',GradientType=0 ); /* IE6-9 */

	/* css3 borders */
    
    border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow:inset 0px 0px 1px #e8edf0;
	-moz-box-shadow:inset 0px 0px 1px #e8edf0;
	-webkit-box-shadow:inset 0px 0px 1px #e8edf0;
}
/* tab starts here */

#menu li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
	padding:4px 10px;
	margin:5px 30px 0 0;
	border:none;
	max-width:100px;
}
#menu li:hover {
	border:1px solid #b7b7b7;
	padding:4px 9px;
	/*rounded corners  */
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css 3 gradient */
    background:#fff;
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#161616;
}
/* menu containers here  */

#menu .menu-container-1, #menu .menu-container-2, #menu .menu-container-3, #menu .menu-container-4 {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px;
	border:1px solid #b7b7b7;
	border-top:none;
	z-index:999;
	/* rounded corners */
    
    border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	/* gradient */
 background:#F4F4F4;  
    background: -moz-linear-gradient(top, #EDEDED, #FFFFFF);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#FFFFFF)); 
}
#menu .menu-container-1 {
	width:160px;
	
}
#menu .menu-container-2 {
	width:280px;
}
#menu .menu-container-3 {
	width:420px;
}
#menu .menu-container-4 {
	width:560px;
}
#menu li:hover .menu-container-1, #menu li:hover .menu-container-2, #menu li:hover .menu-container-3, #menu li:hover .menu-container-4 {
	top:auto;
	left:-1px;
}
/* columns ici */

#menu .column-1, #menu .column-2 {
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
	z-index:999;
}
#menu .column-1 a {
	width:150px;
	z-index:999;
}
#menu .column-1 {
	width:150px;
}
#menu .column-2 {
	width:260px;
}
#menu .column-3 {
	width:390px;
}
#menu .column-4 {
	width:520px;
}
/* right menu */

#menu .menu-right {
	float:right;
	margin-right:0px;
}
#menu li .align-right {
	/*rounded corners */
    
    border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
}
#menu li:hover .align-right {
	left:auto;
	right:-1px;
	top:auto;
}
/* menu h2, h3, p, etc.... */

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu p {
	line-height:18px;
	margin-bottom:10px;
	color:#000000;
}
#menu h3, #menu h2 {
	font-size:11px;
	margin:14px 0 14px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	color: #999999;
}
#menu li:hover div a {
	border-top: 1px solid #CCCCCC;
	color: #333;
	font-size: 11px;
	padding: 6px;
}
#menu li:hover div a:hover {

	color:#007D9A;

}
#menu li ul {
	
	list-style:none;
	padding:0;
	margin-bottom:12px;
}
#menu li ul li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 150px;
}
#menu li ul li:hover {
	background: none;
	border: medium none;
	margin: 0;
	padding: 0;
}
/* login here */

#menu .form {
	margin:10px 0 0 45px;
}
#menu input {
	color:#e9e9e9;
	font-size:12px;
	outline:0 none;
	padding:9px;
	/* gradient */
    background:#6e6e6e;
	background:-moz-linear-gradient(top, #888, #575757);
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	/* css3 borders */
    border:1px solid #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* css3 shadow effect */
    -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#menu input:focus {
	background: none repeat scroll 0 0 #313131;
}
#menu input:hover {
	border-color: #000000;
}
#menu .submit input {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 1px #EDF9FF inset;
	color: #FFFFFF;
	padding: 9px;
	width: 90px;
}
#menu .submit input:hover {
	background: -moz-linear-gradient(center top, #444444, #3D3A3A) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#3D3A3A));
	cursor: pointer;
}
#menu .submit input:active {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
}
#style-switcher {


	margin:0px auto;
	height: 34px;
	color: red;
	border-bottom: 1px solid white;
}
#style-switcher ul {
	border-right: 1px solid white;
	float: right;
	margin: 0;
}
#style-switcher h4 {
	display: inline;
	color: #153c67;
	font-weight: bold;
	line-height: 34px;
	padding: 0 10px;
	border-left: 1px solid white;
}
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	line-height: 26px;
	color: white;
	background: #90a6bb;
	text-decoration: none;
	padding: 0 13px;
	display: inline;
	margin: 4px 4px 4px 0;
}
#style-switcher li a:hover {background: #3a5a7c;}

.textarea_1 {
	width: 93%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_2 {
	width: 93%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_3 {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/calander.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.date_text{float: left; position: relative; width: 81%; margin-bottom:6px;}
.date_btn{float: right; margin-top: 9px; position: relative; width: 16%;}
#search_div
{
	display:block;
	margin-bottom:15px;
}
#Why
{display:none;
	}
#step
{
	display:none;
}
#blog_cont{	display:none;}
#footerimg{display:none;}
#homesearch {
	display:none;
	background: url("../images/searchfull_bg.png") no-repeat scroll 0 0 transparent;
	height: 205px;
	left: 307px;
	/* margin-bottom: -52px;*/
    position: relative;
	top: -22px;
	width: 319px;
	z-index: 9;
}
#homeposter{
display:none;
}
}

/*------------------------------------------------------------------*/ 
/*	3) Note: Design for a width of 320 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 200px) and (max-width: 479px) {
.left_label ul li label.field_title1 {
	width:33%;
	margin-right:1%;
	float:left !important;
	padding-top:6px;
}
	#toPopup {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
	/*    border: 10px solid #ccc;*/
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	display: none;
	font-size: 14px;
	left: 12%;
	right: 12%;
	min-width: 241px;
	max-width: 241px;
	height: 255px;
	position: fixed;
	top: 20%;
	z-index: 2;
}

.scroll_contentaddress {
	width: 100%;
	float: left;
}
.scroll_contentimg {
	width: 57px;
	height: 50px;
	float: left;
}
.scroll_content_car_1 {
	
	
	 color: #4D4D4F;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 5px;
    padding: 2px;
    width: 47%;}
.scroll_content_car_2 {
	color: #4D4D4F;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 5px;
    padding: 2px;
    width: 45%;
	text-align:right;
}
.scroll_content_name {
	width: 44%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 6px 30px;
	background: url(../images/new_steering.png) 5px 3px no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 0px;
}

.scroll_content_pname {
	width: 44%;
	float: left;
	color:#222222;
	height: 21px;
	padding: 2px 5px 6px 30px;
	background: url(../images/pass_icom.png) 5px center no-repeat;
	font-size: 10pt;
	font-family: Calibri;
	font-weight: bold;
	font-style:italic;
	line-height: 15pt;
	margin-bottom: 0px;
}
.scroll_content_date {
	color: #000000;
    float: left;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15pt;
    width: 15%;
	display:none;
}
.scroll_content_date1 {
	color: #000000;
    display: block;
    float: right;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15pt;
    padding-right: 10px;
    text-align: right;
    width: 29%;
}
.scroll_content_time{
	width: 25%;
	float: left;
	font-family:Calibri;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	margin:7px 0;
}
.scroll_content_lbl{
	padding:3px;
	background-color:#7db341;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
body {
	/*font-size: 13px;*/  /* commented by ram */
	color: #666666;
	font-family:calibri;
	margin: 0px;
	background:  url(../images/new_bg_banner_2.jpg) repeat-x top center, url(../images/footer_bg.png) repeat-x bottom center ;

}
.container {
	width: 300px;
	margin: 0 auto;
}

.column {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 94%
}
.maincontainer1 {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 5px;
	position: relative;
	width: 97%;
}
.maincontainer1 ul {
	list-style-type: none;
	padding: 0;
	margin-left: 15px;
	float: left;
	width: 100%;
}
.maincontainer1 li {
	background-image: url(../images/arrow.png);
	background-position: left 9px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 11pt;
	line-height: 18px;
	padding: 5px 5px 5px 15px;
}
.inter_content {
	float: left;
	position: relative;
	background-color: #FFF;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	margin-top: -20px;
	width: 97.555%;
	padding: 5px;
}
.column-left {
	width: 99%;
	margin-left: 5px;
}
.column-right {
	display: none;
}
.column-one-half, .column-one-third,  .column-img {
	width: 100%;
	margin: 0;
	margin-bottom:-15px;
}
.column-one-fourth
{
	margin-left: 4px;
    margin-right: 0;
    width: 95%;
}
.column-two-thirds, .column-three-fourths {
	width: 98%;
	margin-left: 0;
	margin-right: 0;
}
.column-one-five {
	width: 280px;
}
.header_left {
	width: 260px;
	float: left;
}

#menu ul, #menu li {
	line-height:15px;
	text-align:left;
	font-size:14px;
}
/* menu starts here */

   


#menu {
	list-style:none;
	
	
	height:40px;
	padding:5px 14px;
	/* rounded corners for different browser support */
    
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css3 gradient */
   background: #91bd09; /* Old browsers */
background: -moz-linear-gradient(top,  #91bd09 0%, #749a02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91bd09), color-stop(100%,#749a02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #91bd09 0%,#e3eaed 37%,#749a02 100%);
/*background: -o-linear-gradient(top,  #91bd09 0%,#749a02 100%);  Opera 11.10+ */
background: -ms-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* IE10+ */
background: linear-gradient(to bottom,  #91bd09 0%,#749a02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bd09', endColorstr='#749a02',GradientType=0 ); /* IE6-9 */

	/* css3 borders */
    
    border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow:inset 0px 0px 1px #e8edf0;
	-moz-box-shadow:inset 0px 0px 1px #e8edf0;
	-webkit-box-shadow:inset 0px 0px 1px #e8edf0;
}
/* tab starts here */

#menu li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
	padding:4px 10px;
	margin:5px 30px 0 0;
	border:none;
	max-width:100px;
}
#menu li:hover {
	border:1px solid #b7b7b7;
	padding:4px 9px;
	/*rounded corners  */
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css 3 gradient */
    background:#fff;
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#161616;
}
/* menu containers here  */

#menu .menu-container-1, #menu .menu-container-2, #menu .menu-container-3, #menu .menu-container-4 {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px;
	border:1px solid #b7b7b7;
	border-top:none;
	z-index:999;
	/* rounded corners */
    
    border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	/* gradient */
 background:#F4F4F4;  
    background: -moz-linear-gradient(top, #EDEDED, #FFFFFF);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#FFFFFF)); 
}
#menu .menu-container-1 {
	width:160px;
	
}
#menu .menu-container-2 {
	width:280px;
}
#menu .menu-container-3 {
	width:420px;
}
#menu .menu-container-4 {
	width:560px;
}
#menu li:hover .menu-container-1, #menu li:hover .menu-container-2, #menu li:hover .menu-container-3, #menu li:hover .menu-container-4 {
	top:auto;
	left:-1px;
}
/* columns ici */

#menu .column-1, #menu .column-2 {
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
	z-index:999;
}
#menu .column-1 a {
	width:150px;
	z-index:999;
}
#menu .column-1 {
	width:150px;
}
#menu .column-2 {
	width:260px;
}
#menu .column-3 {
	width:390px;
}
#menu .column-4 {
	width:520px;
}
/* right menu */

#menu .menu-right {
	float:right;
	margin-right:0px;
}
#menu li .align-right {
	/*rounded corners */
    
    border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
}
#menu li:hover .align-right {
	left:auto;
	right:-1px;
	top:auto;
}
/* menu h2, h3, p, etc.... */

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu p {
	line-height:18px;
	margin-bottom:10px;
	color:#000000;
}
#menu h3, #menu h2 {
	font-size:11px;
	margin:14px 0 14px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	color: #999999;
}
#menu li:hover div a {
	border-top: 1px solid #CCCCCC;
	color: #333;
	font-size: 11px;
	padding: 6px;
}
#menu li:hover div a:hover {

	color:#007D9A;

}
#menu li ul {
	
	list-style:none;
	padding:0;
	margin-bottom:12px;
}
#menu li ul li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 150px;
}
#menu li ul li:hover {
	background: none;
	border: medium none;
	margin: 0;
	padding: 0;
}
/* login here */

#menu .form {
	margin:10px 0 0 45px;
}
#menu input {
	color:#e9e9e9;
	font-size:12px;
	outline:0 none;
	padding:9px;
	/* gradient */
    background:#6e6e6e;
	background:-moz-linear-gradient(top, #888, #575757);
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	/* css3 borders */
    border:1px solid #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* css3 shadow effect */
    -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#menu input:focus {
	background: none repeat scroll 0 0 #313131;
}
#menu input:hover {
	border-color: #000000;
}
#menu .submit input {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 1px #EDF9FF inset;
	color: #FFFFFF;
	padding: 9px;
	width: 90px;
}
#menu .submit input:hover {
	background: -moz-linear-gradient(center top, #444444, #3D3A3A) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#3D3A3A));
	cursor: pointer;
}
#menu .submit input:active {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
}
#style-switcher {


	margin:0px auto;
	height: 34px;
	color: red;
	border-bottom: 1px solid white;
}
#style-switcher ul {
	border-right: 1px solid white;
	float: right;
	margin: 0;
}
#style-switcher h4 {
	display: inline;
	color: #153c67;
	font-weight: bold;
	line-height: 34px;
	padding: 0 10px;
	border-left: 1px solid white;
}
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	line-height: 26px;
	color: white;
	background: #90a6bb;
	text-decoration: none;
	padding: 0 13px;
	display: inline;
	margin: 4px 4px 4px 0;
}
#style-switcher li a:hover {background: #3a5a7c;}

.textarea_1 {
	width: 85%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_2 {
	width: 85%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/car_2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.textarea_3 {
	width: 81%;
	height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	padding-left: 40px;
	border: 1px solid #DDD;
	background-image: url(../images/calander.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.date_text{float: left; position: relative; width: 88%; margin-bottom:6px;}
.date_btn{
	float: right;
    margin-bottom: 7px;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
    width: 21%;}
#search_div
{
	display:block;
	margin-bottom:15px;
}
#Why
{
	display:none;
}
#step
{
	display:none;
}
#blog_cont{	display:none;}
#footerimg{display:none;}
#homesearch {
	background: url("../images/searchfull_bg.png") no-repeat scroll 0 0 transparent;
	height: 205px;
	left: 307px;
	/* margin-bottom: -52px;*/
    position: relative;
	top: -22px;
	width: 319px;
	z-index: 9;
}
#homeposter{
	background-image: url(../images/poster.png);
	background-repeat: no-repeat;
	color: #FFFFFF;    
	font-family: Arial,Helvetica,sans-serif;    
	font-size: 10pt;    
	font-weight: bold;    
	height: 62px;   
	padding: 8px;    
	position: relative;    
	top: 104px; 
	left: 136px;    
	width: 233px;
}
#searchhomecontent {
	float: left;
	position: relative;
	width: 100%;
}
}
/* ---------------------------------------------------------------------- */
/*  Custom Margins
/* ---------------------------------------------------------------------- */
.m-a {
	margin: 0 auto;
}
.m-top-25 {
	margin-top: 25px;
}
.m-bottom-25 {
	margin-bottom: 25px;
}
.m-left-25 {
	margin-left: 25px;
}
.m-right-25 {
	margin-right: 25px;
}
.m-top-20 {
	margin-top: 20px;
}
.m-bottom-20 {
	margin-bottom: 20px;
}
.m-left-20 {
	margin-left: 20px;
}
.m-right-15 {
	margin-right: 20px;
}
.m-top-15 {
	margin-top: 15px;
}
.m-bottom-15 {
	margin-bottom: 15px;
}
.m-left-15 {
	margin-left: 15px;
}
.m-right-15 {
	margin-right: 15px;
}
.m-top-10 {
	margin-top: 10px;
}
.m-bottom-10 {
	margin-bottom: 10px;
}
.m-left-10 {
	margin-left: 10px;
}
.m-right-10 {
	margin-right: 10px;
}
.m-top-5 {
	margin-top: 5px;
}
.m-bottom-5 {
	margin-bottom: 5px;
}
.m-left-5 {
	margin-left: 5px;
}
.m-right-5 {
	margin-right: 5px;
}
.bor_bottom {
	float: left;
	margin-bottom: 10px;
	width: 98%;
	background-color: #fff;
	background: url(../images/shadow_left.png) bottom left 14px no-repeat,  url(../images/shadow_right.png) bottom right no-repeat;
}
.button_read {

	float: right;
	padding: 3px 15px;
	color: #4f7f03;
	text-decoration: none;
	font-size:11pt;
	font-weight:bold;
}
.button_read:hover {
	color: #000;
	text-decoration: none;
}
.button_readh3 {
	padding: 3px 0px;
	color: #4f7f03;
	text-decoration: none;
}
.button_readh3:hover {
	color: #000;
	text-decoration: none;
}
.gradfull {
	border: #999 solid 1px;
	padding: 5px 15px;
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eeeeee 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #d3d3d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d3d3d3', GradientType=0 ); /* IE6-8 */
}
.flo_right {
	float: right;
}
