﻿/* CSS Document */

body
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#EFE9A2;
	margin:0px;
	background-image:url(Images/background_image.png);
	background-repeat:repeat;
}

#main
{
	margin-top:5px;
	position:relative;
	width:780px;
	border:#000000 1px solid;
	background-color:#FFFFE5;
	min-height:300px;
	text-align:left;
}

.menu_content_home a:link, .menu_content_home a:visited
{
	text-decoration:none;
}

.menu_content_home a:hover, .menu_content_home a:focus
{
	background-image:url(Images/home_.png);
	background-repeat:no-repeat;
}

.menu_content_prod a:link, .menu_content_prod a:visited
{
	text-decoration:none;
}

.menu_content_prod a:hover, .menu_content_prod a:focus
{
	background-image:url(Images/prod_cover.png);
	background-repeat:no-repeat;
}

.menu_content_spat a:link, .menu_content_spat a:visited
{
	text-decoration:none;
}

.menu_content_spat a:hover, .menu_content_spat a:focus
{
	background-image:url(Images/spa_cover.png);
	background-repeat:no-repeat;
}

.product_menu a:link, .product_menu a:visited
{
	text-decoration:none;
	color:#333;
}

.product_menu a:hover, .product_menu a:focus
{
	text-decoration:underline;
	color:#FFF;
}
.product_menu {
	font-family: 'Helvetica','Verdana',sans-serif;/*'Script MT Bold', Script, fantasy, 'Times New Roman';*/
	font-size: 10pt;
	font-style: italic;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center

	
}

.product_menu_div {
	font-family: 'Helvetica','Verdana',sans-serif;/*'Script MT Bold', Script, fantasy, 'Times New Roman';*/
	font-size: 10pt;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	color: #000

}

