﻿*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

#header{
	background: url('../images/rubber_grip.png');
}

#logo{
	padding: 3px 5px;
}

#navigation{
	position: relative;
	z-index: 100;
}

#navigation ul{
	list-style: none;
}

#navigation li, #navigation a{
	display: block;
}

#navigation li{
	float: left;
}

#navigation li a{
	background: url('../images/button_normal.png') repeat-x;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	margin: 0 5px;
	width: 130px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation li a:hover{
	background: url('../images/button_hover.png') repeat-x;
	color: #663300;
}

#gt-stripes{
	background: url('../images/gt_stripes.png') no-repeat;
	width: 182px;
	height: 144px;
	position: absolute;
	top: 0;
	right: 0;
}

#main{
	float:left;
}

#sidebar{
 	background: url('../images/brushed_alu.png');
	width: 160px;
	margin-right: 10px;
	height: 100%;
	min-height: 800px;
	font-size: 12px;
	font-weight: 700;
}

#sidebar li, #sidebar a{
	display: block;
}

#sidebar li{
	background: url('../images/brushed_alu_darker.png');
	border-bottom: 1px solid #a8a8a8;
}

#sidebar li:hover{
	background: url('../images/brushed_alu_dark.png');
}

#sidebar li a{
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	padding: 15px 5px;
}

#sidebar li a:hover{
	background: url('../images/arrow.png') no-repeat center right;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3) inset;
	color: #fff;
}

#content{
	width: 800px;
}

.clear{
	clear: both;
}