html {
background: #5f5f5f url(html_bg.png) repeat-x scroll;	
}

body{
margin-top:20px;
margin: 0;
padding: 0 0 10px;
background:url(body_bg2.jpg) no-repeat top;
min-height: 100%;
font-family: "Arial", "Helvetica", "Verdana" ;
}

#wrapper {

	margin: 0 auto;
	width: 956px;
	position: relative;

}
#banner {
margin-top:20px;
	height: 130px;
}
/* men�
   -------------------------------- */

#navigation {
	height: 41px;
	float: left;
	position: absolute;
	top: 90px;
	right: 0px;

  }

#navigation .left {
	float: left;
	width: 5px;
	height: 41px;
	background: url(images/navigation_l.png) no-repeat left top;
}

#ie6 #navigation .left {
	background: transparent none;
	
}

#navigation .right {
	float: left;
	width: 3px;
	height: 41px;
	background: url(images/navigation.png) no-repeat right top;
}

#navigation ul,
#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 38px;
}

#navigation ul {
	height: 41px;
	background: url(images/navigation.png) repeat-x 0 -41px;
}

#navigation ul li a {
	float: left;
	display: block;
	height: 41px;
	padding: 0 18px;
	color: #ccc;
	text-decoration: none;
	background: url(images/navigation_s.png) no-repeat right top;
}

#navigation ul li.last a{
	background-image: none;
}

/* logo
   -------------------------------- */

h1.logo {
	position: absolute;
	top: 60px;
	left: 10px;
	margin: 0;
}

h1.logo,
h1.logo a {
	width: 210px;
	height: 105px;
}

h1.logo a {
	display: block;
	background: url(images/logo.gif) no-repeat;
}

h1.logo a span {
	display: none;
}
/* Content
   -------------------------------- */

#content-wrapper {
	background: #FFF url(images/content_bg.png) repeat-y 0 0;
}

#content {
	background: url(images/content_body_bg.png) no-repeat 0 13px;
}

.content-top {
	font-size: 1px;
	height: 13px;
	background: url(images/content_top_bg.png);
}

.content {
	padding: 0 3px 0 3px;
	overflow: hidden;
}

#content .content {
	min-height: 380px;
	background: url(images/dot.png) repeat-y 203px 0;
}

#home #content .content,
#download #content .content,
#demos #content .content {
	background: none;
}

#ie6 #content .content {
	height: 380px;
	overflow: visible;
}

/* elrendezes 01 */

.content-head {
	height: 74px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.content-head h2 {
	float: left;
	margin: 0;
	padding: 20px 0 20px 24px;
	color: #ff9c08;
	font: normal 29px/30px "Lucida Grande", "Arial", "Helvetica", "Verdana";
	letter-spacing: .5px;
}

.content-head h2 span {
	padding-right: 16px;
	border-right: 1px solid #ccc;
}

.content-head p {
	margin: 0;
	padding: 28px 0 0 12px;
	float: left;
	font: normal 15px "Lucida Grande", "Arial", "Helvetica", "Verdana";
	letter-spacing: .5px;
}
/* elrendezes 02
   -------------------------------- */

.themes {
	background: url(images/themes_bg.png) repeat-x scroll 0 -1px;
}


/* elrendezes 03
   -------------------------------- */

.layout-grid {
	width: 100%;
}

.layout-grid td {
	vertical-align: top;
}

.layout-grid td.home {
	background: url(images/home_bg.jpg) no-repeat scroll right top;
	height: 412px;
	padding: 0 600px 0 24px;
}

.layout-grid td.left-nav {
	width: 200px;
}

.layout-grid td.normal {
	border-left: 1px solid #ccc;
	padding: 20px 24px;
	font-family:  "Lucida Grande", "Arial", "Helvetica", "Verdana";
}

.layout-grid td.demos {
	background: url(images/demos_bg.jpg) no-repeat;
	height: 337px;
	overflow: hidden;
}

.layout-grid td.download {
	background: url(images/demos_bg.jpg) no-repeat;
	height: 337px;
}

/* Footer
   -------------------------------- */

#footer {
	height: 50px;
	padding: 10px 0;
	position: relative;
}

#footer .inner {
	position: relative;
	z-index: 2;
}



#footer .bg {
	background: url(images/footer_bg.png) no-repeat left top;
	width: 100%;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ie6 #footer .bg {
	background: transparent none;

}

#footer p {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	font: normal 9px 'Arial', 'Helvetica', sans-serif;
	text-transform: uppercase;
}

#footer p a {
	color: #bbb;
}

#footer span.first {
	display: block;
	float: left;
	padding: 6px 0 0 16px;
}

#footer .block {
	display: block;
	float: left;
}

#footer .block span,
#footer span.empty {
	display: none;
}

#footer .liferay {
	margin: 3px 22px 0px 3px;
	background: url(images/icon_liferay.gif);
	width: 98px;
	height: 22px;
	border: 0;
}

#footer .adobe {
	margin: 2px 0 0 0;
	background: url(images/icon_adobe.png);
	width: 28px;
	height: 28px;
}
