/* Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color: #fff;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

/* NAV */
		
#nav
{
	width: 587px;
	height: 25px;
	background-color: #004b85;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: fixed;
	top: ;
	margin-left: -230px;
	left: 50%;
	margin-top: 6px;
	padding: 1px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: none;
	color: #ff0000;
	
}

#wrap {
	color: #303030;
	width: 714px;
	margin-top: 2;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	clear: both;
	padding: 0;
	height: 207px;
	background: url(images/mainbikes2.jpg);
	border-bottom-width: ;
	border-bottom-style:;
	border-bottom-color: ;
	background-color: #FFFFFF;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header h1 {
	width: 250px;
	margin: 0;
	float: left;
	height: 40px;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}


#headerbg {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
background-color:#fff;
}

#headerbg h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#headerbg p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}


#frontphoto {
margin: 0 0 10px 0;
border: 0;
}




#leftpanel {
	width: 170px;
	float: left;
	padding-right: 0px;
	font-size: 0.9em;
	height: 420px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#lftcol a:link, #lftcol a:visited {   /* These are the styles for the left column links */
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(none) no-repeat 0%;
}
	
#lftcol a:hover, #lftcol a:active {    /* These are the styles for the left column links */
	color: #ff0000;
	text-decoration: none;
	text-align: center;
	background: url(none) no-repeat 0%;
}
	
	
.leftcolbox h1,h2,h3 {   /* Titles in the left column */
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}
.leftcolbox img {
}
.leftcolbox img a {
}
div.leftcolbox {  /* Use this to create one of the boxes in the left column */
	width: 170px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #7373ab;
	background-image: url(images/bottomrded.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
div.leftcolboxtop { /* This div adds the top rounded corners of the box.  The bottom is included in the leftcolbox div as the background image */
	height: 22px;
	width: 170px;
	background-image: url(images/toprded.png);
	background-repeat: no-repeat;
	background-position: top;
}
	
.leftcolbox p {   /* text style for left col boxes */
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}
	

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 170px; /* Width of Menu Items */
	border-bottom: 0;
	background: ; /* IE6 Bug */
	font-size: 110%;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
		margin-bottom: 1px;
	}


ul#primary-nav li a {
	height: 15px;
	text-decoration: none;
	color: #000;
		opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	display: block;
	padding: 2px 0 0 10px;
	background: #000066;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #f4f4f4;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	}

ul#primary-nav li ul li a { 
padding: 2px 3px; 
background-color: #ececec;} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul, 
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent url(file:///N|/- My Webs/CSS/Andreas01/andreas01/stomp/image/arrow2.gif) center no-repeat; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #d7d7d7; }

ul#primary-nav li a:hover { 
	background: #eaeaea;
	color: #286ea0;
	border-right-width: 2px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #286ea0;
	border-left-color: #286ea0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #286ea0;
}
	
	



#avmenuright {
	clear: right;
	float: right;
	width: 170px;
	margin: 0 0 10px 0;
	font-size: 12px;
	background-color: fff;
}

#avmenuright ul {
	list-style: none;
	width: 170px;
	padding: 0;
	font-size: 1em;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
}	

#avmenuright li {
}

#avmenuright li a {
	height: 14px;
	text-decoration: none;
	color: #fff;
	display: block;
	background: #000066;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 3px;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-left: 40px;
}	
	
#avmenuright li a:hover {
	color: #286ea0;
	border-left-color: #286ea0;
	border-bottom-color: #286ea0;
	background-color: #eaeaea;
	background: url(images/RAFrwbsm.gif) no-repeat;
}


.announce {
	width: auto;
	color: #000;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}




.announceright {
	padding: 10px;
	width: auto;
	color: #505050;
	background-color: #fff;
	line-height: 1.3em;
	border-left-width: 2px;
	border-right-style: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-right-color: #ccc;
}

#extras {
	float: right;
	width: 163px;
	padding: 0;
	font-size: 0.9em;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#extras p {
margin: 0 0 1.5em 0;
}

#maincontent {
	height: auto;
	width: 330px;
	float: left;
	text-align: justify;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: none;
	background-color: fff;
	background-repeat: no-repeat;
	background-position: left top;
}
#maincontent p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#maincontent img {
display:inline;

}

#maincontent ul,#content ol{margin:0 5px 16px 35px;}
#maincontent dl{margin:0 5px 10px 25px;}
#maincontent dt{font-weight:bold; margin-bottom:5px;}
#maincontent dd{margin:0 0 10px 15px;}



h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #000000;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
	border-bottom-style: none;
	background-image: none;
	background-position: left center;
}

#footer {
	clear: both;
	width: 714px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
