html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	scrollbar-3dlight-color:#E2DE9E;
        scrollbar-darkshadow-color:#E2DE9E;
        scrollbar-highlight-color:#E2DE9E;
        scrollbar-shadow-color:#E2DE9E;
        scrollbar-track-color:#E2DE9E;
        scrollbar-arrow-color:navy;
        scrollbar-face-color:#cc6633;
	}

body {
	color: navy;
	background-color: #fff;
	}

div {
	padding: 0;
	margin: 0;
	}

dl {
	font-size: 90%;
	}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	padding: 1px;
	margin: 1px;
}

h1	{
	font-size: 90%;
	text-transform: lowercase;
	color: navy;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	}
	
h2	{
	font-size: 80%;
	text-transform: lowercase;
	color: navy;	
	}
	
h3	{
	font-size: 75%;
	}
	
h4	{
	font-size: 70%;
	padding: 2;
	margin: 2;
	}
	
h5	{
	font-size: 65%;
	padding: 2;
	margin: 2;
	}
	
h6	{
	font-size: 65%;
	}

img {
	padding: 0px;
	border: none;
	margin: 0px;
	}

p {
	font-size: 70%;
	color: navy;
	background-color: transparent;
	padding: 1;
	margin: 1 0 0 0;
	}

a {
	color: #cc6633;
	background: transparent;
	text-decoration: none;
}
a:link {
	color:#cc6633;
	background: transparent;
}
a:visited {
	color: #cc6633;
	background: transparent;
}
a:hover {
	color: #0B00FF;
	background: transparent;
	text-decoration: underline;
}
a:active {
	color: #0B00FF;
	background: transparent;
	text-decoration: underline;
}
/* side navigation */
a.nav {
	color: navy;
	background: transparent;
	text-decoration: none;
}
a.nav:link {
	color: navy;
	background: transparent;
	text-decoration: none;
}
a.nav:visited {
	color: navy;
	background: transparent;
	text-decoration: none;
}
a.nav:hover {
	color: #cc6633;
	background: transparent;
	text-decoration: underline;
}
a.nav:active {
	color: #cc6633;
	background: transparent;
	text-decoration: none;	
}

.border1{
	color: #navy;
	border-bottom: 1px solid navy;	
}
	
.border2{
color: #navy;
	background-color: #e2de9e;
	border-right: 1px solid navy;	
	}
.border3{
color: #navy;
	background-color: #e2de9e;
	border-top: 1px solid navy;	
	border-bottom: 1px solid navy;	
	}
.border4{
	border-top: 1px solid navy;	
	border-bottom: 1px solid navy;	
}

.colour3{
	background-color: #00008B;
}
.colour4{
	background-color: #cc6633;
}	

.colour1{
	background-color: #e2de9e;
}	

.padding{
	padding: 5px;
	margin: 5px:
}

ul{
	font-size: 70%;
	text-transform: lowercase;
}

.listright{
	font-size: 80%;
	list-style-type: disc;
	padding: 1px;
	margin: 1px;
	line-height: 1.5em;
}
.listleft{
	font-size: 105%;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	text-transform: lowercase;
	}

.listleft li{
	font-size: 70%;
	line-height: 1.5em;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	overflow: hidden;

	scrollbar-3dlight-color:#E2DE9E;
        scrollbar-darkshadow-color:#E2DE9E;
        scrollbar-highlight-color:#E2DE9E;
        scrollbar-shadow-color:#E2DE9E;
        scrollbar-track-color:#E2DE9E;
        scrollbar-arrow-color:navy;
        scrollbar-face-color:#cc6633;
}

.picback{
	background-image: url(../images/blueprint2.gif);
	background-repeat: no-repeat;
	background-color: #e2de9e;
}

.bolder{
	font-weight: bold;
}
.scroll_box {
        font-size: 80%;
        color: navy;
        background-color: white;
        border: 1px solid white;
}

table.grid{
width: 98%; border-bottom: 1px solid threedlightshadow; border-right: 1px solid threedlightshadow; border-top: 1px solid threeddarkshadow; border-left: 1px solid threeddarkshadow; background-color: Window;
}
table.grid td.caption{
font-family: tahoma, font-size:8pt; background-color:buttonface; border-top:1px solid buttonhighlight; border-left:1px solid buttonhighlight; border-right:1px solid buttonshadow; border-bottom:1px solid buttonshadow; padding : 3px; height : 25px; white-space: nowrap; cursor:default;
}
table.grid td.column{
height: 22; font-family: verdana; font-size:8pt; background-color : White; padding : 2px 2px 2px 5px; text-align : left; border-right : 1px solid silver; border-bottom : 1px solid silver;
}
table.grid td.price{
height: 22; font-family: verdana; font-size:8pt; background-color : White; padding : 2px 2px 2px 5px; text-align : right; border-right : 1px solid silver; border-bottom : 1px solid silver;
}
table.grid td.options{
height: 22; font-family: verdana; font-size:8pt; background-color : White; padding : 2px 2px 2px 5px; text-align : right; border-right : 1px solid silver; border-bottom : 1px solid silver;
}

/* XHTML/CSS/DHTML Semantically Correct Drop-Down Menu v1.1 */


#mainMenu {
	position: relative;
	text-align: left;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

#mainMenu a, #mainMenu a:hover, #mainMenu a:active{
	text-decoration: none;
	font-weight: bold;
	font-size: 145%;
	text-transform: lowercase;
}

#menuList {
	margin: 0px;
	padding: 0px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

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

#menuButton {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

a.starter {
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	background-color: #DC241F;
	color: #ffffff;
}

.menu {
	text-align: left;
	background-color: #fff;
	position: absolute;
	width: 140px;
	visibility: hidden;
        color: #777;
	border: 1px solid #ccc;
}
.menu li a {
        background-color: #f9f9f9;
	display: block;
	border-bottom: 1px solid #999999;
	height: 14px;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	background-color: #fff;
}
