body 
{
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size:100%;
}

TD
{
	font-size:80%;
	line-height: 20px;
}

H1
{
	color:#310063;
	font-weight: bold;
	font-size:110%;
}

.maintable 
{
	height:100%;
	width:100%;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	vertical-align:top;
}

A, A:Active, A:Visited, .header TD
{
	color:#310063;
	text-decoration:none;
	font-weight:bold;
}

A:Hover
{
	text-decoration: underline;
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' HEADER
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.header
{
	height:168px;
	background-color:#310063;
	color:White;
}

.header H1
{
    color:White;
    font-size:14pt;
}

.logo
{
	padding:30px;
}

.header TD
{
    font-weight:bold;
    color:White;
}

.headerimage
{
	padding-right:30px;
	color:White;
	font-size:12pt;
}

.header A, .header:Active, .header:Visited
{
    color:White;
}

.header A:Hover
{}


/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' TOOL BAR
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.toolbar 
{
	border-top: white 2px solid;
	background-image:url(../images/menubg.gif);
	background-repeat:repeat-x;
	height:35px;
}

.toolbar A
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-right:50px;
}

.toolbar A:hover
{
	text-decoration: underline;
}

.toolbar TD
{
	color:white;
	padding-left:20px;
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' MENU
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.menu
{
	background-color:#D4D4D4;
	width:165px;
	padding-top:40px;
	vertical-align:top;
}

.menu .side
{
	background-color:#310063;
	width:10px;
}

.menu .items
{
	color:white;
	font-weight:bold;
	background-color:#999999;
}

.items A, .items A:Visited, .items A:Active
{
	color:white;
	width:155px;
	display:block;
	padding:2px 2px 2px 10px;
}

.items A:Hover
{
	background-color:#73797B;
}

.leftmenu TD
{
    line-height:2;
}


/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' MAIN CONTENT
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.content
{
	padding-top:40px;
	vertical-align: top;

}

.content TD
{
	vertical-align: top;

}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' PRODUCTS / CATEGORIES
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.products
{
	margin-bottom:25px;
}

.products TH
{
	background-color:#310063;
	color:white;
	font-weight:bold;
	font-size:80%;
	text-align:left;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	
}

.products .label
{
	color:red;
	text-align:right;
	padding-right:10px;
}

.products TD
{
	background-color:#DEDEE6;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.products .photo
{
	background-color:white;
	padding:0px;
}

.products .rightimage
{
	float:right;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
}

.products .leftimage
{
	float:left;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
}

.products A, .products A:Active, .products A:Visited
{
	color:#310063;
	font-weight:bold;
	text-decoration:none;
}

.products A:Hover
{
	text-decoration:underline;
}

.categories
{
    float:left;
    margin:20px;
    width:150px;   
}

.small
{
    font-size:80%;
    padding-left:5px; 
}

.submitButton
{
    color:White;
    background-color:#310063;
    width:150px;
    height:25px;
}

TEXTAREA
{
    width:300px;
    height:200px;
    font-family:Arial;
    border:solid 1px black;
}

.required, .Required
{
    color:Red;
}





















