﻿/*** Reset ***/

td {
	margin: 0;
	padding: 0;
}

th {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

textarea {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

pre {
	margin: 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
fieldset { 
	border-style: none;
	border-color: inherit;
	border-width: 0;
	float: left;
}
var {
	font-style:normal;
	font-weight:normal;
}
th {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style:normal;
	font-weight:normal;
}
dfn {
	font-style:normal;
	font-weight:normal;
}
code {
	font-style:normal;
	font-weight:normal;
}
cite {
	font-style:normal;
	font-weight:normal;
}
caption {
	font-style:normal;
	font-weight:normal;
}
address {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
ol {
	list-style:none;
}
th {
	text-align:left;
}
caption {
	text-align:left;
}
h6 {
	font-size:100%;
	font-weight:normal;
}
h5 {
	font-size:100%;
	font-weight:normal;
}
h4 {
	font-size:100%;
	font-weight:normal;
}
h3 {
	font-size:100%;
	font-weight:normal;
}
h2 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:100%;
	font-weight:normal;
}
q:after {
	content:'';
}
q:before {
	content:'';
}
acronym { 
	border:0;
}

abbr { 
	border:0;
}

/*** Fonts ***/

body{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#menu{
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	font-size:1.1em;
	font-weight:bold;
}

#footer{
	font-size:0.8em;
}

h1{
	font-size:xx-large;
	font-weight:700;
	margin-bottom:0.7em;
}

h2{
	font-size:x-large;
	margin-bottom:0.5em;
}

.step{
	font-size:large;
	font-weight:bold;
}

strong{
	font-weight:bold;
}

.shortcodenormal{
	font-weight:700;
}

#lookafterdiv{
	font-size:large;
	font-weight:bold;
}

.registernow{
	font-size:medium;
	font-weight:700;
}

.countryselector{
	font-weight:bold;
}

.label{
	font-weight:normal;
}

.regheading{
	font-size:medium;
	font-weight:700;
}

.account h2{
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}
/*** Colors ***/

body{
	background-color: #f2f2f2;
}

#main{
	background-color: white
}

.highlight{
	color: #FF6600;
}

.highlight a{
	color:#FF6600;
}

#footer{
	color:silver;
}

.submenu a{
	color:#FF6600;
}

.toplevelmenu a{
	color:black;
	margin-right:5px;
}

#banner{
	border-color:#e0e0e0;
}

.submenu a:hover{
	background-color:#DDDDDD;
	color:Black;
}

#menu .highlighted{
	background-color:#DDDDDD;
	color:Black;
}

#menu a{
	border-right-color: #e0e0e0;
}

.submenu ul{
	border-top-color:#FF6600;
}

.flagselected{
	border-color:#FF6600;
}

/*** Border ***/

#top{
	background-image:url('Images/top.gif');
	background-repeat:no-repeat;
	height:14px;
	line-height:14px; /* That's for IE6 */
}

#bottom{
	background-image:url('Images/bottom.gif');
	height:14px;
	background-repeat:no-repeat;
	line-height:14px; /* That's for IE6 */
}

#border{
	background-image:url('Images/borders.gif');
	background-repeat:repeat-y;
}

#content{
	width:896px;
	margin-left:auto;
	margin-right:auto;
}

/*** Banner ***/

#banner{
	position:relative;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom:1em;
}

.logo{
	position:absolute; /* Relative to #main */
	top:10px;
	right:10px;
}

/*** Menu ***/

#menu {
	position: absolute;
	bottom: 0;
	left: 1em;
}
#menu ul{
	list-style:none;
	float:left;
	clear:left;
}

.topmenuselected {
	background-image:url('Images/GradientCaption.gif');
	background-repeat:repeat-x;
}

.toplevelmenu a:hover{
	background-image:url('Images/GradientCaption.gif');
	background-repeat:repeat-x;
}

.toplevelmenu a{
	height:20px; /* For IE 6 */
	vertical-align:middle;
	display:block;
}

.toplevelmenu li{
	width:150px; /* For IE 6 */
	text-align:center;
}

.submenu ul{
	border-top-width:1px;
	border-top-style:solid;
}

#menu li{
	float:left;
}

#menu a{
	text-decoration:none;
	padding: 0px 0.5em 0px 0.5em;
	display:block;
}

.submenu a{
	border-right-width:1px;
	border-right-style: solid;
}

#menu .menulast{
	border-right:0;
}


/*** Footer ***/

#footer{
	width:896px;
	position:absolute; /* Relative to #main */
	bottom:5px;
	left: 2px;
	text-align:center;
}

#spacer{
	/* Prevent the content from overlapping on the absolute positioned footer */
	height: 1em;
	clear: both;
}

/*** Layout ***/

.pbreathe{
	margin-top:1em;
}

/* Country Selector */
.countryselector{
	margin-left:8px;
	line-height:24px;
}

.selectcountry{
	vertical-align:middle;
}

.flagselected{
	margin: 0 3px 0 3px;
	/* Border width is set programmatically */
	border-style:solid;
	padding:1px;
	vertical-align:top;
}

.flagnotselected{
	margin: 4px 3px 3px 4px;
	vertical-align:top;

}


/* Master Page */
body{
	margin-top:10px;
	margin-bottom:10px;
}

#main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative; /* So that we can place the footer relative to main */
}

#pageContent{
	margin-left:1em;
	margin-right:1em;
}

/* User accounts */

.account h2{
	background-image:url('Images/GradientCaption.gif');
	background-repeat:repeat-x;
	height:20px;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	padding-left:5px;
}

/* How To Page */
.instantdemo{
	float:right;
	width:165px;
	height:120px;
	margin-top:50px;
	margin-right:50px;
}

.phonedemo{
	float: left;
	margin-right: 1em;
	margin-left: 1em;
}


.step{
	margin-top:10px;
}

#lookafterdiv{
	margin: 0 0 20px 180px;
	clear: left;
}

#followupdiv p{
	margin-top:10px;
}

/* Why Page */
#instantdemowhy{
	float: right;
	width: 300px;
	height: 400px;
	background-color: silver;
}

#why{
}
#why ul{
	margin-left:30px;
	list-style:disc;
	list-style-position:inside;
}

.registernow{
	margin-top:50px;
}

/* Registration Form */

.label{
	float:left;
	width:250px;
	text-align:right;
	clear:left;
	margin-right:15px;
}

.input{
	width:200px;
}

.regform p{
	margin-top:3px;
}

.regfielddecription
{
	margin-left:265px;
	font-size:0.8em;
	color:Gray;
}

.regform p.regheading{
	margin-top:15px;
}


.validsumary{
	font-weight:700;
}

.regform ul{
	list-style-type:disc;
	list-style-position:inside;
	font-weight:normal;
}

.regheading{
	border-bottom:1px #e0e0e0 dashed;
	margin-bottom:10px;
	clear:left;
	text-align:right;
	width:250px;
}

.buttonsubmit{
	margin-left:265px;
	width:200px;
	margin-top:1em;
	clear:left;
}

/* TxtMiles Page */
#txtmilespic{
	width:300px;
	height:300px;
	float:right;
	background-color:silver;
}

/* Faq Page */
.faqheading{
	font-weight:bold;
	margin-top:1em;
}

.textexample{
	margin-left:50px;
}

#faq a{
	font-weight:bold;
}

#faqpic{
	width:300px;
	height:200px;
	float:right;
	background-color:silver;
	margin-top:20px;
	margin-right:20px;
}

/*** IE Bug Fixes ***/

* html #main{
	zoom:1; /* This gives #main a layout in IE which causes IE to display the footer at the right position */
}

* html #banner{
	zoom:1;
}

