﻿/* CSS Document */
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #004683;
	background-color: #FFFFFF;
}
/* headers */
h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-decoration:underline;
}
.error {
	color: #CC0000;
}
.success {
	color: #339900;
}


/* CONTAINER 
   ----------------------------------------------------- */
#container {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 3px solid #379C36;
	background-image: url(../images/backgrounds/container.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* HEADER
   ----------------------------------------------------- */
#header {
	position: relative;
	display: block;
	height: 100px;
	background-color: #FFFFFF;
}
/* NAVIGATION 
   ----------------------------------------------------- */
.navigation {
	background-color: #FFFFFF;
	background: #379C36;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	color: #379C36;
}
.navigation a:visited {
	background: #379C36;
	padding: 0.5em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:link {
	background: #379C36;
	padding: 0.5em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #379C36;
}
.navigation a:hover {
	color: #000000;
	background-color: #E0E4F1;
}

/* SUB NAVIGATION 
   ----------------------------------------------------- */
.subNavigation {
	background: #FFFFFF;
	display: block;
	margin-top: 0px;
	color: black;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.subNavigation a:visited {
	background: #FFFFFF;
	display: block;
	padding-top: 0.0em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.subNavigation a:link {
	background: #FFFFFF;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.subNavigation a:hover {
	background-color: #FFFFFF;
	color:#379C36
}
a.logout {
	margin-top:20px;
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}

/* CONTENT 
   ----------------------------------------------------- */
#content {
	background: #FFFFFF;
	display: block;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 50px;
}


/* LEFT CONTENT 
   ----------------------------------------------------- */
#leftContent {
	background: #379C36;
	float: left;
	margin: 0;
	width: 200px;
	background-color: #379C36;
}
#sidebarbase{
	background: #FFFFFF;
	height: 535px;
}
#leftImage {
	background-color: #379C36;
	background-image: url(../images/backgrounds/slaters_LH_montage.jpg);
	background-repeat: no-repeat;
	background: #379C36;
	margin-top: 10px;
	background-position: left bottom;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 200px;
}
/* RIGHT CONTENT 
   ----------------------------------------------------- */
#rightContent {
	background: #379C36;
	margin: 0 5px 0 210px;
	background-color: #FFFFFF;
	color: #000000;
}
#rightContent img{
	padding:5px;
}

/* FOOTER 
   ----------------------------------------------------- */
#footer {
	background-color: #379C36;
	background: #379C36;
	display: block;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 50px;
	width: 100%;
}

#credit {
	display: block;
	text-align: right;
}

#credit a:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}

#credit a:link{
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}

#credit a:hover {
	text-decoration: underline;
}



a:visited {
	text-decoration: none;
	color: #C53A29;
	font-weight:bold;
}



a:link {
	text-decoration: none;
	color: #C53A29;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}


#motorstocktypes{
	display:block;
	padding-bottom:10px;
}
#motorstocktypes a:visited{
font-size:9px;
	text-decoration: none;
	color: #000000;
	background-color: #e9e4d8;
	font-weight:normal;
	padding:2px;
	border: solid 1px ;
}

#motorstocktypes a:link{
font-size:9px;
	text-decoration: none;
	color: #000000;
	background-color: #e9e4d8;
	font-weight:normal;
	padding:2px;
	border: solid 1px ;
}

#motorstocktypes a:hover {
	background-color: #FFFFFF;
}
