* {padding: 0; margin: 0;}

html { width: 100%; height: 100%; }
body { font-family: Verdana, sans-serif; min-height: 100%; height: 100%;  background-color: #000000; }
ul, li, h4, h3, h2, h1, p {	padding:0; margin:0; list-style: none; }

.next, .prev { cursor: pointer; }

#screen { overflow: hidden;	min-height: 100%; height: 100%; }
#screen .next, #screen .prev { position: absolute;	top: 200px; }
#screen .prev{ left: 10px;	}
#screen .next {	right: 10px;	}

#navigation { background: #000000; position: absolute; overflow: hidden; width: 100%; height: 55px; }
#navigation ul { float: left;	}
#navigation ul li { float: left; padding: 3px 10px; }
#navigation ul li a { font-weight: bolder;	text-decoration: none;	line-height: 50px; }
#navigation ul li.blue a { color: #3e9ae0; }
#navigation ul li.green a { color: #31cb3b; }
#navigation ul li.orange a { color: #ffb400; }
#navigation ul li.red a { color: #db1919; }
#navigation ul li.yellow a { color: #ece907; }
	
#sections { overflow: hidden; min-height: 100%; height: 100%; }
#sections div.container { width: 10000px; overflow: hidden; min-height: 100%; background: url('/_images/background.jpg'); }
#sections div.container div.item { float:left; padding: 100px 200px 20px 100px; margin-right: 800px; background-position: 0 -800px; }

div.item div { width: 600px; }
div.item div.blue { border: 10px solid #3e9ae0; }
div.item div.green { border: 10px solid #31cb3b; }
div.item div.orange { border: 10px solid #ffb400; }
div.item div.red { border: 10px solid #db1919; }
div.item div.yellow { border: 10px solid #ece907; }
		
div.item div div.header { height: 100px; background: #ffffff; border: 0px; }

div.item div div.header div { width: 220px; height: 80px; padding: 10px 0 10px 120px; font-size: 40px; font-weight: bold; margin: 0 auto; line-height: 80px; border: 0px; }
div.item div.blue div.header div { background: url('/_images/item-icon-blue.png') 0 10px no-repeat; color: #018ffd; }
div.item div.green div.header div { background: url('/_images/item-icon-green.png') 0 10px no-repeat; color: #31cb3b; }
div.item div.orange div.header div { background: url('/_images/item-icon-orange.png') 0 10px no-repeat; color: #ffb400; }
div.item div.red div.header div { background: url('/_images/item-icon-red.png') 0 10px no-repeat; color: #db1919; }
div.item div.yellow div.header div { background: url('/_images/item-icon-yellow.png') 0 10px no-repeat; color: #ece907; }

div.item div div.content { background: #ffffff; border: 0px; padding: 10px; width: 580px; }

div.item p { width: 550px; font-size: 85%; line-height: 1.4em; }
