/************************************************************************************
General
*************************************************************************************/
body {
	font-family:  'liberation-sans-1','liberation-sans-2', Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.3em;
	color:#555555;
	font-weight:normal;
	background: url(../img/bg-body.jpg) repeat scroll left top;
}
a {color: #634e00;text-decoration:underline;}
a:hover {text-decoration:none;color: #634e00;}
p, ul, ol {font-size:0.9375em;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {margin:0.7em 20px 0.9em 20px;}
h1, h2, h3, h4, h5, h6 {font-family: 'liberation-sans-1','liberation-sans-2', Arial, Verdana, Helvetica, sans-serif;font-weight:normal;color:#322801;line-height:1.2em;}
h1 {font-size:1.875em;color:#58471E;}
h2 {font-size:1.5em;color:#58471E;}
h3 {font-size:1.375em;}
h4 {font-size:0.9375em;}
h5 {font-size:0.9375em;}
img {
	-ms-interpolation-mode: bicubic;/*IE only*/
	max-width: 100%;
	width: auto;
	height: auto;
}
.accessibility {left: -9999em; position: absolute;}

/*main page blocks*/
.inner {
	max-width:60em; /* 960px / 16px = 60*/
	margin:0pt auto;
	overflow:hidden;
	position:relative;
	padding-left:1.25em;
	padding-right:1.25em;
}
div.block {
	float:left;
	overflow:hidden;
	position:relative;
	display:inline;
	width:25%;
}
#banner,
#content {
	background: url(../img/bg-home-content.jpg) repeat-x scroll left bottom;
	border-bottom:1px solid #f9f0d7;
	color:#554f41;
	text-shadow:0px 1px 0px #ffffff;
}
#content {
	padding-top:1.875em;
}
#main-content {
	float:left;
	overflow:hidden;
	position:relative;
	display:inline;
	width:61.66%;
	padding-right:5%;
	padding-bottom:45px;
}
#secondary-content {
	float:right;
	overflow:hidden;
	position:relative;
	display:inline;
	width:30%;
	border:1px solid #f7eace;
	background:#ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-right:20px;
	overflow:visible;
	background:url(../img/bg-secondary-content.jpg) repeat-x scroll left bottom;
	margin-bottom:1.5625em;
}

/************************************************************************************
Header styles
*************************************************************************************/
#header {
	background:#c9940b url(../img/bg-header.png) repeat-x scroll left top;
}
#header div.inner {
	background:url(../img/bg-header-inner.png) no-repeat scroll left top;
	min-height:172px;
}
p.logo {
	margin-top:1.25em;
}
p.logo a {
	background:url(../img/logo-masterbike.png) no-repeat scroll left top;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999em;
	width:530px;
	height:91px;
	outline:none;
}

/*utlities styles*/
div.utilities {
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 20px;
	text-align: right;
	color: #000000;
	font-size: small;
}
div.utilities h2 {
	color: #003EE7;
	font-size: 1.25em;
	margin-top: 5px;
	text-shadow: 0 1px 0 #a7861b;
}
div.utilities h2 strong {
	font-size:1.4em;
}
div.utilities p {
	margin-top:5px;
	margin-bottom:10px;
	text-shadow: 0 1px 0 #a7861b;
}
ul#contacts {
	overflow:hidden;
	padding-top:1px;
	margin-bottom:0;
	margin-top:0;
}
ul#contacts li {
	display:inline;
	float:right;
	zoom:1;
	color:#ffffff;
	margin-bottom:0px;
	overflow:hidden;
	margin-left:0.625em;
}
ul#contacts li a {
	color:#ffffff;
	height:32px;
	width:32px;
	text-indent:-9999em;
	display:block;
	text-align: left;
}
a.twitter-link {
	background: url(../img/twitter.png) no-repeat scroll left top;
}
a.fb-link {
	background: url(../img/facebook.png) no-repeat scroll left top;
}
a.skype-link {
	background: url(../img/skype.png) no-repeat scroll left top;
}

/*main nav styles*/
#header ul#nav {
	position:absolute;
	right:20px;
	bottom:0;
	overflow:hidden;
	margin-bottom:0;
}
#header ul#nav li {
	float:left;
	text-transform:uppercase;
	margin:0;
	zoom:1;
}
#header ul#nav li a {
	padding:10px 0.8125em 9px 0.8125em;
	margin-bottom:1px;
	color:#a27500;
	text-decoration:none;
	font-weight:normal;
	font-size:0.8125em;
	text-shadow:0px 1px 0px rgba(255,255,255,0.7);
	margin-left:1px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	display:block;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top, #EEF5FD 0%, #A3E5F5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF5FD), color-stop(100%,#A3E5F5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEF5FD 0%,#A3E5F5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEF5FD 0%,#A3E5F5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEF5FD 0%,#A3E5F5 100%); /* IE10+ */
	background: linear-gradient(top, #EEF5FD 0%,#A3E5F5 100%); /* W3C */
}
#header ul#nav li a:hover,
#header ul#nav li a.sel {
	background: #fff;
	color:#c37c0b;
}
#header ul#nav li a.sel {
	margin-bottom:0;
	padding-bottom:10px;
}

/************************************************************************************
Home specific content styles
*************************************************************************************/

/* image splash and home calls to action */
div#car-splash {
	position:relative;
	float:right;
	width:66.66%;
	margin-top:1.25em;
	margin-bottom:1.25em;
	z-index:10;
}
#banner h1 {
	margin-right:30%;
	margin-top:55px;
	padding:15px 80px 20px 20px;
	color:#ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	line-height:1em;
	background: #cf9d12 url(../img/bg-button-home.jpg) repeat-x scroll left top;
	text-shadow:none;
}
#banner h1 span,
#banner h1 a {
	display:block;
}
#banner h1 span {
	font-size:18px;
}
#banner h1 a {
	color:#ffffff;
}
#banner h2 {
	color:#554f41;
	font-size:16px;
	line-height:1.3em;
	margin-right:66.66%;
	margin-bottom:10px;
}
#banner ul {
	overflow:hidden;
	margin-top:1.25em;
	margin-bottom:0;
	clear:both;
}
#banner ul li {
	width:50%;
	float:left;
	display:inline;
}
#banner ul li a {
	display:block;
	padding-left:140px;
	padding-bottom:1.5em;
	color:#554F41;
	text-decoration:none;
}
#banner ul li a#quote-feature {
	background:url(../img/bg-feature-quote.png) no-repeat scroll left top transparent;
	min-height:129px;
}
#banner ul li a#account-feature {
	background:url(../img/bg-feature-account.png) no-repeat scroll left top transparent;
	min-height:129px;
}
#banner ul li a h3 {
	color:#CD9811;
	text-decoration:underline;
	font-size:1.2em;
	margin-bottom:0.5em;
}
#banner ul li a p {
	margin: 0.5em 1.25em 0.9em;
	font-size:1em;
}
#banner ul li a:hover {
	color:#CD9811;
}
#banner ul li a:hover h3 {
	text-decoration:none;
}

/* special offer */
#special-offer {
	position:absolute;
	right:12%;
	top:2em;
	width:146px;
	height:146px;
	z-index:20;
	background:url(../img/special-offer.png) no-repeat scroll left top transparent;
	text-indent:-9999em;
	font-weight:bold;
}

/* services feature and services calls to action */
#services-features,
#services-call {
	background: url(../img/bg-services-feature.jpg) repeat-x left top;
	padding-bottom: 3.4375em;
	text-shadow: 0px 1px 0px #ffffff;
	clear: both;
}
#services-features ul {
	overflow:hidden;
	margin:1.5625em 0 1.25em 0;
}
#services-features ul li {
	width:25%;
	float:left;
	background: url(../img/bg-services-feature-divider.png) no-repeat right center;
	display:inline;
	padding-top:0;
	overflow:hidden;
}
#services-features ul li:last-child {
	background: none;
}
#services-features a#produto01 {
	background: url(../imagens/2012/slim-z.png) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto02 {
	background: url(../imagens/zbike020premium.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto03 {
	background: url(../imagens/bike_0002_master.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto04{
	background: url(../imagens/bike_0003_meta.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto05{
	background: url(../imagens/rollis-2014-b.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto06{
	background: url(../imagens/2012/esteira-z.png) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto07{
	background: url(../imagens/esqui-08-2011-z.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto08{
	background: url(../imagens/hidro-jump.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto09{
	background: url(../imagens/2013/zbloco_saida_natacao.png) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto10{
	background: url(../imagens/barra_az_cl_sombra_z.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto11{
	background: url(../imagens/023_300px.jpg) no-repeat 20px top;
	min-height: 251px;
}
#services-features a#produto12{
	background: url(../imagens/manual-aquaspin.png) no-repeat 20px top;
	min-height: 251px;
}
#services-features a {
	display: block;
	color: #F1D700;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
}
#services-features a h4 {
	color:#F1D700;
	text-decoration:underline;
	margin:0.3125em 1.25em 0.625em 1.25em;
	font-size:1em;
}
#services-features a p {
	text-decoration:none;
	margin:0 1.25em 0.9em 1.25em;
	font-size:0.750em;
	vertical-align:baseline;
}
#services-features a:hover p,
#services-features a:hover h4 {
	color: #43ADF9;
	text-decoration: none;
}
#services-call h4 {
	font-size:1.625em;
}
#services-call h4 a {
	color:#322801;
}

/************************************************************************************
Secondary content styles
*************************************************************************************/

#secondary-content h4 {
	color:#58471E;
}
#secondary-content h4 span {
	display:block;
	font-weight:bold;
	font-size:22px;
	margin-top:4px;
}
#secondary-content ul {
	overflow:hidden;
	margin-left:-1.25em;
	position:relative;	
}
#secondary-content ul li {
	overflow:hidden;
}
#secondary-content ul li a {
	display:block;
	padding-left:90px;
	color:#C9940B;
	text-decoration:none;
}
#secondary-content ul li a h3 {
	margin-bottom:6px;
	font-size:20px;
	text-decoration:underline;
	color:#C9940B;
	margin-top:8px;
}
#secondary-content ul li a p,
#secondary-content ul li a h3 {
	margin: 0 20px 0.9em;
}
#secondary-content ul li a:hover,
#secondary-content ul li a:hover h3 {
	color:#634E00;
	text-decoration:none;
}
#secondary-content ul li a#journey-quote {
	background:url(../img/tomtom.png) no-repeat scroll left top;
}
#secondary-content ul li a#open-account {
	background:url(../img/account-people.png) no-repeat scroll left top;
}
#secondary-content ul li a p {
	font-size:1em;
}


/************************************************************************************
Main content styles
*************************************************************************************/

/* fares tables */
ul.two-col-table {
	overflow:hidden;
	padding:1px top;
}
ul.two-col-table li {
	border-bottom:1px dotted #AE9D75;
	float:left;
	float: left;
    margin-bottom: 0.625em;
    margin-right: 1.5%;
    width: 48.5%;
}
ul.two-col-table li:nth-child(even) {
    margin-left: 1.5%;
    margin-right: 0;
}
#conteudo {
			clear: both;
}
#coluna01 {
	color: #000000;
	text-shadow: 0px 1px 0px #0000FF;
	width: 49%;
	float: left;
}
#direita {
	width: 49%;
	float: right;
}
/************************************************************************************
Footer styles
*************************************************************************************/
#footer {
	background: #20251c url(../img/bg-footer-site.jpg) repeat scroll left top;	
	padding-bottom:1.5625em;
	color:#d5d7d7;
	border-top:1px solid #000;
	overflow:visible;
	text-shadow:0px 1px 0px #0000FF;
}
#footer .inner {
	padding-top:1.25em;
	overflow:visible;	
}
#footer div.block {
	width:25%;
	background: url(../img/bg-footer-divider.png) no-repeat scroll right top;
}
#footer div.block:last-child {
	background: none;
}
#footer a {
	color:#ffffff;
}
#footer ul {
	list-style-type:none;
	list-style:none;
	padding-left:0;
	overflow:hidden;
	padding-top:30px;
	clear:both;
}
#footer ul li  {
	padding:0;
	display:inline;
}
#footer ul li a {
	margin-right:7px;
}
#footer h5 {
	color:#ffffff;
	font-size:18px;
}
#footer cite,
#footer cite span {
	display:block;
}
#footer cite {
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
}
div.footer-overhang {
	width: 315px;
	height: 131px;
	background: url(../img/bg-button-home-reverse.jpg) no-repeat scroll left top;
	position: absolute;
	right: 10px;
	top: -80px;
	border-spacing: 0 0;
}
#footer blockquote {
	margin-top:1.4em;
}
#footer blockquote p {
	background: url(../img/quote-mark.gif) no-repeat scroll left top;
	font-style:italic;
	padding-top:1.875em;
}
#footer blockquote cite {
	font-style:normal;
}
#footer div.block.driver-quote {
	background: none;
}

/************************************************************************************
Form styles
*************************************************************************************/
input,
textarea,
select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); 
	background:#f9f2e2;
}
input:focus,
textarea:focus,
select:focus {
	background:#eee1c3;
}
/* footer mailing list subscribe form*/
form#subForm input {
	padding:8px 5px;
	border: none;
	color:#20251c;
	width:95%;
}
form#subForm label {
	display:block;
	padding-bottom:0.25em;
}
form label.error  {
	display:block;
	padding-top:0.25em;
	color:#e45c37;
	clear:both;
	text-transform:uppercase;
	font-size:0.75em;
}


/* all main page form styles*/
fieldset {
	border:1px solid #ede0c0;
	margin:20px;
	padding-bottom:15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #fff url(../img/bg-body.jpg) repeat scroll left top;
	color:#58471E;	
}
legend {
	padding:10px;
	margin-left:10px;
	font-size:1.375em;
	color:#58471E;
}
form ol {
	margin:0;
	overflow:hidden;
	margin-left:20px;
	margin-right:20px;
}
form ol li {
	float:left;
	display:inline;
	width:47.5%;
	margin-right:2.5%;
	margin-bottom:0.5em;
}
form ol li:nth-child(2n) {
	margin-right:0;
	margin-left:2.5%;
}
form ol li.longdesc {
	float:left;
	display:inline;
	width:100%;
}
form ol li.longdesc:nth-child(2n) {
	margin-left:0;
}
form ol li.longdesc input,
form ol li textarea {
	width:97.5%;
	margin-right:2.5%;
}
form ol label {
	display:block;
	margin-bottom:6px;
}
form ol li input,
textarea,
select {
	border:none;
	padding:10px 5px;
	/*background:#f1e1bf;*/
}
form ol li select#Enquiry {
	width:100%;
}
form ol li input {
	width:95%;
}
form em {
	font-style:normal;
}
input#time-and-date {
	border:1px solid #EDE0C0;
	padding:5px;
	width:546px;
}
form label small {
	display:block;
	font-size:13px;
	font-style:italic;
}

/* button style */
button {
	background:#f9d835; /* default background for browsers without gradient support */
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	border:none;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight:normal;
	padding:6px 12px;
	-moz-border-radius: 8em;
	-webkit-border-radius: 8em;
	-khtml-border-radius: 8em;
	border-radius: 8em;
	margin-top:15px;
}
button:hover {
	background:#35CBF9;
	cursor: pointer;
}

/*form php error styles */
#formerror {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background:#f9f0ee;
	margin:20px;
	border:1px solid #f9b3a4;
}
#formerror p {
	color:#E45C37;	
}

/************************************************************************************
Misc styles
*************************************************************************************/

/*clear fix */
.clear {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	height:0;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0;
	visibility:hidden;
	width:0;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/*vcard*/
p.vcard span.fn {font-weight:bold;}
#secondary-content p.vcard span {display:block;}

/************************************************************************************
Media queries
*************************************************************************************/

/*overall width and menu padding changes for wider screens*/
@media only screen and (min-width : 1240px)  {
.inner {max-width:70em;}
#header ul#nav li a {
    padding: 10px 1.5em 9px;
	font-size:0.9375em;
}
}

/*iPad breakpoint*/
@media only screen and (max-width : 768px) {
/*header and main nav
nav drops to two column buttons*/
#header {
	background:url(../img/bg-header-mobile.jpg) repeat-x scroll left top #C9940B;
}
#header div.inner {
	background:none;
}
p.logo {margin-bottom:1.5625em;}
p.logo a {
	background:url(../img/logo-masterbike-mini.png) no-repeat scroll left top transparent;
	height:60px;
	width:320px;
}
#header ul#nav {
	position:relative;
	right:auto;
}
#header ul#nav li {
	float:left;
	width:48.5%;
	margin-bottom:0.625em;
	margin-right:1.5%;
}
#header ul#nav li:nth-child(even) {
	margin-right:0%;
	margin-left:1.5%;
}
#header ul#nav li a:hover,
#header ul#nav li a.sel {
	background:url(../img/bg-button-home-reverse.jpg) repeat-x scroll right top #CF9D12;
	color:#fff;
	text-decoration:none;
}
#header ul#nav li a {
	color:#fff;
	margin-bottom:0px;
	margin-left:0px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
	display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #eccf7b;
	background:url(../img/bg-button-home.jpg) repeat-x scroll left bottom #CF9D12;
	padding:10px;
	font-size:1em;
	text-shadow: 0 1px 0 rgba(162, 117, 0, 0.7);
}
#header ul#nav li a.sel {
	color:#805d04;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/*header utilities
drop to beneath menu
*/
div.utilities {
	position: relative;
	text-align: left;
	margin-top: 0.625em;
	right: auto;
	min-height: 150px;
}
div.utilities h2 {
    margin-top: 0;
}
div.utilities p {
	margin-bottom:1.25em;
}
#home h2 {
	margin-right:20px;
	clear:both;
	margin-top:1em;
}
#home div.utilities h2 {
	display:none;
}	
ul#contacts li {
	float:left;
	margin-left:0;
	margin-right:0.625em;
}
div.utilities h2,
div.utilities h2 strong {
	font-size:26px;
}
#banner h1 {
    font-size: 1.375em;
}
/*content blocks
switch to single column display
*/
#main-content {
	float:none;
	width:100%;
	display:block;
	padding-right:0;
}
#secondary-content {
	float:none;
	width:85%;
	display:block;
	margin-left:10%;
}
#secondary-content ul {
	margin-left: -5%;
	margin-top:1.5625em;
}
#services-features ul li {
    margin-left: 0;
    width: 47.917%;
	background:none;
}
#services-features ul li:nth-child(odd) {
	clear:both;
}

/*footer and home calls to action
blocks switch to two column layout
*/
#footer div.block,
#footer div.block.bordered {
    width: 50%;
	background:none;
}
#footer .inner {
    padding-top: 2.5em;
}
#services-call h4 {
    font-size: 1.375em;
}
#secondary-content ul li a h3 {
    margin-bottom: 5px;
}
#secondary-content ul li a {
    margin-bottom: 1em;
}
#secondary-content ul li a#journey-quote,
#secondary-content ul li a#open-account,
}


/* small screen 640 and under */
@media only screen and (max-width : 640px) {
/*banner changes, and news items width*/
.inner {width:90%;}
#banner ul li {
	width:100%;
	float:none;
}
#main-content div.feature-block {
    display: block;
    float: none;
    overflow: hidden;
    width: 85%;
}
#main-content div.feature-block {
    margin-top: 20px;
    padding-left: 15%;
}
#conteudo {
			clear: both;
}
#coluna01 {
	color: #000000;
	text-shadow: 0px 1px 0px #0000FF;
}
#direita {
}
}

/* smartphone landscape */
@media only screen and (max-width : 468px) {
/* show accessibility links */
ul.accessibility {
    font-size: 0.75em;
    margin-bottom: 5px;
    margin-top: 0;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
	left:0;
	top:0;
}
ul.accessibility a {
    color:#fff;
}
.inner {width:90%;padding:0;}
h1 {font-size: 1.625em;}
h2 {font-size: 1.125em;}
/*main nav*/
#header ul#nav li {
	float:none;
	width:100%;
	margin-bottom:0.625em;
	margin-right:0%;
	margin-left:0;
}
#header ul#nav li:nth-child(even) {
	margin-left:0;
}
/*change fares table layout*/
ul.two-col-table li {
	float: none;
    margin-bottom: 0.625em;
    margin-right: 0%;
    width: 100%;
}
ul.two-col-table li:nth-child(even) {
    margin-left:0;
}

/*change fares table layout*/
#banner h1 {
	display:none;
}
div#car-splash {
    float: none;
    position: relative;
    width: 100%;
}
#home div.utilities h2 {
	display:block;
}
#services-features ul li {
    margin-left: 0;
    width: 100%;
	float:none;
	margin-right:0;
}
#main-content div.feature-block {
    display: block;
    float: none;
    overflow: hidden;
    width: 80%;
}
#main-content div.feature-block {
    margin-top: 20px;
    padding-left: 20%;
}
#services-call h4 {
	font-size:1.25em;
}

/*change home promo layouts*/
#banner ul {
	margin-left:0;
	margin-right:0;
}
#banner ul li a#quote-feature {
	background-position:center top;
	padding-top:120px;
}
#banner ul li a#account-feature {
	background-position:center top;
	padding-top:130px;
}
#banner ul li a {
    padding-left: 0;
}
#footer ul li {
    display: block;
	float:none;
    padding: 0;
}

/*jiggle the footer to a single column display*/
#footer div.block,
#footer div.block.bordered {
    width: 100%;
	float:none;
	border-bottom:1px dotted #4A4B56;
	padding-bottom:1.4em;
	display:block;
}
#footer .inner {
    background: none;
}

/*change form layouts to single column displays*/
form ol li {
	float:none;
	display:block;
	width:100%;
	margin-right:0;
	margin-left:0;
}
form ol li.longdesc {
	float:none;
	display:block;
	width:100%;
}
form ol li.longdesc input,
form ol li textarea {
	width:95%;
}
form ol li:nth-child(2n) {
	margin-right:0;
	margin-left:0;
}
#conteudo {
			clear: both;
}
#coluna01 {
	color: #000000;
	text-shadow: 0px 1px 0px #0000FF;
		width:auto;
}
#direita {
		width:95%;
}
}

/*smartphone portrait*/
@media only screen and (max-width : 320px) {
/*make sure everything is single column*/
#main-content div.feature-block {
    width: 100%;
}
#main-content div#corporate-hire.feature-block,
#main-content div#courier-hire.feature-block,
#main-content div#wedding-hire.feature-block,
#main-content div#airport-hire.feature-block {
	background:none;
    padding-left: 0;
}
#secondary-content {
    margin-left: 0%;
    width: 98%;
}
#secondary-content ul {
	margin-left:auto;
}
#secondary-content ul li a {
	padding-left:0;
}
#secondary-content ul li a#journey-quote, #secondary-content ul li a#open-account {
    background: none;
}
form ol li input,
form ol li.longdesc input,
form ol li textarea {
	width:92%;
}
div.footer-overhang {
	display:none;
}
#special-offer {
	position:relative;
	right:auto;
	top:auto;
	width:auto;
	height:auto;
	z-index:20;
	background:none;
	text-indent:0;
}
#conteudo {
			clear: both;
}
#coluna01 {
	color: #000000;
	text-shadow: 0px 1px 0px #0000FF;
		width:auto;
}
#direita {
		width:95%;
}
}
