
/*=========================================================================*/
/* keep the color scheme up here for easy changes... */
/*=========================================================================*/

#menu {background: transparent;}
#main {background-color: #eee;}
#header {background-color: #18468a; color: silver;}
#footer {background-color: #18468a; color: silver;}

#menu a {
	background-color: #18468a;
	color: #fff;
}

#menu a:hover {
	background-color: #334;
	color: #bbc;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.centerit {
	text-align: center;
}

.b1 {
	font-weight: normal;
}

.question {
	display: block;
	font-weight: bold;
	padding-top: .6em;
	padding-bottom: 0;
	margin-left: 1em;
}

.answer {
	display: block;
	margin-left: 1.5em;
	font-weight: normal;
	padding: 0 .5em;
}

/*=========================================================================*/
/* below this point is all POSITIONING elements */
/*=========================================================================*/

* {margin:0;padding:0}

address {
	font-style: normal;
	margin: 1em 2em;

}

body {
	font-family: verdana;
	font-size: 1em;
    background: #3866aa;
}

html {overflow: hidden;}

body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 60px;
	overflow: hidden;
	border-bottom: 2px solid black;
	text-align: center;
}

#header h1 {
	font-size: 24px;
	margin: 3px;
}

#header h2 {
	font-size: 14px;
}

#main {
	position: absolute;
	top: 80px;
	left: 200px;
	right: 20px;
	bottom: 51px;
	overflow: auto;
}

#content h2,
#content p {
	padding: .5em;
	padding-left: 1em;
}

#content h1 {
	padding-left: 1em;
	font-size: 16px;
}

#menu {
	position: absolute;
	top: 80px;
	left: 20px;
	bottom: 51px;
	width: 160px;
	/* overflow-x: hidden; */
	overflow-y: auto;
}


#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid black;
	text-align: right;
}

#footer p {
	font-size: .8em;
	padding-right: 1em;
}



#menu dl {width: 120px; margin: 0 auto; padding: 0 0 10px 0; background: #3866aa;}
#menu dt {margin:0; padding: 10px; font-size: 14px; font-weight:bold; color: #fff; border-bottom:1px solid #fff; background:transparent;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 12px; border-bottom:1px solid #fff; background: transparent;}
#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block;
	padding:5px 5px 5px 20px;
	background: transparent; width:95px;
}
#gallery a:hover {background: transparent url(../images/myarrow.png) no-repeat 11px 10px; color:#000;}

ol li {font-size:11px;}

#prices {
	width: 450px;
	margin: 0 auto;
}

#pricetable {
	border-collapse: collapse;
}

#pricetable td {
	height: 21px;
	text-align: right;
	padding-right: 3px;
}

.thead {
	background-color: #0aa;
	color: white;
}


li {
	padding: 0 2em;
}