@import url("./includes/css/frontend-common.css");
.stop-eating-LogoLeft {}
.LogoLeft {
	background-image: url('./images/template/Logo_Left.png');
	background-repeat: no-repeat;
	float: left;
	width: 265px;
	height: 81px;
}
.LogoRight {
	background-image: url('./images/template/Logo_Right.png');
	float: right;
	height: 120px;
	width: 423px;
}
.LeftMenu {
	float: left;
	width: 211px;
	clear: left;
	background-image: url('./images/template/Menu_Top_Head.jpg');
	background-repeat: no-repeat;
	padding-top: 39px;
}
.LeftMenu .MenuDivide {
	background-image: url('./images/template/Menu_Flowers.jpg');
	background-repeat: no-repeat;
	height: 58px;
	width: 211px;
}

.LeftMenu .Menu {
	background-image: url('./images/template/Menu_Repeat.jpg');
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
.LeftMenu .MenuBottom {
	background-image: url('./images/template/Menu_Bottom.jpg');
	background-repeat: no-repeat;
	height: 230px;
	padding-top: 25px;
}
.Menu .MenuHead {
	background-image: url('./images/template/Menu_Top.jpg');
	background-repeat: no-repeat;
}
.MenuBottom .MenuBox .MenuBoxHead {
	background-image: url('./images/template/Menu_Box_Top.png');
	background-repeat: no-repeat;
	height: 4px;
	width: 151px;
	margin-left: 18px;
	font-size: 1px;
}
.MenuBottom .MenuBox .MenuBoxBody {
	background-image: url('./images/template/Menu_Box_Repeat.png');
	background-repeat: repeat-y;
	margin-left: 18px;
	width: 151px;
	overflow: hidden;
}
.MenuBottom .MenuBox .MenuBoxFoot {
	background-image: url('./images/template/Menu_Box_Bottom.png');
	background-repeat: no-repeat;
	height: 4px;
	width: 151px;
	margin-left: 18px;
	font-size: 1px;
}
.Header {
	height: 125px;
	float: left;
	width: 100%;
}
.BodyHeader {
	background-image: url('./images/template/Top_Bar_Repeat.png');
	background-repeat: repeat-x;
}
.BodyArea {
	width: 100%;
	padding-top: 125px;
}
.FooterHeader {
	clear: both;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.FooterArea {
	clear: both;
	background-image: url('./images/template/Bottom_Bar_Repeat.png');
	background-repeat: repeat-x;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.FooterArea .FooterBar {
	font-size: 1px;
	background-image: url('./images/template/Bottom_Bar_Left.png');
	background-repeat: no-repeat;
	height: 4px;
	width: 170px;
}
.Menu .MenuHead ul {
	list-style-type: none;
	margin-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Menu .MenuHead li {
	background-image: url('./images/template/Menu_Divider.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px;
	width: 175px;
	font-size: 14px;
	text-align: center;
	list-style-type: none;
}
.Menu .MenuHead li a {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	font-size: 14px;
}
.Menu .MenuHead li a:hover {
	color: #FFFFFF;
}
.Menu .MenuHead li a#current {
	color: #666666;
}
.FooterArea .FooterText {
	margin-left: 30px;
	margin-right: 30px;
}
.BodyArea .Body {
	margin-left: 261px;
	clear: right;
	margin-right: 100px;
}
.FooterHeader .LowerNav {
	float: right;
}
.FooterHeader .PoweredBy {
	float: left;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.Wrapper {
	width:975px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.MenuLogos .MenuLogo1 {
	background-repeat: no-repeat;
	height: 57px;
	width: 151px;
	margin-right: auto;
	margin-left: auto;
}
.BodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03999D;
}
.BodySubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03999D;
}
.BodyHighlight {
	font-weight: bold;
	color: #00A1EE;
}
.MenuLogos {
	margin-bottom: 10px;
	margin-top: 25px;
}
.MenuBox {
	clear: both; 
	display:none;
}
.TestimonalBody {
}
.Body a, .Body a:visited {
	color: #00A1EE;
}
.Body a:hover {
	color: #0086C6;
}

.FooterHeader a, .FooterHeader a:visited {
	color: #00A1EE;
}
.FooterHeader a:hover {
	color: #0086C6;
}

.HomePageImages {
  position: absolute;
  width:670px; 
  top:147px; 
  z-index:-2; 
  text-align:right; 
  margin-left:auto; 
  margin-right:auto;
}
.HomePageText {
  width:400px;
}
.SubTitleBar {
	background-color: #EDAF2A;
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: medium;
}
/*.BackgroundMedium {
	background-color: #F0C463;
}
*/
.SubTitleBar a,.SubTitleBar a:visited {
	color: #993300;
	border: medium outset #EDAF2A;
	display: block;
	text-decoration: none;
}
.SubTitleBar a:hover {
	color: #333333;
	border: medium inset #EDAF2A;
}

.SubTitleBar a#current,
.SubTitleBar a:hover #current,
.SubTitleBar a:visited #current {
	color: #333333;
	border: medium inset #EDAF2A;
}
.BackgroundDark {
	background-color: #D79713;
}
.BackgroundLight {
	background-color: #F4D690;
}
.TitleBar {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
.AdminContentSubSection {
	font-weight: bold;
	text-align: right;
}
.ProductInfo .Body ul #arthinfo {
	margin-left: 0px;
	border: 1px solid #ecae29;
	padding: 8px;
	background-color: #fff0d1;
}
.ProductInfo .Body ul p {
	margin-left: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 0px;
}
.ProductInfo .Body ul li #arthinfo{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ecae29;
}
.ProductInfo .Body ul {
	margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.ProductInfo .Body ul li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 9pt;
}
.OrderNow {
	background-image: url(images/template/Order-Now-Right.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 182px;
	background-position: 9px;
}
.OrderNow a{
	height: 110px;
	width: 182px;
	text-decoration: none;
	display: block;
}

.productvideo {
	width:204px;
	height:112px;
	display:block;
	background-image:url(images/Products/Jan_Statement_sfx.png);
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align: center;
}

.medical_video {
	width: 250px; 
	display: block; 
	background-repeat: no-repeat; 
	height: 141px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	cursor:pointer;
}

.Product_Header {
	background-image: url(images/template/Product_Header.png);
	height: 186px;
	width: 442px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: baseline;
}
.Product_Image {
	float: left;
	height: 233px;
	width: 181px;
	overflow: hidden;
}
.Sidebar_Header {
	height: 112px;
	width: 215px;
	background-position: bottom;
	vertical-align: bottom;
	text-align: center;
}
.Product_Page {
	width: 821px;
	clear: both;
}
.Sidebar_Header_Text {
	background-image: url(images/template/Product_Side_Top.png);
	background-repeat: no-repeat;
	height: 55px;
	background-position: bottom;
}
.Sidebar_Header_Video {
	height: 112px;
	overflow: hidden;
}
.Product_Body_Wrapper {
	width: 357px;
	padding-right: 15px;
}
.Product_Body {
	background-image: url(images/template/Product_Body_Repeat.png);
	background-repeat: repeat-y;
	width: 331px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Sidebar_Body_Wrapper {
	width: 356px;
}
.Sidebar_Top {
	background-image: url(images/template/Product_Side_Header.png);
	width: 284px;
	background-repeat: no-repeat;
	height: 45px;
}
.Product_Body_Bottom {
	background-image: url(images/template/Product_Body_Bottom.png);
	height: 27px;
	background-repeat: no-repeat;
}
.Sidebar_Body_Bottom {
	background-image: url(images/template/Product_Side_Bottom.png);
	height: 24px;
	width: 284px;
	background-repeat: no-repeat;
}
.Sidebar_Body {
	background-image: url(images/template/Product_Side_Repeat.png);
	background-repeat: repeat-y;
	width: 268px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}
.Product_Big_Text {
	font-size: 24px;
	color: #00989C;
}
.Product_Body_Top {
	background-image: url(images/template/Product_Body_Top.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 358px;
	padding-top: 25px;
	background-position: bottom;
}

.Product_Body_Wrapper_sm {
	width: 285px;
}
.Product_Body_Top_sm {
	background-image: url(images/template/Product_Body_Top_sm.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 285px;
	padding-top: 25px;
	background-position: bottom;
}
.Product_Body_Bottom_sm {
	background-image: url(images/template/Product_Body_Bottom_sm.png);
	height: 16px;
	background-repeat: no-repeat;
	width: 285px;
}
.Product_Body_sm {
	background-image: url(images/template/Product_Body_Repeat_sm.png);
	background-repeat: repeat-y;
	width: 257px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Header_Text {
	float: left;
	padding-top: 4px;
	width: 230px;
}



