@charset "UTF-8";

/* CSS Document ROSINA GOURMET
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: Geneva, Arial, Verdana, sans-serif;
	color:#000;
	font-size:12px;
	background:url(../images/bk.jpg) center top no-repeat #D2C787;
}

p {
	margin: 0 0 12px 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

a {
	color: #CDC37F;
	text-decoration:none;}

a:hover {color: #fff;}	
	
	
/* Layout container
------------------------------------------------------------- */
#container {
	margin:auto;
	width:984px;}
	
	

/* Header section 
------------------------------------------------------------- */
#top {
	width:984px;
	height:205px;
	float:left;
}	
	
#logo {
	width:411px;
	height: 205px;
	background:url(../images/logobk.jpg);
	float:left;
}	
	
#phone {
	width:573px;
	height: 95px;
	float:left;
}
	
	
/* Code for the menus
------------------------------------------------------------- */
#menubk {
	width:573px;
	height: 110px;
	background:url(../images/menu.jpg);
	float:left;
}

#menubkip {
	width:573px;
	height: 110px;
	background:url(../images/menuip.jpg);
	float:left;
}

#menubkiptape {
	width:573px;
	height: 110px;
	background:url(../images/menubktape.jpg);
	float:left;
}

#menu {
	width:553px;
	height: 80px;
	padding:30px 0 0 20px;
	float:left;
}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}	
	
#menu li a {
	float:left;
	font-size:18px;
	color:#ECEBEA;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:8px 25px 10px 10px;
	background:url(../images/divmenu.gif) right center no-repeat;
	display:block;}
	
#menu li.last a{
	background:none;}	

#menu li a:hover{ color: #FBC931; }
	
#menu li.selected a{
	color:#FBC931;}


/* Page Content
------------------------------------------------------------- */
#content {
	width:984px;
	float:left;}
	
#left {
	width:562px;
	float:left;}
	
	#welcome {
		width:542px;
		height:61px;
		background:url(../images/welcome.jpg) no-repeat;
		float:left;
		padding: 30px 0 0 20px;
	}
		
	#text {
	width:407px;
	height:252px;
	background:url(../images/text.jpg) no-repeat;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 145px;
	}
	
	#specials {
	width:240px;
	height:252px;
	float:left;
	padding: 0;
	}
		
	#request {
	width:191px;
	height:252px;
	background:url(../images/request.jpg) no-repeat;
	float:left;
	padding: 0 0 0 10px;
	}
	
	.box2 {
	padding:10px 0 18px 0px;
	color: #CDC37F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#right {
	width:422px;
	float:left;
	color: #fff;
}
	
#flash {
	width:422px;
	height:413px;
	background:url(../images/flash.jpg) no-repeat;
	float:right;
}		
		
#seasonal {
	width:260px;
	height:155px;
	background:url(../images/seasonal.jpg) no-repeat;
	float:left;
	padding: 27px 80px 0 20px;
	line-height: 14px;
	text-align: center;
	color: #fff;
}

#borderbot {
	float:right;
	width:121px;
	height:70px;
}

#joinnow {
	width:182px;
	height:156px;
	background:url(../images/join.jpg) no-repeat;
	float:left;
	padding: 26px 0 0 0;
	line-height: 14px;
	text-align: center;
	color: #fff;
}

/* Footer area
------------------------------------------------------------- */
#footer {
	width:984px;
	height:40px;
	background:url(../images/footer.jpg) no-repeat;
	text-align:center;
	padding:10px 0 0 0;
	float:left;
	line-height: 18px;
	color: #333;
	margin: 0 -3px 0 0;
}

#footer a { color:#754926; }
#footer a:hover { color:#000; }
	
#footerip a { color:#754926; }
#footerip a:hover { color:#000; }

	
/* Classes and styles
------------------------------------------------- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color:#FFF;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
	line-height: 28px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#FDB82C;
	margin:0;
	padding:0 0 7px 0;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#A60D0D;
	margin:0;
	padding:0 0 7px 0;
	font-weight: normal;
	line-height: 20px;
}


.red {
	color:#EB2A2D;}
	
.black {
	color:#000;}

.paddRight { padding-right:66px; }

.h1Small {
	font-size:18px;
	color:#B00E0E;
}

.imgBorder {
	float:right;
	border:3px solid #cdc37b;
	margin: 0 0 0 15px;
}

p .bigText {
	color:#660;
	font-size:14px;
	font-weight: bold;
}
.floatright {
	float: right;
}


.white {
	color:#FDB82C;}
