body {
	width : 760px;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 20px;
	margin-left : auto;
	font-family : Arial;
	font-size : 12px;
	background-image : url(../images/bg.png);
	background-repeat : repeat-x;
	font-weight: bold;
	background-color: #89220E;
	color: #992001;
	background-position: center top;
}
div#header {
	display: block;
	position: absolute;
	width: 760px;
	height: 112px;
	background-repeat: no-repeat;
	background-image: url(../images/header.png);
	top: 0px;
}
#content {
	background-color : #89220E;
	width : 760px;
	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 : #DEA232;
	border-right-color : #DEA232;
	border-bottom-color : #DEA232;
	border-left-color : #DEA232;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#midcontent {
	width : 730px;
	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;
	background-color: #FFFFFF;
}
td.c3 {
	height: 10px;
	background-image: url(../images/midcontent2.png);
	background-repeat: no-repeat;
}
td.c4 {
	height: 170px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
td.c5 {
	height: 58px;
	background-image: url(../images/title01.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.c6 {
	height: 58px;
	background-image: url(../images/title02.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.c7 {
	height: 58px;
	background-image: url(../images/title03.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.c8 {
	height: 58px;
	background-image: url(../images/title04.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.c9 {
	height: 58px;
	background-image: url(../images/title05.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.c10 {
	height: 58px;
	background-image: url(../images/title06.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.c11 {
	height: 58px;
	background-image: url(../images/title07.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.offer {
	height: 110px;
	background-image: url(../images/offer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td.p1 {
	background-color: #992001;
}


/*****************************
 ****   supersuckerfish   ****
 *****************************/
div#tabarea {
	width: 760px;
	position: absolute;
	top: 117px;
	padding-left: 15px;
}

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


#nav a {
	background: url(../images/fr_tab_l.png) 0 -30px no-repeat;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	color: #DEA232;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}



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

#nav {
	margin: 0px;
	height: 30px;
	overflow: hidden;
	padding: 0px;
}

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


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

#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: 30px;
	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 -60px;
	color: #DEA232;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#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 13px 0 25px;
	height: 30px;
	line-height: 30px;
}

/* 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: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

a.mainlevel:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

a.mainlevel:hover,
a.mainlevel#active_menu {
	color: #DEA232;
	background-position: 0 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
/* 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;
	height: 228px;
}

div.moduletable h3 {
	background: url(../images/fr_head_left.png) 0 0 no-repeat;
	color: #DEA232;
}
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 : #DEA232;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color : #DEA232;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color : #651C0C;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color : #DEA232;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.footer1 {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}
.footer1 a:link {
	color : #DEA232;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer1 a:visited {
	color : #DEA232;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer1 a:hover {
	color : #651C0C;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer1 a:active {
	color : #DEA232;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.footer2 a:link {
	color : #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 a:visited {
	color : #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 a:hover {
	color : #DEA232;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer2 a:active {
	color : #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.style1 {
	color : #992001;
	font-weight : bold;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.style2 {
	color : #FFFFFF;
	font-weight : bold;
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
}
.style3 {
	color : #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	background-color: #DEA232;
}
.style4 {
	color : #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	background-color: #89220E;
	padding-left: 10px;
}
.style5 {
	color : #992001;
	font-family: Arial;
	font-size: 18px;
}
.style6 {
	color : #651C0C;
	font-family: Arial;
	font-size: 40px;
	background-color: #FFFFFF;
	padding-left: 10px;
	height: 54px;
	padding-top: 4px;
	font-weight: bold;
}
.style7 {
	color : #651C0C;
	font-family: Arial;
	font-size: 16px;
}
.style8 {
	color : #651C0C;
	font-weight : bold;
	font-size: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: italic;
	text-align: center;
	padding-right: 4px;
}
.style9 {
	color : #651C0C;
	font-family: Arial;
	font-size: 40px;
	background-color: #FFFFFF;
	height: 54px;
	padding-top: 4px;
	font-weight: bold;
}
.Border1 {
	border : 2px solid #DEA232;
	padding: 2px;
}
.FormBox {
	border: 2px solid #DEA232;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.FormBox1 {
	border: 2px solid #DEA232;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	width: 226px;
}
.FormBox2 {
	border: 2px solid #DEA232;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	width: 300px;
}
.FormBox3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	width: 226px;
}
#frm_directions {
	color: #FFFFFF;
	background-color: #992001;
	font-weight: normal;
	font-size: 11px !important;
	font-family: Verdana;
}
.error_strings{
	font-family:Arial;
	font-size:10px;
	color:#992001;
}
