/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
	padding: 0 0 0 12px;
	margin:0;
	
}

li {
	padding:0;
	margin: 8px 0 0 0;
	list-style: disc;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
/*ul,*/
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p, h2 {
	color:#fff;
}
#container {
	margin:0 auto;
	width: 920px;
}
.page01, .page03, .page04 {
	width: 920px;
	height:660px;
	background-color:#eee;
}

/*------------- Page 01 -----------------------------*/
.page01 {
	background: url(images/page01.jpg);
}
#contact-link {
	margin:65px 0 0 670px;
	display:block;
	position:absolute;
	height:50px;
	width:130px;
	background: url(images/enquiries-button.gif) no-repeat top left;
}
.page01 span {
	margin-left:-2000px;
	position:absolute;
}
#contact-link-bottom {
	margin:0 0 0 810px;
	display:block;
	position:absolute;
	height:50px;
	width:130px;
	background:url(images/enquiries-button.gif) no-repeat top left;
}
#container span {
	margin-left:-2000px;
	position:absolute;
}
/*------------- Page 02 -----------------------------*/
.page02 {
	background: url(images/page02.jpg);
	padding:0px 0 0 0;
	width: 920px;
	height:660px;
	/*height:365px;*/
}
.page02 p {
	color:#ddd;
}
.page02 li {
	color:#ddd;
	font-style:italic;
}
.page02 h3 {
	color:#fff;
	padding: 15px 0 0 0;
}
.page02 h2 {
	font-size:17px;
	padding-bottom:8px;
}

.page02 #text00 ul {
	margin:0;
	padding:5px 0 0 145px;	
	font-size:18px;
}

.page02 #text00 li {
	white-space:nowrap;
	float:left;
	list-style:none;
	padding:0 13px 0 0px;
	font-style:normal;
	background:url(images/dot.gif) no-repeat 0 8px;
}
.page02 #text00 li p{
	margin-left:18px;
	color:#999;
}
.page02 #text01,.page02 #text02,.page02 #text03,.page02 #text04 {
	float:left;
	width:175px;
	padding:12px 10px 20px 10px;
	line-height:16px;
	font-size:13px;
	margin:0 15px 0 0;
}
#box-holder {
	margin: 0 auto 0 47px;
	width:850px;
	position:absolute;
	top:957px;
	clear:left;
}
.strong-white, .strong-pink {
	font-weight:bold;
	font-size:15px;
	padding:4px 0 0 40px;
	font-style:italic;
}
.page02 .strong-pink {
	color:#e2007a;
}
#details {
	margin:10px 0 0 0;
}

/*------------- Page 03 -----------------------------*/
.page03 {
	background: url(images/page03.jpg);
}
.page03 #text01 {
	margin:0 0 0 46px;
	padding:10px 0 0 0;
	width:600px;
	font-size:13px;
	line-height:19px;
}
.page03 #text01 p {
	color:#ccc;
}
.page03 #text01 h2 {
	font-size:17px;
	padding:0 0 3px 0;
}

.page03 #text02 {
	margin:42px 0 0 455px;
	width:300px;
	font-size:13px;
	line-height:22px;
}
.page03 #text02 p {
	color:#666;
	padding:0 0 20px 0;
}

/*------------- Page 04 -----------------------------*/
.page04 {
	background: url(images/page04.jpg);
}
.page04 #text01 {
	margin:0 0 0 618px;
	padding:130px 0 0 0;
	width:225px;
	font-size:13px;
	line-height:20px;
}
.page04 #text01 h2 {
	font-size:17px;
	padding:24px 0 0  0;
}

/*------------- Contact page -----------------------------*/
#contact {
	width: 920px;
	height:570px;
	background: url(images/contact.jpg) no-repeat top left;
}
.contact-text {
	color:#666;
	width:860px;
	margin:0 auto;
	font-size:13px;
	line-height:17px;
}
#contact span {
	margin-left:-2000px;
	position:absolute;
}

#email-link {
	margin:42px 0 0 420px;
	display:block;
	position:absolute;
	height:38px;
	width:170px;
}
#back-button {
	margin:8px 0 0 788px;
	display:block;
	position:absolute;
	height:50px;
	width:110px;
	background:url(images/back.gif) no-repeat top left;
}
#google-maps {
	margin:540px 0 0 740px;
	position:absolute;
}
