html
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
}

#imageContainer
{
	position: fixed;
	width: 100%;
	height: 100%;
	}

#imageContainer img
{
	width: 100%;
	height: 100%;
	min-width: 900px;
}

.resize
{
	height: 100%;
	width: 100%;
}

#supermega-container
{
	width: 800px;
	height: 0px;
	text-align: left;

	position: absolute;
	top: 0px;
	left: 50%;

	margin-left: -400px;
}

#outer-body-container
{
	background-color: #FFFFFF;
	padding: 0px 8px 0px 9px;
	position: relative; 
}

#inner-body-container
{
	width: 100%;
	background-color: #CAC899;
	background-image: url('images/column-end-right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#body-left-container { width: 568px; background-color: #969335; float: left; padding: 0px; }
#body-content-container { width: 555px; background-color: #FFFFFF; margin: 0px; border-bottom: 1px solid #696969; border-left: 1px solid #696969; }

#medallion-image { float: left; position: relative; top: -71px; left: -3px; padding-left: 4px; }
#body-copy { float: left; color: #666666; width: 340px; margin-left: 10px; padding-bottom: 10px; min-height: 300px; }

/* NAV ITEM */
#right-column  { float: right; width: 215px; }
#overlay-image { height: 256px; position: absolute; top: -256px; }
#header-logo   { position: relative; z-index: 10; }
#white-spacer  { position: relative; z-index: 2; top: -47px; background-color: #FFFFFF; height: 47px; }

#nav-container { float: right; clear: right; margin-top: 47px; background-color: #CAC899; } /* #CAC899 = light beige */
#nav-container ul { padding: 10px 0px; margin: 0px; list-style: none; }
#nav-container li { height: 20px; margin: 0px; padding: 2px 0px; }
/* NAV ITEM */



#title-image { width: 183px; height: 30px; position: relative; margin: 4px 0px 0px -4px; }
#footer-container { color: #999999; height: 15px; background-color: #FFFFFF; padding: 4px 8px 4px 12px; position: relative;}
#footer-container a { text-decoration: none; color: #999999; height: 15px; background-color: #FFFFFF; padding: 4px 8px 4px 12px; }
#footer-container a:hover { text-decoration: underline; color: #999999; height: 15px; background-color: #FFFFFF; padding: 4px 8px 4px 12px; }

h1, a.product-main { color: #00528C; font-style: normal; font-weight: normal; font-size: 24px; }
h2 { font-size: 15px; font-weight: bold; }
h3 { font-size: 15px; font-weight: normal;  margin: 10px 0px 0px 0px; padding-left:2px; padding-top: 2px; padding-bottom: 2px;}
p { font-size: 12px;}

a { color: #000000; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

div.product_logo_holder { text-align: left; }
