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

/* ---------- Global Text ---------- */

html {
	background: url(../images/bkgd_html.png) #5B3411 repeat-x;
}

body {
	background: url(../images/bkgd_pattern.png) repeat;
	margin: 0;
	padding: 0;
	font: 62.5%/175% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2em;
	color: #003D59;
	padding-bottom: 1em;
}

h3 {
	font-size: 1.4em;
	color: #D58111;
	font-weight: bold;
	padding: 0 0 .5em;
	display: block;
}

h4 {
	font-size: 1.3em;
	color: #D58111;
	font-weight: bold;
	padding: 1em 0 .8em;
	display: block;
}

h5 {
	font-size: 1.4em;
	font-weight: normal;
	margin: .5em 0 0;
}

p {
	font-size: 1.2em;
	color: #333;
	padding-bottom: 1em;
}

li {
	font-size: 1.2em;
}

hr {
	width: 274px;
	height: 25px;
	border: none;
	background: url(../images/bkgd_hr.gif) no-repeat;
}

p.notes {
	font-size: 1.1em;
	color: #666;
	margin: 1em 0 0;
	padding: 1em 0 0;
}

span.tax {
	font-size: .8em;
	color: #666;
}


/* ---------- Global Links ---------- */

a:link {
	color: #6D9533;
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #E63100;
	text-decoration: none;
}

/* ---------- Global Branding ---------- */

div#banner {
	width: 920px;
	height: 180px;
	margin: 0;
	padding: 10px 0 0;	
	background: url(../images/bordertop_bnr_photo.png) top no-repeat;
}

div#photo {
	width: 920px;
	height: 170px;
	background: url(../images/bnr_photo.jpg) no-repeat;
}

div.border_banner {
	width: 920px;
	height: 15px;
	background: url(../images/borderbottom_bnr_photo.png) bottom no-repeat;
}


/* ---------- Global Secondary Navigation ---------- */

div#nav_bar {
	width: 910px;
	height: 32px;
	margin: 0 auto;
	padding: 10px 10px 0 0;
}

div#nav_sec ul {
	list-style-type: none;
	position: relative;
	float: right;
	width: 200px;
	height: 32px;
	margin: 0;
	padding: 0;
}

div#nav_sec li#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 32px;
	background: url(../images/nav_sec.png) no-repeat;
	background-position: 0 0;
}

div#nav_sec li#contact {
	position: absolute;
	top: 0;
	left: 100px;
	width: 100px;
	height: 32px;
	background: url(../images/nav_sec.png) no-repeat;
	background-position: -100px 0;
}

div#nav_sec li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#nav_sec a {
	display: block; 
	font-size: 1.2em;
	text-align: center;
	padding-top: 10px;
	color: white;
	width: 100px;
	height: 28px; 
	text-decoration: none; 
	overflow: hidden;
}

div#nav_sec li#home #current {
	background: url(../images/nav_sec.png) no-repeat 0 -32px;
	color: #6D9533;
}

div#nav_sec li#contact #current {
	background: url(../images/nav_sec.png) no-repeat -100px -32px;
	color: #6D9533;
}

div#nav_sec li#home a:hover {
	background: url(../images/nav_sec.png) no-repeat 0 -32px;
	color: #E63100;
}

div#nav_sec li#contact a:hover {
	background: url(../images/nav_sec.png) no-repeat -100px -32px;
	color: #E63100;
}


/* ---------- Global Containers ---------- */

div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 920px;
	text-align: left;
	background: url(../images/bkgd_wrapper.png) repeat-x;
}

div#container {
	padding: 25px 0 10px;
	clear: inherit;
}

div#branding {
	margin: 0;
	padding: 0;
	background: url(../images/bkgd_branding.png) top no-repeat;
}

div.border_bottom {
	width: 100%;
	height: 20px;
	background: url(../images/border_wrapper.png) top no-repeat;
}


/* ---------- Global Footer ---------- */

div#footer {
	clear: both;
	width: 920px;
	border-top: solid #B67415 3px;
	background: url(../images/bkgd_footer.png) repeat;
	margin: 0 auto;
	padding: 0;
}

div#links {
	float: left;
	width: 64%;
	border-right: 1px dotted #D4AF72;
	text-align: left;
}

div.AuthorizeNetSeal {
	width: 94px;
	height: 82px;
}

div#AuthorizeNetText {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	text-align: center;
}

div#copyright {
	float: right;
	width: 33%;
	text-align: left;
	margin: 0 20px 0 0;
}

div#footer p {
	margin: 0 20px;
	padding: 0;
	color: #CCC;
}

.border_footer {
	width: 100%;
	height: 15px;
	background: url(../images/border_footer.png) no-repeat;
}

/* ---------- Global IE Hacks ---------- */
	
#clear1 {
	clear: both;
}

#clear2 {
	clear: both;
}

#clear3 {
	clear: both;
}