/* CSS Document */

body
{
margin: 30px;
background: url(../images/bg.jpg) repeat-x #b3c8d1;
text-align: center;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

#container
{
background: #fff;
width: 745px;
margin: auto;
font-family: verdana;
font-size: 10px;
border: 1px solid #000;

}

a:link
{
color: #ea4;
text-decoration: none;
}

a:hover
{
color: #ddd;
text-decoration: none;
}

a:visited
{
color: #ddd;
text-decoration: none;
}

#main a:link
{
color: #111;
text-decoration: none;
}

#main a:visited
{
color: #666;
text-decoration: none;
}

#main a:hover
{
color: #333;
text-decoration: underline;
}

#header
{
background: #444 url(../images/header_01.jpg);
width: 745px;
height: 100px;
}

#tabs
{
margin: 0px 0px 0px 132px;
height: auto;
font-size: 10px;
padding: 0px;
z-index: 0;
text-align: center;
}

#address
{
	padding: 4px;
	padding-right: 10px;
	font-size: 10px;
	color:#555;
	text-align: right;
}

.padder
{
	padding: 4px;
	font-size: 12px;
}

.padder1
{
	padding: 4px;
	font-size: 14px;
	color: #009999;
	text-decoration: underline;
}

table
{
font-size: 11px;
color: #444;
font-family: Georgia, "Times New Roman", Times, serif;
}

#menu
{
width: 745px;
height: 20px;


}

#menu_items
{
padding: 4px 20px 0px 20px;
}

.button
{
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
background: #888;
padding: 4px;
color: #ddd;
width: 120px;
text-align: center;
}

#copyright
{
color: #333;
background: #0bb;
text-align: center;
font-size: 9px;
padding: 4px;
font-family: "Trebuchet MS", Verdana, GillSans;
}

.prodinfo
{
padding-left: 10px;
border-left: 1px solid #aaa;
}

.title
{
	font-size: 11px;
	font-weight: 900;
	text-decoration: underline;
	margin-bottom: 8px;
}

.header
{
	font-size: 13px;
	font-weight: 900;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #333;
}

#main
{
background: url(../images/stamp.gif) bottom right no-repeat;
height: 100%;
border-bottom: 1px dotted;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li 
{
float: left;
position: relative;
left: 0px;
width: 80px;

}

/* Styles for Menu Items */
#tabs ul li a {
	display: block;
	text-decoration: none;
	color: #eee;
	background: #0bb url(../images/menubg.jpg) bottom repeat-x; /* IE6 Bug */
	padding: 4px 6px 3px 6px;
	border: 1px solid #333;
	border-right: 0px;
	
	}
	
li ul
{
	position: absolute;
	display: none;
	width: 40px;
	border-left: 1px;
	background: #ddd;
	}

	
	li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#tabs ul li a:hover { color: #eee; background: #088 url(../images/menubg1.jpg) bottom repeat-x; } /* Hover Styles */
		
#tabs li ul li a 
{
position: inherit;
width: auto;
border-right : 1px solid #333;
border-top: 0px;
background:#888;
font-size: 9px;
padding: 3px 4px;
} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
