/* ---- Body ---- */
body
{
	font: 67.5% Tahoma, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	background-color:#FBF7ED;
}
/* ---- Header ---- */
div.st_HeaderStripColour
{
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10px;
	background-color:#237924;
	z-index:110;
}
div.st_HeaderStrip
{
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	width:100%;
	height:160px;
	background-color:#FBF7ED;
	z-index:100;
}
div.st_Header
{
	position:fixed;
	_position:absolute;
	top:0;
	width:490px;
	height:156px;
	z-index:120;
}
div.st_HeaderLeft
{
	left:0;
	background: url(../../Images/Structure/remedybox_header_LEFT.gif) no-repeat 0 0;
}
div.st_HeaderRight
{
	right:0;
	background: url(../../Images/Structure/remedybox_header_RIGHT.gif) no-repeat 0 0;
}
/* ---- Footer ---- */
div.st_FooterPhone
{
	position:fixed;
	_position:absolute;
	bottom:50px;
	left:43%;
	z-index:150;
	color: #237924;
}
div.st_FooterStrip
{
	position:fixed;
	_position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:99px;
	background-color:#FBF7ED;
	z-index:100;
}
div.st_FooterStripColour
{
	position:fixed;
	_position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:8px;
	background-color:#d5d99e;
	z-index:110;
}
div.st_Footer
{
	position:fixed;
	_position:absolute;
	bottom:0;
	height:133px;
	z-index:130;
}
div.st_FooterLeft
{
	left:0;
	width:550px;
	background: url(../../Images/Structure/remedybox_footer_LEFT.gif) no-repeat 0 0;
}
div.st_FooterRight
{
	width:450px;
	right:0;
	background: url(../../Images/Structure/remedybox_footer_RIGHT.gif) no-repeat 0 0;
}
/* ---- Footer ---- */
div.st_Logo
{
	position: fixed;
	_position:absolute;
	top: 42px;
	left: 0;
	height: 62px;
	width: 100%;
	text-align:center;
	z-index:999;
}

/* --------- 3 boxes ---------*/
.st_boxes
{
	clear:both;
	padding-bottom:30px;
	margin:10px 0 10px 40px;
	width:100%;
}
div.st_box
{
	float:left;
	width:96%;
	padding:0 0 0 0;
	margin:0 20px 20px 0;
	text-align:center;
}
td.st_boxtd
{
	width:32%;
}
.st_box_titlebar
{
	font-size:1.1em;
	font-weight:bold !important;
	line-height:1.6em;
	color:White;
	letter-spacing:2px;
	font-weight:normal;
	text-transform:lowercase;
	background:url(../../Images/Structure/Tall.png) repeat-x top left;
	padding:3px 0 3px 0;
	width:100%;
	/* border-top:2px solid #CDE2D2;
	border-bottom:1px solid #aaa;  */
}
.st_box_content
{
	text-align:center;
	font-size:1.2em;
	color: #237924;
	letter-spacing:1px;
	line-height:1.4em;
	padding:20px 10px 10px 10px;
}
.st_box_content img
{
	padding-bottom:20px;
}
div.st_box ul
{
	padding:3px 0 10px 18px;
	text-align:left;
}
div.st_box li
{
	background:url(../../Images/Structure/bullet.gif) no-repeat 0 14px;
	line-height:1.4em;
	padding-left: 15px;

	color:#622281;
	letter-spacing:1px;
	padding-top:11px;
}
div.st_box a {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0;
	border:solid 1px #D5D99E;
	height:244px;
	background-color: #F7F2DF;
}

div.st_box a:hover {
	background-color: #fafafa; /* #e9e9e9; */
	border:solid 1px #BDA051;
	text-decoration: none;
}

div.st_box a:visited {
	text-decoration: none;