
/* GENERAL */

* {
	padding:0px;
	margin:0px;
}

img{
	border:0px;
}

body {
	font-family:Arial;
	font-size:12px;
	color:#ACACAC;
	text-align:center;
	background: #000000;
	
	background-image:url(/aegcampaigns/Noise/Images/bg.jpg);
	background-repeat : repeat-x;
	background-position : bottom;


	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;

	line-height:14px;
}

li{
	margin-left:20px;
	margin-bottom:5px;
}

.float-killer{
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
}

div{
	position:relative;
	b-order:1px dotted red;
}


/* LAYOUT */

#container {
	margin: 0 auto;
	width:698px !important;
	text-align:left;
	position:relative;
}

#upper{

}
	#logo{
		float:left;
		margin-bottom:10px;
	}

	#countries{
		float:right;
		top:40px;
	}

#lower{

}		

	#top{
		height:182px;
		width:698px;
		margin-bottom:25px;
		overflow:hidden;
	}
	
	#main{
		margin-bottom:25px;
	}
	
	#cph-1{
		float:left;
		width:475px;/*345px;*/
		margin-right:20px;
		overflow:hidden;
	}
	
	#cph-2{
		float:left;
		width:200px;/*330px;*/
		overflow:hidden;		
	}

	#cph-3{
		float:left;
		margin-left:30px;
		width:210px;
		overflow:hidden;		
	}


#footer{
	margin-top:25px;
	m-argin-left:146px;

	font-family:Arial;
	font-size:11px;
	color:#ACACAC;
}

#footer a{
	font-family:Arial;
	font-size:11px;
}	
	
	.footer-info{
		color:#737373;
	}	

	.footer-info a{
		color:#737373;
		text-decoration:none;
	}	

	.footer-info a:hover{
		color:#ED1B2D;
		text-decoration:underline;
	}
	

/* TEXTS */

.ingress-header{
	font-size:15px;
	line-height:17px;
	margin-bottom:10px;
}

.ingress{
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}

h1{
	margin-bottom:5px;
	line-height:18px;
}

h2{
	m-argin-bottom:10px;
}

p{
	margin-bottom:10px;
}

p a{
	text-decoration:underline;
}

td, select, input, textarea{
	font-family:Arial;
	font-size:12px;
}

.red{
	c-olor:#ED1B2D;
}

/* A */

a{

	font-family:Arial;
/*	font-size:12px; */
	font-size:11px; 
	color:#ACACAC;
	text-decoration:none;
}

a:hover{
	color:#ED1B2D;
	text-decoration:none;
}

/* BLOCKS */

.area{
	p-adding-left:9px;
	p-adding-top:12px;
	p-adding-bottom:12px;
	p-adding-right:9px;
	b-order: 1px dotted red;
}

/* LEFT MENU */

.menu-item{
	overflow:hidden;
	padding-bottom:4px;
}
			
.menu-item-active{
	padding-bottom:4px;
	overflow:hidden;
}