@charset "utf-8";
/* CSS Document */

body {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(/images/bg_page.png) repeat fixed;
	}
	
img, div {
	behavior: url(/includes/pngfix.htc); /* IE PNG Behavior Fix */
	}
	
a {
	color: #00f;
	}
	
a:visited {
	color: #00f;
	}
	
#container {
	position: relative;
	margin: 0 auto;
	width: 837px;
	text-align: left;
	}
	
/* Header Elements*/
	
#header {
	margin: 0;
	padding: 0 0 8px 0;
	background: url(/images/bg_header.png) center top no-repeat;
	}
	
#header[id] {
	padding: 0 0 16px 0;
	}
	
#renos_logo {
	float: left;
	margin: 0 0 0 31px;
	padding: 0;
	}
	
#header_container {
	float: right;
	margin: 0 17px 0 0;
	padding: 0;
	width: 487px;
	}
	
#header_container[id] {
	margin-right: 33px;
	}
	
#header h1 {
	display: none;
	}
	
#header_container h4 {
	margin: 47px 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #0065b3;
	}
	
#contact_info {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	}
	
#hours {
	float: left;
	width: 242px;
	margin: 0 0 0 1px;
	padding: 0;
	}
	
#address {
	float: right;
	width: 240px;
	text-align: right;
	margin: 0;
	padding: 0;
	}
	
#news {
	margin: 11px 0 0 0; 
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #a6161d;
	}
	
/* Chalkboard Elemets */

#chalkboard {
	margin: 0;
	padding: 0;
	color: #fff;
	background: url(/images/bg_board.png) center top repeat-y;
	}
	
#chalkboard_top {
	background: url(/images/bg_board_top.png) top center no-repeat;
	height: 25px;
	}
	
#chalkboard_bottom {
	background: url(/images/bg_board_bottom.png) top center no-repeat;
	height: 30px;
	}
	
#chalkboard div {
	behavior: none;
	}
	
#chalkboard h3 {
	display: none;
	}
	
#chalkboard ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#chalkboard li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 30px;
	font-size: 13px;
	}
	
#ice_cream {
	width: 520px;
	background: url(/images/board_icecream.png) 12px 7px no-repeat;
	}
	
#ice_cream li {
	float: left;
	display: inline;
	padding: 0;
	width: 230px;
	}
	
#water_ice {
	width: 221px;
	background: url(/images/board_waterice.png) 12px 8px no-repeat;
	}
	
#water_ice[id] {
	width: 260px; /* IE6 is really stoopid!*/
	}
	
#water_ice li {
	float: left;
	width: 230px;
	margin: 0 0 5px 15px;
	}
	
#water_ice[id] li {
	margin: 0 0 5px 30px; /* IE6 is horrible!*/
	}
	
#water_ice .details {
	width: 215px; /* Another fix because of IE6*/
	}
	
#soft_serve {
	width: 260px;
	background: url(/images/board_softserve.png) 12px 7px no-repeat;
	}
	
#arctic_swirly {
	width: 260px;
	background: url(/images/board_arcticswirly.png) 12px 7px no-repeat;
	}
	
#gelati {
	width: 260px;
	background: url(/images/board_gelati.png) 12px 7px no-repeat;
	}
	
#milkshakes {
	width: 260px;
	background: url(/images/board_milkshakes.png) 12px 7px no-repeat;
	}
	
#sundaes {
	width: 260px;
	background: url(/images/board_sundaes.png) 12px 7px no-repeat;
	}

#banana_split {
	width: 260px;
	background: url(/images/board_bananasplit.png) 12px 7px no-repeat;
	}
	
#cakes {
	width: 260px;
	background: url(/images/board_cakes.png) 12px 7px no-repeat;
	}
	
#toppings {
	width: 260px;
	background: url(/images/board_toppings.png) 12px 7px no-repeat;
	}
	
#space {
	width: 260px;
	height: 80px;
	background: url(/images/readers_choice_08.png) center center no-repeat;
	}

#ice_cream, #water_ice, #soft_serve, #arctic_swirly, #gelati, #milkshakes, #sundaes, #banana_split, #space, #cakes, #toppings {
	float: left;
	margin: 0;
	padding: 38px 0 12px 0;
	}
	
.details {
	clear: left;
	margin: 7px 0 0 30px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	color: #d2bb9c;
	}
	
#toppings .details {
	margin-top: 0;
	padding-top: 0;
	}
	
.first {
	padding-top: 4px;
	}
	
.row {
	padding-left: 27px;
	padding-right: 27px;
	}
	
#footer {
	height: 40px;
	background: url(/images/bg_footer.png) no-repeat center bottom;
	}
	
/* Clearing Elements */
	
.clear_left {
	clear: left;
	}
	
.clear_right {
	clear: right;
	}
	
.clear_both {
	clear: both;
	}