/* Copyright &copy; 2006-2008 Wordbird Press */

/* by default the background image is placed at the upper left corner but there is no repeat allowed */
body {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-image:url(../image/feather_back.gif);
	background-repeat:no-repeat;
}

img { border:none; }

a { text-decoration:none; }

h4 { 
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
}

#text {
	position:absolute;
	left: 416px;
	top: 170px;
	width: 300px;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.details {
	font-size:10px;
}

#logo {
	position:absolute;
	left:0px;
	top:36px;
	width: 370px;
	text-align:right;
}

#logo a { text-decoration:none; }

#verticalrule {
	position:absolute;
	left: 390px;
	top: 40px;
	border-left-color:#F63;
	border-left-width:thin;
	border-left-style:solid;
	height:570px;
}

#nav {
	position:absolute;
	left: 0px;
	top: 255px;
	text-align:right;
	width: 370px;
}

#nav a { text-decoration:none; }

#floatingfeather {
	position:absolute;
	left: 271px;
	top: 513px;
}

#contact {
	position:absolute;
	left: 0px;
	top: 575px;
	text-align:right;
	width:370px;
}

#name {
	position:absolute;
	left:416px;
	top:589px;
	font-weight:700;
	font-size:18px;
}

#tagline {
	position:absolute;
	left:110px;
	top:170px;
 	font-size:16px;
}

#copyright {
	position:absolute;
	text-align:right;
	left:0px;
	top:622px;
	width:370px;
 	font-size:9px;
	color:#999;
}

#validators {
	position:absolute;
	left:633px;
	top:549px;
}

#ecobadge {
	position:absolute;
	left:408px;
	top:565px;
}

.slideshowbuttons {
	position:absolute;
	text-align:left;
	left:307px;
	top:58px;
	width:55px;
}

.slidertext {
	position:absolute;
	left:1px;
	top:42px;
	font-size:14px;
	width:300px;
	height:24px;
	color:#F63;
	text-align:left;
	font-weight:bold;
	}

/* the web colour of the feather (orange) in the logo */
.feather { color:#f63; }

/* the web colour of the feather stem in the logo */
.stem { color:#cc3; }

