@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: verdana;
	font-size: 11px;
}

	#header {
		width: 1000px;
		height: 100px;
		margin: 0px auto;
		background: #000;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
		#logo {
			position: relative;
			top: 30px;
			left: 20px;
			width: 350px;
		}
		
		#menu {
			position: relative;
			top: 0px;
			left: 350px;
			width: 500px;
		}
		
			.menuitem {
				margin-right: 20px;
				color: #FFF;
				font-size: 14px;
			}
			
				a.link:link {
					color: #FFF;
					text-decoration: none;
				}
				
				a.link:visited {
					color: #FFF;
					text-decoration: none;
				}
				
				a.link:hover {
					color: #FFF;
					text-decoration: underline;
				}
				
				a.link:active {
					color: #FFF;
					text-decoration: none;
				}
	
#content_container {
	width: 1000px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	position: relative;
}
	
	#content {
		width: 630px;
		margin-right: 50px;
		position: relative;
		top: 0px;
		float: left;
		padding: 0px 0px 20px 20px;
	}

	#sidebar {
		width: 250px;
		position: relative;
		top: 0px;
		float: left;
	}

	h1 {
		color: #C00;
		font-size: 22px;
	}
	
	h2 {
		color: #000;
		size: 16px;
		margin-top: 40px;
	}

	#footer {
		width: 1000px;
		height: 150px;
		margin: 0px auto;
		background: #000;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
		.footer_cell {
			width: 31%;
			float: left;
			color: #FFF;
			padding: 20px 0px 0px 20px;
		}
			
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

fieldset {
	border-radius: 8px;
	padding: 10px;
	border: 1px solid #E0E0E0;
}

legend {
	padding: 5px;
}

.product {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	height: 25px;
}

/*.num {
	float: left;
	margin-right: 5px;
}

.product_title {
	float: left;
	width: 100%;
	font-weight: bold;
}

.description {
	float: left;
}

.price {
	float: right;
}*/

/*.product {
	width: 100%;
}*/

.num {
	font-size: 20px;
	width: 9%;
	float: left;
}

.price {
	font-size: 20px;
	width: 9%;
	float: right;
	text-align: right;
}

.product_name {
	color: #C00;
	font-weight: bold;
	width: 100%;
	position:absolute;
	left: 10%;
	clear: both;
}

.ingredients {
	width: 80%;
	position: absolute;
	left: 10%;
	clear: both;
	margin-top: 15px;
}

.group_title {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0px 15px 0px;
}