@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #0066cc;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
strong
{
font-weight:bold;
color: #ff9900;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:960px;
height:auto;
margin:0px auto;
text-align:center;
}
#header
{
width:960px;
height:120px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
}
.logo-box
{
width:480px;
height:120px;
float:left;
text-align:left;
}
.logo
{
margin-top:31px;
}
.hader-right
{
width:162px;
height:78px;
float:right;
text-align:left;
padding-top:42px;
color: #FFF;
font: bold 14px/20px Arial, Helvetica, sans-serif;
}
#body-main
{
width:960px;
height:auto;
float:left;
text-align:left;
}
.body-round-top
{
width:960px;
height:30px;
float:left;
text-align:left;
}
.body-inside
{
width:960px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-inside-bg.jpg) left top repeat-y;
}
.body-main-box
{
width:940px;
height:auto;
float:left;
text-align:left;
background: url(../images/body-round-top-bg.jpg) left top repeat-x;
padding:52px 10px 0px 10px;
}
.body-main-container
{
width:864px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bottom-bg.jpg) left bottom repeat-x;
padding:0px 38px 10px 38px;
}
.review-box
{
width:864px;
height:auto;
float:left;
text-align:left;
padding-bottom:8px;
}
.review-th
{
float:right;
margin-left:28px;
}
.comparison-box
{
width:864px;
height:auto;
float:left;
text-align:left;
}
.registry-title-box
{
width:842px;
height:54px;
float:left;
text-align:left;
background:url(../images/registry-title-bg.jpg) left top no-repeat;
padding:10px 0px 4px 22px;
}
.comparison-bottom-box
{
width:860px;
height:auto;
float:left;
text-align:left;
padding:1px 2px 15px 2px;
border-bottom:5px solid #f1f1f1;
}
.blue-box td
{
background-color: #0066cc;
border-right:1px solid #FFF;
height: auto;
color: #FFF;
padding-top:10px;
padding-bottom:10px;
}
.white-box td
{
background-color: #FFF;
border-right:1px solid #FFF;
height: auto;
color: #666666;
font-size:11px;
padding:10px 6px;
}

.gray-box td
{
background-color: #f1f1f1;
border-right:1px solid #FFF;
height: auto;
color: #666666;
padding:10px 6px;
font-size:11px;
}
.body-bottom-box
{
width:864px;
height:auto;
float:left;
text-align:left;
padding-top:12px;
}
.body-round-bottom
{
width:960px;
height:30px;
float:left;
text-align:left;
}
#footer
{
width:960px;
height:auto;
float:left;
text-align:center;
padding:15px 0px 10px 0px;
color: #FFF;
font: normal 12px/20px Arial, Helvetica, sans-serif;
}
#footer a
{
color: #FFF;
font: normal 12px/20px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #bbddfe;
font: normal 12px/20px  Arial, Helvetica, sans-serif;
text-decoration: underline;
}


/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#669900;
text-decoration: underline;
font-size:12px;
font-weight:bold;
}
body a:hover
{
color:#ff9900;
text-decoration: underline;
font-size:12px;
font-weight:bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 48px;
	font-weight: bold;
	font-variant: normal;
	color: #0066cc;
	text-decoration: none;
	font-style:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	font-style:normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight:normal;
	font-variant: normal;
	color: #ff9900;
	text-decoration: none;
	font-style:normal;
}