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


body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #FFF;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
strong
{
font-weight:bold;
color: #006ca8;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:900px;
height:auto;
margin:0px auto;
text-align:center;
}
#header
{
width:900px;
height:51px;
float:left;
text-align:left;
}
.logo-box
{
width:270px;
height:51px;
float:left;
text-align:left;
}
.logo
{
margin-top:11px;
}
/* CSS Menu */
.navcontainer {
		width:564px;
        margin:0px;
        height: 22px;
		float:right;
		padding-top:14px;
		text-align:left;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        margin: 0px;
		height:22px;
		padding:0px 16px;
		}

.navcontainer ul li a {
        width: auto;
        height: 22px;
        margin: 0px;
		padding:0px;
        color: #3366cc;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 14px/22px Arial, Helvetica, sans-serif;
		display:inline;
	}

.navcontainer ul li a:hover {
        color: #3ba506;
        font: bold 14px/22px Arial, Helvetica, sans-serif;
		display:inline;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #3ba506;
        font: bold 14px/22px Arial, Helvetica, sans-serif;
		display:inline;
		text-decoration:none;
}
#body-main
{
width:900px;
height:auto;
float:left;
text-align:left;
}
.body-top
{
width:900px;
height:305px;
float:left;
text-align:left;
}
.body-top-left
{
width:390px;
height:auto;
float:left;
text-align:left;
padding-top:7px;
}
.body-top-right
{
width:496px;
height:auto;
float:right;
text-align:left;
}
.right-th
{
margin-top:13px;
}
.body-bottom
{
width:900px;
height:auto;
float:left;
text-align:left;
padding-top:23px;
}
.recovery-box
{
width:900px;
height:auto;
float:left;
text-align:left;
}
.recovery-round-top
{
width:900px;
height:24px;
float:left;
text-align:left;
}
.recovery-inside-box
{
width:838px;
height:auto;
float:left;
text-align:left;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
background-color: #FFF;
padding:0px 30px;
}
.recovery-top-box
{
width:838px;
height:auto;
float:left;
text-align:left;
padding:10px 0px 45px 0px;
background:url(../images/gray-bar-bg.jpg) center bottom no-repeat;
}
.recover-top-left
{
width:356px;
height:auto;
float:left;
text-align:left;
}
.recovery-top-right
{
width:462px;
height:auto;
float:right;
text-align:left;
}
.photo-recovery-box
{
width:462px;
height:auto;
float:left;
text-align:left;
}
.recovery-sample-box
{
width:453px;
height:auto;
float:left;
text-align:left;
padding-left:9px;
padding-top:6px;
}
.adroit-border-box
{
width:431px;
height:auto;
float:left;
text-align:left;
border:1px dashed #828282;
padding: 10px;
}
.recovery-middle-box
{
width:838px;
height:auto;
float:left;
text-align:left;
padding:5px 0px 20px 0px;
border-bottom:1px dashed #7f7f7f;
}
.recovery-middle-left
{
width:405px;
height:auto;
float:left;
text-align:left;
border-right:1px solid #e0e0e0;
padding-right:12px;
}
.recovery-middle-right
{
width:405px;
height:auto;
float:right;
text-align:left;
}
.device-top-box
{
width:405px;
height:auto;
float:left;
text-align:left;
}
.device-bottom-box
{
width:405px;
height:auto;
float:left;
text-align:left;
}
/* sub-navigation */
.subnav{
	color: #006699;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	float:left;
	width:230px;
	text-align:left;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
	display: block;
	color: #006699;
	font: bold 12px/18px  Arial, Helvetica, sans-serif;
	height:18px;
	width:218px;
	background: url(../images/subnav-arrow-bg.jpg) left center no-repeat;
	padding-left:12px;
}
.device-right-box
{
width:150px;
height:auto;
float:right;
text-align:left;
}
.recovery-bottom-box
{
width:838px;
height:auto;
float:left;
text-align:left;
padding:20px 0px 5px 0px;
}
.recovery-bottom-left
{
width:400px;
height:auto;
float:left;
text-align:left;
}
.recovery-bottom-right
{
width:400px;
height:auto;
float:right;
text-align:left;
}
.client-th
{
float:left;
margin-right:12px;
}
.recovery-round-bottom
{
width:900px;
height:34px;
float:left;
text-align:left;
}
#footer
{
width:652px;
height:auto;
float:left;
text-align:left;
padding:6px 0px 30px 248px;
color: #666666;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#footer a
{
color: #3366cc;
font: normal 12px/18px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #ff9900;
font: normal 12px/18px  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: none;
font-size:12px;
font-weight:bold;
}
body a:hover
{
color:#ff9900;
text-decoration: underline;
font-size:12px;
font-weight:bold;
}
h1 {
	font-family: MyriadPro, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	line-height: 46px;
	font-weight: bold;
	font-variant: normal;
	color: #66cc33;
	text-decoration: none;
	font-style:normal;
}
h2 {
	font-family: MyriadPro, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;
	color: #054c5b;
	text-decoration: none;
	font-style:normal;
}
h3 {
	font-family: MyriadPro, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height:26px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	font-style:normal;
}
