/* @override 
	http://client.rivetglobal.com/Delicias/styles/site.css
	http://client/Delicias/styles/site.css
*/

/* @charset "UTF-8";*/

body {
	margin: 0;
	text-align: center;
	background-color: #0871ba;
	font: 100% Arial, Helvetica, "Sans Serif";
	color: #002979;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #051d59;border-right: 2px solid #051d59;border-bottom: 2px solid #051d59;
}
a.nolink {color:Black;}
a.nolink:hover {color:Black;cursor: text;}
/* @group Home Page */

#homewrapper {
	position: relative;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #051d59;
	border-right: 2px solid #051d59;
	border-bottom: 2px solid #051d59;
}
#homenav {
	position: absolute;
	top: 0; left: 0;
	width: 800px; height: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
#homenav a {
	margin: 0 20px;
	color: #FFF;
	text-decoration: none;
}
#homenav a:hover {
	margin: 0 20px;
	color: #f6ee10;
}
#homelang {
	color: #33bef2;
	position: absolute;
	top: 60px;
	left: 640px;
	font-size: 12px;
}
#homelang a {
	color: #33bef2;
	font-weight: bold;
	text-decoration: none;
}
#homelang a:hover, #homelang a:active {
	color: #002993;
}


#homefooter {
	position: relative;
	top: 510px; left: 0;
	width: 800px; height: 210px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	z-index:1500;
} 
#homefootertext {
	position: relative;
	top: 60px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #002979;
	z-index:1501;
}
#homefootertext a {
	color: #002979;
	margin: 0 10px;
	text-decoration: none;
}
#homeflavorfinder {
    position: relative;
    top:25px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
    z-index: 50;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	top: 0; left: 0;
	width: 800px; height: 165px;
	background: url(../images/header_bg.jpg) no-repeat;	
}
#header #nav {
	position: absolute;
	top: 0; left: 300px;
	width: 500px; height: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
#header #nav a {
	margin: 0 20px;
	color: #FFF;
	text-decoration: none;
}
#header #nav a:hover {
	margin: 0 20px;
	color: #f6ee10;
}
#lang {
	color: #33bef2;
	position: absolute;
	top: 120px;
	left: 660px;
	font-size: 13px;
}
#lang a {
	color: #33bef2;
	font-weight: bold;
	text-decoration: none;
}
#lang a:hover, #lang a:active {
	color: #002993;
}
/* @end */

/* @group Content */

#content {
	position: relative;
	top: 0; left: 0;
	width: 800px;
	background-color: #FFF;
	font-size: 14px;
}
#content .Nutrition {}

#content h1 {
	font-size: 19px;
}
#content a {
	color: #33bef2;
	text-decoration: none;
	/*border-bottom: 1px solid #002979;*/
}
#content div.legal {
	font-size: 13px;
	padding: 5px 30px;
}
#content div.contact {
	font-size: 13px;
	padding: 5px 30px;
}
#content div.contact h1 {
	margin: 10px 0;
}

#content div.contact label {
	position: relative;
	float: left;
	width: 150px;
}
#content div.contact .talllbl
#content div.contact input {
	position: relative;
}

#content div.flavorlisting a {
	color: #33bef2;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	top: 0; left: 0;
	width: 800px; height: 210px;
}
#flavorfinder {
    position: absolute;
    display: block;
    top:80px;
    width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
    z-index: 50;
}
/*#flavorfinder .input, #flavorfinder select.input {
	font-size: 12px; font-weight: bold; color: #002979; border: 1px solid #002979;
}
#flavorfinder select.input {
	width: 130px;
}
#flavorfinder select.input option:focus {
	width: 300px;
	overflow: auto;
}*/ 
#footertext {
	position: absolute;
	top: 170px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	color: #002979;
}
#footertext a {
	color: #002979;
	margin: 0 10px;
	text-decoration: none;
}
.ffSubmit {
    position:relative;
    top: 8px; margin:0;
}
/* @end */