
/*------------------------- GENERAL -------------------------*/
html {
	width:100%;
	height:100%;
}

	
body{
	margin:0px;
	padding:0px;
	background:url(images/bgpattern1.jpg) repeat-x 0 0;
	background-color:#E0DFDB;
	height:100%;
	}
/*background:url(images/bgpattern.jpg) repeat 0 0;*/

form{
	margin:0px;
	padding:0px;	
	}

div, img, p, a, ul, h2, h3, h4, h5{
	padding:0;
	margin:0;
	}
img{ border:none;}
a{ text-decoration:none;
	outline:none;
	}
ul{ list-style-type:none;}


.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
	}


#outerexternalcontainer{
overflow:hidden;
width:100%;
height:100%;
#position:relative;
display:table;
}


#innerexternalcontainer{
#position:absolute;
width:100%;
#top:50%;
vertical-align:middle;
display:table-cell;
}




#externalcontainer 
	{
	width:800px;
	margin:0 auto;
	padding:0px;
	#top:-50%;
	position:relative;
	}
	
	
	
	
	

.width100per {
	border:0;
	width:100%;	
}	
.width50per {
	border:0;
	width:50%;	
}
.width25per {
	border:0;
	width:25%;	
}	
.height1 {
	height:1px;
}	
.width1 {
	width:1px;
}	
.lt, .lm, .lb {
	text-align:left;
}
.lt, .rt, .ct {
	vertical-align:top;
}
.lm, .rm, .cm {
	vertical-align:middle;
}		
.rt, .rb, .rm {
	text-align:right;
}	
.lb, .cb, .rb {
	vertical-align:bottom;
}	
.ct, .cb, .cm {
	text-align:center;
}

/*------------------------- customiose -------------------------*/

div#header{
padding:44px 0 0 0;
margin:0;
height:400px;
}


div.picframeleft{
padding:0;
margin:0;
float:left;
width:400px;
position:relative;
}

div.picframeleft div.workLink,
div.picframeright div.workLink{
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	position:absolute;
	z-index:500;
	width:400px;
	height:400px;
	cursor:pointer;
	}

div.picframeleft iframe,
div.picframeright iframe{
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	z-index:50;
	}


div.picframeright{
padding:0;
margin:0;
float:right;
width:400px;
position:relative;
}


div#contentarea{
padding:39px 0 34px 0;
margin:0;
}

div#contentarea a.homeLogo{
	display:block;
	width:175px;
	height:67px;
	margin:0 auto;
	}
div#contentarea a.homeLogo img{
	display:block;
	}


#footer{
padding:0;
margin:0;
font:normal 13px/34px "Lucida sans unicode", Arial, Verdana, "Times New Roman";
color:#757575;
text-align:center;
}

#footer a{
color:#757575;
text-decoration:none;
}

#footer a:hover{
color:#3C523F;
}




