/* Nook & Willow Spring Summer 2008 - CSS Document */

/* Zeroing common elements */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Master Elements */
body {
	background-color:#F7F1DC;
}
img {
	border:none;
}
p {
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-size:11px;
	color:#7A7582;
	line-height:12px;
}
a {
	text-decoration:none;
	color:#7A7582;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#7A7582;
}
h1 {
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	font-size: 13px;
	color: #7A7582;
	line-height: 6mm;
}
h1 a {
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	font-size: 13px;
	color: #7A7582;
	line-height: 6mm;
	text-decoration:none;

}
h1 a:hover {
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	font-size: 13px;
	color: #33313E;
	line-height: 6mm;
}

/* Page structure --------------------------------------------------------------- */

/* Wrapper Division */
#wrapper {
	position:absolute;
	width:784px;
	height:524px;
	position:absolute;
	left: 50%; /* Set to 50% to centralise */
	top: 50%; /*Set to 50% to centralise */
	margin-top: -262px; /* set to a negative of half of the wrapper height */
	margin-left: -392px; /* set to a negative of half of the wrapper width */
}

/* Navigation is held in separate division in library - styled below */
#navTable {
	position:absolute;
	width:75px;
	height:138px;
	z-index:1;
	left:24px;
	top:142px;
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	line-height: 12px;
	color: #CEAC64;
	font-size: 11px;
}

#navTable a {
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	color: #CEAC64;
	font-size: 11px;
	text-decoration: none;
}

#navTable a:hover {
	font-family: "Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	color: #FFFFFF;
	font-size: 11px;
}

/* Key Words placed at bottom of the page */

#keyWords {
	position:absolute;
	left:162px;
	top:494px;
	width:603px;
	height:12px;
	z-index:5;
	font-family:Arial;
	font-size:6px;
	color:#DFE2D7;
}

/* Contact details positioned at the top of the page - Classes below are used to style the text */

#contactDetails {
	position:absolute;
	left:613px;
	top:76px;
	width:150px;
	height:29px;
	z-index:2;
}
.magicHouse a {
	font-family:"Gill Sans", "Gill Sans MT", Arial;
	font-weight:normal;
	font-size: 9px;
	color: #CEAC64;
	line-height: 3mm;
	text-decoration:none;
}
.telephone {
	font-family:"Gill Sans", "Gill Sans MT", Arial;
	font-size: 10px;
	color: #8A6113;
	line-height: 3mm;
}

/* Transparent gif to make logo link home */
#home_logo {
	position:absolute;
	width:104px;
	height:88px;
	z-index:6;
	left: 21px;
	top: 25px;
}

/* Other elements ------------------------------------*/
.indexCredits {
	color:#CEAC64;
}
.indexCredits a {
	color:#CEAC64;
}
.homeText {
	color:#33313E;
}
.homeText a {
	font-weight:bold;
	color:#33313E;
}
.non_bold_links a {
	font-weight:normal;
}
.non_bold_links a:hover {
	font-weight:normal;
}
.highlight {
	color:#33313E;
}
.highlight a {
	color:#33313E;
}