#section_top{
	background-image:url(/common_2010/img/section-lp/section-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:960px;
	min-height:325px;
	margin:0px;
}

#section_top h2{
	font-size:16px;
	color:#F60;
	margin-bottom:10px;
	padding-top:25px;
	padding-left:25px;
}

#categories{
	width:960px;
	margin-left:10px;
}
.section-cats {margin-top: 0px; font-family: lucida grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;   }
.section-cats ul { margin: 5px 0 5px 35px; list-style-type:none; }
.section-cats li { float: left; width: 130px; border-right: 1px solid #cecece; margin-left:3px; margin-right:10px; }
.section-cats li.last { border-right: none; }
.section-cats li a.cat_img { display: block; width: 100px; height: 100px; text-align: center; }
.section-cats li img {  margin: auto; text-align: center; vertical-align: middle;  }
.section-cats h4 { margin: 0; font-weight: bold; font-size: 12px; font-family: lucida grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif; padding: 0; }
.section-cats h4.upper { text-transform:uppercase; }
.section-cats p{ margin: 5px 0 0 0;}

a.go{
	background: url(/common_2010/img/section-lp/blue-circle-arrow.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	margin-top:5px;
	margin-left:90px;
	height:25px;
}

#grey-container{
	background-color:#FFF;
	width:960px;
}

.threebox-container{
	margin-left:30px;
	margin-right:30px;
	background: #fff;
	border: #ccc solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.threebox-container h3{
	margin-top:10px;
	color:#333;
	font-size:14px;
	
}

.threebox{
	width:286px;
	margin-left:7px;
	margin-top:20px;
	_margin-left:0;
}
.threebox p{
	color:#666;	
}
.threebox ul li{
	list-style-type: none;
	padding-bottom: 2px;
	margin-left:10px;
	/*bottom spacing between menu items*/
}

.threebox ul li a{
	color: #0066cc;
	background: url(/common_2010/img/product-lp/double-arrow.gif) no-repeat center right; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
}

.threebox ul li a:visited{
	color: #0066cc;
}

.threebox ul li a:hover{ /*hover state CSS*/
	color: #f60;
	background-color: #F3F3F3;
}

.callout-wrapper{
	background-image:url(/common_2010/img/product-lp/callout-wrapper-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:25px;
	width:960px;
	height:189px;
}

.callout-left{
	margin-left:10px;
	margin-top:20px;

}

.callout-left h3{
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
}
.callout-left h4{
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.callout-right h3{
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
}
.callout-right h4{
	color:#333;
	font-size:12px;
	font-weight:bold;
}

/*jquery rounded corners -for buttons and bg */
a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
  margin-left:10px;
}
.button {
  color: #fff;
  background-color: #2288dd;
  padding: 5px 7px;
 
}
.button:hover {
  color:#fff;
	text-decoration:underline;
} 
.section-title{
  font-family:inherit;
	padding:5px;
	margin-left:5px;
	width:275px;
	background-color:#e7e7e7;
	font-size:12px;
	color:#555;
	text-transform:uppercase;
}