@import url("forms.css");
@import url("menu.css");
@import url("article.css");
@import url("sitemap.css");
@import url("items.css");
@import url("recipe.css");
@import url("searchBlox.css");
@import url("newsletter.css");

body, input, textarea, button {
	font-family: arial, sans-serif;
}
body {
	font-size: .8em;
	margin: 0;
	padding: 0;
}
p, pre, input, button {
	font-size:11px;
}

em {
	font-weight:bold;
	font-style:normal;
}
#logoBackground{
	position: relative;
	width: 950px;
	height: 170px;
	margin: 0pt;
	padding:0px;
}
#logoBackground a{
	margin:0px;
	padding:0px;
}	
#logoBow{
	position: absolute;
	left: 749px;
	top: 25px;
}
#mainContent{
	height: 290px;
	margin: 0;
}
#lowerContent{
	background-image: url(../../images/bg_bottommenu.jpg);
	background-repeat: repeat-x;
	clear: both;
	height:203px;
}
.print {
	display: none;
}
a {
	color: #1B6393;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
}
h6 {
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	font-family: arial, sans-serif;
	color: #000000;
}
fieldset, img {
	border: none;
	padding: 0px;
	margin: 0px;
}
/* framework styles */

div.outer_framework {
	background: url(../../images/headerimg.gif) no-repeat right 31px !important;
/* 	background: url(../../images/headerimg.gif) no-repeat 31px right; */
	margin: auto;
}
div.framework {
	width: 950px;
	margin: auto;
	padding: 0;
	color: #333;
	text-align: left;
}
div#leftColumn {
	float: left;
	width: 196px;
	padding: 0;
	margin: 0 10px 0 0;
	clear: both;
	overflow: hidden;
}
div.content {
	float: left;
	width: 568px;
	padding: 0;
	margin: 0;
}
div.content div.inner-content {
	padding: 0 0 10px 0;
}
div.framework.oneColumn div.content.twoColumns div.inner-content {
	padding: 0 0 10px 0;
}
div.framework.oneColumn div.content {
	width: 950px !important;
}
#enonic a{
	color: #933;
	text-decoration: none;
}

#enonic,
#enonic img{
	color: #000;
	font-size: 9px;
	padding: 0px 4px 0px 0px;
	clear:both;
}
/* errorhandler styles */
div#errorhandler h2 {
	margin: 0;
	color: #F00;
}