/* 
stylesheet - www.opensandwichdesign.co.uk
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #fff url(../images/bkg.gif) repeat-x 2% 135%;
	margin: 0px;padding: 0px;
	min-width: 940px;
}
#sitemap {background: #fff!important;}
#wrapper {
width: 940px;margin: 0 auto;position:relative;padding:0;
}

#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 0;padding:12px 0 0 0;
	/*width: 940px;*/
}
#logo {
	padding: 0;color:#000;margin:0;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0;
	background-repeat: repeat-y;
}
#columns-top {
	/*background-repeat: no-repeat;*/
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	/*background-repeat: no-repeat;*/
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h2 {
	font-size: 1.1em;
	margin: 0px;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#logo h1 {
	padding: 20px 0px 0 0!important;margin:0!important;
	font-size: 2.1em;
	letter-spacing: 0.2em;font-weight:normal;
}
#logo p {margin:0!important;padding:0 0 20px 0!important;font-size:.75em;letter-spacing: 0.1em;}

#footer {
	margin: 0px;
	font-size: .75em;
}
#footercontent {
	padding: 12px 0;
}
#footercontent p{
	margin:0 0 5px 0!important;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#navbar {
	margin-bottom: 12px;
	background-image: url(../images/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.8em;
}
#navbar_inner {
	background-image: url(../images/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}
#navbar_inner2 {
	background-image: url(../images/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 11px 22px;
	overflow:hidden; /*used to clear float*/
}
#hznavbar {
	margin: 0px;
	padding: 0px;
}
#hznavbar li {
	list-style-type: none;
	float: left;
}
#hznavbar a {
	display: block;
	padding: 8px 14px;
	text-decoration: none;
	color: #eee;
	border-right: 1px solid #666;
}
#hznavbar a:hover, #hznavbar a:active, #hznavbar a:focus {
	color: #FFFFFF;
}
#current a {color: #FFFFFF;font-weight:bold;}

/*GLOBALS: Link Styles other than main navigation bar*/
a:link,a:visited   {
	color: #436544;
}

a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.clearboth {clear:both;}