
/* GENERAL */

* {
	padding:0px;
	margin:0px;
}

img{
	border:0px;
}

body {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-align:center;
	background: #FFFFFF;
	
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;

	line-height:15px;
}

p{
	margin-bottom:10px;
}

p a{
	text-decoration:underline;
}

.sitemap li{
	list-style-type : none;	
}

td, select, input, textarea{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

div{
	position:relative;
	b-order:1px dotted red;
}

#container {
	margin: 0 auto;
	width:950px;
	text-align:left;
	position:relative;
}
	
#top{
	height:50px;
	background:#FED51B;
	text-transform : uppercase;
}	

	#logo{
		position:absolute;
		/*top:10px;*/
		top:3px;
		margin-left:10px;
	}

	#top-menu{
		postion:absolute;
		left:120px;
		/*top:12px;*/
		top:15px;
		width:820px;
	}

#menu{
	height:36px;
	width:930px;
	margin-left:10px;
	text-transform : uppercase;	
}

	#menu-right{
		font-family:Verdana;
		font-size:10px;
		color:#999999;

		float:right;
		margin-top:10px;
	}

	#menu-right a{
		font-family:Verdana;
		font-size:10px;
		color:#999999;
		text-decoration:none;
	}

	#menu-right a:hover{
		font-family:Verdana;
		font-size:10px;
		color:#999999;
		text-decoration:underline;
	}

	#menu-left{
		font-family:Verdana;
		font-size:10px;
		color:#999999;

		float:left;
		margin-top:10px;
	}

	#menu-left a{
		font-family:Verdana;
		font-size:10px;
		color:#999999;
		text-decoration:none;
	}

	#menu-left a:hover{
		font-family:Verdana;
		font-size:10px;
		color:#999999;
		text-decoration:underline;
	}

#main{
	width:930px;
	margin-left:10px;
}

#footer{
	font-family:Verdana;
	font-size:10px;
	color:#999999;

	margin-top:15px;
	border-top:1px solid #8F90A5;
	text-transform : uppercase;	
}

#footer a{
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-decoration:none;

}	

#footer a:hover{
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-decoration:underline;

}

	#footer-inner{
		padding-top:10px;
		margin-left:10px;
	}

h1{
	color:#000000;
	font-weight:bold;
	font-size:22px;
	text-transform : uppercase;	
	margin-bottom:0px;
}

h2{
	font-weight:bold;
	font-size:16px;
	text-transform : uppercase;	
	margin-bottom:0px;
}

h3{
	color:#000000;
	font-weight:bold;
	font-size:16px;
	text-transform : uppercase;	
	margin-bottom:10px;
}

h4{
	font-weight:bold;
	font-size:12px;
	text-transform : uppercase;	
	margin-bottom:10px;
}

.float-killer{
	clear:both;
	overflow:hidden;
	padding-bottom:0px;
}

.searchbox{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	width:120px;
}

/* BLOCKS */

.area{
/*
	padding-left:9px;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:9px;
*/

	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px;
	left:9px;

}
.area_portal_08{
	width:800px;
	position:absolute;
     	left: 50%; 
	margin-left:-400px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;

}
/*
.box{
	position:relative;
}
*/

.box{
	background:#FED51B;
}

.box-top{
	float:right;
	height:18px;
	width:18px;	
	background-position:right;
	background-repeat: no-repeat;
}

.box-bottom{
	background-position:bottom;
	background-repeat: no-repeat;
}

.box6x2{
	float:left;
	width:930px;
	height:200px;	
}

.box4x2{
	float:left;
	width:615px;
	height:200px;		
}

.box2x2{
	float:left;
	width:300px;
	height:200px;		
}

.box1x2{
	float:left;
	width:145px;
	height:200px;		
}

/* LINKS */

a{
	font-family:Verdana;
	font-size:11px;
	color:#000000;	
	text-decoration:none;
	cursor:hand;
}

a:hover{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	cursor:hand;
}

/* COMPARE */

.line-yellow{
	border-bottom:2px solid #FED51B;
	overflow:hidden;
}

.line-yellow2{
	border-bottom:1px solid #FED51B;
	overflow:hidden;
}
		
.compare-bg1{
	background:#EDEDED; 
	text-align:center;	
	height:21px;
}

.compare-bg2{
	background:#D1D1D1; 
	text-align:center;
	height:21px;
}	

.orange{
	color:#FF0000;
}

.line{
	background:#DFDFDF;
	height:1px;
	overflow:hidden;
}
