
/* 	GENERAL STYLING____________________________________________________	*/

body { 
	background: #CCDDF0; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#header { 
	background: #fff url(http://www.regalware.com/themes/regalware/img/bg_header.png) no-repeat;
	display: block;
	height: 131px;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#wrapper {
	background: #ccddf0 url(http://www.regalware.com/themes/regalware/img/bg_wrapper.png) repeat-y;
	display: block;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	width: 950px;
}

#sliver {
	background: #ccddf0 url(http://www.regalware.com/themes/regalware/img/bg_sliver.png) no-repeat;
	clear: both;
	display: block;
	margin: 0 auto 25px;
	height: 4px;
	width: 960px;
}




/*	HOME_______________________________________________________________	*/

#home #flashcontent {

	clear: both;
	display: block;
	height: 260px;
	width: 950px;
	z-index: 2; 
}

#home #callouts {
	border-top: 1px solid #515151;
	background: #ded8c7;
	clear: both;
	display: block;
	padding: 10px 15px;
	overflow: auto;
	width: 920px;
}

#home #callouts ul {
	display: block;
	float: left;
	width: 299px;
}

#home #callouts ul li ul {
	display: block;
	float: none;
	width: auto;
}

#home #callouts ul li {
	font-size: 13px;
	min-height: 149px; 
	padding: 10px 20px;
}


#home #callouts ul li.title {
	clear: both;
	display: block;
	height: 31px;
	margin: 0px;
	min-height: 0;
	overflow: hidden;
	padding: 0px;
	text-indent: -999em;
	width: 299px;
}

#home #callouts ul.call-mid { margin: 0 11px; }

#home #callouts ul.call-first li { background: url(http://www.regalware.com/themes/regalware/img/callout_bg-regalware-story.png) repeat-y; }
#home #callouts ul.call-mid li { background: url(http://www.regalware.com/themes/regalware/img/callout_bg-featured-recipes.png) repeat-y; }
#home #callouts ul.call-last li { background: url(http://www.regalware.com/themes/regalware/img/callout_bg-dinner-table.png) repeat-y; }

#home #callouts ul.call-first li.title {
	background: url(http://www.regalware.com/themes/regalware/img/callout_title-regalware-story.png) no-repeat;
}

#home #callouts ul.call-mid li.title {
	background: url(http://www.regalware.com/themes/regalware/img/callout_title-featured-recipes.png) no-repeat;
}

#home #callouts ul.call-last li.title {
	background: url(http://www.regalware.com/themes/regalware/img/callout_title-dinner-table.png) no-repeat;
}

#home #callouts ul li.foot {
	background: url(http://www.regalware.com/themes/regalware/img/callout_home-bottom.png);
	display: block;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	min-height: 0; 
	padding: 0;
	width: 299px;
}

#home #callouts ul.call-first li ul li,
#home #callouts ul.call-mid li ul li,
#home #callouts ul.call-last li ul li {
	background: transparent none;
	min-height: 0;
	padding: 0;
}



/*	INTERNAL___________________________________________________________	*/

#internal { 
	background: #fff url(http://www.regalware.com/themes/regalware/img/bg_internal.png) repeat-x;
	padding: 25px 35px;
	overflow: auto;
	width: 880px;
}

#internal #content {
	display: block;
	float: left;
	width: 600px;
	margin-right: 53px;
}

#internal #content-full { 
	display: block;
	clear: both; 
}

#internal #sidebar {
	display: block;
	float: left;
	width: 227px;
}



/*	FOOTER_____________________________________________________________	*/

#footer {
	background: url(http://www.regalware.com/themes/regalware/img/bg_footer.png) no-repeat;
	display: block;
	height: 79px;
	padding: 15px 22px 15px 7px;
	width: 921px;
}
	