/* CSS Document 
	CompareXtraIncome
	13/12/2008
*/

/* HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* CONTAINER DIV */
#container {
	padding: 0px;
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* DOCUMENT HEAD */
#container #header {
	height: 122px;
	width: 1000px;
	background-image: url(../images/header.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
	clear: both;
}
#banner {
	width: 468px;
	text-align: right;
	float: right;
	height: 60px;
	margin-right: 18px;
	margin-top: 31px;
}
h1 {
	background-image: url(../index/header.gif);
	width: 800px;
	height: 127px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-position: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* GRAPHIC BOX ABOVE CONTENT TEXT */
#container #graphic {
	width: 484px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

/* NAVIGATION */
ul#navigation {
	list-style-type: none;
	margin-top: 5px;
	float: left;
	clear: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul#navigation a {
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-right: 5pt;
	padding-left: 5pt;
	font-size: 12px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 190px;
}
ul#navigation li {
	display: inline;
}
ul#navigation a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

/* MAIN TEXT AREA */
#container #content {
	background-color: #FFFFFF;
	float: left;
	width: 620px;
	font-size: 0.9em;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}
#container #content h2 {
	font-size: 16px;
	color: #666666;
}

/* LEFT SIDE */
#container #left {
	width: 200px;
	left: 0px;
	display: inline;
	clear: both;
	float: left;
	position: relative;
	color: #FFFFFF;
}
#container #left #twitter {
	float: left;
	clear: both;
	height: 300px;
}

#container #left #basket {
	font-size: 12px;
	background-image: url(../images/enquiry-basket.jpg);
	background-repeat: no-repeat;
	color: #333333;
	width: 100%;
	position: relative;
	float: left;
	padding-right: 0px;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 80px;
	padding-top: 22px;
}

/* RIGHT SIDE */
#container #rightColumn {
	width: 145px;
	float: right;
	margin-top: 5px;
	clear: right;
}
#container #rightColumn #box {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin-bottom: 5px;
}
#container #rightColumn #box a {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* DOCUMENT FOOTER */
#container #footer {
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	font-size: 12px;
	color: #666666;
	height: 50px;
}
#container #footer a {
	color: #666666;
	text-decoration: none;
}
#container #footer a:hover {
	color: #666666;
	text-decoration: underline;
}

/* PERSONAL BOXES */
.flintoftBox {
	color: #FFFFFF;
	background-color: #6E4343;
	border: 1px solid #000000;
	text-align: center;
	float: left;
	padding-right: 8px;
}
.norellBox {
	color: #FFFFFF;
	background-color: #006992;
	border: 1px solid #000000;
	text-align: right;
	float: left;
	padding-left: 8px;
}
.haileyBox {
	color: #FFFFFF;
	background-color: #878787;
	border: 1px solid #000000;
	text-align: center;
	padding-right: 8px;
}
.wilson {
	text-align: left;
	background-color: #E2CFB1;
	border: 1px solid #666666;
}


/* NEW */
.statutory {
	font-size: 10px;
	color: #666666;
}
.avonBox {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	text-align: right;
}
.foreverBox {
	background-color: #989933;
	border: 1px solid #333333;
	text-align: right;
}
.barefoot {
	background-color: #FF3C3C;
	text-align: center;
	height: 135px;
	border: 1px solid #333333;
	padding-top: 8px;
}
.chocbox {
	background-color: #B094C4;
	border: 1px solid #333333;
	text-align: center;
}
.linenBox {
	border: 1px solid #333333;
	text-align: right;
}
.miglio {
	text-align: right;
	background-color: #A7B0AF;
	border: 1px solid #333333;
}
#container #content img {
	padding-right: 10px;
	padding-bottom: 10px;
}
