﻿
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Courier New, Courier, Times, Tahoma;
	color: #66421b;
	font-weight: normal;
	background-color: #ffffff;
}


p {
	font-family: Courier New, Courier, Times, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #66421b;
}


.title {
	font-family: Courier New, Courier, Times, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #66421b;
}

.menu {
	font-family: Courier New, Courier, Times, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu_hover {
	font-family: Courier New, Courier, Times, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #d5f2ff;
	text-decoration: none;
}

.menu_active {
	font-family: Courier New, Courier, Times, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fef4ba;
	text-decoration: underline;
}



h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #181616;
	text-transform: uppercase;
}


a{
	font-family: Courier New, Courier, Times, Tahoma;
	font-size: 9px;
	font-weight: bold;
	display: block;
	color: #000000;
}

a:hover{
  color: #999999;
  text-decoration: underline;
}

.boxtitle {
	color: #a5794a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.boxtext {
	color: #4d4d4d;
}

.price {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.price2 {
	color: #00b3ff;
	font-size: 13px;
	font-weight: bold;
}

.price3 {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#flash_container {
	z-index: 2;
	height: 100%; 
	width: 100%;
	margin: 0px; 
	padding: 0px;
	overflow: hidden;
}

#no_flash {
	z-index: 3;
	top: 50px;
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
}


