@charset "utf-8";
/* My Breakfast in Bed "Secondary Pages" CSS Document */

/* ---------- Secondary Page Containers ---------- */

div#logo {
	width: 905px;
	height: 94px;
	margin: 0 15px 11px 0;
	padding: 10px 0 0 0;
	text-align: right;
}

div#content_menu_photo {
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	background: url(../images/borderbottom_menu_photo.png) left bottom no-repeat;
}

div.menu_photo {
	background: url(../images/border_menu_photo.png) left top no-repeat;
	padding: 11px 7px 0;
}

div#content_menu {
	position: relative;
	float: right;
	width: 45%;
	padding: 0 20px 0 15px;
	background: url(../images/bkgd_content_menu.jpg) top right no-repeat;
}

/* ---------- Breakfast Main Navigation ---------- */

div#navigation {
	width: 100%;
	height: 55px;
	background: url(../images/bkgd_navigation.png) bottom no-repeat;
	margin: 0;
	padding: 0;
}

div#navigation ul {
	list-style: none;
	width: 900px;
	height: 55px;
	padding: 0;
	margin: 0 10px;
}

div#navigation li {
	width: 140px;
	height: 41px;
	display: block;
	float: left;
	text-align: center;
	padding: 7px 5px;
}

div#navigation li a:link {
	color: #FFF;
}

div#navigation li a:hover {
	color: #E63100;
}

div#navigation li a:active {
	color: #0377BA;
}

div#navigation li:hover {
	background: url(../images/arrow_navhover.png) center bottom no-repeat;
}

div#navigation li:active {
	background: url(../images/arrow_navhover.png) center bottom no-repeat;
	color: #0377BA;
}

div#navigation li #current {
	width: 140px;
	height: 48px;
	display: block;
	background: url(../images/arrow_navcurrent.png) center bottom no-repeat;
}

h3.menu_photo {
	margin: .5em 12px;
	color: #FFF;
}

div.menu_thumbnails {
	background: url(../images/bkgd_menu_thumbnails.png) repeat-x;
	width: 440px;
	height: 106px;
	margin: 0;
}

ul#list_thumbnail {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 18px;
}

ul#list_thumbnail li {
	float: left;
	margin: 0 15px 0 0;
}

ul.menu li {
	padding: 0 0 0 14px;
	margin: 0 .8em 0 0;
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

div.order {
	width: 175px;
	float: right;
	padding: 3px 15px 14px 8px;
	text-align: left;
}

div.title {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 247px;
	padding: 12px 0 0 15px;
}

input.submit {
	border: 1px solid #FFF;
	width: 110px;
	margin: 8px 0 20px;
	padding: 3px;
	background: url(../images/bkgd_submit.jpg) no-repeat;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

input.submit:hover {
	background: url(../images/bkgd_submithover.jpg) no-repeat;
}

#content_menu_photo .order form table tr td {
	font-size: 11px;
}

#content_menu_photo .order form table tr td select {
	border: none;
	padding: 2px;
	background-color: #005486;
	color: #FFF;
}

#content_menu_photo .order form table tr td select {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
