﻿/**************************
© 2005, Samo Kralj
 samo.kralj@gmail.com
***************************/

h1, h2, h3, h4 {
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
    text-decoration: none
}
a:link
{
    COLOR: #F7941C;
}
a:visited, A:active
{
    COLOR: #FF7200;
}
a:hover
{
    COLOR: #930000;
}

html
{
	background: url(images/background.png);
	background-repeat:repeat;
}


body
{
	background: url(images/background.png);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #FFFFFF;
	padding-top: 10px;
	
}

#link-home
{
	width:35%;
	height: 100px;
	cursor: hand;
}
/************************************
*               MENU
*************************************/
#menu
{
	font-size: 12px;
	width: 150px;
	text-align: center;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 30px;
	
	text-transform: lowercase;
}



td
{
	border: #777777 1px solid;
}

.menu-tr
{
	border: #777777 1px solid;
}
.menu-tr-over
{
	border: #DDDDDD 1px solid;
}

.submenu-tr
{
	border: #444444 1px solid;
	line-height: 12px;
}
.submenu-tr-over
{
	border: #888888 1px solid;
	line-height: 12px;
}
.submenu-tr-selected
{
	border: #888888 1px solid;
	line-height: 12px;
}
.tr-no-borders
{
	border-width:0px;
}

#bike-logos td
{
	border: #000000 1px solid;
	height: 60px;
}

#bike-logos a:link, a:visited, a:active
{
	border-width:0px;
}
#menu a
{
    text-decoration: none
}
#menu a:link, a:visited, A:active
{
    color: #AAAAAA;
	font-weight: 500;
}
#menu a:hover
{
    color: #FFFFFF;
}


#page
{
	width: 829px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background: url(images/header.png);
	width: 829px;
	height: 112px;
}

#sidebar
{
	float:left;
	width:205px;
	height: 266px;
}

#sidebar-content
{
	width:205px;
	padding-left: 25px;
	padding-right:25px;
}
#main-content
{
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	
	min-height: 270px;
}

#content
{
	margin-left:216px;
	background: url(images/content-slice.png);
	background-repeat: repeat-y;
	
	
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 0px; /* Weird Mozilla Bug */
}


.sidebar-slice
{
	background: url(images/sidebar.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 357px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 1px; /* Weird Mozilla Bug */
}

#content-bottom
{
	background: url(images/content-bottom.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 614px;
}

#footer
{
	background: url(images/footer.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 830px;
	
	line-height:11px;
	font-size: 9px;
	text-align: center;
	padding-top: 11px;
	
}
