@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/interface/bodyBG.gif) top center repeat-y #145790;
}

div#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 400px;
}

/* FADE SLIDE */
div.fadeslide {
	position: absolute;

	left: 19px;
	top: 183px;

	width: 292px;
	height: 100px;

	list-style-type: none;
	overflow: hidden;
}

div.fadeslide img { position: absolute; top: 0; left: 0; }

/* TEXT FORMATTING */
a { color: #005397; }

h2 {
	color: #005397;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;

	margin-bottom: 10px;
}

p {
	color: #222;
	line-height: 17px;
	text-align: justify;
	margin-bottom: 10px;
}

hr {
	display: block;
	width: 100%;
	height: 5px;
	margin: 30px 0;
	border: none;
	background: url(../images/interface/hr.gif) top left repeat-x;
}

/* MASTHEAD */
div#masthead {
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 249px;
	padding-top: 132px;

	margin: 0 auto;

	background: url(../images/interface/masthead.png) top center no-repeat;
}

div#masthead a {
	display: block;
	float: left;
	height: 21px;

	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

div#masthead a:hover {
	background-image: url(../images/interface/mainMenu.gif);
	backgound-repeat: no-repeat;
}

div#masthead a#aHome { width: 70px; margin-left: 37px; background-position: 0 0; }
div#masthead a#aProofing { width: 199px; margin-left: 74px; background-position: -144px 0; }
div#masthead a#aTimber { width: 239px; margin-left: 51px; background-position: -394px 0; }
div#masthead a#aContact { width: 144px; margin-left: 50px; background-position: -683px 0; }

/* CONTENT */
div.column {
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

div.column.right {
	position: relative;
	left: 22px;
	float: right;
	width: 46%;
}

div.column ul {
	list-style: inside;
	color: #449b1d;
	font-weight: bold;
}

div.column li { margin-bottom: 5px; }

/* HOME PAGE */
img#homepic {
	position: relative;
	left: -11px;
	width: 432px;
	margin-bottom: 10px;
}

/* CONTACT PAGE */
form fieldset { border: 0; }

form ol { list-style-type: none; }
form ol li { padding: 4px 0; clear: both; }

form label {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 10px;
}

form input, form select, form textarea {
	float: right;
	width: 75%;
	padding: 2px;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;

	border: 1px solid #555;
}

form button {
	float: right;
	padding: 2px 0;
	width: 100px;

	cursor: pointer;

	color: #fff;
	background-color: #449b1d;
	font-weight: bold;

	border: 1px solid #3a8418;
	border-top-color: #4eb122;
	border-left-color: #4eb122;
}

form button:hover {
	text-transform: uppercase;
	background-color: #4eb122;
	border: 1px solid #449b1d;
	border-top-color: #56c425;
	border-left-color: #56c425;
}

/* FOOTER */
ul#footer {
	width: 1000px;
	height: 50px;

	margin: 0 auto;
	line-height: 50px;

	background-color: #ccc;
	border-top: 1px solid #777;

	clear: both;
	list-style: none;
}

ul#footer li {
	float: right;
	margin-right: 40px;
}

/* WEBCASTLE BRANDING */
ul#footer li a#webcastle {
	padding: 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;
}

ul#footer li a#webcastle span { color: #fd1824; }

ul#footer li a#webcastle:hover {
	color: #4376ff;
	border-color: #7d7d7d;
}

ul#footer li a#webcastle:hover span { color: #fe686f; }

/* ADDED 19TH NOV 08 */
ul#footer li#icons {
	float: left;
	width: 380px;
	text-indent: 273px;
	background: url(../images/interface/icons.png) top left no-repeat;
}
