﻿* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	font-size: 1.2em;
}

/* Rules for the top navaigation */
#topnav {
	width: 800px;
	margin: 0 auto;
	height: 26px;
}

#topnav ul {
	float: right;
}

#topnav li {
	display: inline;
	height: 26px;
	line-height: 26px;
	padding: 0 5px 0 5px;
}

#topnav a {
	color: #000000;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

/* --- */

/* Rules for top logo */

#banner {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

/* --- */

/* Rules for main menu */

#mainmenu {
	height: 50px;
	width: 900px;
	text-align: center;
	background: transparent url(/images/centre.jpg) repeat-x top left;
	border-top: 0px solid #dddddd;
	margin: 0 auto;
}

#left {
	background:url(/images/left.jpg);
	height: 50px;
	width: 20px;
	float: left;
}

#right {
	background:url(/images/right.jpg);
	height: 50px;
	width: 20px;
	float: right;
}

#mainmenu ul {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	list-style-type: none;
}

#mainmenu ul li {
	display: inline;
	list-style: none;
}

#mainmenu  ul li a {
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	height: 35px;
	width: 85px;
	line-height: 35px;
	font-size: 1.2em;
}

#mainmenu ul li a:hover {
	text-decoration: underline;
}

/* --- */

/* Main Content Holder */

#content {
	width: 800px;
	margin: 10px auto 0 auto;
}

/* --- */

/* Parts Menu */

#partsmenu {
	width: 150px;
	float: left;
}

#partsmenu ul{
	width: 100%;
}

#partsmenu li {
	list-style: none;
}

#partsmenu ul .parent {
	width: 100%;
	height: 45px;
	background: url(/images/parentbg.jpg) no-repeat;
	line-height: 36px;
	font-size: 1.2em;
	color: #ffffff;
	text-indent: 15px;
}

#partsmenu ul .child {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	font-size: 1.2em;
}

#partsmenu a {
	color: #000000;
	text-decoration: none;
}

#partsmenu a:hover {
	text-decoration: underline;
}

/* Main */

#main {
	margin: 0 0 0 20px;
	width: 600px;
	float: left;
	border: 0px solid;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 13px 0;
	clear: both;
	color: #ffffff;;
	width: 600px;
	height: 40px;
	line-height: 39px;
	text-indent: 15px;
	background-image: url('/images/h1bg.jpg');
}

h1 a {
	color: #000000;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 25px 0 10px 0;
	clear: both;
	padding: 0 10px 0 10px;
}

h2 a{
	color: #000000;
}

a {
	color: #0060a5;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1.2em;
	line-height: 26px;
	margin: 5px 0 10px 0;
	padding: 0 10px 0 10px;
	text-align: justify;
}

img {
	border: 0px solid #ffffff;
}

.generalList {
	font-size: 1.2em;
	line-height: 26px;
	margin: 5px 0 10px 40px;
}

.generalList li {
	list-style: disc;
	list-style-position: outside;
}

.linkList {
	font-size: 1.2em;
	line-height: 26px;
	margin: 5px 0 10px 40px;
}

.linkList li {
	list-style: none;
}

.separator {
	clear: both;
	height: 0px;
}

/* End Of Main */

#footer {
	clear: both;
	width: 800px;
	margin: 0px auto 0 auto;
	text-align: center;
	font-size: 1.2em;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 15px 0 15px 0;
	line-height: 24px;
}
