body {
	margin: 0;
	background: url(../img/products-logo-background.gif) no-repeat scroll;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: white;
}

#productsTable {
	margin-left: 88px;
	margin-top: 200px;
}

#productsTable2 {
	margin-left: 88px;
	/*margin-top: 200px;*/
}

/* Products Table One Link Styles */


#productsTable a {
	color:#000;
}

#productsTable a:link {
	color:#000;
	text-decoration: none;
}

#productsTable a:visited {
	color:#000;
	text-decoration: none;
}


#productsTable a:hover {
	color:#000;
	text-decoration: underline;
}

/* End Products Table One Link Styles */

/* Products Table Tw0 Link Styles */


#productsTable2 a {
	color:#000;
}

#productsTable2 a:link {
	color:#000;
	text-decoration: none;
}

#productsTable2 a:visited {
	color:#000;
	text-decoration: none;
}


#productsTable2 a:hover {
	color:#000;
	text-decoration: underline;
}

/* End Products Table Two One Link Styles */


div.float {
  float: left;
  padding-right: 11px;
  }
  
div.float2 {
  padding-right: 16px;
  float: left;
  text-align: center;
  }    
  
  div.float3 {
margin-left: 20px;
  float: left;
  text-align: center;
  } 
  
div.float p {
   text-align: center;
   }
   
  div.test {
	width: 890px;
	text-align: right;
	clear: both;
}

#press {
	display: inline;
	margin-left: 350px;
}

#floatPress {
margin-left: 355px;
width: 100%;
}

#products {
	float: left;
}

/*#press {
	float: left;
}*/

#custom {
	/*display: inline;*/
	float:left;
	margin-left: 138px;
}

#press1 {
	margin-left: 140px;
	float: left;
}

.floatTest {
	
	position: fixed;
	clear: both;
	display: block;
	float: right;
}

/* needed to add some blank space to match Photoshop master*/

.padTop {
	padding-top:30px;
}

