* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #000;
	margin: auto;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
}

a:visited {
	color: #999;
}

div#holder {
	width: 996px;
	height: 780px;
	margin: auto;
	background: url(bg_main.jpg);
}

div#holder-c {
	width: 996px;
	height: 780px;
	margin: auto;
}

div#header {
	padding: 50px 0 0 60px;
}

#menu {
	padding: 30px 0;
}

div#menu li {
	display: block;
	float: left;
}

div#menu a {
	text-decoration: none;
	display: block;
	margin-right: 20px;
}

.m1 a {width: 68px;	background: url(m1.png) no-repeat;}
.m2 a {width: 85px;	background: url(m2.png) no-repeat;}
.m3 a {width: 112px;	background: url(m3.png) no-repeat;}
.m4 a {width: 51px;	background: url(m4.png) no-repeat;}
.m5 a {width: 72px;	background: url(m5.png) no-repeat;}
.m6 a {width: 60px;	background: url(m6.png) no-repeat;}
.m7 a {width: 80px;	background: url(m7.png) no-repeat;}
.m8 a {width: 56px;	background: url(m8.png) no-repeat;}

.m1 a:hover {width: 68px;	background: url(m1a.png) no-repeat;}
.m2 a:hover {width: 85px;	background: url(m2a.png) no-repeat;}
.m3 a:hover {width: 112px;	background: url(m3a.png) no-repeat;}
.m4 a:hover {width: 51px;	background: url(m4a.png) no-repeat;}
.m5 a:hover {width: 72px;	background: url(m5a.png) no-repeat;}
.m6 a:hover {width: 60px;	background: url(m6a.png) no-repeat;}
.m7 a:hover {width: 80px;	background: url(m7a.png) no-repeat;}
.m8 a:hover {width: 56px;	background: url(m8a.png) no-repeat;}

.m1-selected a {width: 68px;	background: url(m1b.png) no-repeat;}
.m2-selected a {width: 85px;	background: url(m2b.png) no-repeat;}
.m3-selected a {width: 112px;	background: url(m3b.png) no-repeat;}
.m4-selected a {width: 51px;	background: url(m4b.png) no-repeat;}
.m5-selected a {width: 72px;	background: url(m5b.png) no-repeat;}
.m6-selected a {width: 60px;	background: url(m6b.png) no-repeat;}
.m7-selected a {width: 80px;	background: url(m7b.png) no-repeat;}
.m8-selected a {width: 56px;	background: url(m8b.png) no-repeat;}

.sub {
	z-index: 10;
	position: absolute;
}

.sub a{background: #000;width: 130px;}
.sub a:hover{background: #000;width: 130px; color: #666;}

.sub a {
	font-size: 80%;
}

/* SCROLLING */


.sc_menu {
	padding: 120px 20px;
	margin-top: 25px;
	position: relative;
	z-index: 0;
}

.sc_menu img {
	height: 120px;
}

#start {
	margin: auto;
	width: 122px;
	height: 150px;
	padding: 20% 0;
}

#text {
	width: 880px;
	margin: auto;
	color: #fff;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 50px;
	font-size: 1em;
	line-height: 140%;
}

#text p {
	padding-bottom: 10px;
}

#text img {
	float: left;
	margin: 0 20px 10px 0;
}

#text h1 {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#footer {
	padding-top: 150px;
	padding-bottom: 100px;
}

#netlight {font-size: 8pt;	width: 195px; font-family: Arial, Tahoma, sans-serif;float:right;}
#netlight img {margin-right: 10px;float: left;}
#netlight a {color: #333;}

#copy {font: 8pt Arial, Tahoma, sans-serif;color: #333;width: 180px;text-align: right;float: left;}