@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	background-color: #c6b298;
	background-image: url(images/contentbg.jpg);
}

#Placeholder  {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#Header {
	position: absolute;
	left:10px;
	top:25px;
	width:800px;
	height:115px;
	z-index:1;
	background-image: url(images/breadsmithSDheader.jpg);
}

#Content {
	position: absolute;
	left:10px;
	top:145px;
	width:800px;
	height:415px;
	z-index:2;
	background-image: url(images/tanmotif.png);
}

#Footer {
	position: absolute;
	left:10px;
	top:565px;
	width:800px;
	height:175px;
	z-index:3;
	background-image: url(images/footerbg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #22205f;
}

#Feature {
	position: absolute;
	height: 350px;
	width: 525px;
	top: 21px;
	right: 75px;
	vertical-align: middle;
	z-index:2;
}

div.scroll {
overflow: auto;
border: 3px solid #22205f;
background-color: #fff;
padding: 10px;
width: 525px;
height: 350px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #22205f;
text-indent: 5px;
background-image: url(images/wheatbg.png);
background-position:center;
background-repeat: no-repeat;
}

#HeaderOrder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	right: 25px;
	bottom: 5px;
	height: 25px;
	width: 75px;
	text-align: center;
}

#Links {
	text-decoration: none;
	color: #fff;
}

#navigation { 
	position: absolute; 
	top: 20px; 
	left: 5px; 
	width:130px; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	z-index:3;
}

#navigation a { 
	display: block; 
	text-decoration: none; 
	color: #22205f; 
	width: 100%;
}

#navigation ul {
	margin:0px; 
	padding:0px; 
	background-color:#FFF;	
}

#navigation ul li {
	height:25px;
	line-height:25px; 
	list-style:none; 
	padding-left:10px;
	color:#22205f; 
	border:#a2caec solid; 
	border-width:1px;
}  

#navigation ul li:hover {
		background-color:#22205f; 
		color:#fff; 
		position:relative;
} 
#navigation ul li:hover a {
	background-color:#22205f; 
	color:#fff; 
	position:relative; 
	text-decoration: none;
} 

#navigation ul ul {
	display:none; 
	position:absolute; 
	left:75px; 
	top:5px; 
	border:#fff solid; 
	border-width:1px; 
	background-color:#22205f;	
}  
        
#navigation ul li:hover ul {
	display:block;
}

#navigation ul ul li {
	border:none; 
	width:175px; 
	float:left; 
	display:inline;
}

#navigation ul ul li:hover {
	text-decoration:underline; 
	border:none;
}

#navigation ul ul li:hover a {
	text-decoration:underline; 
	border:none;
} 

#sfsn {
	position: absolute; 
	top: 250px; 
	left: 5px; 
	width:150px; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#22205f;
	text-align:center;
	z-index:3;
}

a.img {
	border: none;
	text-decoration: none;
	color:#22205f;
}

h2 {
	margin: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0px;	
}

h4 {
	font-weight: bold;
	margin: 0px;
	margin-left: 3px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
	text-indent:0;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin: 0px;
	color: #C60;
}

.tinytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.letters {
	color: #a2caec;
}

