/* NAV LIST */
#nav ul {
list-style-type: none;
margin:0;
padding:0;
}
#nav li {
	float: left;
}
#nav ul a {
	background-image:url(../images/divider/nav-divider.jpg);
background-repeat: no-repeat;
background-position: right;
padding-right: 10px;
padding-left: 10px;
padding-top:10px;
padding-bottom:10px;
display:block;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
}
#nav ul a:hover {
	color:#C19E49;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(themes/default/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:1;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.theme-default #slider {
	margin:0px auto 0 auto;
	width:735px;
	height:148px;
	margin-left:auto;
	margin-right:auto;
}

.RHS_Quote {
	background-image:url(../images/backgrounds/quote.gif);
	background-repeat:no-repeat;
	height: 165px;
	width: 230px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 20px;
}

#ads ul {
	margin: 0px;
	padding: 0px;
}

#ads li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
	text-align:center;
}
