/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 778px;
	height: 209px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 262px;
	height: 189px;
	background: url(/images/homepage01.jpg) no-repeat left top;
}
#imgLogo
{
    position:absolute; 
    top:40px; 
    margin-left:300px;
    width:185px; 
    height:85px;
}

/** MENU */

#menu {
	float: right;
	width: 516px;
	height: 189px;
}

#menu ul {
	margin: 0px;
	padding: 163px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
}

#page-bg {
	padding-bottom: 50px;
}

/** SIDEBAR **/

#sidebar {
	float: left;
	width: 263px;
}

/** SEARCH */

#search form {
	height: 35px;
}

#search input {
	float: left;
}

#search-text {
	margin-right: 10px;
}

/** LOGIN */

#login {
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#login li {
	margin-bottom: 10px;
}

#login label {
	display: block;
	float: left;
	width: 65px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E424A;
}

#login-submit {
	margin-left: 156px;
}

/** SUBMENU */

#submenu {
	width: 263px;
	height: 221px;
	background: url(/images/homepage06.jpg) no-repeat left bottom;
}

#submenu ul {
	margin: 0px;
	padding: 0px 0px 0px 82px;
	background: url(/images/homepage07.jpg) no-repeat left top;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: inline;
}

/** CONTENT */

#content {
}

/** SPLASH */

#splash {
	height: 300px;
	padding: 0px 0px 0px 230px;
	background: url(/images/homepage16.jpg) no-repeat left top;
}

#splash h1 {
	height: 106px;
	background: url(/images/homepage17.gif) no-repeat left top;
}

#splash ul {
	height: 110px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#splash li {
	display: inline;
}

#splash li a {
	display: block;
	float: left;
	width: 76px;
	height: 29px;
	padding: 70px 0px 0px 6px;
}

#splash #link1 { background: url(/images/homepage18.jpg) no-repeat left top; }
#splash #link2 { background: url(/images/homepage19.jpg) no-repeat left top; }
#splash #link3 { background: url(/images/homepage20.jpg) no-repeat left top; }

#splash p {
	width: 240px;
}

/** NEWS */

#news {
}

#news .news-items {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #F1F3F6;
	list-style: none;
}

#news .news-items li {
	display: block;
	float: left;
	width: 210px;
}

#news .news-items li.alt {
	padding-left: 40px;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 90px;
	margin: 0px auto;
}