body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size:28px;
}
#container {
	margin:0px auto;
	margin-top:40px;
	width:900px;
	background-color:#FFFFFF;
}
div#menu ul#menuitem{
	height:42px;
	width:900px;
	background:transparent url(/images/menu.png) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:42px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#home{
	left:145px;
	width:90px;
}
#products{
	left:235px;
	width:130px;
}
#recipes{
	left:365px;
	width:105px;
}
#about{
	left:470px;
	width:115px;
}
#contact{
	left:585px;
	width:140px;
}
#home a:hover,body#homeon #home{
	background:transparent url(/images/menu.png) -145px -42px no-repeat;
}
#products a:hover,body#abouton #products{
	background:transparent url(/images/menu.png) -235px -42px no-repeat;
}
#recipes a:hover,body#recipes #recipes{
	background:transparent url(/images/menu.png) -365px -42px no-repeat;
}
#about a:hover,body#contacton #about{
	background:transparent url(/images/menu.png) -470px -42px no-repeat;
}
#contact a:hover,body#contacton #contact{
	background:transparent url(/images/menu.png) -585px -42px no-repeat;
}
#content{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:12px;
	padding: 10px 165px 20px 25px;
	background-image: url(images/container.jpg);
	background-repeat:repeat-y;
	color:#343233;
}
#layout-content{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:12px;
	padding: 10px 165px 20px 165px;
	background-image: url(/images/layout-container.jpg);
	background-repeat:repeat-y;
	color:#343233;
	width:575px;
}
#header {
	width:900px;
	background:url(images/header.jpg);
	height:144px;
}
#footer{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:10px;
	width:870px;
	background-color:#343233;
	color:#FFF;
	text-align:center;
	height:20px;
	padding:15px;
}
#layout-footer{
	background:url(/images/layout-footer.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:10px;
	width:870px;
	background-color:#343233;
	color:#FFF;
	text-align:center;
	height:45px;
	padding:15px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#subfooter {
	width:900px;
	background:url(images/footer.jpg);
	height:70px;
	font: 11pt Arial, Helvetica, sans-serif;
}
.catalog_table {
	background-color: #AAAAAF;
	font: 13px arial,helvetica;	
}

.catalog_hdr_row {
	background-color: #51B948;
	color: #FFFFFF;
}

.catalog_row {
	background-color: #FFF;
	color: #666666;
}

.catalog_button {
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}
.cart_table {
	background-color: #AAAAAF;
	font: 13px arial,helvetica;	
}

.cart_hdr_row {
	background-color: #51B948;
	color: #FFFFFF;
}

.cart_row {
	background-color: #FFF;
	color: #666666;
}

.cart_button {
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}
.recipes_table {
	background-color: #AAAAAF;
	font: 13px arial,helvetica;	
}

.recipes_hdr_row {
	background-color: #51B948;
	color: #FFFFFF;
}

.recipes_row {
	background-color: #FFF;
	color: #666666;
}

.recipes_button {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #343233;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}
#content a, #layout-content a {
	color:#343233;
}
#content a:hover, #layout-content a:hover {
	color:#51B948;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.catlist li{
	color: #51B948;
	font-weight:bold;
	font-size:16px;
}
hr{
	border:none;
	border-top: 1px solid #555;
}
.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	text-decoration: none; 
	background-color: #E8E8E6;
	color: #666666;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	background-color: #666666;
	color: #E8E8E6;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}


