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

html
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

body
{
	background: url(http://www.rwbakers.com/assets/graphics/pattern.gif);
}

#container
{
	width:100%;
	height:100%;
}

#wrapper
{
	width: 900px;
	margin: 20px auto;
}

#main
{
	background: #FFFFFF url(http://www.rwbakers.com/assets/graphics/bgstrip.jpg) repeat-y;
}

#sidebar
{float:left;}

#content
{
	float:right;
	width:610px;
	background:url(http://www.rwbakers.com/assets/graphics/header_right.jpg) no-repeat;
}

#footer
{
	clear:both;
	background:url(http://www.rwbakers.com/assets/graphics/footerbg.jpg) no-repeat;
	text-align:center;
}

#contactform
{
	width: 590px;
    height: 400px;
    margin: 45px 0px 0px 30px;
}

#contactform h4
{
	font-weight:bold;
    margin: 5px 0px 1px 0px;
}

.inputforms
{
	width: 250px;
}

.topimage
{
	margin: 40px 0px 0px 10px;
}

h1
{
	font-size: 22px;
	font-weight:normal;
	margin: 20px 40px 5px 8px;
}

h2
{
	font-size: 18px;
	font-weight:bold;
	margin: 20px 40px 5px 8px;
}

h3
{
	font-size: 16px;
	font-weight:bold;
	margin: 20px 40px 5px 8px;
}

h4
{
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	margin: 0px 40px 0px 8px;
}

h4 a
{color:#d3c958;}

h4 a:hover
{color:#FFFF99;}

.clearfix
{
	clear:both;
	line-height:0;
	height:0;
	visibility:hidden;
}

.nolink
{
	text-decoration:none;
	border:0;
}

a:focus
{
-moz-outline-style: none;
}

#footer h1
{
	font-size:12px;
	color:#4A3821;
	margin:0px;
	padding-top: 38px;
}

#footer h1 a
{color:#4A3821;}

#footer h1 a:hover
{color:#795C36;}


<!-- THIS IS THE EXPANDING MENU STYLING -->

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E2E2E2;
	width:290px;
}
#navigation a.head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
	color:#d3c958;
	display:block;
	text-decoration: none;
	padding-left: 13px;
}
#navigation a.head:hover {
	color:#FFFF99;
	background: url(http://www.rwbakers.com/assets/graphics/wheatroll.gif) no-repeat;
	padding-left: 13px;
}
#navigation a.selected {
	padding-left: 13px;
}
#navigation a.current {
	padding-left: 13px;
    color:#FFFF99;
    background: url(http://www.rwbakers.com/assets/graphics/wheatroll.gif) no-repeat;
}
#navigation li {
	list-style:none outside none;
	display:inline;
}
#navigation li li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	color:#FFFFFF;
	display:block;
	margin:0px 0px 0px -20px;
	padding-left: 13px;
	text-decoration:none;
	background: url(http://www.rwbakers.com/assets/graphics/dash.gif) no-repeat;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FFFFFF;
	margin:0px 0px 0px -20px;
	padding-left: 13px;
	background: url(http://www.rwbakers.com/assets/graphics/wheatrollwhite.gif) no-repeat;
	text-decoration:none;
}
