/* CSS Document */

body {
	background: #EAEAEA url(images/bg.txt) repeat-x;
	margin:10px 0 10px 0;
	overflow:-moz-scrollbars-vertical;
}

/* Layout Essentials */

#container {
	width:800px;
	border:5px solid #4B628B;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	margin-bottom:5px;
}

#header {
	width:800px;
	border-bottom:5px solid #4B628B;
}

#main {
	width:790px;
	padding:5px;
	background:#FFFFFF;
}

.sidebar{
	background:#EEEEEE;
	padding:5px;
}

#additional {
	width:796px;
	border:2px #454545 solid;
	background:#CCCCCC url(images/extrabg.gif);
	padding:5px;
	text-align:center;
	margin:10px auto 0 auto;
}

/* Naigation Menu */

#blueblock{
width:140px;
padding: 0 0 0 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 110px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #FFFFFF;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 2px solid #F4F4F4;
border-right: 10px solid #9A9A9A;
background-color: #DBDAD2;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 2px solid #CCECFD;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.navigation{
	font-family:"TrebuchEt MS";
	font-size:14px;
	font-weight:bold;
	color:#7874AF;
}

.navigation a{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#7874AF;
}

.navigation a:hover{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#9A9A9A;
}

/* Image Attributes */

#imgnml {
	padding:3px;
	border:2px #00CCFF dashed;
}

/* Fonts and Other Aspects of Design */

.text{
	font-family:"Trebuchet MS";
	font-size:12px;
}

.text ul{
	list-style:square;
	margin:0;
	padding:0;
	list-style-position: inside;
}

.text h1{
	font-family:"Trebuchet MS";
	font-size:28px;
	margin:0px;
	font-weight:bold;
}

.extras {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Tahoma";
}

.extras a {
	color:#0099FF;
	text-decoration: none;
}

.extras a:hover {
	color: #000099;
}

.title{
	font
}

table#prices td{
	border:1px solid #D7EFFD;
	padding:2px;
}

#sideimg {
	width:115px;
	padding:5px;
	border:1px solid #DFDFDF;
	background:#E8E8E8;
	margin:5px auto 5px auto;
}