html,body{
	height: 100%;
}

#content{
	width:1000px;
	height: 100%;
	padding:0;
	max-width: 100%;
}

#summer_dinner{
font-size: 12px;
width:90%;
margin: 0 auto;
text-align:left;
padding:3px;
margin-bottom: 10px;
color:red;
font-weight:bold;
border:1px solid red;
}

.dlg{
	box-shadow: 10px 10px 3px #888888;
	padding: 0px;
	background-color: white;
	z-index: 2000;
	/*
	margin-left: set to 1/2 width
	margin-top: set to 1/2/ height
	*/
}

.category_sidebar,
.menu_items{
	float: left;
}

.category_sidebar{
	background-color: #abc995; 
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	vertical-align: top;
	width:248px;
	height: 100%;
	max-width:100%;
}

.category_sidebar li{
	list-style: none;
	text-align: left;
	margin: 0 0 6px 0;
}

.category_sidebar li a{
	color: #0f6735;	
}

.category_sidebar li a:hover{
	color: white;
}

.category_sidebar h2{
	color: white;	
}

.menu_items h1{
	text-align:center;
}

.menu_items{
	vertical-align: top;
	padding-left:24px;
	width: 748px;
	max-width:100%;
}

.category_start{
	float:left;
	width: 33%;
	height: 80px;
	padding: 14px;
	
	}

.category_start img{
	float:left;
}

.cat_long{
	font-size: 12px;
	color: #666666;
}

.menu_item{
	border-top: 2px solid #abc995;
	padding-top: 6px;
}

input,
select,
textarea{
	color: #000000;
}


.orderItems th{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

p.catDescription{
	text-align: left;
	}

.item_name
	{
	color:#cc9900;
	font-size:12pt;
	font-weight:bold;
	}
.item_description
	{
	font-size:10pt;
	}
.item_price
	{
	color:#0f6735;
	font-size:10pt;
	font-weight:bold;
	}
.item_includes
	{
	font-size:8pt;
	color:green;
	}
	
.cat_options{
	margin-top: 4px;
}

.custom_list,
.menu_options{
	float: left;
}

.custom_list{
	margin-right: 6px;
}

.custom_list ul{
	text-align: left;
	margin: 10px auto;
	width: 250px;
	padding: 4px;
	border: 1px solid #abc995;
	min-height: 300px;
	max-height: 300px;
	overflow: auto;
}

.custom_list ul li:hover{
	cursor: pointer;
}
	
.custom_list ul li{
	padding:0;	
	margin:0;
	margin-bottom: 4px;
}

.custom_list ul li.custom_sep{
	border-bottom: 1px dashed silver;
	height: 2px;
	margin: 8px;	
}

.menu_options table{
		margin: 0 auto;
	}
	
#info{
	display:none; 
    margin: 0 auto;
	width:280px;
	height:460px;
	border-style: solid; 
	text-align:center;
	max-width: 100%;
	float: right;
}

.menu_items .category_list{
	width: 300px;
	float:left; margin-right: 20px;
}

.menu_items .nutrition_data{
	float: left; max-width: 100%;
}

/** media queries ******************************/
	
@media (max-width: 1000px){
	
	
	#content{
		margin: 2px;
		padding: 4px;
	}
	
	.category_sidebar{
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 6px;
	}
	
	.bag img{
		width: 100px;
		float: right;
		margin-right: 2px;
	}
	
	.helpLink {
		display: none;
	}
	
	
	
	.menu_items{
		margin:0;
		padding: 0;
	}
	
	.category_start{
		width: 48%;	
		height: auto;
	}
	
	.custom_list,
	.menu_options{
		float: none;
	}
	
	.custom_list {
		width: 100%;
		text-align: center;
	}
	
	
	
}



@media (max-width: 450px){
	
	.category_start{
		width: 100%;	
		height: auto;
	}	
	
	
}

