@charset "utf-8";

/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	background-color:#835b51;
	background-image: url(images/background.jpg);
	background-repeat: repeat; 
	
	font-family:"Trebuchet MS", Arial, sans-serif;
		
	margin: 0;
	padding: 0;
	
	text-align:center;
	
	scrollbar-arrow-color:#1e1710;
	scrollbar-face-color:#70a62a;
	scrollbar-highlight-color:#A79465;
	scrollbar-3d-light-color:#0C0E3F;
	scrollbar-base-color:#5a5e65;
	scrollbar-dark-shadow-color:#1e1710;
	scrollbar-shadow-color:#604d3c;
	scrollbar-track-color:#d7de96;
	
	color:#370002;
	font-size: 12px;
	line-height: 1.5em;
	
}

a {
	color: #053d19;
	text-decoration: underline;
}

a:hover {
	color: #835b51;
}
	
	
#wrap
{
	position:relative;
	
	width:800px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	margin-top: 0px;
	
	height: 532px;
	
	text-align:left;
	
	background-color:#835b51;	
}

.above_buttons { 
	background-image:url(images/button_top.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 509px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.above_buttons a { 
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 5px;
}

.above_buttons a:hover {
	color: #81001B;
}

.above_buttons a.act { 
	color: #81001B;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 5px;
}

.above_buttons a.act:hover {
	color: white;
}
	
.main {
	background-image: url(images/sub_salsa_bg.jpg);
	background-repeat: no-repeat;
	height: 409px;
	width: 800px;
} 

#subcontent { 
	display: block;
	position: relative;
	width: 450px;
	height: 340px;
	overflow: auto;
	left: 50px;
	top: 30px;
	padding-right: 25px;
}


.heading {
	color: #750017;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.emph {
	color: #AB2635;
	font-size: 1em;
	font-weight: bold;
}

.indents { 
	margin-left: 25px;
}


/* kitchen styles */

.mainkitchen {
	background-image: url(images/kitchen_salsa_bg.jpg);
	background-repeat: no-repeat;
	height: 409px;
	width: 800px;
}

#kitcontent { 
	display: block;
	position: relative;
	width: 250px;
	height: 250px;
	overflow: auto;
	left: 30px;
	top: 30px;
	padding-right: 15px;
	font-size: 10px;
	
}

.kitheading {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}	

#kitcontent a {
	color: white;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding-bottom: 5px;
}

#kitcontent a:hover {
	text-decoration: none;
}
