/*  

Client: Real London
Client URL: http://www.real-london.com
Description: Landing Pages for Amtico
Version: 1.0
Author: Robert Games
Agency: Shine Marketing
Agency URL: http://www.shine-marketing.co.uk/
Date: 07/05/2008

Notes: --

*/

/* Contents

	1.0 Reset CSS
	2.0	Global Formatting
	3.0	Common Formatting
	4.0	Links
	5.0	Fonts
	6.0	Global Classes
	7.0	Wrapper
	8.0	Logo
	9.0	Layout
	10	Navigation
	11	Forms
	12	Tables
	
*/

/* 1.0	Reset CSS */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding:0;
margin:0;
}


/* 2.0	Global Formatting */

html, body {
	border:0;
	margin:0 0 0 0;
	padding:0;	
}

body {
	font-size:62.5%; /* 62.5% relative font size resets to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

html {
}

/* 3.0	Common Formatting */

p {
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1.2em;
}

h1 {
	float:left; /* This makes the header inline with the text */
	font-family:Impact, "Arial Black", Arial;
	color:#96A63C;
	font-size:1.3em;
	text-transform:uppercase;
	margin:-2px 4px 0 0;
}

h2 {
	text-indent:-99999px; /* This is to hide the accessible header text */
}

h3 {
	font-family:Impact, "Arial Black", Arial;
	font-size:1.2em;
	color:#96A63C;
	text-transform:uppercase;
	margin:7px 0 12px 5px;
}

h4 {
	display:block;
	background:#0F5C7D;
	font-family:Impact, "Arial Black", Arial;
	font-size:1.2em;
	color:#FFFFFF;
	padding:4px 5px;
	margin:0 0 10px 0;
}

h5 {
}

h6 {
}

ul {
}

li {
}

blockquote {
}

img {
}

strong {
	font-family: Impact, "Arial Black", Arial;
	line-height:1.4em;
}

em {
}

u {
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/* 4.0	Links */

a {
}

a:hover {
}

a:visited {
}

a:focus {
}

/* 5.0	Fonts */

/* 6.0	Global Classes */

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	display:block;
}

.hide {
	display:none;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}
 
.text-left { 
	text-align:left;
}

.text-right { 
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

/* 7.0	Wrapper */

div#wrapper {
	width:754px;
	margin:auto; /* This centres the website page */
	overflow:hidden; /* This is to contain the floats */
}

/* 8.0	Logo */

div#logo {
}

/* 9.0	Layout */

#header {
	height:218px;
	background: url(../images/header_bg.png) no-repeat #96A63C;
}

#subpageheader {
	height:215px;
	background:url(../images/sub_landing_header.png) no-repeat #96A63C;
}

#subpagecontent {
	float:left;
	width:250px;
	margin: 19px 0 0 6px;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

#subscribe {
	float:left;
	width:155px;
	background:#81D9FF;
	margin:7px 0 7px 0;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

#subscriptionform {
	float:left;
	width:226px;
	background:#81D9FF;
	margin:7px 0 7px 0;
	padding: 14px 0 0 0;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

#midsectioncontent {
	float:left;
	width:261px;
	margin:7px 0 0 9px;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

#violator a { /* We are using this filed to act as an accessbile image map */
	position:relative;
	width:144px;
	height:146px;
	display:block;
	top:90px;
	left:530px;
	text-indent:-999999px; /* This is to hide accessible text */
}

#pageseperator {
	clear:both;
	background:url(../images/seperator.png) no-repeat;
	height:44px;
}

#pageseperator a{
	display:block;
	text-indent:-99999px; /*hides accessible text */
	height:44px;
}

#subpageseperator {
	clear:both;
	background:url(../images/subpageseperator.png) no-repeat;
	height:44px;
}

#subpageseperator a{
	display:block;
	text-indent:-99999px; /*hides accessible text */
	height:44px;
}

#topsection { /* This is a div that wraps around all top content so we can push all the top content to the top */
	clear:both;
	float:left;
	position:absolute;
	width:754px;
	top:0;
}

#maincontent { /* This is a div that wraps around all the bottom content so we can push all the content to the bottom */
	clear:both;
	float:right;
	position:absolute;
	width:754px;
	top:625px;
}

#columnone {
	width:257px;
	float:right;
	position:relative;
	display:block;
	left:-325px;
}

#columntwo {
	width:287px;
	float:right;
	position:relative;
	left:240px;
}

#maincontent img {
	float:left;
}

/* 10.0	Navigation */

#nav {
	float:right;
	margin:0 15px 10px 0;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

#nav li {
	float:left;
	border-right:1px solid #000000;
	padding:0 4px;
}

#nav li a {
	font-size:1.1em;
	color:#000000;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration:underline;
}

/* 11.0	Forms */

fieldset {
}

legend {
}

label {
	color:#0F5C7D;
	clear:left;
	margin:0 6px 5px 14px;
	width:65px;
	display:block;
	float:left;
	font-size:1em;
	line-height:18px;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

input {
	/*width:127px;
	height:15px;*/
	clear:right;
	color:#666666;
	font-size:1em;
	padding:2px 0px 0 2px;
}

textarea {
}

select {
	width:127px;
	clear:right;
	color:#666666;
	font-size:1em;
	padding:1px;
	clear:right;
}

/* 12.0	Tables */

table {
}

tbody {
}

tr {
}

th {
}

td {
}
 
/* Subscribe Box Elements */
#subscribe h2 {
	text-indent:-99999px; /* This is to hide the accessible header text */
}

#subscribe h2 a{
	background:url(../images/subscribe.png) no-repeat;
	display:block;
	width:137px;
	height:30px;
	margin:14px 0 14px 11px;
}

#subscribe p {
	margin:0 18px 7px 17px;
	color:#0F5C7D;
}

#subscribe p a {
	color:#0F5C7D;
	text-decoration:underline;
}

#subscribe p a:hover {
	text-decoration:none;
}

#subscribe img {
	margin:0 0 7px 7px;
}

#tandc p {
text-align:center;
}

/*#tandc p {
	text-transform:uppercase;
	color:#0F5C7D;
	font-size:8px;
	text-align:center;
	margin:14px 18px 9px 17px;
	white-space:nowrap;
}*/

/* Midsection Content */

#midsectioncontent p {
	font-size:1.17em;
	color:#333333;
	margin:0 0 0 5px;
}

#midsectioncontent p a {
	font-weight:bold;
	text-decoration:underline;
	color:#96A63C;
}

/* Sub Page Subscription */

#subscriptionform p {
	margin:0 10px 10px 14px;
	color:#0F5C7D;
}

#subscriptionform li {
	margin:0 0 6px 0;
}

#subscribebutton {
	width:137px;
	height:30px;
	margin:0 0 0 35px;
}

#subscriptionform #tandc p {
	margin:0px 18px 2px 17px;
	line-height:1.1em;
	font-size:6px;
}

/* Sub Page Content */

#subpagecontent p {
	font-size:1.2em;
	margin:0 0 1.2em 7px;
}

#subpagecontent h1 {
	display:block;
	background:#0F5C7D;
	color:#FFFFFF;
	float:none;
	padding:3px 7px;
	margin:0 0 10px 0;
}

