* {margin:0; padding:0;}

/*STANDARD TAGS*/

body {
	font: 10pt Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFFFFF;
	border-top: 5px solid #000000;
	padding-top: 1px;
	behavior:url("csshover.htc");
}
a {
	color: #660000;
}
h1 {
	font-size: 14pt;
	margin-bottom: 15px;
	letter-spacing: .1em;
	margin-top: 20px;
	margin-left: 10px;
	color: #660000;
}
h2 {
	font-size: 11pt;
	color: #666666;
	margin-left: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	margin: 10px;
}


/*DIVS AND CLASSES BY SECTION*/

#container {
	width:790px;
	margin: 0 auto 0 auto;
	text-align:left;
}
#header {
	overflow:auto;
}
#header img {
	margin: 5px 0 5px 0;
	float: left;
}


#shoppingnav {
	width: 500px;
	float: right;
	position: relative;
}
#shoppingnav li {
	list-style-type: none;
	float: right;
	background-image: url(images/shoppingbuttondivider.gif);
	background-repeat: no-repeat;
	background-color: #A2A2A2;
}
.shoppingend {
	background-image: url(images/shoppingbuttonend.gif);
	background-repeat: no-repeat;
}
#shoppingnav a {
	background-color: #a2a2a2;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .15em;
}


#navmain {
	width:100%;
	background-color: #000000;
	float: left;
	background-image: url(images/navmainbackground.gif);
	background-repeat: repeat;
}
#navmain ul {
	float: right;
}
#navmain a {
	display:block;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .05em;
	padding: 5px;
}
#navmain li {
	list-style: none;
	position: relative;
	border-left:1px solid #999999;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
} 
#navmain ul li ul {
	display: none;
	position: absolute;
	background-color: #333333;
	width: 12.5em;
	left: 0px;
	opacity: .90;
	filter: alpha(opacity=90);
}
#navmain ul li ul a {
	width: 100%;
}
#navmain ul li ul li {
	width: 100%;
	text-align: left;
	border-bottom: solid #FFFFFF 1px;
	border-left:0px;
	padding: 0px;
}
#navmain ul li:hover ul, #navmain ul li ul:hover {
	display:block;
}
#navmain ul li ul li:hover {
	background-color: #000000;
}


#sidebar {
	width: 199px;
	text-align: center;
	float: left;
	color: #333333;
}
#sidebar strong {
	letter-spacing: .15em;
}
#sidebar li {
	list-style-type: none;
	font-size: 8pt;
	font-weight: bold;
}
#sidebar legend { 
	font-weight: bold;
	font-size: 11pt;
	color: #E0E0E0;
	padding-bottom: 10px;
}
.sidebox { 
	margin: 10px; 
	padding: 0px 10px 10px 10px;
	text-align: left;
	border: 1px solid #E0E0E0;
}
.sidebox a {
	color: #000000;
	display: block;
	padding-top: 4px;
	font-size: 8pt;
	text-align:center;
}
.field {
	padding-bottom:5px;
	line-height:1.75em;
	text-align:right;
	display:block;
}
#containermiddle {
	width: 790px;
	background-color: #999999;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 590px;
	padding-bottom: 30px;
}
#content p {
	margin: 10px;
	text-align: justify;
}
#content li {
	margin-left: 50px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.images-right {
	float: right;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
	margin-left: 15px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
.images-right-no-border {
	float: right;
}

/* FOOTER DIVS*/

#footer {
	width: 790px;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	overflow: auto;
}
#footer li {
	float: left;
	list-style-type: none;
	padding: 2px 10px;
}
#footer a {
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*CSS HAX*/

div.clearfloats {clear:both}

