/* Make It Cheaper
Global styles
June 2009
========================================== */

/* resetting everything */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
} 

/* fix for IE6/7 doing strange things with the size... */
h1{
	font-size: 2em;
}

/* fix for IE7 doing strange things with the size... */
h2 {
	font-size :1.5em;
}

body {
	width: 950px;
	margin: 0 auto;
	background: #ebede4 url("/images/grad.png") top left repeat-x;
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans serif;
	color: #333333;
}

div.clearl { clear: left; font-size: 1%; }
div.clearr { clear: right; font-size: 1%; }
div.clearb { clear: both; font-size: 1%; }

/* header start */
#header {
	width: 950px;
	height: 170px;
	margin: 10px 0 0 10px;
position: relative;
}
#header #logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}

#header #container {
	width: 790px;
	float: left;
	
}
#header img#strapline {
	float: left;
	margin-top: 25px;
}

#header img#callback {
	float: right;
	margin: 20px 0 2px 20px;
}

#header #container p {
	clear: both;
	margin: 2px 0 0 0;
	padding: 0;
}


/* topnav start */
#topnav {
	width: 700px;
	height: 20px;
	float: left;
	text-align: right;
}

#topnav a {
	color: #494949;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px;
	border-right: dotted 1px #494949;
}

#topnav a:hover {
	color: #ee0000;
	text-decoration: underline;
}

#topnav span {
	color: #ee0000;
	font-weight: bold;
	padding: 0 7px;
	border-right: dotted 1px #494949;
}

#topnav a.last {
	border: none !important;
}
/* topnav end */



div#country-select
{
margin: -4px 12px 0 0px;
float: right;
position: relative;
width: 56px;
}

div#country-select a.off
{
display: block;
height: 24px;
width: 56px;
    background: url("../images/btn-uk-bg.gif") 0px 0px no-repeat;
}

div#country-select a.off:hover
{
    background: url("../images/btn-uk-bg.gif") 0px -24px no-repeat;
}

div#country-select a.on, div#country-select a.on:hover
{
display: block;
height: 24px;
width: 56px;
    background: url("../images/btn-uk-bg.gif") 0px -48px no-repeat;
}

div#country-dropdown
{
position: absolute;
right: 0;
height: 29px;
top: 24px;
background-color: #dedede;
}


a#oz-button
{
display: block;
height: 29px;
width: 56px;
    background: url("../images/btn-australia.gif") 0px 0px no-repeat;
}

a#oz-button:hover
{
    background: url("../images/btn-australia.gif") 0px -29px no-repeat;
}




div#customer-feedback-link
{
margin: 0 0 0 0px;
right: 13px;
top: 130px;
position: absolute;
width: 180px;
font-size: 80%;
text-align: right;
}

div#customer-feedback-link a, div#customer-feedback-link a:link, div#customer-feedback-link a:active, div#customer-feedback-link a:visited
{
color: #555;
font-weight: normal;
text-decoration: none;
}

div#customer-feedback-link a:hover
{
color: #333;
text-decoration: underline;
}




/* header end */


/* subnav start */
#subnav {
	clear: left;
	width: 950px;
	padding: 0 0 15px 0;
	margin: 0;
	background: url("/images/subnav_bg.gif") bottom left repeat-x;
}

#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	width: 160px;
	float: left;
	background: url("/images/subnav_bg_right.gif") top right no-repeat;
	margin-right: 5px;
	text-align: center;
}

#subnav ul li.last {
	margin-right: 0 !important;
	width: 124px;
}

#subnav ul li a {
	display: block;
	background: url("/images/subnav_bg_left.gif") top left no-repeat;
	color: #ee0000;
	font-weight: bold;
	min-height: 25px;
	padding: 18px 5px 5px 5px;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #ee0000;
	text-decoration: underline;
}
/* subnav end */


/* footer start */
#footer {
	width: 950px;
	height: 160px;
}

#footer #logos {
	width: 950px;
	height: 111px;
	/*background: url("/images/footer_logos_bg.gif") top left repeat-x;*/
	/* border-bottom: solid 1px #c3c4be;*/
/*	xpadding: 25px 25px 20px 25px;*/
	padding:0;
}

#footer #logos img {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer div.tandc {
	float: left;
	width: 385px;
	padding: 5px 0 6px 5px;
}

#footer div.copyright {
	float: left;
	width: 550px;
	padding: 5px 5px 6px 0;
	text-align: right;
}

#footer div.tandc a {
	padding-right: 10px;
	color: #666666;
	text-decoration: none;
}

#footer div.copyright a, #footer div.copyright span {
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
}

#footer div.tandc a:hover, #footer div.copyright a:hover {
	color: #666666;
	text-decoration: underline;
}
/* footer end */

/* button start */
div.button { clear: both; float: left; display: block; width: 200px; background: url("/images/red_button.png") left top no-repeat; }
div.button a { display: block; color: #fff; text-decoration: none; text-transform: uppercase; font-weight: bold; white-space: nowrap; padding: 8px 30px 8px 12px; background: url("../images/red_button_left.gif") left top no-repeat; }
div.button a:hover { color: #fff; text-decoration: underline; }
.first { margin-top: 20px !important; }

.arrow { clear: right; float: right; display: block; background: url("/images/red_arrow.gif") right center no-repeat; }
.arrow a { display: block; color: #ee0000; text-decoration: none; font-weight: bold; white-space: nowrap; padding: 2px 12px 2px 0; }
.arrow a:hover { color: #ee0000; text-decoration: underline; }

.arrowback { clear: both; float: left; display: block; background: url("/images/red_arrow_left.gif") left center no-repeat; }
.arrowback a { display: block; color: #ee0000; text-decoration: none; font-weight: bold; white-space: nowrap; padding: 2px 12px 2px 12px; }
.arrowback a:hover { color: #ee0000; text-decoration: underline; }

/* button end */


















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
