/*
CSS for Keener Kitchen
*/
html, body {
  	margin: 0;
  	padding: 0;
}

body {
  	font-family: Arial, Helvetica, sans-serif;
  	text-align: center;
 	background: #3F3932;
}

#frilly {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 30px;
	color: #302921;
	text-transform: uppercase;
	letter-spacing: 12px;
	font-weight: normal;
    text-align: center;
}

#frillynew {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 20px;
	color: #302921;
	text-transform: uppercase;
	letter-spacing: 12px;
	font-weight: normal;
    text-align: center;
}

#frillyquestion {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 15px;
	color: #302921;
	text-transform: uppercase;
	letter-spacing: 12px;
	font-weight: normal;
    text-align: center;
}

#fadex {
	position:relative;
	margin: 0;
	width:501px;
	height: 402px;
	overflow: hidden;
}

#welcome {
	margin: 0 10px 10px 10px; /* 70px bottom */
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left !important;
	color: #E2E0DF; 
}

#welcome3 {
	margin: 0 10px 40px 10px; /* 70px bottom */
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left !important;
	color: #FF0; 
}

#welcome3 a {
	color: #FF0;
	text-decoration: underline;
}

#welcome3 a:hover {
	color: #E2E0DF;
	text-decoration: none;
}

#welcome2 {
	margin: 0 10px 5px 10px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left !important;
	color: #E2E0DF; 
}

* html #welcome2 {
	margin: 0 10px 0 10px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left !important;
	color: #E2E0DF; 
}

#bulletpoints li {
	margin: -1px;
	*margin: -4px; /*IE*/
	padding: 0;
	position: relative;
	left: -14px;
	*left: -11px;
	height: 25px;
	width: 249px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	*font-weight: bold;
	text-align: right;
	list-style-type: none;
}

#bulletpoints a {
	margin: 0;
	padding: 0;
	padding: 4px 7px;
	color: #302921;
	display: block;
	text-decoration: none;
}

#bulletpoints a:hover {
	color: #FFF;
	background: #B32704;
}

#h2home {
	margin: 20px 0 0 3px;
	padding: 0;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	color: #302921;
	text-transform: uppercase;
	font-weight: normal;
    text-align: center;
	*font-weight: bold;
	border-bottom: none;
	
}

#caseknob {
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	position: relative;
	width: 160px;
	height: 40px;
	left: 150px;
	*left: 30px;
	border-bottom: 1px solid #B32704;
	color: #E2E0DF;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#caseknob a {
	color: #E2E0DF;
	display: block;
	text-decoration: none;
}

#caseknob a:hover {
	color: #302921;
}

h2 {
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 1.2em;
	color: #302921;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #302921;
}

.h2nb {
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 1.2em;
	color: #302921;
	text-transform: uppercase;
	font-weight: normal;
	border: none !important;
}

h3 {
	margin: 0 0 10px 10px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 1em;
	color: #302921;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #302921;
}

p {
	margin: 0 0 10px 10px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: .9em;
	color: #E2E0DF;
}

ul.content {
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: .9em;
	margin-left: 30px;
	color: #302921;
	list-style-position: outside;
	list-style-image: url(../layout/li-bullet.gif) !important; 
}

ul.procontent {
	margin: 0 0 0 30px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: .9em;
	color: #E2E0DF;
	list-style-position: outside;
	list-style-image: url(../layout/li-bullet.gif) !important; 
}	

a:link, a:visited {
	color: #3F3932;
}

a:hover, a:active {
	color: #6D6357;
}

	
.footer a:link, .footer a:visited {
	color: #E2E0DF;
}
.footer a:hover, .footer a:active {
	color: #3F3932;
	background-color: #E2E0DF;
	text-decoration: none;
}

table.intable p {
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	color: #3F3932;
}

.gallery {
	padding: 4px;
	background: #302921;
	border: 1px solid #6D6357 ;
}

a:hover .gallery {
	border: 1px solid #FFF;
}

.profiles {
	padding: 4px;
	background: #FFF;
	margin: 5px;
	border: 1px solid #6D6357 ;
}

a:hover .profiles {
	background: #302921;
}

strong {color:#302921}

#minibulletpoints li {
	margin: -1px;
	*margin: -4px; /*IE*/
	padding: 0;
	position: relative;
	left: -14px;
	*left: -11px;
	height: 25px;
	width: 249px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	*font-weight: bold;
	text-align: right;
	list-style-type: none;
}

#minibulletpoints a {
	margin: 0;
	padding: 0;
	padding: 4px 7px;
	color: #302921;
	display: block;
	text-decoration: none;
}

#minibulletpoints a:hover {
	color: #FFF;
	background: #B32704;
}

#bulletpointsGreen li {
	margin: -1px;
	*margin: -4px; /*IE*/
	padding: 0;
	position: relative;
	left: -14px;
	*left: -11px;
	height: 25px;
	width: 249px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	*font-weight: bold;
	text-align: right;
	list-style-type: none;
}

#bulletpointsGreen a {
	margin: 0;
	padding: 0;
	padding: 4px 7px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

#bulletpointsGreen a:hover {
	color: #2C4D36;
	background: #FFF;
}
.green{color:#FFF !important}



#bulletpoints .greenhome a:hover {
	color: #FFF;
	background: #2C4D36
}

.custom-tip { 
	width:117px;height:119px;
	background: url(../layout/tip-green.gif) top left;}
	
.custom-title, .custom-text {display:none}

#subnav {background:url(../layout/subnav-footer.gif) no-repeat bottom left #6D6357;}
#subnavGreen {background:url(../images/green.gif) no-repeat #2C4D36;}