/* CSS Document */

/*
colours
========================
dark grey	#2b2b2b
blue		#6fa9ba
pink 		#ad235e
light grey	#5b5b5b
green		#91c854
*/

* { margin: 0; padding: 0; }
html { height: 100%; }
body { width: 100%; height: 100%; font: 0.8em/1.4em "Helvetica", Arial, sans-serif; color: #2b2b2b; background: url(/site/images/14-10-08/bg_sky.png) repeat-x left top; }

img,div { behavior: url(iepngfix.htc); }

#container { margin: 0 auto -100px; height: 100%; min-height: 100%; height: auto !important; }
#header { width: 700px; height: 250px; margin: 0px auto; padding: 0 75px; }

img#logo { display: block; float: left; margin-top: 100px; width: 232px; height: 71px; }
img#comingsoon { display: block; float: right; margin-top: 50px; width: 174px; height: 173px; }

h1 { text-align: center; font-size: 3.1em; font-weight: normal; line-height: 1.2em; padding: 30px 75px 10px; font-family: 'Georgia', Times, serif;}
h2,h3 { font-size: 1.7em; font-weight: normal; padding-bottom: 0.5em; line-height: 1em; }
h3 { padding-top: 0.5em; }
h4 { font-size: 1.2em; font-weight: normal; padding-bottom: 0.5em; line-height: 1.5em; }
p { font-size: 1.0em; padding-bottom: 0.75em; line-height: 1.5em; }
a { color: #ad235e; }
a:hover { text-decoration: none; }
ol,li { padding-bottom: 0.5em; }

.centred { text-align: center; font-family: 'Georgia', Times, serif; }
.sub { font-size: 1.3em; color: #888;}

.blue { color: #6fa9ba; }
.pink { color: #ad235e; }

.promotionone { color: #ad235e; }
.promotiontwo { color: #6fa9ba; padding-top: 0.75em;}
.registered { font-size: 0.9em; clear: both; xtext-align: center; }

#content { width: 850px; margin: 0px auto; }

#leftcontent,
#rightcontent { display: block; float: left; }

#leftcontent { padding: 35px 25px 20px 75px; text-align: right; width: 225px;}
#rightcontent { padding: 35px 75px 20px 25px; width: 325px; }

.push { height: 100px; }
#footer { position: relative; clear: both; width: 100%; height: 100px; background: url(/site/images/14-10-08/bg_landscape.png) repeat-x -30px bottom; }