@charset "utf-8";
/* BEGIN STRUCTURE ONLY */
body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required - The min-width property does not work in old versions of Internet Explorer */
	font-size:80%;
	font-family:Verdana, Geneva, sans-serif;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background-color:#CCC;
	vertical-align:middle;
}
#colmask { /* left column */
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#F90;		/* Left column background colour */
}
#colmid { /* center column */
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright { /* right column */
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#F90;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 { /* center column */
	width:100%;
	overflow:hidden;
}
#col2 { /* left column */
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	font-size:80%;
}
#col3 { /* right column */
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
	font-size:80%;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
	text-align:center;
}
/* END STRUCTURE ONLY, BEGIN DESIGN ELEMENTS */
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
#header p, #header span {
	padding: 25px 25px;
	margin:0;
	vertical-align:middle;
	height:100%;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
	font-size:300%;
	color:#FFF;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#col2 h1, #col3 h1 {
	text-decoration:underline;
	text-transform:uppercase;
	font-size:130%;
	color:#000;
	font-weight:normal;
}
#col1 a {
	color:#F90;
}
#col1 a:hover {
	color:#000;
}
#col1 h1 {
	font-size:160%;
}
#col1 h2 {
	font-size:120%;
}
#col2 a, #col3 a {
	color:#FFF;	
}
#footer p {
	padding:.5em 15px;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
ul.advantages {
	list-style:url(../img/listok.gif);
}
ul.includingorange {
	list-style:url(../img/listorange.gif);
	list-style-position:outside;
	margin-left:-20px;
}
ul.advantagesorange {
	list-style:url(../img/listokorange.gif);
	list-style-position:outside;
	margin-left:-20px;
}
ul.including {
	list-style:url(../img/list.gif);
	list-style-position:outside;
}
#navelement, #navelementactive {
	text-align:center;
	float:left;
	width:25%;
	padding:2px 0px;
	cursor:pointer;
}
#navelement:hover, #navelementactive {
	background-color:#666;
}
#sticker {
	width:325px;
	margin:2px;
	/*float:left;*/
	text-align:left;
}
#sticker img {
	border:none;
	margin:0px;	
}
#sticker h3 {
	margin:0px 5px;	
}
#sticker_offer {
	background:url(../img/sticker_bg.gif) repeat-y;
	padding:0px 10px 5px 5px;
}
