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

body {background-image: 
url(../images/background.png);
	background-repeat: repeat-x;
	margin:0; padding:0;
	background-color: #ff9c00;}

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
#contentArea {
	background:url(../images/bg_contentArea.png) repeat-y;
	width:870px;
	height:auto;
	float:left;
	margin:0;
	padding:15px 45px 15px 45px;
	}
	
#header {
	width:960px;
	height:171px;
	float:left;
	margin:0;
	}
	
#logo {
	width:408px;
	height:171px;
	float:left;
	margin:0;
	}
	
#headerRight {
	width:552px;
	height:171px;
	float:left;
	margin:0;
	}
	
#hours {
	background:url(../images/bg_hours.png) no-repeat;
	width:512px;
	height:50px;
	float:left;
	margin:0;
	padding:31px 27px 29px 13px;
	}
	
#hours .operation {
	width:120px;
	height:50px;
	float:left;
	margin:0 25px 0 0;
	}
	
#hours .delivery {
	width:120px;
	height:50px;
	float:left;
	margin:0 20px 0 0;
	}
	
#hours .newsletter {
	width:227px;
	height:50px;
	float:left;
	margin:0;
	display: inline;
	}
	
#navBar {
	background:url(../images/bg_nav.png) no-repeat;
	width:552px;
	height:61px;
	float:left;
	margin:0;
	}
	
#teasers {
	width:960px;
	height:364px;
	float:left;
	margin:0;
	}
	
#slideshow {
	background:url(../images/leftSide.png) left no-repeat;
	width:505px;
	height:364px;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	}
	
#teaseImages {
	width:425px;
	height:364px;
	float:left;
	margin:0;
	}
	
#footer {
	background:url(../images/footer.png) no-repeat;
	width:870px;
	height:19px;
	float:left;
	margin:0;
	padding:13px 45px 13px 45px;
	}
