/* CSS Document */
body {
backgroundcolor:#CCCC99
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
}
table {
	/*border: 1px dotted red; */
}
td {
	/* border: 1px dotted yellow;*/
}
h1 {
	font-size: 1.5em;
	color: #CC0000;
}
p {
	margin: 10px;
	padding: 0;
}

.topleft 
{
	width: 10px;
	height:33px;
	background-image: url(Images/Tbl_Head_Lft.gif);
	
	
}
.details 
{
	width: 500px;
	height:500px;
	background-image: url(Images/Details_BckGr.jpg);
	background-repeat: repeat-x;
	
	
}
.details_logo
{
font:Arial, Helvetica, sans-serif;
font-size:50px;
color:#FFFFFF;
}
.topright 
{
	width: 10px;
	height:33px;
	background-image: url(Images/Tbl_Head_Rght.gif);
	}
	
	.topmid 
{
	
	height:33px;
	background-image: url(Images/Tbl_Head_Mid.gif);
	background-repeat: repeat-x;
	color: Gray;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	HEIGHT: 20px;
	}
	
	.rightside {
	background-image: url(Images/Rght.gif);
	background-repeat: repeat-y;
	
}
.leftside {
	background-image: url(Images/Left.gif);
	background-repeat: repeat-y;
	
}
.bot {
	background-image: url(Images/Bot.gif);
	background-repeat: repeat-z;
	
}
.botright 
{
	width: 10px;
	height:7px;
	background-image: url(Images/Tbl_Btm_Rght.gif);
	}
	
	.botleft 
{
	width: 10px;
	height:7px;
	background-image: url(Images/Tbl_Btm_Lft.gif);
	}

.header {
	background-image: url(../Images/SideHead.jpg);
	background-repeat: repeat-x;
}
#header2 {
	background-image: url(../Images/CenterHead.jpg);
	background-repeat: repeat-x;
	padding-top: 90px;
}
.menu {
	width: 100px;
	background-image: url(../Images/HomeUp.gif);
	margin: 0;
	padding: 0;
}
#menu a:hover {
	background-image: url(../Images/HomeOver.gif);
}
#midside1 {
	width: 230px;
	background-image: url(../images/MidSide.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 12px 0 12px;
	margin: 0;
}
#midside1 ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}
#midside1 a {
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
}
#midside1 a:hover {
	color: #FF9933;
}

#midside {
	width: 230px;
	background-image: url(../images/MidSide.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-right: 1px solid #fdcd68;
	border-left: 1px solid #fdcd68;
	padding: 0 12px 0 12px;
	margin: 0;
}

#midside ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}
#midside a {
	text-decoration: none;
	color: #666666;
	font-size: small;
}
#midside a:hover {
	color: #FF9933;
}
#main {
	background-image: url(../images/MainBckGr.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0 10px 0 10px;
	font-size: 1.1em;
	margin: 0;
}
#main1 {
	background-image: url(../images/MainBckGr.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-left: 1px solid #ffcc66;
	padding: 0 10px 0 10px;
	font-size: 1.1em;
	margin: 0;
}
#lowerleft {
	margin: 0;
	padding: 0;
	background-image: url(../images/lowerside.gif);
	background-repeat: repeat-x;
}
#lowercenter {
	width: 760px;
	margin: 0;
	padding: 0;
	background-image: url(../images/lowercenter.gif);
	background-repeat: repeat-x;
}
#lowerright {
	margin: 0;
	padding: 0;
	background-image: url(../images/lowerside.gif);
	background-repeat: repeat-x;
}
.footer {
 	background-image: url(../images/Footer.jpg);
	background-repeat: repeat-x;
}
#foottext {
	font-size: .9em;
	text-align: center;
	padding: 12px;
}
#foottext a {
	color: #CC3300;
	text-decoration: none;
}
#foottext a:hover {
	color: #990000;
	text-decoration: underline;
}
/* HORIZONTAL MENU CSS STRUCTURE */

/* Class for menu table styling */ 
.menu {
	width: 100px;
	margin: 0;
	padding: 0;
}

/*///////////////////////////////////////////////////////////
Gary, the SET below relates to ONE button. You need to copy and paste 
this set and then call it SET 2 - Something Button (whatever the second button is going to be
and so on. 

In the index.htm, I've named each ID in this order: #home, #product, #history, #aboutus, #contact. 

You change them to whatever your are going to be.
///////////////////////////////////////////////////////////*/

/* SET 1 - Home Button */
#home {
	position: relative;
	background-image: url(../Images/HomeUp.gif);
	white-space: nowrap;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
}
#home a {
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	text-decoration: none;
}
#home img {
	width: 100px;
	height: 20px;
	border: 0;
}
#home a:hover img {
	visibility: hidden;
	background-image: url(../Images/HomeUp.gif);
	
}
#home span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0;
}
/* END SET 1 - Home Button */.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	
}
