/************************************************************************************************************************
	COLORS, BORDERS & FONTS
************************************************************************************************************************/

html 
{
	font: 62.5% Arial; 
}
body 
{
	background: url(../images/bg.gif) ;
	color: #fff; 
	font-size: 1.2em; 
}
a
{
	background: inherit; 
	color: #666; 
}
h1	{font-size: 1.7em; color:#2B67B6;}
h2	{font-size: 1.5em; }
h3	{font-size: 1.3em; }
h4	{font-size: 1.2em; }
h5	{font-size: 1.1em; color:#ff0000;}
h6	{font-size: 1.0em; }

img
{
	border: none; 
}
input, select 
{
	font-size: 1.0em; 
}
.header a
{
	background: inherit; 
	color: #fff; 
}
.header a.logo
{
	/*background: url(/images/header.jpg) no-repeat;*/
	width: 960px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}

.primary-menu, 
.primary-menu a
{
	background: #ccc; 
	color: #666; 
}
.content, 
.secondary-menu
{
	background: #fff; 
	color: #000; 
}
.content a, 
.secondary-menu a
{
	background: inherit; 
	color: #06c; 
}
.content li#res-no
{
	color: #c00; 
} 
.content .validation-summary
{
	background: #ffc url(/images/error.gif) no-repeat 32px 32px;
	border-bottom: solid 2px #fc3; 
	border-top: solid 2px #fc3; 
	color: #f00; 
	font-weight: bold; 
	font-size: 1.6em; 
}
.content .validation-summary ul
{
	font-size: 75%; 
}
.content .blackout
{
	background: inherit; 
	color: #f00; 
	font-weight: bold; 
}
.content .vehicle-blackout img
{
	opacity: 0.3; 
	filter: alpha(opacity=30); 
}
.content .vehicle-available img
{
}
.content .fleet .name
{
	font-weight: bold; 
}
.content .title
{
background-image:url("/images/background.png");
color:#FFFFFF;
font-size:1.5em;
font-weight:bold;
}
.content .vehicle .name
{
	font-weight: bold; 
}
.content .vehicle .features
{
	font-size: 0.9em; 
}
.content .quote tr.Total
{
	font-size: 1.2em; 
	font-weight: bold; 
}

.secondary-menu li, 
.secondary-menu li li:first-child
{
	border-left: solid 1px #666; 
}
.secondary-menu li:first-child
{
	border-left: none; 
}

.vehicle-list li
{
	font-weight: bold; 
}
.vehicle-list li li
{
	font-weight: normal; 
}

.main .wait
{
	background: #f00 url(/images/loading.gif) no-repeat 8px; 
	color: #fff; 
}

#secondary
{
	background: #fff /*url(../images/bg3.png)*/;  
}

/************************************************************************************************************************
	LAYOUT
************************************************************************************************************************/

body 
{
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6
{
	margin: 0; 
	padding: .5em 0; 
}
p
{
	padding: 0 0 1em; 
	margin: 0; 
}
table
{
	border-collapse: collapse; 
}
td
{
	vertical-align: top; 
}

ul.form
{
	margin: 0; 
	padding: 0; 
}

.main
{
	margin: auto; 
	width: 960px; 
}

.main .wait
{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 8px 8px 8px 28px; 
}

/******************** Header ********************/

.print-heading
{
	display: none; 
}
.lang
{
	margin: 0; 
	padding: 2px; 
	text-align: right; 
}
	.lang li
	{
		display: inline; 
		font-weight: bold; 
		list-style-type: none; 
		margin: 0; 
		padding: 0 2px; 
	}
	.lang li a, 
	.lang li span
	{
		background-repeat: no-repeat; 
		background-position: left center; 
		padding: 0 0 0 21px; 
	}
	.lang li.en a, 
	.lang li.en span	{background-image: url(/images/flag-en.gif); }
	
	.lang li.es a, 
	.lang li.es span	{background-image: url(/images/flag-es.gif); }
	
	.lang li.pt a, 
	.lang li.pt span	{background-image: url(/images/flag-korean.png); }
	
	.lang li a
	{
		font-weight: normal; 
	}
	

.header
{
}

.header .lang
{
float:left;
padding:1em;
position:absolute;
z-index:200;
}
.header .lang a
{
	padding-left: 1.8em; 
}
.header .lang img
{
	vertical-align: middle; 
	margin-right: .25em; 
}

.primary-menu
{
	font-weight: bold; 
	padding: .5em 1em; 
}
.primary-menu ul, .primary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.primary-menu a
{
	margin: 0 1em; 
	text-decoration: none; 
}

/****************************** DO NOT TOUCH ******************************/
.content
{
	clear: both; 
	height: 100%;
	padding-top:5px;
}
.content .col
{
	float: right; 
}
.content .box
{
	overflow: hidden; 
	margin: 8px 4px; 
	padding: 4px; 
}
.content .validation-summary
{
	margin: 4px 0; 
	padding: 32px 16px 16px 132px; 
}
/****************************** DO NOT TOUCH ******************************/

.content .form 
{
	list-style: none; 
}
.content .form li 
{
	font-weight: bold; 
	padding: .5em 0; 
}

.content .form label 
{
	display: block; 
	font-weight: normal; 
}
.content .form .inline label 
{
	display: inline; 
}


.content .buttons
{
	clear: both; 
	padding: 4px 0; 
	text-align: center; 
}
.content .buttons input 
{
	margin-left: .25em; 
	margin-right: .25em; 
}

.actions
{
	clear: both; 
	margin-top: 1em; 
	text-align: center; 
}
.actions a, 
.actions input 
{
	margin-left: .5em; 
	margin-right: .5em; 
}
.title
{
	margin-bottom: 4px; 
	padding: 8px; 
}
.ssl
{
	clear: both; 
	background: url(/images/lock.gif) no-repeat; 
	color: #090; 
	font-weight: bold; 
	padding: 0 0 0 18px; 
}

/******************** Secondary Menu ********************/

.secondary-menu
{
	padding: .5em 0; 
	text-align: center; 
}
.secondary-menu a
{
	padding: 0 .5em; 
}
.secondary-menu ul, 
.secondary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}


/******************** Footer ********************/

.footer
{
	background: url(../images/background.png); 
	color: #fff; 
	margin-top: 5px;
	padding: 20px 15px 20px;
	position: relative;
}
	.footer .copyright p 
	{
		padding: 0; 
	}
	.footer a.power 
	{
		background: transparent url(/images/power.gif) no-repeat scroll 0 0;
		display: block;
		font-size: 0.9em; 
		height: 40px;
		position: absolute;
		right: 10px;
		text-indent: -9999px;
		top: 7px;
		width: 100px;
	}


/************************************************************************************************************************
	ELEMENTS
************************************************************************************************************************/

/******************** Calendar ********************/
.calendar a
{
	text-decoration: none; 
}

/******************** Reservation ********************/
div#reservation ul li						{ float: left; }

div#reservation ul li#res-no				{ width: 50%; clear: both; }
div#reservation ul li#status				{ width: 50%; }
div#reservation ul li#pickup-location		{ width: 50%; clear: both; }
div#reservation ul li#pickup-date			{ width: 50%; }
div#reservation ul li#dropoff-location		{ width: 50%; clear: both; }
div#reservation ul li#dropoff-date			{ width: 50%; }


/******************** Contact ********************/
div#contact ul li						{ float: left; }

div#contact ul li input,
div#contact ul li select				{ width: 85%;  }
div#contact ul li#first-name			{ width: 50%; clear: both; }
div#contact ul li#last-name				{ width: 50%; }
div#contact ul li#email					{ width: 50%; clear: both; }
div#contact ul li#phone					{ width: 50%; }
div#contact ul li#country				{ width: 65%; clear: both; }

/***************** Address ****************/
div#home-address ul li							{ float: left; }
div#home-address ul li input, 
div#home-address ul li select					{ width: 85%; }
div#home-address ul li#uxExtendedAddressStreet1	{ width: 60%; clear: both; }
div#home-address ul li#uxExtendedAddressStreet2	{ width: 25%; }
div#home-address ul li#uxExtendedAddressCity	{ width: 45%; clear: both; }
div#home-address ul li#uxExtendedAddressState	{ width: 45%; }
div#home-address ul li#uxExtendedAddressZip		{ width: 25%; clear: both; }
div#home-address ul li#country					{ width: 65%; }

/***************** Driver License ****************/
div#DriverLicense ul li										{ float: left; }
div#DriverLicense ul li input, 
div#DriverLicense ul li select								{ width: 80%;  }
div#DriverLicense ul li#uxExtendedDriverLicenseCountryID	{ width: 60%; clear: both; }
div#DriverLicense ul li#uxExtendedDriverLicenseState		{ width: 30%; }
div#DriverLicense ul li#uxExtendedDriverLicenseNumber		{ width: 35%; clear: both; }
div#DriverLicense ul li#uxExtendedDriverLicenseExpiry		{ width: 25%; }
div#DriverLicense ul li#uxExtendedDOB						{ width: 25%; }

/******************** Payment ********************/
div#payment ul li				{ float: left; }
div#payment ul li input,
div#payment ul li select		{ width: 85%;  }
div#payment ul li#cc-type		{ width: 25%; clear: both; }
div#payment ul li#cc-no			{ width: 33%; }
div#payment ul li#cc-exp		{ width: 18%; }
div#payment ul li#cc-ccv		{ width: 12%; }

/* Pickup - Flight ********************************************************************************/
div#pickup fieldset#flight ul li				        { float: left; }
div#pickup fieldset#flight ul li input, 
div#pickup fieldset#flight ul li select			        { width: 85%; }
div#pickup fieldset#flight ul li#flight-airline	        { width: 60%; clear: both; }
div#pickup fieldset#flight ul li#flight-no		        { width: 25%; }

/* Pickup - Hotel *********************************************************************************/
div#pickup fieldset#hotel ul li                        { float: left; }
div#pickup fieldset#hotel ul li input, 
div#pickup fieldset#hotel ul li select                 { width: 85%; }
div#pickup fieldset#hotel ul li#uxExtendedHotelId      { width: 60%; clear: both; }
div#pickup fieldset#hotel ul li#uxExtendedHotelRoom    { width: 25%; }
div#pickup fieldset#hotel ul li#uxExtendedHotelGuest   { width: 60%; clear: both; }

/* Pickup - Address *******************************************************************************/
div#pickup fieldset#address textarea			        { width: 85%; height: 100px; }

/******************** Comments ********************/
div#comments textarea			{ width: 85%; height: 100px; }



/******************** Vehicle ********************/

div.vehicle .info
{
	float: right; 
	/* padding-right: 8px; */
	width: 35%; 
}
div.vehicle .name
{
	padding-top: 4px; 
}
div.vehicle .models
{
}
div.vehicle .occupancy
{
	/* margin: 16px 0 0 32px; */
	margin: .5em 0 .5em 2em; 
	padding: 0; 
}

/******************** Fleet  ********************/

.content .fleet
{
	width: 100%; 
}
.content .fleet td
{
	padding: 8px; 
	text-align: center; 
	width: 33%; 
}
.content .fleet .pic 
{
}
.content .fleet .rates
{
	list-style: none; 
	margin: 0; 
}
.content .fleet .blackout
{
	padding: 4px 0; 
}

/******************** Extras ********************/

.content .extras	
{
	width: 100%; 
}
.content .extras td
{
	padding: 2px; 
	vertical-align: middle; 
}
.content .extras td.qty
{
	text-align: right; 
}
.content .extras td.price
{
	padding-right: 0; 
}

/******************** Quote ********************/

.content .quote
{
}
	.content .quote td
	{
		padding: 2px 0 2px 8px; 
		vertical-align: middle; 
	}
	.content .quote td.qty
	{
		text-align: right; 
	}
	.content .quote td.charge
	{
	}
	.content .quote td.subtotal
	{
		text-align: right; 
	}

/******************** Customer ********************/
div#contact ul li 
{
	float: left; 
	width: 48%; 
}
div#contact ul input
{
	width: 80%; 
}

/******************** Payment/Flight ********************/
div#payment ul li, 
div#flight ul li 
{
	float: left; 
	margin-right: 1em; 
}
div#flight input
{
	width: 6em; 
}

/******************** Comments ********************/
div#comments textarea
{
	width: 320px; 
	height: 100px; 
}

/******************** Vehicle list ********************/

.vehicle-list
{
	margin: 0;
	padding: .25em; 
}
.vehicle-list a
{
	text-decoration: none; 
	white-space: nowrap; 
}
.vehicle-list a:hover
{
	text-decoration: underline; 
}
.vehicle-list ul
{
	display: inline; 
	margin: 0; 
	padding: 0; 
}

.vehicle-list li
{
	list-style: none; 
	display: inline; 
	font-weight: bold; 
	margin-right: .5em; 
}
.vehicle-list li li
{
	font-weight: normal; 
	margin-left: .5em; 
}

/************************************************************************************************************************
	PAGES
************************************************************************************************************************/

/******************** Home  ********************/

body.home div.col#featured
{
	width: 100%; 
	border-bottom: solid 1px #ccc; 
}
body.home div.col#featured .featured-list
{
	width: 100%; 
}
body.home div.col#featured .featured-list td
{
	text-align: center; 
	text-transform: uppercase; 
	font-weight: bold; 
}
body.home div.col#featured .featured-list td a
{
	text-decoration: none; 
}


body.home div.col#primary 
{
	width: 69.5%; 
}
body.home div.col#secondary 
{
	width: 30%; 
}
body.home table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
body.home ul.home-bullets
{
	font-weight: bold; 
	font-size:1.1em;
}

/******************** Contact page ********************/

body.contact div.col#primary 
{
	width: 59.5%; 
}
body.contact div.col#secondary 
{
	width: 40%; 
}
body.contact li#message
{
	clear: both; 
}
	body.contact li#message textarea
	{
		width: 20em; 
		height: 100px; 
	}
body.contact li#branch
{
	clear: both; 
}
body.contact .locations
{
	margin: 0; 
	padding: 0; 
}
	body.contact #locations ul
	{
		list-style: none; 
	}
body.contact .location
{
	float: left; 
	clear: both; 
	width: 100%; 
	border-top: solid 1px #ccc; 
	padding: 1em 0; 
}
body.contact .location:first-child
{
	border-top: none; 
}
	body.contact .location .info
	{
		float: left; 
		width: 40%; 
	}
	body.contact .location .info .name
	{
		font-weight: bold; 
		padding-bottom: .5em; 
	}
	body.contact .location .info .address
	{
		text-transform: uppercase; 
		padding-bottom: .5em; 
	}
	body.contact .location .info .phones
	{
		clear: both; 
		margin: 0; 
		padding: 0; 
	}
	body.contact .location .info .phones label
	{
		float: left; 
		width: 5em; 
	}
	body.contact .location .info .map
	{
		clear: both; 
	}

	body.contact .location .hours
	{
		float: left; 
		width: 60%; 
	}
	body.contact .location .hours
	{
	}
	body.contact .location .hours label
	{
		float: left; 
		width: 7em; 
	}
	body.contact .location .hours ul
	{
		margin: 0; 
		padding: 0; 
	}
	body.contact .location .hours li
	{
		font-weight: normal; 
	}

/******************** Rent home  ********************/

body.rent div.col
{
	float: right; 
}
body.rent div.col#primary
{
	width: 69.5%; 
}
body.rent div.col#secondary
{
	width: 30%; 
}

body.home li#pickup-date, 
body.home li#dropoff-date, 
body.rent li#pickup-date, 
body.rent li#dropoff-date 
{
	clear: both; 
	float: left; 
	padding-right: 1em; 
	width: 120px;
}
body.home li#pickup-location select, 
body.home li#dropoff-location select, 
body.rent li#pickup-location select, 
body.rent li#dropoff-location select 
{
	width: 200px; 
}
body.home li#pickup-date input, 
body.home li#dropoff-date input, 
body.rent li#pickup-date input, 
body.rent li#dropoff-date input 
{
	width: 80px; 
}
body.home li#rate-code input, 
body.rent li#rate-code input 
{
	width: 60px; 
}

body.home li#email, 
body.home li#confirmation 
{
	float: left; 
	padding-right: 1em; 
}
body.home li#confirmation input 
{
	width: 70px; 
}


/******************** Group page ********************/

body.rent-group div.col#primary 
{
	width: 65%; 
}
body.rent-group div.col#secondary 
{
	width: 35%; 
}

/******************** Quote page ********************/

body.rent-quote div.col#primary 
{
	width: 58%; 
}
body.rent-quote div.col#secondary 
{
	width: 42%; 
}
body.rent-quote div.box#reservation 
{
}
body.rent-quote div.box#vehicle 
{
}
body.rent-quote div.box#other-choices 
{
}
body.rent-quote div.box#extras 
{
}
body.rent-quote div.box#quote 
{
}

body.rent-quote table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** Reserve page ********************/

body.rent-reserve div.col#primary 
{
	width: 50%; 
}
body.rent-reserve div.col#secondary 
{
	width: 50%; 
}
body.rent-reserve div.box#reservation 
{
}
body.rent-reserve div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-reserve div.box#quote 
{
}

body.rent-reserve li#flight-airline
{
	clear: both; 
}
body.rent-reserve li#comments
{
	clear: both; 
}
body.rent-reserve li#cc-exp input
{
	width: 4em; 
}

/******************** View page ********************/

body.rent-view div.col#primary 
{
	width: 40%; 
}
body.rent-view div.col#secondary 
{
	width: 60%; 
}
body.rent-view div.box#reservation 
{
}
body.rent-view div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-view div.box#quote 
{
}

body.rent-view li#cc-exp input
{
	width: 4em; 
}
body.rent-view li#flight-airline
{
	clear: both; 
}
body.rent-view li#comments
{
	clear: both; 
}

/******************** Faq page ********************/

body.faq .content div.col#primary
{
	width: 69.5%; 
}
body.faq .content div.col#secondary  
{
	width: 29.5%; 
}

/******************** Vehicle page ********************/

body.vehicles .content .pic
{
	float: right; 
	padding-left: 4px; 
}


/*** Car Sales page ***/

body.sale
{
}
	body.sale div.col#primary 
	{
		width: 65%; 
	}
	body.sale div.col#secondary 
	{
		width: 35%; 
	}
	body.sale .units
	{
		border-top: solid 1px #ccc; 
		width: 100%; 
	}
		body.sale .units td
		{
			border-bottom: solid 1px #ccc; 
			padding: 4px 0; 
		}
		body.sale .units .pic
		{
			width: 30%; 
		}
		body.sale .units .price
		{
			width: 20%; 
		}


body.sale-unit
{
}
	body.sale-unit div.col#primary 
	{
		width: 45%; 
	}
	body.sale-unit div.col#secondary 
	{
		width: 55%; 
	}
	body.sale-unit .price
	{
		float: right; 
		font-size: 1.6em; 
		display: block;  
		color: #f00; 
		margin: 0; 
		padding: .5em 0; 
	}
	
	body.sale-unit #info ul 
	{
		margin: 0; 
		padding: 0; 
	}
		body.sale-unit #info ul li
		{
			float: left; 
			font-weight: bold; 
			width: 48%; 
			list-style: none; 
			margin: 0; 
			padding: 0; 
		}
		body.sale-unit #info ul li label
		{
			font-weight: normal; 
			float: left; 
			width: 40px; 
			padding-right: 4px; 
		}

	body.sale-unit #features ul 
	{
		margin: 0; 
		padding: 0 0 0 20px; 
	}
		body.sale-unit #features ul li 
		{
			float: left; 
			width: 48%; 
			margin: 0; 
			padding: 0; 
		}
	
	body.sale-unit #contact li#message
	{
		clear: both; 
		width: 96%; 
	}
	body.sale-unit #contact li#message textarea
	{
		width: 96%; 
	}

	body.sale-unit .bigpic 
	{
		border: solid 1px #666; 
		display: block; 
		width: 480px; 
		margin: 0 auto 16px auto; 
	}
	body.sale-unit #pictues table 
	{
	}
		body.sale-unit #pictures td 
		{
			padding: 0 4px; 
		}
			body.sale-unit #pictures td img
			{
				border: solid 1px #666; 
			}

div.paypal
{
	text-align: center; 
}
div.disclaimer
{
	padding: 12px; 
}
div.payment-description
{
    height:100%;
	overflow: auto; 
    padding: 5px 12px;
}



/* Menu desplegable
------------------------------------------------------*/

#menubloque {
/*background: url(../images/nav_bg.jpg);*/ 
background:#FFF;
width: 956px;
height: 35px;
font-size: 13px;
color: #FFF;
border: 2px solid #fff;
padding: 0px auto 0;
font-weight: bold;
/*margin: 15px auto 0;*/
font-family:'Trebuchet MS',Arial,Verdana,Sans-Serif; 
}
#menudesplegable li {
margin: 0;
list-style: none;
padding: 0;
}
#menudesplegable {
margin: 0;
padding: 0;
}
#menudesplegable ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

/* width in px------------------------------------------------------*/

#menudesplegable li a, #menudesplegable li a:link, #menudesplegable li a:visited {
color: #FFF;
display: block;
font-weight: normal;
padding: 9px 15px 8px;
text-transform: uppercase;
margin: 0; 
text-decoration:none; 
font-size:14px; 
text-align:center; 
width:103px; 
background:#ef8426; 
border-right: 2px solid #fff;



}
#menudesplegable li a:active, #menudesplegable li a:hover {
color: #fff;
background: #555;
text-decoration: none;
margin: 0;
padding: 9px 15px 8px;
}
#menudesplegable li li a:link, #menudesplegable li li a, #menudesplegable li li a:visited {
color: #FFF;
font-weight: normal;
text-transform: none;
background: #555;
width: 150px;
float: none;
margin: 0;
padding: 7px 10px;
border-bottom: 1px solid #CECECE;
border-left: 1px solid #CECECE;
border-right: 1px solid #CECECE;
}
#menudesplegable li li a:hover, #menudesplegable li li a:active {
background: #CECECE;
color: #484848;
padding: 7px 10px;
}
#menudesplegable li {
float: left;
padding: 0;
}
#menudesplegable li ul a {
width: 140px;
}
#menudesplegable li ul {
position: absolute;
margin: 0;
z-index: 9999;
left: -999em;
height: auto;
width: 170px;
padding: 0;
}
#menudesplegable li:hover, #menudesplegable li.sfhover {
position: static;
}
#menudesplegable li ul ul {
margin: -33px 0px 0px 170px;
}
#menudesplegable li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#menudesplegable li:hover ul, #menudesplegable li li:hover ul, #nav li li.sfhover ul,#menudesplegable li li li:hover ul, #menudesplegable li.sfhover ul, #menudesplegable li li li.sfhover ul {
left: auto;
}
/* Fin menu desplegable ---------------------------*/		

/* =====================================JQUERY SLIDER==============================================*/

#slide {	
width:960px;
height:190px;
/*margin-left: 10px;
margin-top: 5px; 
margin:0 7px 4px;
padding:0 0 4px;*/
background:url(/images/header.jpg) top center;
clear:both;

}



#s3slider {
   width:960px; /* important to be same as image width */
   height: 190px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width:960px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0;
   padding:0;

}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font-size: 20px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   line-height:32px;
   letter-spacing:-1px;
   text-transform:capitalize;
   padding: 15px 20px;
   width: auto;
   height: 206px;
   text-align:left;
   text-transform:uppercase;
   /*background-color: #fff;*/
   color: #0A4259;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   display: none; /* important */
   top: 0;
   left: 0;
}

.s3sliderImage span .button {
display:block;
background:#0A4259;
color:#fff;
padding:10px;
margin:10px 0 0;
font-size:14px;
line-height:14px;
letter-spacing:0;
float:left;
text-decoration:none;
}


.border {
  background:transparent url(../images/Border.gif) repeat-x scroll center bottom;
} 

/*=======bullet=======*/
.HomepageBullets {
font-size:12px;
list-style-image:url(/images/check.gif);
margin-left:20px;

}
/*=======Tel header=======*/
.tel
{       
color:#FFFFFF;
font-family:arial;
font-size:15px;
margin-top:165px;
padding-left:195px;
position:absolute;
}

.table_1 {
float: right;
width:65%;
}

.table_2 {
float:left;
width:30%; 
text-align:center;
}

/* =====================================JQUERY SLIDER==============================================*/

#slider1 {
    width: 660px; /* important to be same as image width */
    height: 140px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#s3slider1 {
   width:660px; /* important to be same as image width */
   height: 140px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}


#slider1Content {
    width: 660px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider1Image span {
 background:none repeat scroll 0 0 #000000;
color:#FFFFFF;
font:16px Arial,Helvetica,sans-serif;
opacity:0.7;
padding:5px;
position:absolute;
}
.clear {
	clear: both;
}
.slider1Image span strong {
   /* font-size: 14px;*/
}

.left {
left:10px;
top:50px;
width:250px !important;
}
.right {
	right: 70px;
	bottom: 70px;
	width: 250px !important;

}

.div_a{
	background: #78b7ed; padding:4px; margin-top:2px; color:#FFF;
}
.div_b{
	background:#313335; padding:4px; margin-top:2px; color:#FFF;
}
.div_c{
	background:#bbc4cb; padding:4px; margin-top:2px;color:#313335;
}

.div_contact{
	padding:4px; margin-top:2px; color:#FFF; border-top:#666 solid 1px; font-size:11px; color: #333;
}


/************************************************************************************************************************
    ONE-COLUMN LAYOUT
************************************************************************************************************************/
div.one-column
{
}
    div.one-column div.col              { width: 100%; }


/************************************************************************************************************************
	TWO-COLUMN LAYOUT
************************************************************************************************************************/
div.two-column
{
}
	div.two-column div.col#primary		{ width: 50%; }
	div.two-column div.col#secondary	{ width: 50%; }


/************************************************************************************************************************
	THREE-COLUMN LAYOUT
************************************************************************************************************************/
div.three-column
{
}
	div.three-column div.col#primary	{ width: 33%; }
	div.three-column div.col#secondary	{ width: 33%; }
	div.three-column div.col#tertiary	{ width: 33%; }
