/***********************************************/
/* Frost and Caro Style Sheet    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF; }
h1, h2, h3, h4 {
	margin: 0;
	padding: 0; }
h1 {
	padding-bottom: 10px;
	color: #FFF;
	font-size: 18px; }
h2 {
	padding-bottom: 0;
	font-size: 14px;
	color: #DDD; }
table {
	width: 50%;
	font-size: 13px; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#top {
	border-bottom: 1px solid #000; }
#middle {
	border-bottom: 5px solid #F87203; }
#bottom {
	border-top: 1px solid #000; }
#masthead {
	width: 100%;
	margin: 0;
	padding: 18px 0 0 0; }
#navBar {
	position: absolute;
	top: 175px;
	left: 0;
	background: #F87203;
	margin: 0;
	padding: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000; }
#content {
	margin: 0 25px 0px 125px;
	padding: 15px 0 15px 0; }
	
/***********************************************/
/*Styles                              */
/***********************************************/
#masthead img {
	padding: 0 0 0 25px; }
#content a:link, a:visited {
	color: #FFF;
	text-decoration: underline; }
#content a:hover {
	text-decoration: none; }
#content tr {
	vertical-align: top; }	
#content submit {
	background: #FD9B03;
	border: 2px solid #3E4F76;
	color: #3E4F76; }
#content table#ordering {
	width: 375px;
	border: 1px solid #FFF;
	border-collapse: collapse; }
#ordering th {
	background: #4B4B4B;
	padding: 5px;
	border: 1px solid #FFF;
	border-collapse: collapse; }
#ordering td {
	padding: 5px;
	border: 1px solid #FFF;
	border-collapse: collapse; }
#content table#info {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left; }
#sideImage {
	width: 200px;
	float: right;
	padding: 5px;
	font-style: italic;
	text-align: center; }
	
/************* #spacer styles ***************/
#spacer { 
	padding: 10px 0 10px 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid ThreedDarkShadow;
	border-right: 1px solid ThreedDarkShadow; }
#spacer2 { 
	width: 115px;
	padding: 155px 0 0 0;
	border: 1px solid #ddd;
	border-bottom: 1px solid ThreedDarkShadow;
	border-right: 1px solid ThreedDarkShadow; }
#spacer3 { 
	padding: 0 0 140px 0; }
	
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {
	display: block; }
#navBar ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	list-style: none; }
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #000; }
	
/************** #contact styles **************/
#contact {
	margin: 0;
	padding: 5px 0 10px 5px;
	background: #FFB664;
	border: 1px solid ThreedDarkShadow;
	border-right: 1px solid #000;
	border-bottom: 1px solid #FFB664;
	font-size: 12px;
	color: #000; }
#contact a:link, a:visited {
	color: #000; }
#contact a:hover {
	text-decoration: underline; }
	
/************* #siteInfo styles ***************/
#siteInfo {
	width: 99%;
	background: #F87203;
	padding: 3px 8px 3px 0px;
	border-top: 1px solid #000;
	font-size: 11px;
	color: #000;
	text-align: right; }
#siteInfo a {
	color: #000;
	text-decoration: none; }
#siteInfo a:hover {
	text-decoration: underline; }
	
#content a:link, a:visited {
	color: #FFF;
	text-decoration: underline; }