/*** MISC ***/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-image:url(../images/bg.gif); }
#cont_bg {
	background-image:url(../images/bg_clouds.png);
	background-repeat:repeat-x;
	background-position:top;
	min-height:550px; }


/*** HEADER ***/
.logo {
	clear:both;
	width:300px;
	height:75px;
	float:left;
	padding-left:35px; }


/*** MENU ***/
#nav ul{
	margin:0px;
	padding-right:30px;
	list-style-type:none;
	width:auto;
	float:right; }
#nav ul li {
	display:block;
	float:left;
	margin:0 1px; }
#nav ul li a {
	display:block;
	float:left;
	color:#d1811a;
	text-decoration:none;
	padding:0 0 0 12px;
	background:#e6d49f url(../images/menu_end_over.gif) no-repeat bottom left; }
#nav ul li a span {
	padding:5px 12px 5px 0;
	display:block;
	background:#e6d49f url(../images/menu_body_over.gif) no-repeat bottom right; }
#nav ul li a:hover {
	color:#5b89a1;
	background:#FFFFFF url(../images/menu_end.gif) no-repeat bottom left; }
#nav ul li a:hover span {
	display:block;
	width:auto;
	background:#FFFFFF url(../images/menu_body.gif) no-repeat bottom right; }


/*** CONTENT ***/
#cont {
	background-image:url(../images/cont_top_bg.gif);
	background-position:top;
	background-repeat:no-repeat; }
#cont p {
	padding-left:15px;
	padding-right:15px; }
#cont h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#e15f15;
	margin:0px;
	padding-left:15px; }
#cont h3 {
	color:#FF6600;
	padding-left:15px; }
#cont .menu_cat {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#474747; }
#cont .menu ul {
	padding:0px;
	margin:15px 0px 15px 25px; }
#cont .menu li {
	list-style-image:url(../images/arrow_orrange.gif);
	line-height:18px; }
#cont .menu li a {
	color:#666666;
	text-decoration:none; }
#cont .menu li a:hover {
	color:#d06316;
	text-decoration:none; }
fieldset {
	padding:8px;
	margin:0px;
	border:1px solid #069; }
legend {
	color:#fff;
	background-color:#F90;
	border:1px solid #069;
	padding:3px 7px;
	margin:0px; }
#dietsacc .head {
	padding:5px 5px 5px 15px;
	background-color:#e6d49f;
	cursor:pointer;
	display:block;
	border-bottom:1px solid #999; }
#dietsacc .head:hover {
	padding:5px 5px 5px 15px;
	background-color:#f2e3b6;
	cursor:pointer;
	display:block;
	border-bottom:1px solid #999; }
#dietsacc .head .dheadactive {
	visibility:hidden; }
#dietsacc .cont {
	border:1px solid #999;
	border-top:0px;
	padding:10px; }
#addfrm input.error, #naifrm input.error, #ph2frm input.error, #ph3frm input.error, #ph2frm textarea.error, #ph3frm textarea.error, #regfrm .error {
	border:1px solid #F00; }
#addfrm radio.error, #naifrm radio.error, #ph2frm radio.error, #ph3frm radio.error, #ph2frm checkbox.error, #ph3frm checkbox.error  {
	border:1px solid #F00; }
.inplaceedit, .inplaceselectbagtype, .inplaceselectbagseal, .inplaceselectdoublestack, .inplaceselectpallettype {
	border:1px solid #FFF;
	padding:2px 3px 2px 3px; }
.inplaceedit:hover, .inplaceselectbagtype:hover, .inplaceselectbagseal:hover, .inplaceselectdoublestack:hover, .inplaceselectpallettype:hover {
	border:1px solid #CCC;
	border-top-color:1px solid #666;
	background-color:#FFC;
	cursor:pointer; }


/*** FOOTER ***/
#footer {
	color:#666666; }
#footer a {
	text-decoration:none;
	color:#666666; }
#footer a:hover {
	text-decoration:underline;
	color:#666666; }

/*** TOOLTIP ***/
.tooltip { width: 250px; background-color:#d4cbbc; border: 2px solid #6c1e1c; padding: 6px; }

/* INFORMATION SEO DIV */
#information {
	position:absolute;
	z-index:10;
	visibility:visible;
	left:-1000px;
	top:-1000px; }
