/*---------------------------------------
Stylesheet for http://www.bonusmail.co.uk
author: Lisa Chadwick
Company: Chadwick Associates
contact: lisa@chadsonline.co.uk
icons:
-----------------------------------------*/
*{
padding:0px;
margin:0px
}
body{
	font-size: 62.5%;
	background-color: #FFFFFF;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 0px;
	margin-left: 40px;
	padding-top: 8px;
	color: #B5B5B5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #858585;
	padding-left: 20px;
	padding-top: 20px;
}


.floatR {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}

a:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F4A500;
	text-decoration: none;}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F4A500;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F4A500;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F4A500;
	text-decoration: none;
}
/*--------------- MAIN STRUCTURE ---------------------*/
#wrapper {
	text-align: center;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #3C4287;
	height: 233px;
	width: 765px;
	background-image: url(images/bonusmail-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background-color: #FFFFFF;
	height: 300px;
	border: 1px solid #B4B4B4;
	font-size: 1.2ems;
}
#footer {
	clear: both;
}

/* ----------------------STRUCTURE LOGIN ----------------*/
#leftCol {
	float: left;
	height: 260px;
	width: 350px;
	background-image: url(images/news-1-bk.jpg);
	background-repeat: repeat-y;
	position: relative;
	z-index: 900;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3D4494;
	margin-left: 10px;
	margin-top: 20px;
	}
#leftCol h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3B4290;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
}

#leftCol h1{
	background-image: url(images/email1-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#leftCol h3{
	background-image: url(images/news-1-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 350px;
}
#rightCol {
	height: 260px;
	width: 350px;
	float: right;
	background-image: url(images/news-1-bk.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: 10px;
	position: relative;
	text-align: left;
}
#rightCol h1{
	background-image: url(images/news-1-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#rightCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #3B4290;
	padding-left: 20px;
	padding-top: 20px;
}
#rightCol h3{
	background-image: url(images/news-1-bot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 550px;
	right: 0px;
}
