/* GLOBAL DEFINITIONS */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial, Sans-Serif;
}

body {
	color: #363636;
	font-size: 80%;
	line-height: 120%;
	background: #FFFFFF url(../media/body_bg.gif) top left repeat-x;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.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; }
.hide { text-indent: -9999px; }

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


/* SITE DEFINITIONS */

#wrapper {
	margin: auto;
	width: 935px;
	height: 660px;
	position: relative;
	background: transparent url(../media/subpage_bg.gif) top left no-repeat;
}

#logo a,
#strapline,
#email a,
#phone,
#main,
#main #thumbs,
#sidebar,
#footer,
#content2 {
	position: absolute;
}

#logo a {
	top: 36px;
	left: 676px;
	width: 218px;
	height: 50px;
	display: block;
	background: transparent url(../media/logo.gif) top left no-repeat;
}

#strapline {
	top: 76px;
	left: 41px;
	width: 190px;
	height: 9px;
	background: transparent url(../media/strapline.gif) top left no-repeat;
}

#main {
	top: 106px;
	left: 41px;
	width: 542px;
	height: 445px;
}

#main #thumbs {
	top: 375px;
	left: 20px;
}

#main #thumbs img {
	margin-right: 10px;
	border: 1px solid #e5e8ea;
}

#sidebar {
	top: 106px;
	left: 590px;
	width: 304px;
	height: 395px;
}

#sidebar {
	width: 264px;
	color: #FFFFFF;
	padding: 25px 20px;
}

#sidebar h3 {
	color: #7a001f;
	font-size: 140%;
	margin-bottom: 20px;
}

#sidebar p {
	margin-bottom: 20px;
}

#sidebar p.intro {
	font-weight: bold;
}

#footer {
	top: 586px;
	left: 20px;
	width: 895px;
	height: 40px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	float: left;
	height: 40px;
	display: block;
	position: absolute;
}

#footer ul li.home a { left: 0px; width: 118px; background: transparent url(../media/nav.gif) 0 0 no-repeat; }
#footer ul li.help a { left: 118px; width: 104px; background: transparent url(../media/nav.gif) -118px 0 no-repeat; }
#footer ul li.tigerfeet a { left: 222px; width: 145px; background: transparent url(../media/nav.gif) -222px 0 no-repeat; }
#footer ul li.mindyourown a { left: 367px; width: 262px; background: transparent url(../media/nav.gif) -367px 0 no-repeat; }
#footer ul li.ido a { left: 630px; width: 101px; background: transparent url(../media/nav.gif) -630px 0 no-repeat; }
#footer ul li.wow a { left: 731px; width: 164px; background: transparent url(../media/nav.gif) -731px 0 no-repeat; }

body.homepage #footer ul li.home a, #footer ul li.home a:hover { background: transparent url(../media/nav.gif) 0 -40px no-repeat; }
body.helppage #footer ul li.help a, #footer ul li.help a:hover { background: transparent url(../media/nav.gif) -118px -40px no-repeat; }
body.tigerfeetpage #footer ul li.tigerfeet a, #footer ul li.tigerfeet a:hover { background: transparent url(../media/nav.gif) -222px -40px no-repeat; }
body.mindyourownpage #footer ul li.mindyourown a, #footer ul li.mindyourown a:hover { background: transparent url(../media/nav.gif) -367px -40px no-repeat; }
body.idopage #footer ul li.ido a, #footer ul li.ido a:hover { background: transparent url(../media/nav.gif) -630px -40px no-repeat; }
body.wowpage #footer ul li.wow a, #footer ul li.wow a:hover { background: transparent url(../media/nav.gif) -731px -40px no-repeat; }

#content2 {
	top: 483px;
	left: 20px;
	width: 420px;
	padding: 20px;
}

#content2 h4 {
	color: #7a001f;
	font-size: 140%;
	margin-bottom: 20px;
}

#content2 p {
	margin-bottom: 10px;
}

#content2 p.blue {
	color: #4c8cb8;
	font-size: 110%;
	font-weight: bold;
}

#content2_image {
	top: 503px;
	right: 40px;
	position: absolute;
	border: 1px solid #4c8cb8;
}

#email a {
	top: 757px;
	left: 666px;
	width: 228px;
	height: 15px;
	display: block;
	background: transparent url(../media/email.gif) top left no-repeat;
}

#phone {
	top: 758px;
	left: 42px;
	width: 126px;
	height: 12px;
	background: transparent url(../media/phone.gif) top left no-repeat;
}

/* HOMEPAGE */

body.homepage #wrapper {
	height: 800px;
	background: transparent url(../media/home_bg.gif) top left no-repeat;
}

body.homepage #main {
	height: 297px;
}

body.homepage #sidebar {
	height: 247px;
}

body.homepage #sidebar h3 {
	top: 100px;
	left: 40px;
	width: 220px;
	height: 92px;
	position: absolute;
	background: transparent url(../media/home_h1.gif) top left no-repeat;
}

body.homepage #footer {
	top: 433px;
	left: 20px;
}


/* HELP */

#sidebar .help_label {
	float: left;
	width: 20px;
}