
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #1a1a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #000;
	background:#000;
	background-image: url("../images/bg.gif");
	background-position: 50% 0%;	
	background-repeat:no-repeat;
}


#catbox {
	padding-top:102px;
	padding-left:7px;
	padding-right:8px;
}

/******************************
/*
/*		HEADERS
/*
/******************************/


h1.pod_header_sIFR, h1.leftnav_header_sIFR
{
	margin:  0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	border: 0px red solid;
	/*min-height: 25px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ec008c;
	width: 85%;
	overflow:hidden;
	display:block;
	float:none;
	letter-spacing:0px;
}

h1.subpage_header_sIFR
{
	margin:  0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border: 0px red solid;
	min-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00a3ef;
	width: 500px;
	overflow:hidden;
	display:block;
	float:none;
	letter-spacing:-1px;
}

.mainImageOutline {
	background-color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	padding: 5px; 
	overflow: hidden; 
	float: center;
}

.productListing-odd {
	border-bottom: 1px dotted #8c8c8c; 
}

.productListing-even {
	border-bottom: 1px dotted #8c8c8c; 
}

#subpage_TextContent {
	line-height: 18px;
	margin: 0 0 25px 0;	/* FF */
	.margin: 0 0 50px 0;	/* IE7 */
	_margin: 0 0 25px 0;	/* IE6 */
	.padding: 0px 0px 20px 0px;	/* IE7 */
	display:block;
	float:left;
}


/******************************
/*
/*		TEXT
/*
/******************************/

p
{
	margin: 0 0 15px 0;
	padding: 0;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

input, textarea, select {
	padding: 0;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.main  {
	padding: 0;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/******************************
/*
/*		ANCHORS
/*
/******************************/

a, a.blueLink, a.darkGreyLink, a.lightGreyLink {
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
}

a.darkGreyLink {
	color: #1a1a1a;
	display:block;
	float:left;
}

a	{
	color: #1a1a1a;
}

a.blueLink {
	color: #0090f5;
	display:block;
	float:left;
}

a.lightGreyLink {
	color:#b4b4b4;
	display:block;
	float:left;
}

a:hover, a.darkGreyLink:hover {
	color: #ec008c;
	text-decoration:underline;
}

a.lightGreyLink:hover {
	color: #8c8c8c;
	text-decoration:underline;
}

#subpage_content_top a	{
	border-bottom:1px dotted;
}

#blogs_pod_top a	{
	border-bottom:1px dotted;
}

#blogs_pod_top a:hover	{
	text-decoration:none;
}

#subpage_content_top a:hover	{
	text-decoration:none;
}
/******************************
/*
/*		LISTS
/*
/******************************/


ul.ingredients
{
	margin: 0px;
	padding: 0px 0px 3px 10px;
}



ul li, ul.ingredients li 
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	line-height: 14px;
	/* display:block; */ /* this would kill the bullets... */
}

ol.instructions
{
	margin: 0px;
	padding: 0px 0px 3px 10px;
	display:block;
}

ol li, ol.instructions li
{
	margin: 0px;
	margin: 0px 0px 6px 7px;
	line-height: 14px;
	/* display:block; */ /* this would kill the bullets... */ 
}



/******************************
/*
/*		IMAGES
/*
/******************************/

img
{
	border: none;	
}



.clear {
	clear: both;
}


/***********************************
/
/	INSET BOXES ON THE SUBPAGE
/
/**********************************/
.inset_box_wrapper
{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 5px 0px;
}

.inset_box
{
	padding: 12px;
	border: 1px dotted #999999;
	background-color: #f9f9f9;
	width: 175px;
	margin: 0px 0px 15px 0px;
	float:left;
}

h2.inset_box_title
{
	color: #4f4f4f;
	font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	float:none;
}

