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

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
	margin: 0px;
	padding: 0px;
}

p span{
	display:none;
}

a, a:visited, a:active {
color: #a8d169;
font-weight: bold;
text-decoration:none;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

#container {
	position: relative;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	
}

#behind_menu {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(../images/behind_menu.jpg) left top no-repeat;
	width: 700px;
	height: 31px;
}

/* start of hover menu */
#menu {
	position: absolute;
	left: 138px;
	top: 0px;
	width: 562px;
	}
	
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;	
	}

#menu ul li {
	height: 31px;
	display: block;
	}
	
#menu a, #menu h2, #menu h3, #menu h4 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 31px;	
	}

#menu ul li:hover {
	height: 31px;
	}

#menu li  {
	position: relative;
	}
	
#menu a {
	text-decoration: none;
	}

.about_us {
	cursor:pointer;
	background: url(../images/about_us_over.jpg) left top no-repeat;
	}
	
.products {
	cursor:pointer;
	background: url(../images/products_over.jpg) left top no-repeat;
	}
	
.menu {
	cursor:pointer;
	background: url(../images/menu_over.jpg) left top no-repeat;
	}
	
.past_events {
	cursor:pointer;
	background: url(../images/past_events_over.jpg) left top no-repeat;
	}

.contact_us {
	cursor:pointer;
	background: url(../images/contact_us_over.jpg) left top no-repeat;
	}

.out {
	cursor: default;
}
/* end of hover menu */

#logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.jpg) left top no-repeat;
	width: 234px;
	height: 262px;
}	

#dad {
	position: absolute;
	top: 56px;
	left: 234px;
	background: url(../images/dad&paella.jpg) left top no-repeat;
	width: 466px;
	height: 262px;
	margin: 0px;
	padding: 0px;
}

#banner {
	position: relative;
	width: 700px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

.taste {
	position: relative;
	width: 296px;
	height: 62px;
	background: url(../images/taste_of_spain.jpg) left top no-repeat;
	margin: 0px;
	padding: 0px;
}

.sf_bay {
	position: absolute;
	width: 404px;
	height: 62px;
	top: 0px;
	left: 296px;
	background: url(../images/in_sf_bay.jpg) left top no-repeat;
	margin: 0px;
	padding: 0px;
}

.presented {
	position: relative;
	width: 700px;
	height: 58px;
	background: url(../images/in_your_home.jpg) left top no-repeat;
	margin: 0px;
	padding: 0px;
}

#text {
	position: relative;
	width: 650px;
	padding: 25px 25px 40px 25px;
	margin: 0px;
	
}

.text1 {
	display: block;
	position: relative;
	width: 305px;
	padding-top: 19px;
	text-indent:32px;
	background: url(../images/o.jpg) left top no-repeat;
}

.text2 {
	display: block;
	position: absolute;
	top: 25px;
	width: 305px;
	padding-top: 19px;
	right: 25px;
	text-indent:30px;
}

#red_text {
	position: relative;
	width: 700px;
	height:57px;
	margin: 0px;
	padding: 0px;
	background: url(../images/red_text_home.jpg) left top no-repeat;
}

#footer {
	background: url(../images/footer.jpg) left top no-repeat;
	position: relative;
	width: 701px;
	height:88px;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #000000;
	font-weight: bold;
}

.footer_links {
	position: relative;
	margin: 0px auto 0px auto;
	top: 30px;
	font-size: 10px;
	text-align:center;
}

.designed_by {
	position: absolute;
	right: 10px;
	top: 40px;
	font-size: 9px;
	width: 250px;
	text-align:right;
}

