/* GLOBAL STYLES */

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Tahoma, Arial, Sans-Serif;
}

body {
	color: #363636;
	font-size: 90%;
background: #013066 url("http://www.learntoloveyourpension.co.uk/media/layout/bg-body.gif") repeat-x;

}

a {
	color: #103a59;
	text-decoration: underline;
}

a:hover {
    color: #0097d5;
	text-decoration: none;
}

.formitem .label {
	float: left;
}

.formitem .item {
	float: left;
}

h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }

h1, h2, h3, h4, h5 {
    margin-bottom: 5px;
}

.fl { float: left; }
.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.clearing { clear: both; }
.print_hidden { display: none; }

.fc:after { 
	height: 0;
	clear: both;
	font-size: 0;
	content: ".";
	display: block;
	visibility: hidden;
}
.fc {
	display: inline-block;
}



/* PAGE STYLES */

.container {
width: 935px; 
margin: 0 auto;
background: url("http://www.learntoloveyourpension.co.uk/media/layout/bg-container.png") no-repeat;
}

.header {
background: url("http://www.learntoloveyourpension.co.uk/media/layout/bg-header.gif") no-repeat;
height: 97px;
width: 897px;
display: block;
 margin: 0 auto;
position: relative;
}

.header a {position: absolute; display: block; width: 200px; height: 60px; right: 10px; top: 5px;}
.header a span {display: none;}


.banner {
background: url("http://www.learntoloveyourpension.co.uk/media/layout/banner-1.jpg") 0px 0 no-repeat;
width: 887px;
height: 235px;
display: block;
margin-left: 22px;
}

.content-shell {margin: 0 auto; padding: 10px;}

.content {
color: #013066;
padding: 5px 10px;
}

.content p {
margin: 10px 0;
}

.contact {
background: url("http://www.learntoloveyourpension.co.uk/media/layout/bg-form.jpg") no-repeat;
width: 877px;
height: 330px;
margin-left: 10px;
}

.contact-left {float: left; width: 240px; margin: 60px 0 0 320px;}
.contact-left h2 {color: #fff; font-weight: normal;}
.contact-left p {color: #56b8db;}


.contact-right {
color: #fff; 
float: left; 
width: 250px; 
margin: 60px 0 0 30px; 
}

.contact-right form span {font-size: 80%; padding: 0;}

.contact-right form input {
background: none; border: 1px solid #56b8db;
width: 250px;
padding: 3px;
color: #fff;
margin-top: 5px;
}

.button {
border: none !important; 
width: 124px !important; 
height: 27px !important;
padding: 0 !important; 
margin-top: 0 !important;
}

.content-sub {
width: 877px;
margin: 0 0 30px 10px;
font-size: 90%;
color: #013066;
}

.content-sub h2 {color: #013066; font-size: 130%;}
.content-sub h3 {color: #fff; background: #49a8ca; font-weight: normal; font-size: 140%; padding: 3px 5px; margin: 15px 0;}
.content-sub strong {color: #013066;}

.content-sub .content-left {float: left; width: 410px; padding: 0 0 0 7px;}
.content-sub .content-right {float: right; width: 420px;}

.content-sub .content-left strong {font-size: 170%;}

.footer {
font-size: 60%;
width: 942px; 
height: 75px; 
margin: 0 auto;
color: #013066;
background: url("http://www.learntoloveyourpension.co.uk/media/layout/bg-footer.gif") no-repeat}

.footer-left {float: left; width: 400px; margin: 20px 0 0 160px;}
.footer-right {float: left; width: 350px; margin: 20px 0 0 20px;}


.moreinfo {background: #ededed; margin-top: 15px; padding: 10px; font-size: 110%; font-weight: bold;}

.moreinfo p {}


#home_banner {
width: 887px;
height: 235px;
overflow: hidden;
position: relative;
}
#home_banner img {
    top: 0;
	left: 0;
	display: block;
	position: absolute;
}

