/*CrazyHiveSusie HobbyFeb 2017crazyhive.css*/body{	font-family: Tempus Sans ITC;	font-size: 25px;}#container {	/*border: 3px solid red;   */   	margin: 15px 0 50px 75px;	float: left;	width: 1250px;}#headerBox{	float: left;	width: 1250px;	height:150px;	border-bottom-style: dotted;}#mainBox{	overflow: auto;	width: 1250px;	min-height: 300px;}#infobox{	position: relative;	margin: 60px 0 0 28px;	width: 95%;	/*border: solid blue; */}#logo{	position: relative;	margin: -35px 0 0 252px;}	table#nav {	position:absolute;	margin: -15px 0 50px 25px;	width: 1200px;	text-align: center;}table#nav td{	width: 25%;	height: 50px;	text-align: center;	background-color: #fcf7e8;}table#contact td{	font-size: 20px;		background-color: #fcf7e8;		}#combBorder{	position:absolute;	margin: 55px 0 50px 30px;	width: 1192px;}.dizzy /* class for navigation table */{	font-weight: 900;	font-size: 35px;} .dizzy a{	display: block;	text-decoration: none;	background-color: #fcf7e8;		color: #000000;}.dizzy a:hover  { 	text-decoration: none;	background-color: #F7E7BD;	color: #D35400;}.dizzy td{	border: 8px solid transparent;	border-image: url(images/border2.png) 30 stretch;}.intro {     position:absolute;	margin: 75px 0 0 60px;	font-size: 20px;}#home{	height: 50px;	width: 50px;	z-index: 1;}table#vid {  	margin: 50px 0 0 10px;	min-height: 150px;	border: 1px  solid black;}table#vid td{	width: 575px;	height: 500px;	text-align: center;	border: 1px  solid black;}table#products {	position: relative;	margin: 50px 0 0 0;	min-height: 150px;	/*border: 1px  solid black;*/}table#products td{	width: 400px;	height: 200px;	padding-top: 50px;	font-size: 20px;	text-align: center;	background-color: #fcf7e8;	border: 10px solid transparent;	border-image: url(images/border2.png) 30 stretch;}  .pUnavailable{		color: Red;}#footer {   position:relative;   margin: 25px 0 100px 0;   width:100%;   height:100px;   /* Height of the footer */   text-align: center;}/*CSS for Simple Tree Menu*/.treeview ul{ 	margin: 0;	padding: 0;}.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/	background: transparent url(images/list3.gif) no-repeat left center;	list-style-type: none;	padding-left: 22px;	margin-bottom: 3px;}.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */	background: transparent url(images/closed.gif) no-repeat left 1px;	cursor: hand !important;	cursor: pointer !important;	/*font-family:Tahoma;  */	color: #643822;}.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */	display: none; /*Hide them by default. Don't delete. */}.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */	cursor: default;}