/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of CSS reset code */

/* Default font for page */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
	display: block;
	width: 960px;
	margin: 0px auto;
	overflow: auto;
}

h1, h2, h3 {	/* Image replacement */
	border: 0; 
	font: 0/0 a; 
	text-shadow: none; 
	color: transparent; 
	text-transform: capitalize;
}

h1.cir {	
	background: url(images/Very-Top-Banner-split.png); 
	margin-top: 10px;
	width: 960px; height: 69px; 
	background-repeat: no-repeat;
}
	
h2.cir {
	background: url(images/very-top-banner-ipl.png); 
	width: 960px; height: 361px;
}

h3.cir1 {
	background: url(images/ipl-has-come-to-essex.png); 
	width: 526px; height: 25px;
}

h3.cir2 {
	background: url(images/what-is-ipl.png); 
	width: 380px; height: 25px;
}
	
h3.cir3 {
	background: url(images/so-how-does-it-work2.png); 
	width: 313px; height: 25px;
}
	
h3.cir4 {
	background: url(images/how-many-treatments.png); 
	width: 486px; height: 29px;
	margin: 0px 0 -2px 0;
}
	
h3.cir5 {
	background: url(images/ipl-must-dos.png); 
	width: 421px; height: 26px;
	display: inline-block;	/* position it where I want it to go! */
	clear: both;
	float: left;
	margin-top: 5px;
}
	
h3.cir6 {
	background: url(images/subscribe-newsletter.png); 
	width: 369px; height: 25px;
	display: inline-block;	/* position it where I want it to go! */
}
	
h3.cir7 {	/* Contact Us */
	background: url(images/contact-us2.png); 
	width: 158px; height: 25px;
}
	
h3.cir8 {	/* IPL benefits */
	background: url(images/ipl-benefits.png); 
	width: 378px; height: 29px;
}
	
h3.cir9 {	/* Find Us */
	background: url(images/find-us.png); 
	width: 109px; height: 25px;
}

h3.cir10 {	/* Thank You */
	background: url(images/thankyou.png); 
	width: 185px; height: 25px;
}

h3.cir11 {	/* Links */
	background: url(images/links.png); 
	width: 82px; height: 25px;
	display: inline-block;	/* position it where I want it to go! */
}

#navigation {
	height: 30px;	/* height of navigation bar */
	overflow: hidden;
	width: 960px;	/* width of nav bar */
	display: block;	
	border-bottom: 1px solid #DEDEDE;	/* solid line underneath */
	margin: 10px 0 10px 0;	/* space above and below navigation bar */
	font-weight: normal;
}

#navigation ul {
	float: right;
	height: 30px;
	overflow: hidden;
	display: block;
	border-right: 1px solid #DEDEDE;	/* add border on right to finish off box effect */
}

#navigation li {
	float: left;
	padding: 5px 5px 0 5px;
	background: #f1f1f2;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	display: block;
	height: 30px;
}

#navigation li:last-child  {	/* to complete box effect - not needed anymore*/
	/*border-right:1px solid #DEDEDE;*/
}

#navigation li:hover {
	background: white;
}
	
#navigation a {
	color: #6b6b6b;
	text-decoration: none;
	font-size: 18px;
}

.active {	/* sets background colour of active list item */
	background: white !important;
}

/*content*/
#left, #right {
	float: left;
	margin-top: 10px;	/* shift down a little bit */
}

#left {
	width: 526px;
	padding-right: 20px;	/* add bit of space to separate columns */
}

#right {
	width:414px;
}

#left p {
	margin: 10px 0 10px 0;	/* Add space above and below paragraphs */
	clear: both;
	text-align: justify;
	line-height:130%;
}

em {
	color: #64BB45;
	font-weight: bold;
	text-align: center;
	display: block;
	font-style: italic;
	font-family: Times New Roman;
	font-size: 1.2em;
}

.benefits {
	margin: 10px 0 0px 0;
	float: left;
	width: 49%;
}

.benefits li {
	list-style: none outside none;
	background: url(images/ipl-point.png) 0 5px no-repeat;
	padding: 3px 0 0 25px;
	margin-left: 0px;
	line-height: 22px;
}

.iplnot {
	margin: 5px 0 0 0;
	float: left;
	width: 500px;
}

.iplnot li {
	list-style: none outside none;
	background: url(images/ipl-cross.png) 0 5px no-repeat;
	padding: 3px 0 0 25px;
	margin-left: 0px;
	line-height: 1.3em;
}

iframe { 
	margin-top: 10px;
}

/* Form for contact us page */
fieldset {
	border: none;
	float: left;
	display: block;
	padding: 0px;
	width: 520px;
}

#contact label {
	width: 180px;
	display: block;
	float: left;
	height: 1.15em;
	background: #c4f6b2;
	padding: 6px 8px 3px 0px;
	text-align: right;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 1em;	/* vertically align text */
}
	
#contact input, #contact textarea {
	-webkit-appearance: none;
    border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
	display: block;
	height: 1.15em;
	background: #64BB45;
	outline: none;
	margin-bottom: 5px;
	color: #FFF;
	width: 323px;
	padding: 6px 0 3px 5px;
	line-height: 1em;	/* vertically align text */
}
	
#contact textarea {
	height: 100px;
	border: none;
	overflow: auto;
}

.contactSubmit {
	font-size: 0px;	/* don't show in IE */
	color: transparent !important;
	margin-left: 186px;	/* shift button to align with other inputs */
	display: block; 
	clear: both;
	background: url(images/email-contact-us2.png) no-repeat !important;
	height: 57px !important;
	width: 145px !important;
	border: none;
	cursor: pointer;
	float: right;
}

.privacy {
	font-size: small;
	margin-bottom: 20px; 
	font-style: italic;
}

.smalllink {
	float:right;
	font-size:small;
	margin:0px;
}

/* Form for voucher submission */
form {
	width: 413px;
	margin: 10px 0 0 0;
	font-size: 1em;
}

label {
	/*to match up labels, establish base font size, then, block display and set to be the same height*/
	/*
	font-size: 1em;	
	width: 80px;
	float: left;
	background: #ccffff;
	padding: 5px 8px 4px 0px;
	text-align: right;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 1em;
	line-height: 1em;	/* vertically align text */
}

input {	/* default style for inputs */
	font-size: 1em;
	-webkit-appearance: none;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #64BB45;
	float: left;
	border: 0px;
	outline: none;
	margin-bottom: 5px;
	color: #FFF;
}

input.text {	/* For Aweber Form */
	border-radius: 5px;
	width: 408px;
	padding: 5px 0 4px 5px;
	height: 1em;
	line-height: 1em;	/* vertically align text */
}

input.image {	/* For Aweber Form */
	display: block;
	clear: both;
	
	border: none;
	cursor: pointer;
	float: right;
	color: transparent;
	font-size: 0px;	/* don't show in IE */
}

.fb-like span {
        display: block;
        height: 22px;
        overflow: hidden;
        position: relative;
        width: 140px /* set this to fit your needs when support international sites */;
}

.fb-like iframe {
        height: 62px;
        overflow: hidden;
        position: absolute;
        top: -51px;	/* Adjust this to move button up/down */
        width: 55px;
}

.nav-container2 {width:410px; height:20px; background:none; overflow:hidden; margin-bottom:15px;font-size:0;line-height:0;}
.social-media-list {display:block; width:410px; height:30px; list-style: none; background:none;font-size:0;line-height:0;}
.social-media-list li {height: 20px; float: left;}
.social-media-list li.google-plusone{height:20px; width:32px; background: none; margin-left: 8px; margin-top: 0px;}
.social-media-list li.twitter-share{height:20px; width:59px; background: none; margin-left: 8px; margin-top: -10px;}
.social-media-list li.twitter-follow{height:20px; margin-left: 5px;margin-top: -10px;}

.links-holder {
	margin-bottom:-30px;
}

li.links {
	list-style: none outside none;
	background: url(images/link-dot.png) no-repeat;
	padding: 6px 0 0 20px;
	margin-top:10px;
	margin-left:30px;
}

.linktext {
	text-decoration: none;
	color:black;
}

.linktext:hover {
	text-decoration: underline;
}

.linktext:visited{
	color:black;
}

/* Footer area styles */
#footer {
	background: #64BB45;
	width: 940px;
	display: block;
	margin: 0px auto;
	padding: 10px;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 7px;
}

#footer p {
	text-align: center;
}

#footer a {
	color: white;
}
