@font-face {
  font-family: "Yosh"; /* required */
  src: url('../fonts/yosh.ttf'); /* required */
}
@font-face {
  font-family: "Piece of Eight"; /* required */
  src: url('../fonts/Pieces of Eight.ttf'); /* required */
}
@font-face {
  font-family: "Gabrielle"; /* required */
  src: url('../fonts/Gabrielle.ttf'); /* required */
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #AF8E47;
	line-height: 12px;
	background-color:#3C371F;
	margin:0px;
	padding:0px;
}
td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #AF8E47;
	/*line-height: 12px;*/
	margin:0px;
	padding:0px;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #AF8E47;
}
.KMNavLabel {
	margin-top:10px;
	font-size:20px;
	font-weight:bolder;
	font-family: "Gabrielle";
}
.KMNavLabelSub {
	margin-top:-2px;
	padding:0px;
	font-size:10px;
	font-weight:bolder;
	/* font-family: "Gabrielle"; */
}
/*
.KMMainContentCell {
	height: 316px;
	background-image:url('images/m2bg_v2.gif');
}
*/
/*
.KMMainCell {
	margin-left:25px;
	margin-bottom:5px;
}
*/

.KMShadow {
	 background-color: #493002;
	 position: relative;
	 bottom: 2px;
	 right: 2px;
	 width: 220px;
	 margin-left:5px;
	 margin-top:5px;
}

.KMContentCell {
	width: 220px;
	border:1px solid #3B2701;
	height:150px;
	background-color: #593B02;
	position: relative;
	bottom: 2px;
	right: 3px;
}

.KMContentCellTitle {
	height:20px;
	background-color:#886A31;
	color:#CEAC66;
	border-bottom:1px solid #3B2701;
	text-align:left;
	vertical-align:middle;
	padding-top:3px;
	padding-left:5px;
}
.KMtext {
	margin-left:5px;
}
/*
form {
	width:99%;
}
fieldset {
	border:1px solid #cfc47b;
	font-size:1em;
	line-height:1.2em;
}
fieldset fieldset {
	border-width:1px 0 0 0;
	border-top:1px solid #cfc47b;
	font-size:1em;
}
fieldset fieldset legend {
	font-size:1em;
	color:#333;
	font-weight:normal;
	text-transform:none;
}
legend {
	color:#333;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	text-transform:uppercase;
}
*/


/* ======================================================================= */


/* @group HELPER CLASSES
===================================== */
.clearfix:after {
	content: " "; /* Avoid extra space */
}

/* @group Nav - Primary
===================================== */
#navPrimary {
	/*height: 40px;*/
	overflow: hidden;
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #d0be89;
	font-size:12px;
	/*background: #0c2846;*/
}
#navPrimary li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navPrimary li.first {
	margin-left: 0px;
}
#navPrimary a {
	display: block;
	padding: 0;
	line-height: 40px;
	color: #d0be89;
	text-decoration: none;
	background-image:url('../images/b1.gif');
	height:35px;
	width:99px;
	text-align:center;
	font-family: "Gabrielle";
	text-shadow: #000000 4px 2px 2px;
	font-size: 11px;
	font-weight: bold;
}
#navPrimary li a:hover,#navPrimary li:hover,#navPrimary li.sfhover,#navPrimary li.current a {
	/*background: #2e7aa7;*/
	background-image:url('../images/b1_hover.gif');
}

#navPrimary li li.first a, #navPrimary li.current UL a, #navPrimary li ul li a{
	background: #402A01;
	text-align: Left;
	border-bottom:1px dotted #FFFFFF;
}


#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #FFFFFF;
}

/*/// Primary Subs ///*/
#navPrimary li li a:hover {
	/*color: #FFFFFF;*/
	text-decoration: underline;
	text-shadow: #000000 0px 0px 0px;
	font-family: "Gabrielle";
	background: #402A01;
}

/* @group Nav - Primary - Dropdown
===================================== */

/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	color: #d0be89;
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 0;
	margin: 0px 0px 0px 15px;
	padding-left: 0;
	list-style: none;
	/*background: #2e7aa7;*/
	/*background: #402A01;*/
	text-shadow: #000000 0px 0px 0px;
}
#navPrimary li li { /* all list items */
	float: left;
	width: 1em; /* width needed for Opera */
	margin: 0 !important;
}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	/*color: #FF0000;*/
	text-shadow: #000000 0px 0px 0px;
	font-family: "Gabrielle";
	background: #402A01;
	height:15px;
}

#navPrimary ul li.first,#navPrimary ul li li.first { /* all list items */
	border: 0;
}
#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
}
#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	z-index: 1001;
}
#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */

#MT6061_OuterTable {
}

.MT6061_MCHeaderCell {
	background-image:url('../images/mt.gif');
	height:84px;
	width:600px;
	background-repeat:no-repeat;
}

.MT6061_MCTopNavCell{
	height:35px;
	text-align:left;
}
.pageTitle {
	text-align:center;
	border-bottom: 1px solid #886A31;
	font-size: 20px;
	text-shadow: #000000 4px 2px 2px;
}
.MT6061_TopBar {
	background-image: url('../images/mt_back.png');
	background-repeat:repeat-x;
	height:19px;
}
/*
.MT6061_TopBarCell {
	height:20px;
	padding:0px;
	margin:0px;
}
*/
.MT6061_BottomBar {
	background-image: url('../images/mb_back.png');
	background-repeat:repeat-x;
}
/*
.MT6061_BottomBarCell {
	height:20px;
	padding:0px;
	margin:0px;
}
*/
.MT6061_ContentCell {
	height:317px;
	background-color:#5A3B04;
}
.MT6061_LeftSideCell{
	background-color:#5A3B04;
	background-image: url('../images/mls_back.png');
	background-repeat:repeat-y;
	width:14px;
}
.MT6061_RightSideCell{
	background-color:#5A3B04;
	background-image: url('../images/mrs_back.png');
	background-repeat:repeat-y;
	width:14px;
}
.MT6061_ContentBackground {
	background-color:#5A3B04;
}
.MT6061_InnerTable{
	/*border-collapse:collapse;*/
}
.MT6061_TopLeft {
	background-image: url('../images/MT_Left.png');
	height:19px;
}
.MT6061_TopRight {
	background-image: url('../images/MT_Right.png');
	height:19px;
}
.MT6061_FooterCell {
	background-image: url('../images/bot.gif');
	height:233px;
	background-position:top;
	background-repeat:no-repeat;
	/*padding-left:215px;*/
	/*padding-top:7px*/
}
.zero  {
background-image:url("../images/rater/star_zero.png");
}
.rating {
background-position:3.5em 50%;
background-repeat:no-repeat;
position:relative;
width:110px;
}
div.stars a {
background:url("../images/rater/stars.png") no-repeat scroll 0 0 transparent;
height:13px;
width:14px;
}

