/* Nordic Walking Ltd style.css */

* {
	padding: 0;
	border: 0;
	margin: 0;
}
	
body {
	padding:5px 5px 5px 5px;
	font: 12px Tahoma verdana, sans-serif;
	background:#84D7FF;
	color:#303030;
}

a, a:active, a.visited {
	color:#303030;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color:#0000ff;
	font-weight: bold;
	text-decoration:underline;
}

h1 {
	color:#2275FC;
	margin:0 0 10px 0;
	font-size:2em;
	font-weight:bold;
	background: url(images/trim/h1logo.jpg) left no-repeat;	
	padding: 0 0 0 35px;
}

h2 {
	color:#2275FC;
	margin:0 0 10px 0;
	font-size:1.8em;
	font-weight:bold;
}

h3 {
	color:#005ff8;
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:left;
	font-size:12px;
}

li {
	margin: 0 0 0 20px;
}

dt { 
	font-weight: bold;
}

dd {
	padding-left: 20px;
}

#MainContainer {
	margin:0 auto 20px auto;
	width:740px;
	background:#84D7FF;

}

#TopTopNav {
	clear: both;
	float: right;
	padding: 0 5px 5px 0;
}

#TopTopNav ul{
	list-style: none;
}

#TopTopNav li{
	float: left; 
	margin: 0;
	background: url(images/trim/spacer1.jpg) right no-repeat;	
	padding: 0 8px 0 0;
}

#TopTopNav a {
	padding: 2px;
}

#TopTopNav a:hover {
	background:#ffa76c;
	text-decoration: none;
	color: #ffffff;
}

#TopBanner {
	clear: both; 
	width: 740px; 
	height: 175px;
}

#TopBanner h1 {
	font-size: 60px; 
	font-weight: normal; 
	color: #ffffff; 
	padding-left: 40px; 
	padding-top: 40px;
}

#TopBannerbyline {
	font-size: 24px; 
	color: #ffffff; 
	padding-left: 40px; 
	padding-top: 10px;
}

#TopNav{
}

#TopNav ul{
	list-style: none;
	background-color:#ffffff;
	height: 21px;
	padding-top: 1px;
	padding-left: 2px;
}

.TopNavTab{
	float: left; 
	margin: 0 2px 0 0; 
	background: #005ff8 url(images/trim/bluecornerwhite.gif) top right no-repeat;
}

.TopNavTabActive{
	float: left; 
	margin: 0 2px 0 0; 
	background: #6c7b9b url(images/trim/greycornerwhite.gif) top right no-repeat;
}

#TopNav li a{
	color: #ffffff; 
	display: block;
	float: left; 
	padding: 3px 8px 3px 5px;
	text-decoration: none;
}

div#TopNav li:hover, div#TopNav li.sfhover{ 
	background:#ffa76c url(images/trim/orangecornerwhite.gif) top right no-repeat;
}

div#TopNav li:hover a, div#TopNav li.sfhover a{
	background: #ffa76c url(images/trim/orangecornerwhite.gif) top right no-repeat;
}


#Navibar{
	background-color:#6c7b9b;
	color:#ffffff;
	padding: 3px 5px 4px 5px;
}

.Navibaritem {
	padding:2px 8px 2px 8px;
	margin: 0px;
	text-decoration:none;
	font-size:1em;
	color:#ffffff;
	border-bottom:0;
}

.Navibaritem:active, .Navibaritem:visited {
	color:#ffffff;
}

.Navibaritem:hover {
	background :#ffa76c;
	color: #ffffff;
	text-decoration: none;
}

#MainBody {
	padding: 20px 10px 10px 20px;
	background:#ffffff;
}


#banner h1 {
color:#2275FC;
margin:120px 10px 30px 0;
float: right;
font-size:2.5em;
font-weight:bold;
}

.photo {
	padding:2px;
	margin:0 0 8px 0;
	background-color:#f0f0f0;
	border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

#footer {
	clear:both;
	background:#fafafa;
	padding:0;
	margin:0;
	border-top:1px solid #d8d8d8;
	height:50px;
}

#roundbottom { 
	background: #ffffff url(images/trim/br.jpg) no-repeat bottom right; 
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}


#footer p {
	color:#808080;
	font-size:0.9em;
	line-height:1.1em;
	margin:15px 0 0 0;
	padding:0;
	}

#footerlogo {
	float: right;
	margin: 0;
	padding: 0;
}

