@charset "utf-8";
/*BASIC STYES
-------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
body {
	width:100%;
	height:100%;
	background-color:#000;
	background:url(../Assets/Images_BG/workBg.jpg) no-repeat left top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:100%;
}
/*ELEMENTS STYLES
--------------------------------------------------------------------------------*/
/*NaviMain STYLES
--------------------------------------------------------------------------------*/
#NaviMain {
	background:url(../Assets/Images/NaviBG.png) repeat-x;
	height:40px;
}
#NaviMain, #NaviMain ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
#NaviMain li {
	float:left;
	position:relative;
	overflow: visible;
}
/*---NaviMain Button styles---*/
.NaviButton1 a {
	display:block;
	width:100px;
	height:35px;
	margin-left:100px;
	padding:5px 0 0 0;
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#fff;
	text-align:center;
}
.NaviButton1 a:hover {
	background:url(../Assets/Images/NaviButton_over.png) no-repeat;
	color:#00A6CC;
	text-decoration:none;
}
.NaviButton1Hit {
	display:block;
	width:100px;
	height:35px;
	margin-left:100px;
	background:url(../Assets/Images/NaviButton_over.png) no-repeat;
	padding:5px 0 0 0;
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#00A6CC;
	text-align:center;
}
.NaviButton a {
	display:block;
	width:100px;
	height:35px;
	padding:5px 0 0 0;
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#fff;
	text-align:center;
}
.NaviButton a:hover {
	background:url(../Assets/Images/NaviButton_over.png) no-repeat;
	color:#00A6CC;
	text-decoration:none;
}
.NaviButtonHit {
	display:block;
	width:100px;
	height:35px;
	padding:5px 0 0 0;
	background:url(../Assets/Images/NaviButton_over.png) no-repeat;
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#00A6CC;
	text-align:center;
}
.IcelandWikiInfo {
	height:40px;
	right:auto;
}
/*Content STYLES
--------------------------------------------------------------------------------*/
#ContactInfo {
	width:225px;
	height:370px;
	float:left;
	margin-left:100px;
	position:absolute;
	padding:45px 0 30px 25px;
	left: 0px;
	top: 261px;
}
/*Logo STYLES
--------------------------------------------------------------------------------*/
#Content {
	width:956px;
	height:521px;
	float:left;
	margin: 70px 0px 70px 100px;
}
#ContentLogo {
	width:160px;
	height:120px;
	margin:0 0 0 15px;
	background:url(../Assets/Images/LogoWorks.png) no-repeat;
	float:left;
}
#ContentFlash {
	width:776px;
	height:526px;
	float:left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00A6CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.textbox {
	width:250px;
	float:left;
}
.textboxSub {
	width:500px;
}
.textboxSubText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}
/*Footer STYLES
--------------------------------------------------------------------------------*/
#footer {
	margin: 0;
	background:#000;
	padding-top:20px;
	padding-bottom:50px;
	float:left;
	width:100%;
}
#SubNavi {
	float:left;
	width:140px;
	margin-left:100px;
	padding:0 0 0 20px;
	background:url(../Assets/Images/SubNaviBG.png) repeat-y;
}
#SubNavi ul {
	list-style-type: none;
}
.SubNaviHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin-bottom:6px;
}
.SubNaviText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:18px;
}
.SubNaviButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00A6CC;
	text-decoration:none;
}
.SubNaviButton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.SubNaviButton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00A6CC;
	text-decoration:none;
}
#ProjectIntro {
	float:left;
	width:350px;
	padding:0 0 0 20px;
	background:url(../Assets/Images/SubNaviBG.png) repeat-y;
}
#Copyrights {
	float:left;
	width:200px;
	padding:0 0 0 20px;
	background:url(../Assets/Images/SubNaviBG.png) repeat-y;
}
.ElmastudioLogo {
	float:right;
	width:130px;
	height:100px;
}
.Banner {
	width:130px;
	height:60px;
}
.designedby {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#fff;
	margin-bottom:3px;
}
.elmastudio-link {
background:#000000;
text-decoration:none;
color:#000000;
}
.elmastudio-link a {
text-decoration:none;
color:#000000;
}
