/* section colors */
#headernavrollover {
background: #4c2941;
}
#sidenavrollover {
background: #4c2941;
}        
#headernav ul.nav li.on a {
border-bottom-color: #4c2941;
}
/* USED FOR ADMIN CONSOLE*/
body.mceContentBody
{
	width:460px;
	margin-left:100px;
}

/* MAIN PAGE STYLES */
h2
{
	
}

#contentcol h1, #contentcol h5,
body.mceContentBody h1, body.mceContentBody h5
{
	margin:0px;
	padding:0px;	
}
#contentcol h5
{
    margin-bottom:16px;
}
#contentcol .product_roundBox,
body.mceContentBody .product_roundBox
{
	clear:both;
	padding:30px 0px;
}
.top_link
{
	float:right;
	position:relative;
	left:30px;	
}
#contentcol .up30
{
	position:relative;
	top:-30px;
}
#contentcol .product_roundBox h2,
body.mceContentBody .product_roundBox h2
{
	display:block;
	width:453px;
	padding:0px 15px;
	left:-15px;
	position:relative;
	height:15px;
	overflow:hidden;
	margin:0px;
	background-image:url(../images/product_pages/round_top.gif);
}
#contentcol .product_roundBox h2.case_study,
body.mceContentBody .product_roundBox h2.case_study
{
	padding:12px 15px;
	height:16px;
	background-image:url(../images/product_pages/round_top_case.gif);
}
#contentcol .product_roundBox h2.product_lge,
body.mceContentBody .product_roundBox h2.product_lge
{
	padding:12px 15px;
	height:16px;
	background-image:url(../images/product_pages/round_top_product_lge.gif);
	color:#fff;
}
#contentcol .product_roundBox_base,
body.mceContentBody  
{
	display:block;
	width:453px;
	padding:5px 15px 5px 15px;
	position:relative;
	left:-15px;
	min-height:180px;
	background-image:url(../images/product_pages/round_base.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
}
.product_roundBox_base .product_background
{
    
}


a.boxedLink
{

	display:block;
	margin:10px 5px;
	padding:0px 30px;
	width:220px;
	background-image:url(../images/product_pages/round_link_grey.gif);
	background-repeat:no-repeat;
}

.product_roundBox a
{
	background: rgb(230,230,229);
	display:none;
	width:100px;
	background-image:url(../images/product_pages/round_link_grey_inv_sm.gif);
	background-repeat:no-repeat;
}

#contentcol a.right_button
{
	clear:both;
	padding:10px 0px;
	margin:0px 0px 0px 325px;
	background:none;
	border:0px;
	height:22px;
}
/*
#contentcol a.right_button
{
	clear:both;
	padding:10px 0px;
	margin:0px 0px 0px 265px;
	background:none;
	border:0px;
	height:22px;
}*/
.product_image
{
	float:right;
	position:relative;
	top:-50px;
	width:160px;

}
.product_image_sml
{
	float:right;
	position:relative;
	top:-50px;
	width:120px;
	height:170px;
}
.case_study_image
{
	float:right;
	position:relative;
	top:-53px;
	left:30px;
	width:240px;
	height:170px;
}
.product_image_lge
{
	float:right;
	position:relative;
	top:-75px;
	left:15px;
	width:195px;
	height:210px;
}
.product_mnp
{
	padding:0px 0px 0px 160px;
	background-image:url(../images/product_pages/mnp.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.product_table
{
	width:100%;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}
.product_table th
{
	color:#fff;
}
.product_table td, .product_table th
{
	padding:3px 10px;
	font-size:10px;
}
.product_table td
{
	border-bottom:1px solid #999;
}
.product_table tr td+td
{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}
table.centered td
{
	text-align:center;	
}
#contentcol ul.products_health,
body.mceContentBody ul.products_health
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#contentcol ul.products_health li,
body.mceContentBody ul.products_health li
{
	margin:0px;
	padding:0px 5px;
	clear:both;
}
.health_image
{
	float:left;
	position:relative;
	width:70px;
	height:70px;

}
#contentcol ul.products_health p,
body.mceContentBody ul.products_health p
{
	position:relative;
	margin-left:80px;
}




/*NEW CATS PAGE*/


.question {font-size:13px; font-weight:bold; padding:0px 20px 8px 10px;}

/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:13px; height:13px; border:1px solid transparent; background:url(/assets/images/cat/radio.png) no-repeat 0 0; z-index:2;}



/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}

/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}

/*Safari*/
select, input, textarea, button {outline:none; resize:none;}
