@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DBD4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(/images/body/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-face-color: #709842;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #3AA76F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #DDD9CE;
	scrollbar-arrow-color: #ffffff;`
}
.ocharleys #container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
} 
.ocharleys #header {
	width: 741px;
	height: 30px;
	padding: 90px 0px 0px 213px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #556B7B;
	font-weight: normal;
	text-decoration: none;
} 
.ocharleys #headerbar {
	height: 20px;
	width: 954px;
}
.ocharleys #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 117px;
	padding: 0px;
}
.ocharleys #mainContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 30px;
	width: 800px;
	height: 525px;
	overflow: auto;
} 
.ocharleys #footer {
	padding: 30px 0px 0px;
	width: 954px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #069;
}
a:visited {
	color: #66944B;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #629844;
}
h2 {
	font-size: 18px;
	color: #629844;
}
h3 {
	font-size: 16px;
	color: #629844;
}
h4 {
	font-size: 14px;
	color: #629844;
}
h5 {
	font-size: 12px;
	color: #629844;
}
h6 {
	font-size: 10px;
	color: #629844;
}
h3 a:link {
	color:#556B7B;
	text-decoration: none;
}
h3 a:visited {
	color:#556B7B;
	text-decoration: none;
}
h3 a:active {
	color:#556B7B;
	text-decoration: none;
}
h3 a:hover {
	color:#000;
	text-decoration: underline overline;
}
.ocharleys #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 60px 10px 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.ocharleys #studio11 a:link {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:visited {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:active {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:hover {
	color:#ffffff;
	text-decoration: none;
}
.nutritional {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: thin solid #CCC;
}
.ddimgtooltip{
display:none;
position:absolute;
color: black;
z-index:2000;
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6)";
filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}