@import url("specialformatting.css");
/* ----------- orange background -------------*/
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	background: #FFFFFF url(../images/white_grad.jpg) repeat-x;
	position: relative;
	top: -22px;
}
/* -------------------------------------------------------- */
/* -----------------Menu & ID styling --------------------- */
/*#topstuff {
	background: url(../images/navLogo.jpg) no-repeat 0px 0px;
	position: relative;
	left: -34px;
	top: 25px;
	width: 925px;
	height: 250px;
	padding-top: 30px;
	z-index: 1;
}*/
#topstuff {
	background: url(../images/navLogo.jpg) no-repeat 0px 0px;
	position:relative; 
	left:-34px; 
	top:25px; 
	width:925px; 
	height:200px; 
	z-index:1;
}
#Logo {
	position: relative;
	left: -34px;
	top: -98px;
	width: 700px;
	height: 200px;
	z-index: 1;
	background: url(../experiments/expImages/navLogo.jpg) no-repeat left top;
}	
.tagline {
	float: left;
	padding: 56px 0 0 280px;
	clear: both;
}
/*#menu {
	position: absolute;
	left: 20px;
	top: 210px;
	width: 930px;
	height: 30px;
	z-index: 10000;
	margin: 0;
	padding: 0;
}*/
#menu {
	position: absolute;
	left: 20px;
	top: 210px; 
	width: 100%; 
	height: 36px; 
	z-index: 10000; 
	margin: 0;
	padding: 0;
} 
/* ------------------------------------------- */
/* -------------special formatting for the form table ----------- */
#formTable {
	margin-left: 20px;
}
#leftcol {
	float: left;
	background-color: #F27F12;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f07c0f;
	padding: 5px 15px 0 15px;
	margin: 5px 0 0 15px;
	font-size: 20px;
}
h2 {
	color: #9da901;
	margin-left: 15px;
	padding: 0 8px 0 15px;
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0 8px;
	padding: 0 8px;
}
p {
	font-size: 11.5pt;
	margin-left: 15px;
	padding: 0 8px 0 15px;
	line-height: 16px;
	color: #333333;
}
a:link {
	color: #535900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #333333;
}
a:hover {
	font-weight: bold;
	color: #535900;
	text-decoration: underline;
}
/* Left-justified wide text column down the middle of the page */
.middleText {
	margin: 0 50px;
	padding: 0 50px;
}
/* ----------------------------------------------------------- */
/* Text that sits on the right with a picture on the left */
.rightColumn {
	float: left;
	padding: 10px 10px 5px 0;
	margin: 10px 5px 30px 0;
}
/* --------------------------------------------------------- */
/* Text specific to About Us Page */
.indentedCallout {
	margin: 0 20px 0 10px;
	padding: 0 50px 0 150px;
}
.barelyIndcallout {
	margin-left: 10px;
	padding-left: 30px;
}
/* ------------------------------ */
/* Text for labels and SKUs for product charts */
.productLabel {
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF center;
	text-align: center;
}
.productinfo {
	background: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
p .productcaption {
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	color: #000000;
	margin: 10px;
}
/* ------------------------------------------- */
#mainContent {
	float: left;
	height: 1200px;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
background: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	z-index: 2;
	clear: both;
	width: 920px;
	padding: 20px 0 40px 40px;
	margin: 10px 0;
}
#printFooter {
	display: none;
}
h5 {
	font-size: 11px;
	color: #7F8384;
}
td.bformb{font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11.5pt;
        border:0px solid #7a7e7f;
        }
td.dformb{
		font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 9.5pt;
        border:1px solid #7a7e7f;
        }
td.formb{
		font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11.5pt;
        }
input.bform{border: 1px solid black;}
input.tform{
        border-bottom:1px solid black;
        border-top:1px solid black;
        border-left:1px solid black;
        border-right:1px solid black;
}
table {
	/*border: thin solid #9da901;*/
}
td {
	padding:5px;
	/*border: thin solid #9da901;*/
}
.standing img, .sink img, .wall img {
	height: 58px;
}
.sitting img {
	height: 50px;
}
.tall img {
	height: 64px;
}
.table img {
	height: 40px;
}
.surface img {
	height: 26px;
}