@charset "utf-8";

body,td,th {
	font-family: Trebuchet MS, Arial, helvetica, san-serif;
	font-size: 12px;
	color: #d4bfa9;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #121212;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #008800;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007700;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.menu:link {
	color: #e9ddd1;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #e9ddd1;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.calnav:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.calnav:visited {
	text-decoration: none;
	color: #f0f0f0;
}
a.calnav:hover {
	text-decoration: underline;
	color: #fff;
}
a.calnav:active {
	text-decoration: underline;
	color: #fff;
}

h1,h2,h3 { color:#fff; margin:5px 0px 5px 0px;}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.10right { padding-right:10px; }
.10left { padding-left:10px; }
.overflowX { overflow-x:hidden; }

.prices { border:1px solid #666; border-left:6px solid #666; padding:0px 3px 0px 3px; background:#444; }

.selections { border-bottom:1px dashed #888; font-size:13px; font-weight:bold; }