
body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

#frameLeft {
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ECEEEC;
color: black;
}

#frameTop {
position: absolute;
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 180px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ECEEEC;
color: black;
}

#frameBottom {
position: absolute;
top: auto;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
right: 0;
height: 120px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ECEEEC;
color: black;
}

#frameRight {
position: fixed;
top: 180px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 120px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
background: #ECEEEC;
}

.innertube {
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body { /*IE6 hack*/
padding: 110px 0 120px 200px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent { /*IE6 hack*/
height: 100%;
width: 100%;
}

* html #framecontentTop, * html #framecontentBottom { /*IE6 hack*/
width: 100%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu {
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Old English Text MT', 'Forte';
}

#ddblueblockmenu li a {
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #ECEEEC;
border-bottom: 1px solid black;
border-left: 7px solid #ECEEEC;
font: bold 90% 'Old English Text MT', 'Forte';
}

* html #ddblueblockmenu li a { /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #E8E8D5;
border-left-color: red;
color: red;
font: bold 90% 'Old English Text MT', 'Forte';
}

#ddblueblockmenu div.menutitle {
color: black;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #ECEEEC;
font: bold 90% 'Old English Text MT', 'Forte';
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 250px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


/* product items */
.proddesc {
  margin: .5cm;
  margin-left: 5.5cm;
  font-size: 18px;
  font-family: "Arial";
  font-weight: bold;
  color: black;
  }
  
.prodprice {
  font-size: 16px;
  font-family: "Arial";
  font-weight: bold;
  color: black;
  }
  
 .prodend {
  clear:both;
  }
  
.banner {
  font-size: 42px;
  font-family: "Old English Text MT", "Forte";
  color: black;
  letter-spacing: -0.05em;
  }
  
.bannersmall {
  font-size: 24px;
  font-family: "Old English Text MT", "Forte";
  color: black;
  letter-spacing: -0.05em;
  }
 
.bannertiny {
   font-size: 16px;
   font-family: "Old English Text MT", "Forte";
   color: black;
   letter-spacing: -0.05em;
  }
  
.footer {
  font-size: 16px;
  font-family: "Old English Text MT", "Forte";
  font-weight: bold;
  color: black;
  } 
  
.footersmall {
    font-size: 10px;
    font-family: "Old English Text MT", "Forte";
    font-weight: bold;
    color: black;
    } 
  
.regular {
    font-size: 16px;
    font-family: "Arial", "Times New Roman";
    color: black;
    } 
      
.general {
    font-size: 18px;
    font-family: "Arial", "Times New Roman";
    font-weight: bold;
    color: black;
    }
 
 .bigger {
     font-size: 24px;
     font-family: "Arial", "Times New Roman";
     font-weight: bold;
     color: black;
    }
    
.answer {
    font-size: 16px;
    font-family: "Arial", "Times New Roman";
    font-weight: bold;
    color: green;
    }
    
.handcursor {
    cursor:hand;
    cursor:pointer;
    }    

