@charset "utf-8";

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #0a6703;
	background-image: url(images/bgr1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #575656;
}
#container {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#menu {
	padding: 0px;
	margin: 0;
	height: 124px;
}	
#header_meat {
	background-image: url(images/banner_wedzonki.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 275px;
	clear: both;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 532px;
}
img {
	border-style: none;
}
#header {
	padding: 0px;
	clear: both;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 40px 0px 0px;
	font-size: 12px;
	line-height: 16px;
}
#nav {
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 12px;
	line-height: 24px;
	font-size: 15px;
}

#mainContent {
	margin: 0 280px 0 0; /* 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: 20px 20px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 16px;
}
#mainContent_meats {
	margin: 0 280px 0 0; /* 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: 20px 0px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 16px;
} 

.meat_desc {
	padding-right: 5px;
}



#footer {
	padding: 0px;
	background-color: #c8c8c8;
	background-image: url(images/footer.gif);
	height: 130px;
} 
#footer  td {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 80px 40px 10px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	line-height: 14px;
}
#footer  table {
	margin: 0;
	padding: 0px;
	border:none;
}
a.grey:link {
	color: #757575;
	text-decoration:none;
}
a.grey:visited {
	color: #757575;
	text-decoration:none;
}
a.grey:hover {
	color: #333333;
	text-decoration:underline;
}
.fltrt { /* float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left */
	float: left;
	margin-right: 8px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #575656;
	line-height: 18px;
	padding-bottom: 9px;
}
.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;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #fe0101;
}
.titlesG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
}
a:link {
	color: #575656;
}
a:visited {
	color: #575656;
}
a:hover {
	color: #FF0000;
}
#inmenu {
	width:240px;
}
#inmenu a, #inmenu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	color:#817f7f;
	display:block;
	height:20px;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	background-color:#fdedde;
	padding: 4px 0px 4px 12px;
	text-decoration:none;
  }
#inmenu a:hover {
  color:#e46b6b;
  background-color:#fddcc8; 
  border-top:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  text-decoration:none;
  }
a.red:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration:none;
}
a.red:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration:none;
}
a.red:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration:underline;
}
.accTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575656;
	padding-top: 5px;
	padding-bottom: 6px;
}
.accBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575656;
	line-height: 16px;
	padding-bottom: 2px
}
a.accred, a.accred:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ff0000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 8px 0px 5px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
a.accred1, a.accred1:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	display:block;
	text-decoration: underline;
	padding: 8px 0px 5px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
a.accred1:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	display:block;
	padding: 8px 0px 5px 0px;
}
a.accred:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0000;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}
a.accred:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
}
a.accred1:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575656;
}
