﻿/************************************************************************************************************************
	COLORS, BORDERS & FONTS
************************************************************************************************************************/

html 
{
	font: 62.5% Arial; 
}
body 
{
	background: #f0f1ec; 
	color: #333333; 
	font-size: 1.2em; 
	
}
a:link
{
	/*background: inherit; 
	color: #262626; */
	color: #971B1A;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 1.7em;
	color: #262626;
	font-family: Arial,Helvetica,sans-serif;
}
h2
{
	color: #971B1A;
	font-size: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}
	
h3	{font-size: 1.3em; }
h4	{font-size: 1.2em; }
h5	{font-size: 1.1em; }
h6	{font-size: 1.0em; }

img
{
	border: none; 
}
input, select 
{
	font-size: 1.0em; 
	background:#202020 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px; 
	border:solid 1px #9e2a29;
}
.header a
{
	background: inherit; 
	color: #fff; 
}
.header a.logo
{
	background: url(/images/header.png) 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: #971b1a url(/images/bg_title.png); 
	color: #fff; 
	/*font-weight: bold; */
	font-size: 1.5em; 
}
.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: #8b0100; 
}

/************************************************************************************************************************
	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.pt a, 
	.lang li.pt span	{background-image: url(/images/flag-IS.gif); }
	
	.lang li a
	{
		font-weight: normal; 
	}
	

.header
{
}

.header .lang
{
	float: right; 
	padding: .5em 0; 
}
.header .lang a
{
	padding-left: 1em; 
}
.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: left; 
}
.content .box
{
	overflow: hidden; 
	margin: 8px 4px; 
	padding: 8px; 
}
.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: 18px 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: #202020 ; 
	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; 
	width: 48%; 
}

/******************** Contact ********************/
div#contact ul li
{
	float: left; 
	width: 48%; 
}

/******************** Payment ********************/
div#payment ul li
{
	float: left; 
	/* width: 30%; */
}
/******************** Flight ********************/
div#flight ul li
{
	float: left; 
	/* width: 48%; */
}

/******************** 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: 70%; 
}
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: 60%; 
}
body.contact div.col#secondary 
{
	width: 39.5%; background:#DCDCDC  ; 
}
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: 70%; 
}
body.rent div.col#secondary
{
	width: 30%; background:#dcdcdc;
}

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; 
	background:#202020 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px; 
	border:solid 1px #9e2a29;

}
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; 	
	background:#202020 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px; 
	border:solid 1px #9e2a29;

}
body.home li#rate-code input, 
body.rent li#rate-code input 
{
	width: 60px; 
	background:#202020 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px; 
	border:solid 1px #9e2a29;

}

body.home li#email, 
body.home li#confirmation 
{
	float: left; 
	padding-right: 1em;
	/*background:#202020 none repeat scroll 0 0;*/
	color:#FFFFFF;
	padding:2px; 
	/*border:solid 1px #9e2a29;*/
}
body.home li#confirmation input 
{
	width: 70px;
	background:#202020 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:2px; 
	border:solid 1px #9e2a29;

}


/******************** Group page ********************/

body.rent-group div.col#primary 
{
	width: 65%; float:left; 
}
body.rent-group div.col#secondary 
{
	width: 35%; float:right; background:#dcdcdc;  
}

/******************** Quote page ********************/

body.rent-quote div.col#primary 
{
	width: 58%; 
}
body.rent-quote div.col#secondary 
{
	width: 42%; background:#dcdcdc;
}
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%; background:#dcdcdc;
}
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; 
}

/******************** Terms and Conditions ********************/

body.terms-conditions .content div.col#primary
{
	width: 80%; float:right;  
}
body.terms-conditions .content div.col#secondary  
{
	width: 10%; background:#fff; float:left; margin-left:5px;  
}


/******************** Faq page ********************/

body.faq .content div.col#primary
{
	width: 70%; float:right;  
}
body.faq .content div.col#secondary  
{
	width: 20%; background:#dcdcdc; float:left; margin-left:5px;  
}


/******************** Useful Links page ********************/

body.useful-links .content div.col
{
	float:right;  
}


/******************** 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: auto; 
	overflow: auto; 
        padding: 5px 12px;
}




.flickrFrame {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/bottomFrameBack.gif) no-repeat scroll 0 0;
height:120px;
margin-left:2px;
padding:25px 11px 0;
width:567px;
}

.bg_form
{
	color:#FFF; 
	background: url(/images/bg_form.png); 
	background-position:top center; 
	background-repeat:no-repeat;

}
/* Menu desplegable
------------------------------------------------------*/

#menubloque {
background: url(/images/menu_bg.gif);
width: 960px;
height: 35px;
font-size: 13px;
color: #FFF;
/*border: 1px solid #424242;*/
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; 

background: url(/images/menu_Seperator.gif); 
background-position:right; 
background-repeat:no-repeat;
/*width:120px;*/

}
#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: #484848;
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:195px;
/*margin-left: 10px;
margin-top: 5px; */
/*margin:0 7px 4px;
padding:0 0 4px;*/
background:url(/images/header.png) repeat-x bottom;
clear:both;

}



#s3slider {
   width:960px; /* important to be same as image width */
   height: 195px; /* 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: 36px;
   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; 
position:absolute;
/*float:right;
margin-lefth:160px;*/
font-family:arial;
font-size:18px;
margin-top:125px;
padding-left:195px; z-index:200;
}







/* =====================================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 */
}

#slider1Content {
    width: 660px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span {
 position: absolute;
	font: 20px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   /*  width: 500px; height:auto;*/
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 50px;
    left: 100px;
	width: 320px !important;
	height: auto;
}
.right {
	right: 35px;
	bottom: 50px;
	width: 320px !important;
	height: auto;
}

div.conversion-result
{
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 1em;
	text-align: center;
}
div.currency-disclaimer
{
	font-size: smaller;
	padding-bottom: 1em;
	text-align: center;
}

#cluetip {
}
	#cluetip #cluetip-outer {
		background: #fff; 
		color: #000;
		border: solid 1px #999; 
		padding: 10px 20px; 
	}
	#cluetip #cluetip-waitimage {
		background-image: url(/images/wait.gif);
		height: 11px;
		position: absolute;
		width: 43px;
	}
	#cluetip #cluetip-close {
		padding-top: 10px; 
		text-align: right; 
	}
	
/************************************************************************************************************************
	TWO-COLUMN LAYOUT
************************************************************************************************************************/
div.two-column
{
}
	div.two-column div.col#primary		{ width: 80%; background-color:#ffffff; float: right; }
	div.two-column div.col#secondary	{ width: 20%; background-color:#dcdcdc; float: right; }


/************************************************************************************************************************
	THREE-COLUMN LAYOUT
************************************************************************************************************************/
div.three-column
{
}
	div.three-column div.col#primary	{ width: 33%; background-color: #fff; }
	div.three-column div.col#secondary	{ width: 33%; background-color: #fff; }
	div.three-column div.col#tertiary	{ width: 33%; background-color: #fff; }	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
