﻿/*
 *	Tob Bar (Hirons Environmental) template.
 *	© 2009 Robert Piper, designed for Yell.
 *	Jul 2009.
 *
 *	CSS template for use with Microsoft Office Live.
 */

/*
 *	The basics of the style.
 *	Read the notes, change the values, gaze in wonder at the results.
 */
body {
	background-color: #cae1f8 !important; /* Background colour. */
}
.MSC_PrimaryNavFrame {
	height: 200px; /* Header ("bar") height. */
} 
.MSC_PrimaryNavFrame a {
	color: #816247 !important; /* Navigation text colour. */
}
a.MSC_PrimaryNavLink-On {
	color: #3c3228 !important; /* Selected navigation text colour. */
} 
 
/*
 *	Everything else.
 *	You shouldn't need to change anything below here.
 */
body {
	background-image: url('/images/background.jpg') !important;
	background-position: top left !important;
	background-repeat: repeat-x !important;
}
table, tr, td {
	background-color: transparent !important;
	border-collapse: collapse !important;
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}
ul, ol {
	padding: 0px 0px 0px 25px !important;
	margin: 0px !important;
	list-style-position: outside !important;
}
img {
	border: none !important;
}

.MSC_Body, .MSC_FooterFrame {
	background-color: transparent !important;
	padding: 20px 0px 0px 0px !important;
}
.MS_WH_ZoneContent {
	padding: 0px !important;
}
.MS_MasterHeader, .BG_Base {
	display: none !important;
}
.MSC_PrimaryNavFrame {
	background-color: transparent !important;
	background-image: url('/images/title.jpg') !important;
	background-position: bottom right !important;
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px !important;
}
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace {
	display: none;
}
.MSC_PrimaryNavFrame td {
	background-color: transparent !important;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	font-family: verdana, helvetica, sans-serif !important;
}
.MSC_PrimaryNavFrame a {
	background-color: transparent !important;
	display: block;
	padding: 12px 0px 12px 0px;
	font-size: 9pt !important;
	text-decoration: none !important;
	font-weight: normal;
	position: relative;
	top: 1px;
	margin-right: 20px !important;
}
a.MSC_PrimaryNavLink-On {
	text-decoration: none !important;
	font-weight: normal !important;
}
.MSC_PrimaryNavFrame a:hover {
	text-decoration: underline !important;
}
