.primary_color {
	color: #000;  /* PRIMARY DARK DYNAMIC */
}

.pop_color {
	color: #f74f04;  /* POP DYNAMIC */
}

body {
	background: #2f2f2f url(../images/body_bg.jpg); /* PRIMARY DYNAMIC */
}

div#site_hold div#site_content { /* SITE WRAPPER */
	border: none; /* PRIMARY DARK DYNAMIC */
}

div#content div#page_head { 
	border-bottom: 1px solid #a6a6a6; /* MEDIUM LIGHT DYNAMIC */
	background-color: #e8e8e8; /* VERY LIGHT */
}

html body div.pizza_list table tr td.price, html body div.pizza_list table tr td.title {
	color: #00666b;  /* PRIMARY DARK DYNAMIC */
}

html body div.pizza_list table tr td.title a {
	color: #000;  /* PRIMARY DARK DYNAMIC */
}

div.two_col_cat_list ul li a {
	color: #000;  /* PRIMARY DARK DYNAMIC */
}

div.two_col_cat_list ul li a div.cat_image {
	border-right: 1px solid #000;
	margin: 1px;
}

body {
	font-size: 12px;
	font-family: {font-family: helvetica, arial sans-serif};

}

div#site_hold { /* CENTERS SITE */

}

div#site_hold div#site_content { /* SITE WRAPPER */
	width: 850px;
	margin-top: 15px;
	min-height: 0;
}

div#loading {
	margin-top: 22%;

}

/* SITE HEADER */

div#site_content div#site_header {
	height: 164px;
	background: #fff url(../images/header_bg.jpg)
}

div#site_content div.logo_hold {
	text-align: left;
	height: 1px;
	margin-bottom: -1px;
	overflow: visible;
}

div#site_content a#home { /* HOLDS LOGO */
	display: block;
	margin: 0px;
	position: relative;
	top: 34px;
	left: 15px;
	background: #fff;
	padding: 5px;
}

/* SITE CONTENT */

div.order_complete {
	margin: 0px 40px;
	text-align: left;
	border: 0;
	color: #5b3509;

}

div.order_complete h3 {
	color: #5b3509;
	font-weight: 700;
}

div.order_complete a {
	font-weight: 700;
	color: #e9641f;
}

div#site_content div#content { /* ORDERING SECTION WRAP */
	padding: 0;
	margin: 0;
}

div#content div#page_head { 
	margin: 0;
	padding: 0;
	background-image: url(../images/top_shadow.png) repeat-x;
	background-position-y: 40px;
	padding-top: 40px;
	width: 850px;
	height: 40px;
	overflow: hidden;
	
}

html body div div#content div#page_head h2 {
	margin: 0;
	padding: 0;
	padding: 15px 0px 15px 20px;
	width: 560px;
	font-size: 18px;
	font-weight: 700;
	color: #00adb6;
}

html body div div#content div#page_head h2 a {
	color: #00666b;
}

div#content div#page_content { 
	height: 100%;
}

html body div#site_hold div#site_content div#site_footer div.col-1 {
	width: 580px;
	margin: 0;
	padding: 0;
}

html body div#site_hold div#site_content div.col-1 {
	width: 540px;
	margin: 0;
	padding: 15px 20px 15px 20px;
}

html body div#site_hold div#site_content div.col-2 {
	width: 270px;
	margin: 0;
	padding: 0;
	border: none;
	height: inherit;
}

html body div#site_hold div#site_content div#site_footer div.col-2 {
	border: 0;
	width: 270px;
	padding-left: 0;
}

div#order_hold {
	width: 269px;
	position: relative;
	top: -40px;
	border: 0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;	
}
div#order_hold div.head {
	height: 19px;
}

/* ITEM LIST */
div.pizza_list {

}

div.pizza_list table tr td.end {
	border-bottom: 1px solid #e0e0e0;
}

div.pizza_list table tr td {
	padding: 5px 0px;

}

html body div.pizza_list table tr td.price, html body div.pizza_list table tr td.title {
	padding-bottom: 0;
}

html body div.pizza_list table tr td.title a {

}

html body div div.pizza_list table tr td.description {
	color: #424242;
}

html body div div.pizza_list table tr td.description div.item_actions {
	padding-top: 4px;
	text-align: right;
}

a.add_item { /* LINK ON TEXT ITEM PAGE FOR ADDING TO ORDER */
	display: block;
	height: 21px;
	width: 62px;
	float: right;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-right: 8px;
	background: url(../images/order_item.gif) right no-repeat;
	margin-bottom: 5px;
}

a.add_to_order {
	display: block;
	text-align: right;
	padding: 11px 20px 12px 10px;
	height: 13px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	background: url(../images/add_to_order.gif) top right no-repeat;
}

a.add_to_order:active {
	background: url(../images/add_to_order.gif) bottom right no-repeat;
}

/* MENU BUTTON
html body div.cat_list {
}

html body div.cat_list li {
	margin-right: 20px;
	margin-bottom: 10px;
}

html body div.cat_list ul li a.button {
	width: 210px;
	background: url(../images/cat_button.gif) top right no-repeat;
	margin: 0;
	padding: 0;
	height: 40px;
	padding: 20px;
	font-size: 14px;
	font-weight: 700;

}

div.cat_list ul a.button:active {
	background: url(../images/cat_button.gif) bottom right no-repeat;

}

*/
html body div.two_col_cat_list {
	padding-left: 0px;
}

div.two_col_cat_list ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
	list-style: none;
}

div.two_col_cat_list ul li {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;

}


div.two_col_cat_list ul li a {
	display: block;
	width: 240px;
	background: url(../images/cat_button.gif) top left no-repeat;
	margin: 0;
	padding: 4px;
	height: 72px;
	font-size: 12px;
	font-weight: 700;
}

div.two_col_cat_list ul li a:active {
	background: url(../images/cat_button.gif) bottom left no-repeat;
}

div.two_col_cat_list ul li a div.cat_image {
	width: 64px;
	height: 70px;
	overflow: hidden;
	float: left;

}

div.two_col_cat_list ul li a span.cat_name {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	top: 10px;
	left: 10px;
}

/* SITE FOOTER */

div#site_content div#site_footer { /* HOLDS FOOTER, INCLUDING NAVIGATION */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 179px;
	width: 850px;
	height: 40px;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #505050;
	background: #cccccc url(../images/footer_nav/bg.gif) top repeat-x;
}

div#site_content div#site_footer ul {
	margin: 0;
}

div#site_content div#site_footer ul li.button_small, div#site_content div#site_footer ul li.button_medium {
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-left: 1px solid #fff;
	border-right: 1px solid #686868;
}

div#site_content div#site_footer ul li:first-child {
	border-left: none;

}

div#site_content div#site_footer ul li.button_small:active, div#site_content div#site_footer ul li.button_medium:active {
	background: #cccccc url(../images/footer_nav/bg.gif) bottom repeat-x;
}

div#site_content div#site_footer ul li.button_small img, div#site_content div#site_footer ul li.button_medium img {
	margin: 0;
	padding: 0;

}

div#site_content div#site_footer ul li.button_small {
	width: 98px;

}

div#site_content div#site_footer ul li.button_medium {
	width: 118px;

}

div#site_content div#site_footer div#footer_nav br { /* THERE IS A BR BEFOR EHTE CHECKOUT BUTTON */
	display: none;
}

div#site_content div#site_footer div#footer_nav a#checkout_button {
	position: relative;
	top: -8px;
	z-index: 10000;
	width: 270px;
	height: 48px;
	background: transparent url(../images/footer_nav/checkout.png) top left no-repeat;
}

div#site_content div#site_footer div#footer_nav a#checkout_button:active {
	background: transparent url(../images/footer_nav/checkout.png) bottom left no-repeat;	
}

div#site_hold div#site_content div#site_content_end { /* HOLDS DISHCLOUD TAGS */
	height: 28px;
	background: transparent url(../images/site_content_end_bg.jpg) top no-repeat;
}

html body div#site_hold div#site_content div#core_checkout {
	margin: 0px 15px 30px 15px;
	position: relative;
	top: 15px;
	width: 815px;
}