/* Credit: DeustoTech, Internet1
		   http://www.morelab.deusto.es */

body {
	margin:0px;
	padding:0px;
	font-family:"Arial", Helvetica, sans-serif;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:16px;
	text-align:center;
	background-color:#23232d;
	background-image:url(../img/body_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

a, a:link, a:visited{color:#b3ddff; text-decoration:underline; }
a:hover{color:white; text-decoration:none; }

a.header, a.header:link, a.header:visited{font-size:11px; color:#b3ddff; text-decoration:none; font-weight:bold; }
a.header:hover{font-size:11px; color:#31313f; text-decoration:none; }

#main_wrapper{
	background:url(../img/main_wrapper.png) center bottom no-repeat;
}

#wrapper{
	width:980px;
	margin:0 auto;
}

img{border:none; }

.float_r{ float:right;}
.float_l{float:left;}

.cleaner{clear:both; width:100%; height:0px; font-size:0px;}

h1{font-size:28px; font-weight:bold; color:#020102; margin:0; padding:35px 0 0 0; }
h2{font-size:24px; font-weight:normal; color:white; padding:30px 0 0 0; margin:0; }
h3{font-size:18px; font-weight:normal; color:#b3ddff; text-align:left; padding:0 0 0 50px; }

p{margin:0; padding:0 50px; color:#b3ddff; text-align:justify; }

li{margin:0 50px; padding:0; color:#b3ddff; text-align:justify; }

.bold{font-weight:bold; padding:0 0; color:#020102; text-align:center; margin-top:5px; }

.img_center{
	text-align:center;
	margin:3px;
}

/* header */

#header{
	width:952px;
	height:192px;
	padding:29px 14px 0 14px;
	background:url(../img/blue/header.png) center no-repeat;
}

#morelab_logo{
	float:left;
	width:125px;
	height:72px;
	margin:-6px 0 0 80px;
}

#morelab_link{
	width:200px;
	margin:1px 40px 0 0;
}

#site_title{
	width:600px;
	height:150px;
	margin:30px 0 0 325px;
}

/* end of header */

/* menu */

#menu{
	width:952px;
	height:49px;
	padding:0 14px;
	background:url(../img/blue/menu_bg.png) center top no-repeat;
}

#menu ul{
	float:right;
	margin:0;
	padding:0 150px;
	display:inline-block;
}

#menu ul li{
	margin:0;
	padding:0;
	display:inline-block;
}

#menu ul li a{
	float:left;
	display:block;
	font-size:16px;
	width:110px;
	height:40px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#b3ddff;
	padding-top:14px;
}

#menu ul li a:hover, #menu ul li .current{
	color:#31313f;
	background:url(../img/menu_current.png) top center no-repeat;
}

#engl{
	width:30px;
	height:19px;
	margin-left:880px;
	margin-top:29px;
}

/* end of menu */

/* content */

#main_content{
	width:940px;
	height:800px;
	padding:0 20px;
	background:url(../img/blue/content_bg.png) top center no-repeat;
}

#main_contentDesc{
	width:940px;
	height:1140px;
	padding:0 20px;
	background:url(../img/blue/content_bg.png) top center no-repeat;
}

#content{
	float:right;
	width:696px;
	height:650px;
	padding:0 0;
}

#contentDesc{
	float:right;
	width:696px;
	height:1130px;
	padding:0 0;
}

#main_partners{
	float:left;
	width:244px;
	height:650px;
	padding:0 0;
	background:url(../img/blue/sep_line.jpg) top right repeat-y;
	margin-top:60px;
}

#main_partnersDesc{
	float:left;
	width:244px;
	height:1030px;
	padding:0 0;
	background:url(../img/blue/sep_line.jpg) top right repeat-y;
	margin-top:60px;
}

#partners{
	width:190px;
	height:58px;
	border:solid 1px #333a4c;
	background:url(../img/blue/partners_bg.jpg) center center no-repeat;
	margin:30px 27px 0 27px;
}

#img_container{
	width:210px;
	height:253px;
	margin: 20px auto;
	background:#23232d;
	border:solid 1px #333a4c;
}

#img_container1{
	width:336px;
	height:223px;
	margin: 20px auto;
	background:#23232d;
	border:solid 1px #333a4c;
}

#img_container2{
	width:330px;
	height:235px;
	margin: 20px auto;
	background:#23232d;
	border:solid 1px #333a4c;
}

/* end of content */

/* footer */

#footer{
}

p.footer{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:15px;
}

/* end of footer */