@charset "utf-8";
body {
	background-color: #9c3508;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(images/fire-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}
.menu a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding-top: 10px;
}
.main {
	font-family: Tahoma;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}
.main a{
	color: #FFFFFF;
}


.footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.mainsm {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}

.mainsm a{
	color: #FFFFFF;
}
.producttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

