body {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin:0;
	background-color:#030303;
	font-size:100%;
}
#container {
	width: 935px;
	text-align: justify;
	margin:0;
	padding:0;
	background-color:white;
}
#header{
	padding: 0;
	margin:0;
	width:935px;
	height:125px;
	background-color:#030303;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	float:left;
}


#header ul{
	font-size:.65em;
	float:right;
	margin:10px 20px 0 0;
	padding:0;
	text-align:center;
}
#header li { /* all list items */
	float: left;
	list-style-type:none;

}

#header li a{
	text-decoration:none;
	font-weight:normal;
	width: 90px;
	color:#666666;
		border-right:1px solid #666666;
	padding:0 8px 0 8px;

}
#header li a:hover{
	color:#c11825;
	border-right:1px solid #c11825;

}
#header .home a{
	background-image:url(images/home1.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
#header .home a:hover{
	background-image:url(images/home.gif);
	background-repeat:no-repeat;	
}
#header .none a{
	border:0;
}
#header .none a:hover{
	border:0;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/


#smallcontent{
	margin:5px 10px 0px 10px;
	padding:0px 0 15px 0;
	width:625px;
	background-color:white;
	float:left;
}
#condimentcontent{
	margin:5px 10px 110px 10px;
	padding:0px 0 15px 0;
	width:625px;
	background-color:white;
	float:left;
}
#righthome{
	width:275px;
	float:right;
	margin:15px 0 0 0;
	padding:0;
}
#righthome img{
	margin:0;
	padding:0;
}
#righthome .contact{
	background-image:url(images/conact.gif);
	background-repeat:no-repeat;
	height:115px;
}
#righthome .contact p{
	padding:35px 0 0 35px;
	font-weight:bold;
}
#righthome .contact a{
	color:#030303;
}
#righthome .contact a:hover{
	text-decoration:none;
	color:#c11825;
}
a img{
	border:none;
}

.left{
	float:left;
	margin:0;
}
.ingredients{
	font-size:.7em;
	font-style:italic;
}
.split{
	width:310px;
	margin:5px 15px 5px 0;
	float:left;
}
.split1{
	width:260px;
	margin:5px 0 5px 5px;
	padding:0 0 0 25px;
	float:right;
}
.split p{
	text-align:left;
}
.split1 p{
	text-align:left;
	margin-right:20px;
}

ul{
	font-family:  Arial, san serif;
	font-size: 0.75em;
	color: #333333;
}
.split li{
	list-style-type:square;
}
p{
	font-family:  Arial, sans serif;
	font-size: 0.8em;
	color:#333333;
	margin-top: 0px;
}
h1{
	font-size:.8em;
	margin:0;
	padding:0;
}
h2{
	font-size:.8em;
	margin:0;
	padding:0;
}
#condimentcontent a h2{
	font-size:.8em;
	margin:0;
	padding:0;
	color:#030303;
}
a{
	text-decoration:none;
	text-decoration:underline;
	color:#333333;
}

a:hover{
	text-decoration:none;
}

table{
	margin:10px;
}
td{
	font-family:  Arial, sans serif;
	font-size: 0.8em;
	color: #333333;
	font-style:italic;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
}
form td{
		font-family:  Arial, sans serif;
	font-size: 0.8em;
	color: #333333;
	font-style:italic;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}
th{
	font-family:  Arial, san serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
hr{
	border:1px solid #e1e1e1;
}
.clear{
	clear: both;
}
.space{
	clear: both;
	padding-bottom:10px;
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#sidenav{
	margin:0;
	padding:0px;
	width:275px;
	background-color:#ffffff;
	float:right;
}

#sidenav ul{
	font-size:.7em;
	margin:0;
	float:left;
	padding:0;
	background-color:#ffffff;
}
#sidenav li { /* all list items */
	text-align:left;
	margin: 0;
	padding:0 0 10px 0;
	width:275px;
	list-style-type:none;
	color:#292929;
}

#sidenav a:hover{
	text-decoration:none;
	color:#c11825;
	background-image:url(images/arrow1.gif);
	background-repeat:no-repeat;	
}
#sidenav a{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:7px -8px;
	display:block;
	padding: 0 0 0 45px;
	color:#292929;
	border-bottom:1px solid #e1e1e1;
	text-decoration:none;
}

#sidenav .home a{
	background-image:url(images/mini-logo.gif);
	background-repeat:no-repeat;
	background-position:5px 0px;
	padding:15px 0 0 45px;
	height:55px;
}
#sidenav .home a:hover{
	background-image:url(images/mini-logo.gif);
	background-repeat:no-repeat;	
}

img{
	margin:0;
	padding:0;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
	padding: 0;
	margin:0;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
	height:92px;
}

#footer p {
	font-family:  Arial, sans serif;
	text-align:left;
	font-size: .7em;
	color:#999999;
	padding:15px 0 0 350px;
}

#footer a {
	
	text-decoration: none;
	color:#9ccf61;
}

#footer a:hover{
	text-decoration: underline;
}