* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

h1, h2, h3 {
	font-family: "Georgia", serif;
	font-weight: normal;
	color: #2D4852;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

body, p, div, td  {
	font-family: "Verdana", sans-serif;
	font-size: 11.5px;
}

a {
	text-decoration: none;
	color: #2D4852;
}

body {
	padding: 30px 36px;
	background-color: white;
}
#web-body-start {
	padding: 0px 0px;
	
}
#web-body {
	padding: 0px 0px;
	background-image: url(../layout/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#pagecontainer {
	min-height: 100%;
	position: relative;
	background-image: url(../layout/header_bg.jpg);
	background-repeat: repeat-x;
}
#page {
	min-height: 100%;
	position: relative;
	width: 975px;
	margin: 0 auto;
	
}

.pagebg {
	
	
}
.footerbg {
	
}

.page-width {
	width: 975px;
	margin: 0 auto;
}

#header {
	height: 158px;
	background-image: url(../layout/logo.jpg);
}

#main-menu {
	height: 35px;
	/*list-style-image: url(../layout/main_menu_marker.jpg);*/
	font-size: 13px;
	border-left: 2px solid #139AB5;
}

#main-menu li {
	height: 35px;
	padding: 10px 0px;
	display: inline;
	line-height: 35px;
	border-right: 2px solid #139AB5;
}

#main-menu li a {
	padding: 10px 8px;
	text-decoration: none;
	color: #60BCCF;
}

#main-menu .menuActive {
	background-image: url(../layout/main_menu_active_bg.jpg);
	background-repeat: repeat-x;
	color: #A6D8E3;
}

#main {
	padding: 30px 0px;
	
}

#recipies {
	width: 234px;
	float: left;
}

#recipies-header {
	height: 28px;
	padding-top: 10px;
	background-image: url(../layout/recipy_header.jpg);
}

#recipies-header h1 {
	margin: 0 8px;
	font-family: "Georgia", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #2D4852;
	border-bottom: 1px solid #A1A99F;
}

#recipies .recipy {
	padding: 15px 8px;
	background-color: #EEE9D3;
	font-size: 11px;
}

#recipies .recipy h1 {
	padding-bottom: 15px;
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#recipies .recipy p {
	font-size: 11px;
}

#recipies-footer {
	height: 30px;
	padding: 12px 8px;
	background-image: url(../layout/recipy_footer.jpg);
}

#recipies-footer a {
	font-size: 11.5px;
	font-weight: bold;
	color: #2D4852;
	text-decoration: none;
}

.recipy {
	padding: 20px 0;
}

.recipy h1 {
	padding-bottom: 15px;
}

#start-content {
	width: 458px;
	padding-right: 13px;
	float: left;
}

#left-bar {
	width: 183px;
	/*width: 174px;*/
	float: left;
	min-height: 100px;
}

#submenu {
	padding-left: 3px;
	
	/* Put marker on top of content div */
	position: relative;
	z-index: 1;
	
	list-style-type: none;
	font-size: 13px;
}

#submenu li {
	padding: 6px 0;
}

#submenu li a {
	padding-right: 20px;
	text-decoration: none;
	color: #2D4852;
}

#submenu li.menuActive {
	background-image: url(../layout/submenu_active_marker.jpg);
	background-repeat: no-repeat;
	background-position: 170px 8px;
}

#submenu li a.menuActive {
	color: #139AB5;
}

/* Second level in submenu */
#submenu ul {
	width: 163px;
	padding-left: 17px;
	list-style-type: none;
	/*
	border-top: 1px solid #ABB6BA;
	border-bottom: 1px solid #ABB6BA;
	*/
}

#submenu ul li.menuActive {
	/*
	background-image: url(../layout/submenu_active_marker.jpg);
	background-repeat: no-repeat;
	*/
	background-position: 153px 8px;
}

.subsubmenu-top, .subsubmenu-bottom {
	width: 161px;
	height: 1px;
	border-top: 1px solid #ABB6BA;
	z-index: 1;
}

.subsubmenu-top {
	margin-top: 8px;
}

#content {
	width: 458px;
	margin-left: -11px;
	padding: 0 36px;
	float: left;
	
	/* Put content behind submenu marker */
	position: relative;
	z-index: 0;
	
	/*border-right: 2px solid #9ED5E1;
	border-left: 2px solid #9ED5E1;*/
}

#right-bar {
	width: 217px;
	padding: 0 10px;
	float: left;
}

#right-bar #links {
	list-style-type: none;
	border-top: 1px solid #ABB6BA;
	font-size: 11.5px;
}

#right-bar #links li {
	height: 37px;
	padding-left: 12px;
	line-height: 37px;
	border-bottom: 1px solid #ABB6BA;
}

#right-bar #links li a {
	text-decoration: none;
	color: black;
}

#footer-stop {
	width: 100%;
	height: 75px;
	clear: both;
}

#footer {
	width: 100%;
	height: 45px;
	bottom: 0px;
	position: absolute;
	background-color: #2D4852;
	border-top: 20px solid #fff;
}

#footer p {
	padding-top: 11px;
	font-size: 11.8px;
	color: white;
}

/***************** BANNERS *****************/

#banners {
	padding: 10px 0;
}

#banners img {
	padding: 5px 0;
	border: 0px;
}