@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
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 */
	color:#FF3300;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* 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: 0;
	text-align: right;
	margin-top:5px;
	margin-right:10px;
	vertical-align:text-top;	
}
.twoColFixRtHdr #mainContent {
	margin-top: 5px;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.twoColFixRtHdr #footer{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrttop { /* 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;
	width:480px;
	padding-top:10px;
}
.fltlfttop { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:382px;

}
.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;
}
.navigation{
	height:36px;
	background-image:url(../images/navigation-background.jpg);
	padding-left:20px;
}
.main-photo{
	background-position:right bottom;
	background-image:url(../images/large-chicken.jpg);
	background-repeat:no-repeat;
	width:755px;
	min-height:383px;
	border:#FF3300 solid 1px;
	padding-left: 20px;
}
.sweets{
	background-position:right bottom;
	background-image:url(../images/sweets.jpg);
	background-repeat:no-repeat;
	width:425px;
	height:265px;
	border:#FF3300 solid 1px;
	padding-left: 20px;
	margin-top:5px;
}
.mainwordingleft{
	background-position:right bottom;
	background-image:url(../images/sweets.jpg);
	background-repeat:no-repeat;
	width:98%;
	min-height:265px;
	border:#FF3300 solid 1px;
	padding-left: 20px;
	margin-top:5px;
}

.products{
	width:425px;
	border:#FF3300 solid 1px;
	padding-left: 20px;
	margin-top:5px;
}

a.contentlink:link, a.contentlink:visited, a.contentlink:active { 
  font-size:130%;
  text-decoration:underline;
  color:#FFFFFF;
  padding-right:90px;
}

a.contentlink:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

a.contentlinkblack:link, a.contentlinkblack:visited, a.contentlinkblack:active { 
  text-decoration:underline;
  color:#212121;
}

a.contentlinkblack:hover{
	text-decoration:underline;
	color:#212121;
}

a.smallcontentlink:link, a.smallcontentlink:visited, a.smallcontentlink:active { 
  font-size:80%;
  text-decoration:underline;
  color:#FFFFFF;
}

a.smallcontentlink:hover{
	text-decoration:underline;
	color:#FFFFFF;
}


a.contentlinkorange:link, a.contentlinkorange:visited, a.contentlinkorange:active { 
  font-size:130%;
  text-decoration:underline;
  color:#FF3300;
  padding-right:90px;
}

a.contentlinkorange:hover{
	text-decoration:underline;
	color:#FF3300;
}
.restaurants{
	width:277px;
	float:left;
	margin-top:5px;
}
.latestreipes{
	width:152px;
	float:left;
	margin-top:5px;
	background-color:#FA7A00;
	color:#FFFFFF;
	margin-left:5px;
	font-size:80%;
	padding:5px 2px 2px 12px;
	height:175px;
}

p,ul {
	font-size:80%;
}
.search{
	background-image:url(../images/navigation-background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border:#00CC33 solid 1px;
	margin-left:5px;
	text-align:left;
	padding:5px 2px 5px 2px;
	margin-bottom:5px;
	font-size:75%;
}
.headertext{
	color:#FFFFFF;
	font-weight:bold;
}
.button{
	padding-top:3px;
}
.mainwording{
	width:310px;
	border:#FF3300 1px solid;
	float:right;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
}

