html, body {
	margin: 0; padding: 0;
	min-height: 100%;
}
html, * html body {
	height: 100%;
}

body {
	background: #dadbdb;
	color: #333;
}

/* Firefox cosmetics */
html { overflow: -moz-scrollbars-vertical }
:-moz-any-link:focus { outline: none; }

#wrapper {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../images/interface/frame_back.gif) repeat-y left top;
}
#frameBottom {
	height: 41px;
	overflow: hidden;
	background: url(../images/interface/frame_bottom.gif) no-repeat left top;
}

/* header */
#header {
	position: relative;
	margin: 0;
	width: 100%; height: 177px;
	background: url(../images/interface/header_back.gif) no-repeat left top;
}
#header h1 {
	position: absolute;
	top: 28px; left: 49px;
	width: 247px; height: 111px;
	margin: 0; padding: 0;
}
#header h1 a {
	display: block;
	width: 247px; height: 111px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/interface/logo_logisp.gif) no-repeat left top;
}

/* topMenu */
#topMenu {
	position: absolute;
	top: 110px; right: 40px;
}
#topMenu ul,
#topMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#topMenu li {
	display: inline;
	border-left: 1px solid #339833;
}
#topMenu li.first {
	border: none;
}
#topMenu li a {
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #4a4a4a;
}
#topMenu li a:hover {
	text-decoration: underline;
	color: #4a4a4a;
}
#topMenu li.active a {
	text-decoration: underline;
}

/* content */
#content {
	padding: 0 45px 15px 45px;
	background: url(../images/interface/background.jpg) no-repeat 278px bottom;
}

#primaryContent {
	float: right; display: inline;
	width: 605px;
	padding-right: 15px;
}
#secondaryContent {
	float: left; display: inline;
	width: 215px;
}

/* menu */
#menu {
	padding-bottom: 260px;
}
#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu li {
	margin: 0 0 5px 0;
}
#menu li a {
	display: block;
	padding: 8px 15px 5px 35px;
	background: url(../images/interface/menu.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: white;
}
	* html #menu li a {
		height: 0.1em; /* avoid double padding in IE6 */
	}
#menu li.active a,
#menu li a:hover {
	background-image: url(../images/interface/menu_on.gif);
}

/* columnNews */
#columnNews {
	position: relative;
	margin-top: -240px;
	padding-bottom: 260px;
}
#columnNews dl {
	margin: 0 0 10px 0;
}
#columnNews dt {
	display: block;
	margin: 0; padding: 0;
	font-size: 10px;
	color: #339833;
}
#columnNews dd {
	display: block;
	margin: 0 0 6px 0; padding: 0 0 8px 0;
	border-bottom: 1px solid #dadbdb;
	font-size: 11px;
}
#columnNews dd a {
	color: #4a4a4a;
}
#columnNews dd a:hover {
	color: #00befe;
}



/* footer */
#footer {
	color: #a4a4a4;
}
#footer a {
	text-decoration: underline;
	color: #a4a4a4;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
#footerCopy {
	position: absolute;
	bottom: 25px; left: 295px;
	font-size: 10px;
}
#footerControls {
	position: absolute;
	bottom: 24px; right: 45px;
	font-size: 10px;
}
#footerControls a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 14px;
}
#footerControls a.back {
	background: url(../images/interface/icon_back.gif) no-repeat left 6px;
}
#footerControls a.top {
	background: url(../images/interface/icon_up.gif) no-repeat left 6px;
}

/* address */
#address {
	position: absolute;
	bottom: 45px; left: 45px;
	padding: 10px 10px 10px 15px;
	width: 190px;
	background: #dadbdb;
}
#address address {
	margin: 0; padding: 5px 0;
	font-size: 10px;
}
