﻿html
{
	padding: 0px;
}

body 
{
    background: #FFFFFF;

    font-size: small;
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #000000;

    margin: 0px;
    padding: 0px;
}

p
{
    text-align: justify;
}

a
{
	text-decoration: none;
}

a img
{
	border: none;
}

.error
{
	color: Red;
}

.field-validation-error
{
	color: Red;
	display: block;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.product-info-row
{
	visibility: collapse;
}

.product-info-row:hover
{
	visibility: visible;
}

.product-info
{
	border: 1px solid black;
}

.product:hover + .product-info-row
{
	visibility: visible;
}

#inner 
{
    width: 780px;
}

#header
{
	width: 780px;
	height: 105px;
	z-index: 1;
	
	background-image: url( 'header.png' );
}

#header h1
{
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	top: 20px;
    left: 170px;
    
    display: block;
}

#header p
{
	position: absolute;
	left: 640px;
	top: 10px;
	text-align: center;
	color: Gray;
	visibility: collapse;
}

#login
{
	z-index: 0;
	
	float: right;
	
	margin-right: 29px;
	
	text-align: right;
}

#maincontent
{
	width: 528px;
	z-index: 0;
	
	float: right;
	clear: right;
	
	margin-right: 29px;
	
	text-align: center;
}

#maincontent h2
{
	display: block;
	font-size: large;
		
	margin-bottom: -12px;
	margin-top: 0px;
}

#contentheader
{
	position: relative;
	z-index: -1;
}

#contentbody
{
	margin: 0px 20px 0px 20px;
	text-align: justify;
}

#contentfooter
{
	position: relative;
	z-index: -1;
}

#menu
{
    width: 195px;
	z-index: 1;
	
    background: #FFFFFF;
}

#menu ul
{
	margin: 10px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li
{
    display: block;
    
    margin: 0px 0px 5px 0px;
    padding: 0px;

    text-align: center;
}

#menu ul li a
{
	display: block;
	width: 170px;
	height: 28px;

	margin: 0px;
	padding: 1px 0px 0px 0px;

    background-image: url( 'link.jpg' );
    
    color: Black;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li a:hover
{
    color: #4A4A24;
}