html, body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFF;
    background-image: url(images/bg.gif);
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input.button
{
	border: solid 1px #3366CC;
	background: #F6F6F6;
	font: 8pt Verdana;
}

a.menulink2
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9pt;
	font-family: monospace;
}

a.menulink2:hover
{
    font-weight: bold;
    color: #FFFFFF;
}

a.cartlink
{
	color: #3366CC;
	text-decoration: none;
	font-size: 9pt;
	font-family: monospace;
}

a.cartlink:hover
{
    font-weight: bold;
    color: #3366CC;
}

a
{
	color: #3366CC;
	text-decoration: none;
	font-size: 9pt;
}

td.foot_bar
{
	background: #ffec00;
	width: 100%;
	font-size: 8pt;
}

td.dist_data
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.dist_head
{
	background: url('images/yellow.png');
	color: #000;
	font-weight: bold;
}

td.dist_foot
{
	background: #D3D3D3;
}

td.loginout
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

td.general
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.sectiontitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('images/yellow.png');
}

table.categoryintro
{
	width: 800px;
	border: solid 1px #ccc;
}

table.menu_bar
{
	width: 45px;
	background: url('images/bar.jpg');
	color: white;
}

tr.descript {
	background: url('images/yellow.png');
    font-family: monospace;
    font-size: 10pt;
	color: #000;
}

tr.row {
    background: #FFFFFF;
    font-family: monospace;
    font-size: 9pt;
}

tr.altrow {
    background: #CCCCCC;
    font-family: monospace;
    font-size: 9pt;
}

tr.row:hover {
    background: #FFFFCC;
}

tr.altrow:hover {
    background: #FFFFCC;
}

.head
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    background: #FFF;
    height: 250px;
}

.logo
{
    float: left;
    background: url(images/logo.png);
    width: 321px;
    height: 143px;
}

.header
{
    float: right;
    background: url(images/header.png);
    width: 659px;
    height: 143px;
}

.bar
{
    background: url(images/bar.png);
    width: 980px;
    height: 12px;
    position: absolute; 
	top: 143px;
	left: 0px;
}
.message
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: red;
    width: 100%;
	position: absolute;
	top: 230px;
	text-align: center;
}
.kart
{
	position: absolute;
	top: 155px;
	right: 20px;
}
.menu
{
	left: 10px;
    margin-left: 50px;
    margin-right: 50px;
    width: 880px;
    position: absolute; 
	top: 170px;
	z-index: 2;
}
.menulink
{
    color: #000;
    text-decoration: none;
}

.menulink:hover
{
    background-color: #FFFFCC;
    color: #3366CC;
}

.main
{
    margin-left: 20px;
    margin-right: 20px;
    width: 920px;
	font-size: 9pt;

}


