html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 10pt/16pt "Trebuchet MS",Helvetica,sans-serif;
	overflow-y: scroll;
}

/*
 *	Main page blocks
 */

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#header {
	position: relative;
	width: 970px;
	height: 130px;
}
#logo {
	position: relative;
	top: 60px;
	left: 0;
	width: 240px;
	height: 70px;
}
#menu_top {
	position: absolute;
	top: 0;
	padding: 0;
	padding-left: 240px;
	font-size: 9pt;
	/* overflow: hidden; */
	height: 60px;
	width: 730px;
}
#menu_right {
	position: absolute;
	bottom: 5px;
	right: 35px;
	width: 680px;
	text-align: right;
}
#left {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
	width: 220px;
	font-size: 9pt;
	line-height: 12pt;
	min-height: 300px;
}
#breadcrumb {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 675px;
	height: 18px;
	font-size: 7pt;
	line-height: 16px;
	border-bottom: 1px solid red;
	margin-bottom: 5px;
}
#main {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 695px;
}
#content {
	float: left;
	width: 410px;
	padding: 20px;
	padding-top: 15px;
	padding-right: 0;
	min-height: 400px;
}
#right {
	float: right;
	width: 245px;
	margin-top: 15px;
	margin-right: -20px;
	padding: 0 10px;
	padding-left: 15px;
	font: 8pt/11pt Arial,sans-serif;
}

#bottom-spacer { /* Needed to stretch container to bottom */
	clear: both;
	height: 30px;
}
#footer {
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	margin: 0;
	margin-left: 80px;
	width: 800px;
	font: 9pt Arial, sans-serif;
	line-height: 30px;
}

#logo h1, #logo h2 {
	display: none;
}
#logo a {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 *	Menu styling
 */

.menublock h3 {
	display: none;
}

.menublock ul.root {
	margin: 0;
	padding: 0;
}
.menublock li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.menublock li a {
	display: block;
	float: left;
	white-space: nowrap;
	text-transform: uppercase;
}
.menublock .line {
	float: left;
	margin-top: 20px;
	border-left: 1px solid red;
	height: 20px;
}
#footer .menublock {
	float: left;
	margin-right: 30px;
}
#menu_top ul.root {
	height: 60px;
}
#menu_right ul.root {
	height: 40px;
}
#menu_top li {
	height: 60px;
}
#menu_right li {
	height: 40px;
}
#menu_top li a {
	padding: 0 25px;
	font: 12px/60px Arial, sans-serif;
	font-weight: bold;
	height: 60px;
	border-bottom: 4px solid;
}
#menu_right li a {
	float: right;
	padding: 0 20px;
	font: 12px/40px Arial, sans-serif;
	font-weight: bold;
	height: 40px;
}
#footer .menublock li a {
	text-transform: none;
	padding: 0 5px;
}
#footer .menublock .line {
	margin: 0;
	margin-top: 10px;
	height: 10px;
}
#menu_top li > ul {
	margin: 0;
	margin-left: 65px;
	padding: 0;
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 2;
}
#menu_top li.expanded > ul {
	margin: 0;
	padding: 0;
	top: 0;
	position: relative;
	display: inline;
	z-index: 1;
}
#menu_top li.hassubmenu:hover > a, #menu_top li.expanded > a {
	background-position: 117px -12px;
}
#menu_top li.expanded > ul > li {
	top: 0;
	padding: 0;
	margin: 0;
	left: 5px;
}
#menu_top li.expanded > ul > li.expanded {
	z-index: 2;
}
#menu_top li:hover > ul {
	display: block;
	z-index: 2;
}
#menu_top li, #menu_top li a, #menu_top li a:visited {
	text-decoration: none;
}
#menu_top li a:hover {
	cursor: pointer;
	text-decoration: underline;
}
#menu_top li a.nolink:hover {
	cursor: default;
	text-decoration: none;
}

#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb span {
	font-size: 12px;
	line-height: 11px;
	padding: 0 4px;
}

#right img {
	max-width: 270px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: -15px;
}
#right p {
	padding: 0;
	margin: 15px 0;
}
#right p img {
	margin-top: -15px;
}

#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.nolink:hover {
	text-decoration: none;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 12pt;
	text-transform: uppercase;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
#content h1, #content h2, #left h2, #left h3 {
	margin: 0;
	padding: 0;
}
#content h1 {
	margin-top: 5px;
	margin-bottom: 2px;
}

#content h2 {
	margin-bottom: 10px;
}
#left h2 {
	font-size: 13pt;
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#left h3, #left h4 {
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10pt;
}

#left p {
	margin: 8px 5px;
	padding: 0;
}


#content a img, #products a img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	margin: 5px 0;
}

.small {
	font-size: 8pt;
}
.hidden {
	display: none;
}
.shadow {
	background: #504117;
}

.random_image_frame {
	position: relative;
	top:4px;
	left:4px;
	margin-bottom:10px;
	background: #504117;
}
.random_image img {
	position: absolute;
	top: -4px;
	left: -4px;
}

#fade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #000;
	-moz-opacity: .66;
	-khtml-opacity: .66;
	opacity:.66;
	z-index: 1;
}
#lightbox {
    display: none;
    position: fixed;
    top: 10%;
    bottom: 10%;
    width: 850px;
    padding: 10px;
    border: 3px solid #aaa;
    background: #111;
    z-index: 2;
    overflow: auto;
}  

