/*
-----------------------------------------------------
Salsa Grill Redesign
FileName:  screen.css
Author: Agnes J. DelRosario
Comments: Original Version
-----------------------------------------------------
*/

/***zero out***/

* {
	margin: 0;
	border: thin none #FECF03;
}

/***GLOBALS***/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	color: #333333;
	background-repeat: repeat;
	background-color: #660000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	padding-bottom: 5px;


}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

p#entrees {
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
}

/* ---[ Container - Wraps Everything]------------------------------- */

#container {
	margin: 0 auto;
	width: 750px;
	position: relative;
	background-color: #333333;
}


/* ---[ Wrap ]------------------------------- */

#wrap {
	padding: 0;
	background-color: #333333;
	position: relative;
	text-align: left;
	font-size: 95%;
	float: left;
	clear: both;
	margin: 0px;
	width: 750px;
}


/* ---[ Header ]------------------------------- */




#headerWrap {
	clear: both;
	position: relative;
	width: 750px;
	float: left;
	background-image: url(../Staging/images/headerBorder.jpg);
	background-repeat: no-repeat;
	background-color: #9ACD02;
}

#headerLeft {
	float: left;
	background: #FECF03;
	position: relative;
	top: 15px;
	width: 151px;
	padding: 15px;
	height: 150px;
}

#headerRight {
	position: relative;
	float: right;
	width: 559px;
	top: 40px;
	height: 150px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-right: 10px;
	background: #9ACD02;
}

#mailing {
	text-align:center;
	float:left;
	width:175px
}


/* --- [ Index CONTENT Tier ]--------------------------*/

#contentWrap {
	clear: both;
	position: relative;
	width: 750px;
	float: left;
	background-color: #FF9900;
}

#contentLeft {
	position: relative;
	float: left;
	background: #FF9900;
}

#contentRight {
	position: relative;
	float: right;
	color: #000000;
	width: 569px;
	text-align: center;
	background: #FF9900;
}

#contentRightMenu {
	position: relative;
	float: right;
	color: #000000;
	width: 520;
	text-align: left;
	background: #FF9900;
	padding: 20px;
}

#menuContent {
	margin: 8px 0px 0px 0px;
	position: relative;
	width: 520px;
}

.imgRight {
	float:right;
	margin: 0px 0px 0px 10px;
}

.couponImg {
	float:right;
	margin: 0px 0px 0px 10px;
}

#nav ul{
	text-decoration: none;

}

#nav li {
	list-style-type: none;
	text-align: center;

}

#nav a {
	font: 21px/40px Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	background:#B90000;

}


/*Trunk Navigation*/

#TrunkNavigation {
	float: left;
	
}

#TrunkNavigation ul{
	margin-top: 0px !important;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#TrunkNavigation a{
 	display:block;
 	padding:0px;
 	width: 175px;
 	background-color:#FF9900;
 	text-decoration: none;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	color: #660000;
}
 
#TrunkNavigation a:hover{
	background-color:#660000;
	color: #FDE8B0;
}

#TrunkNavigation a.mailingList {
	font-size:12px;
	font-weight:lighter;
	line-height:18px;
}


/* --- [ Footer ]--------------------------*/

#footerWrap {
	clear: both;
	position: relative;
	width: 750px;
	float: left;
	background: #9ACD02;
	background-color: #9ACD02;
}

#footerLeft {
	position: relative;
	float: left;
	width: 150px;
	background: #FECF03;
	padding: 15px;
	text-align: center;
}

#footerRight {
	position: relative;
	float: right;
	width: 569px;
	background: #9ACD02;
	text-align: center;
	padding-bottom: 25px;
}

#footerBorder{
	clear: both;
	float: left;
	width: 750px;
	background: #660000;

}

#bottomLinkText a{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #660000;
	text-align:center;
}

#bottomLinkText a:hover{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#660000; 
	
}

#opt {
	display: none;
}

