﻿body
{
	margin: 0;
	padding: 0;
	background-color: #666666;
	font: normal 11px Arial;
	line-height: 18px;
}
a:visited {
	color:#006600;
	text-decoration:none;
	}
	
.specbutton {
     background-color: #000000;
     border: Defaultpx dotted #ffffff;
     color: white;
     font-size: ;
     font-family: ;
     font-style: normal;
     font-weight: ;
     padding: 1px;
     }

	
a:link {
	color:#0000FF;
	text-decoration:none;
	font: 12px;
	}
	
h1 {
	line-height: 26px; 
}

h2 {
	font: bold 14px Arial;
}


h3 {
	font: bold 12px Arial;
}

div.bikeleft {
	float:left;
	position:relative;
	width: 90px;
}

div.bikecentre {
	float:left;
	position:relative;
	width: 450px;
	margin-left: 90px;
}

div.bikeright {
	float:right;
	position:relative;
	width: 90px;
}

div.archive {
	float:left;
	position:relative;
	width: 105px;
	height: 130px;
}
div.archivephoto {
	width: 102px;
	height: 90px;
}
div.archivespec {
	width: 100px;
	height: 30px;
}
div.archivetext {
	width: 640px;
	height: 100px;
}


div.clear {
	clear:both;
}

div.logoleft {
	float:left;
	position:relative;
}

div.logoright {
	float:right;
	position:relative;
}

div.mapleft {
	float:left;
	position:relative;
	margin-left: 50px;
}

div.mapright {
	float:right;
	position:relative;
	margin-right: 10px;
}

div.bboleft {
	float:left;
	position:relative;
	margin-left: 50px;
}

div.bboright {
	float:right;
	position:relative;
	margin-right: 50px;
}

div.mapbottom {
	float:left;
	position:relative;
	margin-right: 10px;
}


#topmargin
{
	width: 800px;
	height: 10px;
	float:left;
}
#header
{
	width: 800px;
	height: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/header2.gif);	
}

#main
{
	background-color:#CCCCCC;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	height:950px;
}

#mainvid
{
	background-color:#CCCCCC;
	width: 800px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	height:800px;
}


a:link.style5 {color: #0000fe}
a:visited.style5 {color: #0000fe}
a:active.style5 {color: #0000fe}

#content-main
{
	width: 650px;
	height: 400px;
	float:left;
	margin-left: 5px;
	left: auto;
	right: auto;
}

#content-pic
{
	width: 410px;
	height: 300px;
	float:left;
	margin-left: 100px;
}

#content-top
{
	width: 645px;
	float:left;
	left: auto;
	right: auto;
	height:80px;
}

#content-bottom
{
	width: 645px;
	float:left;
	left: auto;
	right: auto;
	height:150px;
}


div.stez {
	float:right;
	position:relative;
	padding:5px;
	line-height: 5px; 
	margin-top: 0px;
}

.content-container {
	margin-left: 10px;
	float:left;
}

.nav-container {
	width: 120px;
	float:left;
	height: 390px;
}

#topleftcontainer {
	width: 370px;
	float:left;
	height: 180px;
}

#toprightcontainer {
	width: 270px;
	float:left;
	height: 180px;
}

#toprighttext {
	width: 350px;
	float:right;
	height: 180px;
}



#bottomleftcontainer {
	width: 270px;
	float:left;
}

#bottomrightcontainer {
	width: 350px;
	float:left;
}


.buttonseperator {
	height: 5px;
	width: 74px;
}

.buttonstop {
	width: 100px;
	height:35px;
}


a.buttonred{
background: transparent url('../Images/polar Logo button left.png') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 15px; /* Width of left menu image */
text-decoration: none;
width: 100px;
}

a:link.buttonred, a:visited.buttonred, a:active.buttonred{
color: #ff0000; /*button text color*/
}

a.buttonred span{
background: transparent url('../Images/polar Logo button right.png') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.buttonred:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.buttonred:hover span{ /* Hover state CSS */
background-position: bottom right;
color: orange;
}
a.buttonblack{
background: transparent url('../Images/polar Logo button left.png') no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 15px; /* Width of left menu image */
text-decoration: none;
width: 100px;
}

a:link.buttonblack, a:visited.buttonblack, a:active.buttonblack{
color: #000000; /*button text color*/
}

a.buttonblack span{
background: transparent url('../Images/polar Logo button right.png') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.buttonblack:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.buttonblack:hover span{ /* Hover state CSS */
background-position: bottom right;
color: gray;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
#content-pic1 {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:180px;
	float:left;
}

#content-pic2 {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:180px;
	float:right;
}
#content-picleft {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:180px;
	float:left;
}

#content-picright {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:180px;
	float:right;
}
#content-textleft {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:180px;
	float:left;
}

#content-textright {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:180px;
	float:right;
}
#content-picleft6 {
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:144px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#content-textleft6 {
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:144px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#apDiv1 {
	width:253px;
	height:169px;
	z-index:1;
	position:relative;
	float:right;
	margin-right:10px;
}
#apDiv2 {
	width:340px;
	height:185px;
	z-index:2;
	position:relative;
	float:left;
	margin-left:15px;
}
#content-picvid {
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
	height:300px;
	float:left;
	margin-left:160px;
	margin-right:5px;
}
div.footer {
	float:left;
	margin-left: 10px;
}
div.title {
	float:left;
	margin-left: 10px;
}

