/* CSS Document */
/*----- Start "Main definitions" -----*/
body {
	font-size: 12px;
	line-height: 125%;
	font-family:Tahoma, Geneva, sans-serif;
	color: #fff;
	background: url(../images/bg.jpg) repeat-x;
}
h2 {
	font-size:160%;
	color:#241F23;
	margin-bottom:10px;
}
h3 {
	font-size:120%;
	color:#847160;
}
h4 {
	font-size:110%;
}
p {
	color:#4F4431;
	margin-bottom: 0.5em;
}
a {
	text-decoration: none;
	color:#A5A0A4;
}
a:hover {
	text-decoration: none;
	color:#382D35;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
/*Start specific elements*********************************/
#wrapper {
	width:680px;
	margin:auto;
}



/*header*/
#hBorder {
	padding-top:3em;
	height:87px;
	/*border:1px #FFF solid;*/
}
#header {
	height:87px;
	/*background:url(http://jakskitchen.com/images/bgHeader.png) repeat-x;*/
}
#logo {
	float:left;
	height:87px;
	position:relative;
	width:280px;
}
#logo img {
	height:87px;
	width:280px;
}
#rHeader {
	float:right;
	width:380px;
}

/*twitter and facebook*/
#tf {
	margin-left:310px;
}
#tf ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

/*Top Navigation*/
#nav {
	background-color:#3d3545;
	/*background: url(http://jakskitchen.com/images/bgTopNav.jpg) repeat-x;*/
	height:26px;
	margin-top:60px;
}

#nav li {
	float: left;
	display: inline;
	list-style-type: none;
	position:relative;
	line-height:26px;
}
#nav li.navSep {
	background-color:#211c20;
	height:26px;
	width:2px;
	position:relative;
	line-height:
}
#nav a {
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding:2px 10px;
	color:#FCFEF1;
	display:block;
}
#nav a:hover {
	color:#281615;
}
.navSpace {
	padding:0px 3px;
}
/*content*/
#content {
	clear:both;
}
.mainBox {
	height:370px;
}
/*Bottom navigation*/
#btmNav {
	clear:both;
}
#btmNav ul li {
	float:left;
	list-style-type: none;
	background-color:#FFF;
	height:76px;
	border:1px #707b53 solid;
	padding:2px;
}
#btmNav ul li.btmNavSpace{
	margin:0 5.5px;
}
#btmNav img {
	height:76px;
}
/*border*/
.borderTop {
	clear:both;
	height:1px;
	background-color: #fff;
	margin-top:3px;
	margin-bottom:1px;
}
.borderBtm {
	clear:both;
	height:1px;
	background-color: #fff;
	margin-top:1px;
	margin-bottom:3px;
}
/*footer*/
#footer {
	clear:both;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
#footer p {
	color: #816F91
}