@charset "utf-8";
/* CSS Document */

.noPrint {visibility:hidden;}

h3.noPrintB {
	visibility:visible;
	color:#000;
	text-align:center;
	margin-top:-80px;
	margin-bottom:235px;
}

h4.noPrintB {
	visibility:visible;
	color:#000;
	text-align:center;
	position:absolute;
	top:330px;
	left:220px;
}

h4.noPrintC {
	visibility:visible;
	color:#000;
	text-align:center;
	position:absolute;
	top:330px;
	left:620px;
}


h4.noPrintD {
	visibility:visible;
	color:#000;
	text-align:center;
	position:absolute;
	top:560px;
	left:120px;
}

h4.noPrintE {
	visibility:visible;
	color:#000;
	text-align:center;
	position:absolute;
	top:560px;
	left:620px;
}

/*-------------------------------------------------------Body------------------------------------------------------------*/
/*-------------------------------------------------------Body------------------------------------------------------------*/
/*-------------------------------------------------------Body------------------------------------------------------------*/
/*-------------------------------------------------------Body------------------------------------------------------------*/
/*-------------------------------------------------------Body------------------------------------------------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#bg{
	visibility:hidden;
}
/*-------------------------------------------------------Header------------------------------------------------------------*/
/*-------------------------------------------------------Header------------------------------------------------------------*/
/*-------------------------------------------------------Header------------------------------------------------------------*/
/*-------------------------------------------------------Header------------------------------------------------------------*/
/*-------------------------------------------------------Header------------------------------------------------------------*/

#header {
	visibility:hidden;
}

#headerLogoLink{
	visibility:hidden;
}

#phoneNumber {
	visibility:hidden;
}

#bannerContact {
	visibility:hidden;
}

#bannerEmail {
	visibility:hidden;
}

#bannerEmail a {
	visibility:hidden;
}

#bannerEmail a:visited {
	visibility:hidden;
}
/*-------------------------------------------------------NAV------------------------------------------------------------*/
/*-------------------------------------------------------NAV------------------------------------------------------------*/
/*-------------------------------------------------------NAV------------------------------------------------------------*/
/*-------------------------------------------------------NAV------------------------------------------------------------*/
/*-------------------------------------------------------NAV------------------------------------------------------------*/

.navbar {
	visibility:hidden;
}

/*-------------------------------------------------------Container------------------------------------------------------------*/
/*-------------------------------------------------------Container------------------------------------------------------------*/
/*-------------------------------------------------------Container------------------------------------------------------------*/
/*-------------------------------------------------------Container------------------------------------------------------------*/
/*-------------------------------------------------------Container------------------------------------------------------------*/

#container {
	position:absolute;
	top:0px;
	width:100%;
	height:1200px;
	color:#000;
	border:hidden;
	margin-left:30px;
}

#mainContent {
	background-color:#9F6;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

/*-------------------------------------------------------Main Content------------------------------------------------------------*/
/*-------------------------------------------------------Main Content------------------------------------------------------------*/
/*-------------------------------------------------------Main Content------------------------------------------------------------*/
/*-------------------------------------------------------Main Content------------------------------------------------------------*/
/*-------------------------------------------------------Main Content------------------------------------------------------------*/



.STI_buttons{
	visibility:hidden;
}
#productsRows{
	position: relative;
	overflow: auto;
}

#productsRows table tr td{
	text-align: left;
}

#productsRows table tr td ul li{
	list-style-type: circle;
	padding: 1%;	
}

.tableDataSpacer{
	width: 10%;
}

#contactTable{
	visibility:hidden;
}

#contactTable td{
	visibility:hidden;	
}
.rightCells{
	visibility:hidden;
}
#country{
	visibility:hidden;
}
#commentsTextarea{
	visibility:hidden;
}
#state{
	visibility:hidden;
}

#textDecor{
	visibility:hidden;
}

/*-------------------------------------------------------Footer------------------------------------------------------------*/
/*-------------------------------------------------------Footer------------------------------------------------------------*/
/*-------------------------------------------------------Footer------------------------------------------------------------*/
/*-------------------------------------------------------Footer------------------------------------------------------------*/
/*-------------------------------------------------------Footer------------------------------------------------------------*/
 #footer {
	visibility:hidden;
} 

 #footer p {
	visibility:hidden;
}

#footerBorder {	
	visibility:hidden;
}

#footerBorderImg{
	visibility:hidden;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.siteMapLinks{
	visibility:hidden;
}

.logo{
	visibility:hidden;
}

#MicrosoftTranslatorWidget{	
	visibility:hidden;
	margin-left:-40px;
}
