html, body {
	height: 100%;
	padding: 0px!important;
}
#pagewrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 64px; /* .push must be the same height as .footer */
}

/* Estructura */
body {
	background: white url(http://www.danutritie.ro/wp-content/themes/DANutritie/images/body-bg.jpg) repeat-x top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #222;
	line-height: 1.5;
}


#pagewrap {
	width: 1008px;
	padding: 0;
	position: relative;
}
#header {
	height: 186px;
	overflow: hidden;
	position: relative;
	background: transparent url(http://www.danutritie.ro/wp-content/themes/DANutritie/images/header-bg.jpg) no-repeat top left;
	margin: 0;
	padding: 0;	
}
#main {
	padding: 20px 0;
	background: transparent;
	min-height: 370px;
		 /* IE min-height workaround */
  			height:auto !important;
  			height:370px;
}

#contentleft {
	float: left;
	width: 632px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
}

#footer {
	background: transparent url(http://www.danutritie.ro/wp-content/themes/DANutritie/images/footer-bg.png) repeat-x top left;
	clear: both;
	width: 100%;

}
#footer-inside {
	overflow: hidden;
	height: 50px;
	width: 958px;
	margin: 0 auto;
	padding: 14px 25px 0;
	color: white;
}
#footer-inside a {
	color: white;
}

#header #main-title {
	position: absolute;
	width: 180px;
	top: 98px;
	left: 32px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
}
#header h1, #header h2 {
margin:0;
padding:0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
}
#header h1 a {
	display: block;
	color: #298aa1;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
}
#header h2 {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.1;
}

#header p.feed {
	position: absolute;
	top: 13px;
	left: 875px;
	font-size: 11px;
	text-transform: uppercase;
}
#header p.feed img {
	position: relative;
	top: -1px;
	margin-right: 3px;
}

/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 958px;
	height: 34px;
	margin: 0px auto;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	}
	
#navbarleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright {
	width: 300px;
	position:absolute;
	right:25px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	line-height:34px;
	padding:0px 15px 0px 15px;
	}
	
#nav a:hover {
	background-image: url(http://www.danutritie.ro/wp-content/themes/DANutritie/images/bg-nav-button.jpg);
	padding:0px 15px 0px 15px;
	line-height:34px;
	height:34px;
	color: #FFFFFF;
	display: block;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
         display: block;

	}


	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #227b9a;
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}





.headerbar {
	margin-bottom: 15px;
}
#search-box {
	margin-top: 10px;
}
#site-description h2 {
	margin: 0px;
	padding: 0 10px;
	color: white;
}