@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #0d0d0d url('images/ocg_bg.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}

a, a:visited, a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}

p.success {
	background: url('images/ocg_footer_norepeat.png') repeat;
	behavior: url(js/iepngfix.htc);
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 5px;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 150px;
}

#logo {
	background: url('images/ocg_logo.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 151px;
	width: 222px;
	margin-top: 19px;
}

#logo a {
	display: block;
	height: 100%;
}

#footer {
	height: 160px;
	margin-bottom: 60px;
}

#footer a {
	font-size: 11px;
}

#rightside {
	float: right;
	height: 500px;
	width: 200px;
	text-align: right;
}

#leftside {
	width: 590px;
	float: left;
	padding-top: 50px;
}

#side_menu {
	height: 149px;
	width: 190px;
	background: url('images/ocg_side_menu.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	margin-top: 30px;
}

#side_menu:hover {
	background: url('images/ocg_side_menu_hover.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}

#side_menu a {
	display: block;
	height: 100%;
}

#side_location {
	height: 149px;
	width: 190px;
	background: url('images/ocg_side_location.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	margin-top: 30px;
}

#side_location:hover {
	background: url('images/ocg_side_location_hover.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}

#side_location a {
	display: block;
	height: 100%;
}

#side_cell {
	height: 220px;
	width: 175px;
	background: url('images/ocg_side_cell.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
	padding-top: 40px;
}

#side_phone {
	background: url('images/ocg_phone.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 162px;
}

#side_phone a {
	display: block;
	height: 100%;
}

#intro_welcome {
	background: url('images/ocg_intro_welcome.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 42px;
}

#online_ordering {
	width: 195px;
	height: 37px;
	float: right;
	background: url('images/ocg_order_online.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}

#online_ordering:hover {
	background: url('images/ocg_order_online_click.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}

#online_ordering a {
	display: block;
	height: 100%;
}

#intro_catering {
	background: url('images/ocg_intro_catering.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 59px;
}

#intro_catering a {
	display: block;
	height: 100%;
}

#intro_latenight {
	background: url('images/ocg_intro_latenight.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 52px;
}

#intro_contact {
	background: url('images/ocg_intro_contact.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 39px;
}

#intro_newsletter {
	background: url('images/ocg_intro_newsletter.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 39px;
}

#form_area {
	margin-top: 50px;
}

#form_area a.golink, #form_area a.golink:visited, #form_area a.golink:hover {
	margin-top: 10px;
	display: block;
	height: 20px;
	background: none;
}

#form_area input {
	border: none;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	background: transparent;
	margin-bottom: 3px;
	padding: 3px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.full {
	width: 800px;
}

.article {
	margin-bottom: 30px;
}

.onethird {
	width: 33%;
}

.bgfooter {
	background: url('images/ocg_footer_norepeat.png') repeat;
	behavior: url(js/iepngfix.htc);
}

.sidelist a, .sidelist a:link, .sidelist a:hover {
	display: block;
	padding: 3px 5px;
}

.sidelist a:hover {
	background: transparent url('images/ocg_trans_1.png');
	behavior: url(js/iepngfix.htc);
}

ul.footer {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

ul.footer li a, ul.footer li span {
	display: block;
	padding: 3px 5px;
	color: #666666;
}

form {
	font-size: 14px;
}

form input {
	width: 250px;
	border: none;
	background: transparent url('images/ocg_footer_norepeat.png');
	behavior: url(js/iepngfix.htc);
	color: #ffffff;
	padding: 3px;
}

form textarea {
	width: 450px;
	height: 140px;
	border: none;
	background: transparent url('images/ocg_footer_norepeat.png');
	behavior: url(js/iepngfix.htc);
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 3px;
}

form input.submit {
	width: 100px;
}

span.big {
	font-size: 18px;
	font-weight: bold;
}

div.menu_cheesesteak {
	height: 34px;
	background: url('images/menu_cheesesteak.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}
div.menu_hoagie {
	height: 34px;
	background: url('images/menu_hoagie.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}
div.menu_pizza {
	height: 28px;
	background: url('images/menu_pizza.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}
div.menu_salad {
	height: 26px;
	background: url('images/menu_salads.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}
div.menu_wings {
	height: 32px;
	background: url('images/menu_wings.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}