@charset "UTF-8";
/* CSS Document */

html {
	background:#FFFADD;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f2501;
	background-color:#FFFADD;
}

p {padding: 0;margin: 0px 0px 12px 0px;}

a:link {
	text-decoration: none;
	color: #4F2501;
}

a:visited {
	text-decoration: none;
	color: #4F2501;
}

a:hover {
	text-decoration: underline;
	color: #4F2501;
}

a:active {
	text-decoration: none;
	color: #4F2501;
}

img {
	border:none;
}

img a {
	border:none;
}

#main {
	margin:15px auto 15px auto;
	width: 1000px;
}

#header-print {
	display:none;
	margin:0px;
	height:200px;	
	background-image:url(http://southmountainkitchens.com/images/header-print.gif);
}

#header-wrapper {
	margin:0px;
	height:83px;	
}

#header-logo {
	margin:20px 32px 0px 33px;
	height:83px;
	width:935px;
	background:url(http://southmountainkitchens.com/images/SM-logo-72d-masthead935.gif);
}

#nav {
	margin: 5px 0px 0px 0px;
	padding:5px 6px 5px 6px;
	width: 988px;
	height:15px;
	vertical-align:middle;
	background-color:#4F2501;
	font-size: 12px;
}

#nav ul {
	margin:0px 0px 0px 13px;
	padding:0px;
	text-align:left;
}

#nav li {
	display:inline;
	margin:0px;
	padding:0px 15px 0px 15px;
	text-align:center;
}

#nav li a {
	color:#FFFADD;
	font-weight:bold;
}

#content-wrapper {
	width:1000px;
	margin:35px 0px 0px 0px; /* for IE7 fix */
	padding:0px;
}

#outercontent {
	width: 970px;
	height:468px;
	margin:0px 0px 0px 0px; /* for IE7 fix */
	/* padding:20px; */
}

#content {
	width: 935px;
	padding:0px 0px 0px 30px; /* for IE7 fix */
	margin:0px 0px 0px 0px; /* for IE7 fix */
	text-align: justify;
	vertical-align: middle;
	/* padding:20px; */
}

.footerOLD {
	font-size:.85em;
	font-size: 12px;
	background-color:#4F2501;
	color:#888;
	padding:2px 0px 0px 0px;
}

.footerOLD a {
	color:#888;
}

#footer {
	margin: 5px 0px 0px 0px;
	padding:5px 6px 5px 6px;
	width: 988px;
	background:#4F2501;
	text-align:center;
	vertical-align: bottom;
	height:15px;
}

#footer a {
	color:#888;
}

.heading {
	font-size:16px;
	font-weight:bold;
}


#xfadeImage {
	position:	absolute;
	margin:		auto;
	width:		432px;
	height:		432px;
	border:		0px solid #000;
}
#xfadeImage img {
	display:	none;
	position:	absolute;
	top:		0;
	left:		0;
}

img.photo_right {
	float: right;
	margin-left: 18px;
	}