@charset "utf-8";
/* www.smuttydesign.com */

#splashheader {
	height: 310px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/cookskitchenheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#splashheader1 {
	height: 310px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/cookskitchenheader1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#topnav {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer {
	padding: 5px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4C4D51;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
#right {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#center {
	float: left;
	width: 510px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	background-image: url(images/break.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
}
h1 {
	color: #A70303;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #4C4D51;
	border-right-color: #4C4D51;
	border-bottom-color: #4C4D51;
	border-left-color: #4C4D51;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
#pagewrap {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: small;
	color: #4C4D51;
}

#menu-wrap {
}

#menu {
	width: 778px;
	height: 28px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}
a:link {
	color: #A70303;
	text-decoration: underline;
}
a:visited {
	color: #A70303;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #A70303;
	text-decoration: underline;
}
-->
.arrowlistmenu{
	width: 200px; /*width of menu*/
}
#newsbox {
	width: 188px;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	color: #A70303;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.style1 {color: #000000}
img {
	background-color: #666666;
	border: 1px solid #CCCCCC;
