/* CSS Document */
.mainmenu {
	background-image: url(menu/menu.jpg);
	background-repeat: no-repeat;
	width:131px;
	height:30px;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 32px;
}
.menu a:link, .menu a:visited {
	background-image: url(menu/menu.jpg);
	background-repeat: no-repeat;
	width:131px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	display: block;
	text-indent: 35px;
	letter-spacing: .3em;
	line-height: 32px;
}

.menu a:hover {
	background-image: url(menu/menu-over.jpg);
	background-repeat: no-repeat;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 10px;
	
 }

#content p {
	font-size: .8em;
}
 
#content h1 {font-size: 1.0em;} 
#footer{}
.path {
	
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	display: block;
	text-indent: 135px;
	line-height: 32px;
}

.buynow a:link, .buynow a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	text-decoration: none;
}