﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFCC;
	height:100%; /* needed for container min-height */
}
#container {
	width: 756px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#masthead {
	width: 732px;
	height: 90px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 14px;
	padding-top: 12px;
	overflow: auto;
	background-color: #360;
	background-image: url('../images/SFDLogo.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
#sidebar {
	float: left;
	width: 146px;
	background-color: #FC0;
	position: relative;
	clear: both;
	margin-left: 14px;
	display: inline;
}
#content {
	float: right;
	width: 566px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFF;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 732px;
	margin-right: 10px;
	margin-left: 14px;
	padding: 0;
	overflow: auto;
	background-color: #360;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* setup highlighting for visited page */
#products #sidebar .products a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#info #sidebar .info a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#contact #sidebar .contact a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#about #sidebar .about a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#home #sidebar .home a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#employees #sidebar .employees a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #FFF;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Masthead */
#masthead p {
/*	font-size: 0.8em; */
	font-weight:bold;
	color: #FFF;
	text-align: right;
	margin: 2px;
	padding: 2px;
}
/*
#masthead a {
	color: #FFF;
	text-decoration: underline;
}
#masthead a:hover {
	color: #FFF;
	text-decoration: none;
}
*/
#masthead h1 {
	padding-left: 148px;
	background-image: url('../images/sfdmain1.gif');
	background-repeat: no-repeat;
	background-position: 158px;
	color: #FC0;
	display: block; 
	text-indent: -100em;
	z-index: 1;
}
/* Styles for Forms */
label.formlabel {
	position: relative;
	display: block;
	width: 20%;
	float: left;
	text-align: left;
	padding: 5px 0 5px 0;
	line-height: 15px;
}
label input.forminput {
	position: relative;
	float: right;
	clear: right;
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
/* you need this so the br doesn't break everywhere else! */
#formattedform br {
	clear: left;
}
/* Product details formats */
#productDetail h3 {
	/*	font-family: Arial, Helvetica, sans-serif; */
	background-color: #360;
	color: #FFF;
	text-transform: uppercase;
	text-indent : 4px;
}
#productDetail table.prodCenter {
	margin-left: auto;
	margin-right: auto;
}
#productDetail td.prodDetail {
	font-weight: bold;
}
#productDetail img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-color: #000;
}
#productDetail p.productDetail {
	font-size:xx-small;
	text-align:center;
		margin: 2px;
	padding: 4px;
/*	border-top: medium solid #FC0;
	border-bottom: medium solid #FC0;
*/
}

/* used to try to get text wrapped past a picture... 
div.wrapContainer {
	width: 99.5%;
	float: left;
}*/
.image-left {
	float: left;
	vertical-align: text-top;
	margin-right: 4px;
}
/* updated information for dwt */
#prefooter {
	text-align: center;
	clear: both;
	width: 732px;
	margin-right: 10px;
	margin-left: 14px;
	padding: 0;
	overflow: auto;
	background-color: #360;
}
#prefooter p {
	font-size: small;
	color: #FFF;
	margin: 2px;
	padding: 4px;
	border-top: medium solid #FC0;
	border-bottom: medium solid #FC0;
}
#prefooter a {
	color: #FFF;
	text-decoration: underline;
}
#prefooter a:hover {
	color: #FFF;
	text-decoration: none;
}
/************/
.mainimage {
	border: none;
}
/* need to include hover! */

/* used to replace a blockquote... */

.bqreplace {
	margin-left: 40px;  width: 490px;
}
/* lets try a horizontal hover bar */
#topbar {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FC0;
	position: relative;
	clear: both;
	top: -10px;
	left: -5px;
	padding-left: 0;
	margin-left: 0;
	display: inline;
	width: 403px;
}

#topbar ul {
	list-style: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#topbar li {
	float: left;
	position: relative;
	font-size: 0.9em;
	display: inline;
	list-style-type: none;
	border: 1px solid #d3d3d3;
}

#topbar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#topbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* setup highlighting for visited page */
#always #topbar .always a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#frequently #topbar .frequently a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
#featured #topbar .featured a {
	background-position: right bottom;
	color: #FFF;
	cursor: default;
}
