@charset "utf-8";
/* Empanada Kitchen */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #0000CC;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/top-bg-repeatx.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fac636;
	}

#container {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -4em;
	margin-bottom: 20px;
	}

#top-container {
	height: 220px;
	background-image:url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: center top;
	}

#text {
	margin: 0 auto;
	width: 680px;
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	line-height: 20px;
	}

#text-sub {
	margin: 0px auto;
	width: 680px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	line-height: 18px;
	padding-bottom: 15px;
	}

#titleGlobal {
	width: 700px;
	height: 30px;
	padding-top: 11px;
	padding-left: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(../images/bg-title.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	}

#mainContent {
	margin: 0px auto;
	width: 1000px;
	height: 460px;
	padding-bottom: 20px;
	background-image: url(../images/main-content-bg.gif);
	background-repeat: no-repeat;
	}

#header {
	margin: 0px auto;
	width: 1000px;
	/*background-image: url(../images/logo.gif);*/
	background-image: url(../images/header-02.gif);
	background-repeat: repeat;
	height: 220px;
	}

#sitesearch {
	float: right;
	width: 340px;
	color: #000000;
	font-weight: bold;
	padding-top: 120px;
	}

#divider {
	/*height: 32px;*/
	}

#mainbg {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
	}

#content {
	margin: 0px auto;
	width: 1000px;
	background-color: #ffd561;
	}

#leftContent {
	width: 247px;
	float: left;
	margin-top: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
	}

#rightContent {
	width: 716px;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 16px;
	min-height: 400px;
	background-image: url(../images/right-p-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	}

#navigation {
	width: 247px;
	}

#navigationContent {
	width: 245px;
	border-left: 1px solid #efc44d;
	border-right: 1px solid #efc44d;
	border-bottom: 1px solid #efc44d;
	background-color: #fff2bf;
	padding-bottom: 10px;
	margin-bottom: 10px;	
	}

.clr {
	clear: both;
	}

#footer {
	margin: 0px auto;
	width: 1000px;
	height: 70px;	
	background-image: url(../images/footer-bg.jpg);
	}

#footerContent {
	margin: 0px auto;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	}

#navigation ul { 
				margin-top: 0px;
				margin-left: 0; 
				padding-left: 0; 
				list-style-type: none; 
				margin-bottom: 0px;
				font-weight: bold;
				}
				
#navigation a { display: block; 
				padding-top: 8px;
				padding-bottom: 7px;
				padding-left: 30px;
				width: 215px;
				border-bottom: 1px dotted #d39c04;
				background: #fff2bf url(../images/arrow.gif) no-repeat 6% 50%; 
			}
			
#navigation a:link, #navlist a:visited { 
				color:#3c0a00; 
				text-decoration: none;
				font-size: 12px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				}
				
#navigation a:hover { 
				background: #fef7d9 url(../images/arrow.gif) no-repeat 6% 50%; 
				color:#3c0a00; 
				border-bottom: 1px dotted #dd39c04;
				}

#navigation p { margin-top: 40px; 
				padding: 3px; 
				border-bottom: 1px dotted #d39c04;
				}

a.footerlink:link { color: #fff; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
a.footerlink:visited { color: #fff; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }
a.footerlink:hover { color: #ccc; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
a.footerlink:active { color:  #fff; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }

