@charset "UTF-8";

/*GLOBAL*/

/* some positionng rules*/

.red			{
	clear:both;
	color: #FF3300;
}
.red large			{
	font-size: x-large;
}
.blue			{
	clear:both;
	color: #0099FF;
}
.clear			{ clear:both; }
.clear-space	{ clear:both; height:25px;}
.clearleft		{ clear:left; }
.clearright		{ clear:right; }
.hide			{ display:none; }
.float-left		{ float: left; }
.float-right	{ float: right; }
.zeropadding	{ padding: 0; }
.zeromargin		{ margin: 0; }
img 			{ border:0 none; }
form			{ margin: 0; }	
	
body{
	font:14px Calibri, Arial, Verdana, sans-serif;
	color:#333333;
	font-size:100%;
	line-height:1.5;
	text-align:center;
	cursor:default;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#home-fr {
	background-repeat: no-repeat;
	background-position: middle;
}

#container{
	width:1120px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-image: url(images/nu-website.png);
	height: 1157px;
	background-repeat: no-repeat;
}

#header{
	height:100px;
	position:relative;
	background-repeat:no-repeat;
	background-position:left:0px; 
	top:24px;
}

#textbox{
	position:relative;
	left:160px;
	top:150px;
	width: 600px;
	height: 130px;
}
#textbox2{
	position:relative;
	left:160px;
	top:490px;
	width: 600px;
	height: 150px;
}

.box-end ul,.box ul{display:block;list-style:none;font-family:Calibri, Arial, Helvetica, sans-serif;width:275px;position:absolute;top:40px;left:16px;margin:0;padding:0;}
.box-end ul li,.box ul li{background-image:url("images/red-bullet.gif");background-repeat:no-repeat;display:block;height:20px;background-position: left center;margin:0;padding: 12px 0px 10px 18px;}

#textbox2 ul {
	display:block;
	list-style:none;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	width:275px;
	position:relative;
	top:10px;
	left:16px;
	
	margin:0;
	padding:0;
}
#textbox2 ul li {
		text-decoration: none;
	text-align: left;
	background-image:url("images/red-bullet.gif");
	background-repeat:no-repeat;
	display:block;
	height:20px;
	background-position: left center;
	margin:0;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	padding-left: 15px
}
