body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana;
	background: url(img/body-bg.jpg) center -250px no-repeat #262626;
	min-width: 962px;
}

div#container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: 962px;
	min-height: 750px;
}

a, a img {
	text-decoration: none;
	border: none;
}

div#video {
margin-left: auto;
margin-right: auto;
position: relative;
	width: 960px;
	height: 630px;
	top: 50px;
	border: 1px solid #000;
	overflow: hidden;
	z-index: 2;
}

div#video-curtain {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 960px;
	height: 605px;
	border-bottom: solid 1px #000;
	top: -581px;
	background: #222 url(img/curtain-bg.jpg) repeat-x center;
	overflow: hidden;
	z-index: 2;
}

div#video-curtain div.logo {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(img/logo-large.png) no-repeat center;
}

h1.header {
	background: url(img/header-bg.jpg) repeat-x #275B80;
	color: #FFF;
	margin: 0;
	padding: 5px 10px;
	font-size: 20px;
	border-bottom: 1px solid #000000;
}

h1.header img {
	position: absolute;
	right: 10px;
	height: 20px;
	cursor: pointer;
}

ul.menu {
	margin: 0;
	position: absolute;
	left: 0;
	background: url(img/menu-bg.jpg) #71747A repeat-x center;
	border-top: #434343 1px solid;
	border-bottom: 1px solid #333;
	width: 100%;
	padding: 0;
	height: 37px;
	z-index: 10;
}

ul.menu a {
	color: #FFF;
}

ul.menu li {
	display: inline;
	color: #FFF;
	font-size: 12px;
	padding: 0 10px;
	cursor: pointer;
	height: 30px;
	padding-top: 19px;
	bottom: -15px;
	position: relative;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: center 2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

ul.menu li:hover {
	background-color: #444;
}

li.talous {
	background-image: url(img/talous.png);
}

li.lasku {
	background-image: url(img/lasku.png);
}

li.kello {
	background-image: url(img/kello.png);
}

li.tilaus {
	background-image: url(img/tilaus.png);
}

li.raportti {
	background-image: url(img/raportti.png);
}

li.yleinen {
	background-image: url(img/yleinen.png);
}

ul.menu li ul {
	background: none;
	position: absolute;
	background: #222;
	margin: 0;
	padding: 0;
	width: 180px;
	top: 33px;
	left: -1px;
	border: 1px solid #000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	display: none;
	cursor: pointer;
	z-index: 10;
	text-align: left;
}

ul.menu li ul li {
	display: block;
	height: auto;
	padding: 0;
	bottom: 0;
	position: relative;
	border: none;
	height: 20px;
	line-height: 20px;
	margin: 0;
	text-indent: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor: pointer;
	z-index: 15;
	text-align: left;
	
}

div#features {
	position: relative;
	top: 100px;
	left: 150px;
	width: 675px;
	display: none;
}

div#features h2 {
	text-align: center;
	font-size: 22px;
}

div#features h5 {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}


div.feature {
	background: #BBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin: 10px;
	cursor: pointer;
	border: #000 1px solid;
}

div.feature:hover {
	background: #DDD;
	cursor: pointer;
}

div.feature div.img {
	position: relative;
	width: 65px;
	height: 70px;
	margin-bottom: 30px;
	float: left;
	margin: 10px;
	border: 1px solid #3A88C1;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.img.feature1 {
	background-image: url(img/feature1.jpg);
}

div.img.feature2 {
	background-image: url(img/feature2.jpg);
}

div.img.feature3 {
	background-image: url(img/feature3.jpg);
}

div.img.feature4 {
	background-image: url(img/feature4.jpg);
}

div.img.feature5 {
	background-image: url(img/feature5.jpg);
}

div.feature a {
	color: #000;
}

div.feature h4 {
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

div.feature p {
	margin: 0;
	cursor: pointer;
	font-size: 11px;
	padding: 7px 5px;
}
