body {
	width : 980px;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 20px;
	margin-left : auto;
	font-family : Arial;
	font-size : 12px;
	background-image : url(../images/bg.jpg);
	background-repeat : repeat-x;
	font-weight: bold;
	background-color: #2A1911;
	color: #2A1911;
}
div#header {
	display: block;
	position: absolute;
	width: 980px;
	height: 112px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}
#content {
	background-color : #2A1911;
	width : 980px;
	height : auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-top-width : thin;
	border-right-width : thin;
	border-bottom-width : thin;
	border-left-width : thin;
	border-top-style : none;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #FF9B37;
	border-right-color : #FF9B37;
	border-bottom-color : #FF9B37;
	border-left-color : #FF9B37;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#midcontent {
	width : 910px;
	height : auto;
	clear: both;
	background-position: top;
	padding-top: 10px;
}
td.c1 {
	height: 8px;
	background-image: url(../images/midcontent1.png);
	background-repeat: no-repeat;
	background-position: top;
}
td.c2 {
	background-image: url(../images/midcontent2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
td.c3 {
	height: 10px;
	background-image: url(../images/midcontent2.png);
	background-repeat: no-repeat;
}
td.c4 {}

td.c5 {
	height: 82px;
	background-image: url(../images/title01.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c6 {
	height: 52px;
	background-image: url(../images/title02.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c7 {
	height: 52px;
	background-image: url(../images/title03.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c8 {
	height: 52px;
	background-image: url(../images/title04.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c9 {
	height: 52px;
	background-image: url(../images/title05.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c10 {
	height: 52px;
	background-image: url(../images/title06.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c11 {
	height: 52px;
	background-image: url(../images/title07.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c12 {
	height: 52px;
	background-image: url(../images/title08.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c13 {
	height: 52px;
	background-image: url(../images/title09.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c14 {
	height: 52px;
	background-image: url(../images/title10.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
	background-position: center;
}
td.c15 {
	height: 52px;
	background-image: url(../images/title11.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.c16 {
	height: 52px;
	background-image: url(../images/title12.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.d1 {
	height: 27px;
	background-image: url(../images/date1.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.d2 {
	height: 24px;
	background-image: url(../images/date2.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.d3 {
	height: 24px;
	background-image: url(../images/date3.png);
	background-repeat: no-repeat;
	background-color: #F4EDCB;
}
td.p1 {
	height: 50px;
	background-image: url(../images/pricetop.jpg);
	background-repeat: no-repeat;
}


/*****************************
 ****   supersuckerfish   ****
 *****************************/
div#tabarea {
	width: 980px;
	position: absolute;
	top: 120px;
}

div#tabarea div#fixed {
	height: 40px;
}
#nav li {
	background-image: url(../images/fr_tab_r.png);
	background-repeat: no-repeat;
	background-position: 100% -40px;
}


#nav a {
	background: url(../images/fr_tab_l.png) 0 -40px no-repeat;
	color: #FF9B37;
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	color: #F4EDCB;
}



/*****************************
 ****   supersuckerfish   ****
 *****************************/

#nav {
	margin: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#nav li {
	float: left;
	display: block;
	padding-right: 9px;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#nav li:hover,
#nav li.over {
	background-position: 100% -80px;
}

#nav li.on,
#nav li.on:hover,
#nav li.over.on {
	background-position: 100% 0;
}


#nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	height: 40px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}


#nav li:hover a,
#nav li.over a {
	background-position: 0 -80px;
	color: #F4EDCB;
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	background-position: 0 0;
}

#nav li.on ul {
	display: block;
}

#nav li:hover ul, 
#nav li.over ul {
	display: block;
	z-index: auto;
}

#nav li a {
	display: block;
	float: left;
	padding: 0 14px 0 26px;
	height: 40px;
	line-height: 40px;
}

/* sub level links */


#nav ul li {
	border-right: 0;
	padding: 3px 0;
	background: none;
}

#nav li ul a, #nav li.on ul a {
	display: block;
	float: left;
	padding: 0 15px;
	background: none;
	height: 20px;
	line-height: 20px;
}



/** regular joomla menu **/

a.mainlevel {
	background-image: url(../images/fr_menu.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
}

a.mainlevel:link {
	color: #FF9B37;
	text-decoration: none;
}

a.mainlevel:visited {
	color: #FF9B37;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel#active_menu {
	color: #F4EDCB;
	background-position: 0 0px;
}
/* default menu link styles */
a.mainlevel {
	display: block;
	margin-bottom: 3px;
	padding: 3px 0px;

}
/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	padding-left: 10px;
	font-weight: bold;
}

div.moduletable h3 {


}
a.mainlevel:hover {
	background-position: 0 -44px;
}
body div#left {
	width: 170px;
}

div.moduletable h3 {
	background: url(../images/fr_head_left.png) 0 0 no-repeat;
	color: #F4EDCB;
}
div.moduletable h3 {
	font-size: 130%;
}
div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}
div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}
div.moduletable h3 {
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.moduletable {
	margin-bottom: 10px;
}

a:link {
	color : #FF9B37;
	text-decoration: none;
}
a:visited {
	color : #FF9B37;
	text-decoration: none;
}
a:hover {
	color : #803D00;
	text-decoration: none;
}
a:active {
	color : #FF9B37;
	text-decoration: none;
}
.footer1 {
	text-align: center;
	font-size: 12px;
	color: #FF9B37;
	font-family: Arial;
	font-weight: bold;
}
.footer1 a:link {
	color : #FF9B37;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer1 a:visited {
	color : #FF9B37;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer1 a:hover {
	color : #803D00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer1 a:active {
	color : #FF9B37;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 {
	text-align: center;
	font-size: 9px;
	color: #FF9B37;
	font-family: Arial;
	font-weight: bold;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.footer2 a:link {
	color : #FF9B37;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 a:visited {
	color : #FF9B37;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 a:hover {
	color : #F4EDCB;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 a:active {
	color : #FF9B37;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.style1 {
	color : #FF9B37;
	font-weight : bold;
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: italic;
	padding-left: 12px;
	background-color: #130B08;
}
.style2 {
	color : #110A06;
	font-style : italic;
	font-weight : bolder;
	font-family: "Times New Roman";
	font-size: 14px;
	padding-left: 14px;
	background-color: #F4EDCB;
}
.style3 {
	color : #F4EDCB;
	font-style : italic;
	font-weight : bolder;
	font-family: "Times New Roman";
	font-size: 14px;
	padding-left: 14px;
	background-color: #803D00;
}
.style4 {
	color : #110A06;
	font-style : italic;
	font-weight : bold;
	font-family: "Times New Roman";
	font-size: 16px;
	padding-left: 40px;
	background-color: #F4EDCB;
}
.style5 {
	color : #F4EDCB;
	font-style : italic;
	font-weight : bold;
	font-family: "Times New Roman";
	font-size: 16px;
	padding-left: 40px;
	background-color: #803D00;
}
.style6 {
	color : #803D00;
	font-weight : bold;
	font-size: 12px;
	text-align: left;
}
.style7 {
	color : #2A1911;
	font-weight : bold;
	font-family: Arial;
	font-size: 16px;
}
.style8 {
	color : #FF9B37;
	font-weight : bold;
	font-size: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: italic;
	text-align: center;
	padding-right: 4px;
}
.Border1 {
	border : 2px solid #2A1911;
	padding: 2px;
}
.FormBox {
	font-size: 12px;
	color: #2A1911;
	width: 350px;
	font-family: Arial;
	font-weight: bold;
}
.FormBox1 {
	font-size: 12px;
	color: #2A1911;
	font-family: Arial;
	font-weight: bold;
}
img {
    behavior: url(iepngfix.htc);
}
img, div {
    behavior: url(iepngfix.htc);
}
