body
{
	margin:0;
	padding:0;
	background:url(images/bg.gif) repeat-x #d1d1d1;
}

#logo
{
	float:left;
}

#parent
{
	background:url(images/bg.gif) repeat-x #d1d1d1;
	text-align:center;
	padding-bottom:10px;
}

#logo, #logo a
{
	height:91px;
	width:285px;
}

#logo a
{
	background:url(images/logo.gif) no-repeat;
	display:block;
}

#logo, #topnav
{
	height:91px;
}

#topnav a
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ababab;
	text-decoration:none;
	display:block; 
	float:left; 
	padding:0 15px;
}

#topnav a:hover
{
	color:white;
	text-decoration:underline;
	background:url(images/tnh.gif) repeat-x; 
	border-bottom:3px solid white;
}

#topnav
{
	line-height:91px;
	float:right;
	padding-right:10px;
}

.spacer
{
	height:40px;
}

.content
{
	font:12px Arial, Helvetica, sans-serif;
	color:#555;
	background:url(/images/smooth.gif) repeat-x bottom left white;
	text-align:left; 
	line-height:18px;
	border:3px solid #e2e2e2;
	margin:10px;
	padding:5px;
}

.content h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:7px 0;
	border-bottom:2px dashed #e2e2e2;
	margin-bottom:15px;
	margin-top:0;
}

.close
{
	font-size:11px;
	font-weight:700;
	color:gray;
	border:1px dotted silver;
	background:white;
	text-decoration:none;
	display:block;
	margin:5px;
	padding:10px;
	float:right;	
}

.close:hover
{
	border:1px solid silver;
	background:url(images/plz.gif) repeat-x bottom left; 
	cursor:pointer; 
}

.content .img-float,
.content .img-floater
{
	padding:5px;
	border:1px solid #e2e2e2;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.content .img-float-r,
.content .img-floater-r
{
	padding:5px;
	border:1px solid #e2e2e2;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.content a
{
	color:#222;
	text-decoration:none;
	border-bottom:1px dotted silver;
	font-weight:700;
}

.content a:hover
{
	color:#444;
	text-decoration:none;
	border-bottom:1px dotted silver;
}

.content h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:7px 0;
}

.compare
{
	cursor:default; 
}

.compare th
{
	font-weight:700;	
	padding:10px; 
	text-align:center;
	background:url(/images/navh.gif) repeat-x bottom left; 
	border:1px solid silver;
}

.compare th span
{
	border-bottom:1px dotted silver;
	font-size:13px;
}

.compare th .red
{
	color:darkred; 
	border:0; 
	font-size:10px;
}

.compare .tld
{
	font-weight:700; 
	text-align:center; 
}

.compare td
{
	padding:10px 20px;
	border:1px solid #e2e2e2;
}

.compare tr:hover td
{
	border:1px solid silver; 
	background:#f1f1f1;
}

.content #center-table td
{
	text-align:center;
}

.clear
{
	clear:both;
}

.alt
{
	display:none;
}