@charset "UTF-8";
/* CSS Document */
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.style6 {
	font-family: Arial;
	font-weight: bold;
}

.style4 {
	font-family: Arial;
	font-size:14px
	}

.style5 {
	font-size: 24px;
	font-weight: bold;
}

.style8 {
	font-family: Pristina;
	font-size: 36px;
	color: #FFFFFF;
}

.style18 {
	font-family:"Times New Roman", Times, serif;
	font-size: 36px
}

BODY {
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	background-color: #674530;
	background-position: center;
	background-repeat: repeat-y;
	}
	
#container {
	width: 758px;
	padding: 0;
	margin: 0 auto;
	}
	
#oasis {
	background-color:#3F0102;
	}

#content {}

#content .fullwidth .titles {
	border-bottom: solid 1px;
	border-top: solid 1px;
	}

#content .fullwidth {
	width:720px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	color:#FFFFFF;
	}

#content .text {
	width: 450px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 10px;
	float: left;
	}
	
#content .banner {
	width: 240px;
	float: right;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	background-color:#3F0102;
	color: #FFFFFF;
	padding: 8px;
	margin-right: 10px;
	}

#content .flash_banner {
	width: 240px;
	float: right;
	margin-top: 35px;
	border: 1px solid #FFFFFF;
	margin-right: 20px;
	}

#content .sale_link {
	border: 1px solid #FFFFFF;
	background-color:#3F0102;
	padding: 8px;
	width: 224px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	}


.clear { clear: both; }

#footer {
	color:#FFFFFF;
	padding: 5px;
	}	

/* Navigation */

/* PRIMARY NAV */

#nav {
	height: 33px;
	width: 756px;
	display: block;
	border-bottom: 1px solid #2c312a;
	background-image: url(images/Button_off.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #2c312a;
	border-left: 1px solid #2c312a;
	}
#navi li a {
	height: 33px;
	line-height:33px;
	padding: 0px 10px;
	display: block;
	text-decoration: none;
	width:74.4px;
}

#navi li a:hover  {
	background-image: url(images/Button_on.gif);
	background-repeat: repeat-x;
	background-position:  bottom;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0px 9px;
	position: relative;
}

#navi #current
{
	color: #fff;
	/* background-color: #AA2111; */
	background-image: url(images/Button_current.gif);
	background-repeat: repeat-x;
	background-position:  bottom;
	border-left: 1px solid #2c312a;
	border-right: 1px solid #2c312a;
	padding: 0px 9px;
}

/* SECONDARY NAV */
#navi li li a {
	background-color:#416035;
	background-image: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
#navi li li a:hover {
	background-color: #344e2a;
	background-image: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0px 10px;
	}
#navi ul ul {
	border-top: 1px solid #fff;
	}

	
/* -- NAV DISPLAY AND HOVER OPTIONS -- DO NOT CHANGE --- */

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navi ul li {
	float: left;
	position: relative;
	}

#navi ul li a{
	list-style: none;
	float: left;
	display: block;
	}

#navi ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	
	position: absolute;
	top: 33px;
	left: 0px;
	
	display: none;
	
	}
#navi li li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: none;
	}
#navi li li a {
	float: none;
	width: 150px;
	}

/* HOVER OPTIONS */

#navi li:hover ul {
	display: block;
	}
#navi li:hover  a.head {
	/* background-color: #AA2111; */
	background-image: url(images/Button_current.gif);
	background-repeat: repeat-x;
	background-position:  bottom;
	border-left: 1px solid #2c312a;
	border-right: 1px solid #2c312a;
	padding: 0px 9px;
}
	
	
/* IE FIXES */


/*--- END NAVIGATION --- */
