@charset "utf-8";
/* CSS Document */

body {
	background: #666;
	margin: 0px;
}
.container {
	background: #FFF;
}
#menubar {
	border-right: 2px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #EEE;
}
#homepage {
	background: url(images/homepage_bg.jpg) no-repeat center bottom;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	padding-top: 2em;
	padding-bottom: 6em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	font: 14px Arial, Geneva, sans-serif;
	color: #000;
}
#disclaimer {
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	padding-top: 2em;
	padding-bottom: 6em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	font: 14px Arial, Geneva, sans-serif;
	color: #000;
}
#homeblock {
	width: 32em;	
}
#orderblock {
	width: 38em;	
}
#footer {
	background: url(images/footer_repeat.jpg) repeat-x;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top:.4em;
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	height: 30px;
}

#footer a:link {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:none;
}
#footer a:visited {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FF9;
	text-decoration:none;
}
#footer a:active {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FF9;
	text-decoration:none;
}


h3 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFC;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666;
}
#subheading {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
a:link {
	color: #06C;
}
a:visited {
	color: #06C;
}
a:hover {
	color: #C00;
}
a:active {
	color: #C00;
}
#contentblock {
	width: 38em;
}
#attnblock {
	background: #FFC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #096;
	border-bottom: 1px solid #096;
}
legend {
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #60BA0D;
	padding-bottom: 1em;
}
#smalltext {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
}
.modifiedcursor {
	cursor:help;
}
