@charset "utf-8";


* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #000;
	font-family: "Arial","Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 88%;
	color: #aaa;
}


h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 88%;
	font-weight: normal;
	color: #586754;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-top: 38px;
	padding-left: 56px;
	padding-bottom: 3px;
}

h2 {
	background: #222;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #8b9e86;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

p {
	font-family: "Arial", sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #aaa;
	line-height: 1.3em;
	padding-bottom: 12px;

}

#center {
	background: url(/images/grad1.jpg) #F1F1F1 repeat-x;

}
#wrapper {
	width: 900px;
	margin: auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;
}
#header {
	position: relative;
	height: 52px;
}
#logo {
	background: url(/images/noumlogo.png) no-repeat;
	width: 322px;
	height: 79px;
	margin-top: 40px;
    behavior: url("iepngfix.htc")
}
.menu {
	position: absolute;
	top: 15px;
	right: 0;
}
.menu ul {
    padding: 0;
}
.menu li {
	display: inline;
	line-height: 1.4;
}
.menu li a:link, .menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.1em;
	float: left;
	text-decoration: none;
	background: url(/images/menu_divide.jpg) no-repeat;
	height: 60px;
	padding: 0 10px 0 10px;
}
.menu li a.home:link, .menu li a.home:visited {
	background: none;	
}
.menu li a.home:hover, .menu li a.home:active {
	background: none;	
}
.menu .menu_small {
	font-size: .7em;
}
.menu li a:hover, .menu li a:active {
	color: #fff;
}
.menu li a.current, .menu li a.current:hover, .menu li a.current:active  {
	color: #fff;
	cursor: default;
}
#slider h2 a:link, #slider h2 a:visited {
		
}
#slider h2 a:hover, #slider h2 a:active {
	text-decoration: underline;	
}
#main_content {
	clear: both;
	margin-bottom: 25px;
	margin-top: 30px;
}

.logotype1 {
   font-weight: bold;
   color: #586754;
}
.logotype2 {
   font-weight: bold;
   color: #8b9e86;
}

#main_content p {
   font-size: 110%;
   line-height: 1.5em;
}


#main_content a {
   color: #8b9e86;
   font-weight: bold;
   text-decoration: none;
}
#main_content a:hover {
   color: #586754;
   font-weight: bold;
   text-decoration: underline;
}
.top {
	background: url(/images/main_content_top.jpg) no-repeat;
	width: 904px;
	height: 20px;
}
#left {
	float: left;	
	width: 570px;
}
.bottom {
	background: url(/images/main_content_bottom.jpg) no-repeat;
	width: 904px;
	height: 76px;
}
.push {
	height: 80px;	
}
#footer {
	background: url(/images/footer.jpg) repeat-x;
	height: 80px;
}
#footer_wrap {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 900px;
	margin: auto;
	font-size: .8em;
	color: #666;
	padding-top: 20px;
	text-align: center;
	line-height: 1.5;
}
#footer_wrap a:link, #footer_wrap a:visited {
	color: #ccc;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
#footer_wrap a:hover, #footer_wrap a:active {
	text-decoration: underline;
}
#slider {
    width: 800px;
    margin: 0 auto;
	margin-top: 45px;
    position: relative;
	border: 0;
	background: transparent;
}
#slider a:link, #slider a:visited {
	color: #fff;	
	text-decoration: none;
}
.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 348px;
}
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(moving/leftshadow.png) repeat-y;
}
#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(moving/rightshadow.png) repeat-y;
}
.inside {
	padding: 10px;
	background: #272727;
	border: 1px solid #1a1a1a;
	margin-top: 8px;
}
.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;
}
.inside h2 {
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: -.02em;
	font-weight: normal;
	color: #fff;
	font-size: 1.1em;
	margin: 0 0 0px 0;
}
.inside p {
	font-size: .5em;
	color: #666;
	padding: 0;
	margin: 0;
}
.scrollButtons {
    position: absolute;
    top: 130px;
    cursor: pointer;
    behavior: url("iepngfix.htc")}
.scrollButtons.left {
    left: -32px;
}
.scrollButtons.right {
    right: -32px;
}
.hide {
    display: none;
}
