@charset "utf-8";

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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../Images/pg_bkgd.gif);
	height: 100%;
}
.thrColFixHdr #container {
	width: 890px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
.thrColFixHdr #container #top {
	height: 35px;
	background-image: url(../Images/pg_bkgd.gif);
}

.ls_btn {
	top: 35px;
	right: 36px;
	position: absolute;
}


.thrColFixHdr #mainContent {
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #000000;
	clear: none;
	padding: 10px;
}
 
.thrColFixHdr #mainContent_subpg1 {
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 175px;
	clear: none;
	padding: 0px;
	background-color: #333333;
}
/*input { 
 background-color:#333; 
 color: #FFF
}*/
.thrColFixHdr #container #mainContent #movie {
	text-align: center;
	margin-bottom: 25px;
	z-index: 100;
}

#focus_img img {
	margin-bottom: 20px;
	margin-left: 10px;
}

.thrColFixHdr #header {
	color: #FFFFFF;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../Images/hdr_bkgd.gif);
	background-repeat: no-repeat;
	background-color: #000000;
} 
#header img {
	margin-top: 10px;
	margin-left: 20px;
}

/*#topnav {
	clear: both;
	font-size: 12px;
	color: #000000;
}*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	font-size: smaller;
	clear: both;
	height: 100%;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#sidebar1 img {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
}
#sidebar1 p {
	color: #FFFFFF;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 hr {
	color: #CCC;
}
#sidebar1 h1    {
	font-variant: small-caps;
	color: #FFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 15px;
	font-style: normal;
}

/*.sidebar_text {
	color: #FFFFFF;
}


#leftnav {
	color: #FFFFFF;
	border: thin solid #333333;
	padding-right: 50px;
}
#leftnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	line-height: 20px;
	text-align: right;
	display: block;
	font-weight: bold;
	color: #FF0000;
}*/
#topbar img {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 22px;
}
#btmbar img {
	margin-left: 0px;
	clear: both;
	float: left;
}

.thrColFixHdr #footer {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: x-small;
	color: #FFFFFF;
	width: 890px;
	background-color: #000000;
	height: 100px;
	clear: both;
	text-align: center;
	line-height: 24px;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FC3;
}
#footer img {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}
#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
#footer table {
	width:30%;
	margin-left:35%;
	margin-right:35%;
}


h1 {
	font-size: large;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: large;
	font-weight: bold;
	color: #990000;
}
h4 {
	font-size: 14px;
	color: #000;
}
h5 {
	font-size: 14px;
	color: #990000;
}
h6 {
	font-size: 9px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-size: 12px;
}
.sml_img_spc {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.med_img_spc {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.lg_img_spc {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}



.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;
}
.clear {
	clear: left;	
	
}
/*ul#split,ul#split li{
	margin:0;
	padding:0;
	list-style:none
}
ul#split li{
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}


#split  img {
	padding: 5px;
}

li#one{
	background-color: #333333;
	background-image: url(../images/master/beefcuts.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 200px;
}
li#two{
	background-color: #dfc29e;
	width: 200px;
	background-image: url(../images/master/wheretobuy.jpg);
	background-repeat: no-repeat;
}
li#three{
	background-color: #CCCCCC;
	width: 200px;
	background-image: url(../images/master/recipe_feature.jpg);
	background-repeat: no-repeat;
}*/
#box {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	width: 615px;
	margin-left: 10px;
}

#box_full {
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	width: 780px;
	margin-left: 10px;
	margin-right: 0px;
}

#box td {
	font-size: small;
}
#box li {
	font-size: small;
	line-height: 24px;
}

#con {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	width: 615px;
	margin-left: 10px;
	margin-top: 0px;
}
#con li {
	font-size: 12px;
	line-height: 22px;
}
#subcon {
	background-color: #FFCC66;
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 150px;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
	margin-top: 24px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#subcon hr {
	color: #F93;
	text-decoration: none;
	border: 1px solid #F93;
	line-height: 3;
}
#subcon ul li {
	text-indent: -18px;
	line-height: 18px;
	margin-top: 10px;
	margin-left: -5px;
	list-style-position: outside;
}
#subcon h3 {
	text-align: center;
}
#subcon-wide {
	background-color: #FFCC66;
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 225px;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
	margin-top: 24px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#highlight {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #990000;
	border: 1px dotted #FF9933;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.list {
	font-size: small;
	line-height: 24px;
}
#backgrd {
	background-color: #333333;
	margin-right: 20px;
	margin-left: 22px;
}


#never p {
	background-color: #C7CDBA;
	padding: 5px;
}

.small_text {
	font-size: 9px;
}
#page_id {
	color: #FFF;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: -8px;
}
.panel3 {
	padding-right: 3px;
	padding-left: 20px;
}

.google_search {
	text-align: right;
	width: 500px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	clear: right;
}
#ls_btn {
	clear: none;
	position: relative;
}
.tabletext {
	font-size: 12px;
}
.whttxt {
	color: #FFF;
}
#addthis {
	text-align: right;
	z-index: 1000;
	margin-right: 20px;
}

.fonttwelve {
	font-size: 12px;
}

.fontfourteen {
	font-size: 14px;
}

#subcon-cut {
	background-color: #FFCC66;
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 544px;
}

#subcon-cut hr {
	color: #FF9933;
}
#subcon-cut ul li {
	text-indent: 0px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: -5px;
	list-style-position: outside;
}
#subcon-cut h3 {
	text-align: left;
}
