
/*
Useing text align center to center divs in IE5



*/

html {
	background-color: #527B36;
	background-repeat: repeat-x;
	background-image: url(../images/bg.png);
	font-family: Georgia, Helvetica, Arial, sans-serif;
}

body{
	text-align: center;
}

#wrap {
	z-index: 1;
	margin-top: 40px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 835px;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(../images/bg-content.png);
	background-position: center;
	background-position-x: center;
	text-align: center;
}

#logo{
	left: -20px;
	top: -40px;
	position: absolute;
	z-index: 2;
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/rf-logo.png);
	background-repeat: no-repeat;
}

#banner{
	margin-right: auto;
	z-index: 1;
	margin:0 auto 70px auto;
	width: 765px;
	position: relative;
}

#weeklyAd{
	right: 0px;
	z-index: 3;
	top: 145px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/weeklyAd.png);
	height: 140px;
	width: 140px;
}

ul#nav {
	left: 0px;
	z-index: 2;
	line-height: 96%;
	color: #CCCCBB;
	padding-left: 35px;
	padding-top: 20px;
	position: absolute;
	top: 185px;
	display: block;
	height: 75px;
	width: 795px;
	background-image: url(../images/bg-nav.png);
}


ul#nav li{
	float: left;
	text-align: left;
}

ul#nav li a{
	font-style: italic;
	font-size: 85%;
	text-decoration: none;
	color: #CCCCBB;
}

ul#nav li a:hover{
	text-decoration: underline;
}


/*-------Nav Section ---------*/
li#ns-riversideFoods{
	width: 190px;
}

li#ns-departments{
	width: 275px;
	margin-left: 10px;
}

li#ns-contactUs{
	margin-left: 10px;
}

/*---------Content------------*/
#content {
	padding-bottom: 40px;
	z-index: 1;
	padding-top: 10px;
	color: #383838;
	line-height: 153.9%;
	font-size: 108%;
	padding-left: 25px;
	padding-right: 220px;
	display: block;
	min-height: 550px;
	width: 520px;
	margin:0 auto;
	text-align: left;
}

#content p{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h1{
	color: #7F3800;
	font-size: 108%;
	font-weight: bold;
}

#content .image{
	margin-left: 20px;
	height: 180px;
	width: 270px;
	float: right;
	display: block;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#content #map{
	margin-left: 20px;
	height: 200px;
	width: 270px;
	float: right;
	display: block;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#content #cnt-header{
	clear: both;
	border-bottom-color: #1a1a1a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	line-height: 100%;
	font-size: 85%;
	color: #7F3800;
}

#content #cnt-header a{
	font-size: 85%;
	color: #7F3800;
}


/*---------Sidebar-----------*/
ul#sidebar{
	z-index: 2;
	right: 0px;
	position: absolute;
	text-align: left;
}

ul#sidebar li#sb-top{
	display: block;
	background-image: url(../images/sidebar-top.png);
	height: 20px;
	width: 225px;
	
}

ul#sidebar li#sb-content{
	width: 175px;
	padding: 0 25px;
	background-image: url(../images/sidebar-content.png);
	line-height: 135%;
}

ul#sidebar li#sb-content ul li.sb-divider{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	height: 10px;
	width: 200px;
	background-image: url(../images/sidebar-divider.png);
}

ul#sidebar li#sb-content a{
	font-style: italic;
	font-size: 96%;
	text-decoration: none;
	color: #CCCCBB;
}

ul#sidebar li#sb-content a:hover{
	text-decoration: underline;
}

ul#sidebar li#sb-content p{
	font-size: 96%;
	text-decoration: none;
	color: #CCCCBB;
}

ul#sidebar li#sb-bottom{
	display: block;
	height: 70px;
	width: 225px;
	background-image: url(../images/sidebar-bottom.png);
}

ul#sb-reviews{
	margin-top: 5px;
	margin-left: 10px;
}

#footer{
	margin-right: 35px;
	margin-left: 35px;
	height: 45px;
	width: 765px;
	display: block;
	background-image: url(../images/footer.png);
}

a.lightbox{
	padding:5px;
}

.clear{
	clear: both;
}

