
/* 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:10px;
	margin-bottom:20px;

	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;
}

#container {
	margin: 0 auto;
	width:950px;
	text-align:left;
	position:relative;
}
	
#top{
	height:45px;
	background:#FFFFFF;
	text-transform : uppercase;
}	

	#logo{
		position:absolute;
		/*top:10px;*/

		top:0px;
		margin-left:10px;
	}

	#top-menu{
		position:absolute;
		left:200px;
		/*top:12px;*/
		top:12px;
		width:755px;

	}

#menu{
	height:36px;
	width:930px;
	margin-left:10px;
	text-transform : uppercase;	
}

	#menu-right{
		font-family:Verdana;
		font-size:10px;
		color:#000000;

		float:right;
		margin-top:10px;
	}

	#menu-right a{
		font-family:Verdana;
		font-size:10px;
		color:#000000;
		text-decoration:none;
	}

	#menu-right a:hover{
		font-family:Verdana;
		font-size:10px;
		color:#000000;
		text-decoration:underline;
	}

	#menu-left{
		font-family:Verdana;
		font-size:10px;
		color:#000000;

		float:left;
		margin-top:10px;
	}

	#menu-left a{
		font-family:Verdana;
		font-size:10px;
		color:#000000;
		text-decoration:none;
	}

	#menu-left a:hover{
		font-family:Verdana;
		font-size:10px;
		color:#000000;

		text-decoration:underline;
	}

#main{
	width:930px;
	margin-left:10px;
}

#footer{
	font-family:Verdana;
	font-size:10px;
	color:#000000;

	margin-top:15px;
	text-transform : uppercase;	
}

#footer a{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;

}	

#footer a:hover{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	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:5px;
}

.searchbox{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	width:120px;
}

/* BLOCKS */

.area{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px;
	left:9px;

}


.box{
	background:#45A99E;
}

.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 #45A99E;
	overflow:hidden;
}

.line-yellow2{
	border-bottom:1px solid #45A99E;
	overflow:hidden;
}
		
.compare-bg1{
	background:#EDEDED; 
	text-align:center;	
	height:21px;
}

.compare-bg2{
	background:#D1D1D1; 
	text-align:center;
	height:21px;
}