@CHARSET "ISO-8859-1";

*{
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	color:#ffffff;
}
body{
	background-color:#000000;
	border:0px;
	padding:0px;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;

}
a:link{
	
	text-decoration: none;
	}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}
a:active{text-decoration: none;}
ul{
	margin:0px;
	padding:0px 0px 0px 13px;
}
li {
	list-style-type: disc;
	margin-top:3px;
}
img{
	border: none;
}
input , textarea , select{
	background-color: #000000;
	border:1px solid #333333;
}
/*=============================================================*/



#top{
	position:relative;
	height:25%;
	width:100%;
	/*background-color:#ff0000;*/
	overflow:hidden;
}
#top .mainMenu{
	position:absolute;
	bottom:0px;
	left:20%;
	height:100px;
	width:100px;
	font-weight:bold;
	display: none; 
	/*background-color:#ff0000;*/
}
#top .mainMenu div {
	height:12px;
	overflow:hidden;
}

/*=============================================================*/
.middle{
	position:relative;
	height:45%;
	width:100%;
	background-color:#ffffff;
	/*overflow:hidden;*/
}
.middle .mainContainer{
	position:absolute;
	top:1%;
	left:0px;
	height:98%;
	width:100%;
	overflow:hidden;
}
.middle .mainImage{
	position:relative;
	float:left;
	height:100%;
}
.middle .mainImage img{
	height:100%;
}
.middle .imageList{
	position:relative;
	float:left;
	height:100%;
	width:30%;
	/*background-color:#ff0000;*/
}
.middle .imageList .row{
	/*background-color:#555555;*/
	overflow:hidden;
	height:10%;
}
.middle .imageList .row img{
	height:100%;
	margin:0px 0px 0px 3px;
	cursor:pointer;
}
.middle .linkscontainer{
	position:relative;
	float:left;
	height:100%;
	width:30%;
}
.middle .linkscontainer .field{
	width:170px;
	height:25px;
	margin: 0px 0px 4px 3px;
	background-color:#000000;
	text-align: right;
	overflow: hidden;
}

.middle .linkscontainer .field div{margin:13px 3px 0px 0px;}
/*=============================================================*/
#bottom{
	position:relative;
	height:30%;
	width:100%;
	/*background-color:#ff0000;*/
	overflow:hidden;
}
#footer{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:97px;
	overflow:hidden;
	background-color: #000000;
	display: none;
}

#footerWorkinfo{
	position:absolute;
	right:0px;
	top:0px;
	font-size:9px;
	text-align: right;
	width:200px;
}

#footerManifest{
	position:absolute;
	left:20%;
	top:5px;
	overflow:hidden;
	width:200px;
	height:60px;
	color: #eeeeee;
	font-size: 9px;
	text-align: justify;
}
#footerLogo{
	position:absolute;
	right:0px;
	bottom:23px;
	overflow:hidden;
	width:37px;
	height:45px;
}
#footer .greyline{
	position:absolute;
	left:0px;
	bottom:20px;
	overflow:hidden;
	width:100%;
	height:2px;
	border-bottom: 1px solid #4d4d4d;
}

#footerBrand{
	position:absolute;
	left:20%;
	top:70px;
	overflow:hidden;
	width:200px;
	height:15px;
	color: #4d4d4d;
}
/*=============================================================*/
