body, html
{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial;
	font-size:11px;
}

a
{
	color:#00264c;
	text-decoration: none;
}

a:hover
{
	color:#666666;
}

a:active, a:focus {

 outline: none;
 border:none;

}

#wrapper
{
	
}

#header
{
	background:#042756;
	float:left;
	width:100%;
	margin-bottom:0px;
}

#header h1
{
	width:557px;
	height:143px;
	background:url(../images/logo-head.png) no-repeat;
	display:block;
	text-indent:-999em;
	margin:0px;
	clear:none;
}

#header blockquote
{
	display:block;
	width:305px;
	height:80px;
	text-indent:-999em;
	background:url(../images/blockquote.png);
	top:20px;
	left:550px;
	position:absolute;
	
}


#header #main-nav
{
	clear:both;
	background:#FFFFFF;
	height:40px;
	padding-bottom:20px;
	float:left;
	width:100%;
}

#header #main-nav-list
{
	padding:0px;
	margin:0px;
}

#header #main-nav-list li
{
	height:36px;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-999em;
	background-position:0px 0px;
}



#header #main-nav-list li a
{
	width:100%;
	display:block;
	height:100%;
}



#header #main-nav-list li.home
{
	background:url(../images/nav_home.png);
	width:137px;
}

#header #main-nav-list li.about
{
	background:url(../images/nav_about.png);
	width:114px;
}

#header #main-nav-list li.collection
{
	background:url(../images/nav_collection.png);
	width:181px;
}

#header #main-nav-list li.faq
{
	background:url(../images/nav_faq.png);
	width:60px;
}

#header #main-nav-list li.contact
{
	background:url(../images/nav_contact.png);
	width:139px;
}

#header #main-nav-list li:hover
{
	background-position:0px -36px;
	cursor:pointer;
}



#subpage-content
{	
	float:left;
	padding-left:70px;
	width:600px;
}

#home-bottom-content
{
	width:1000px;
	float:left;
}

#home-bottom-content p#intro
{
	width:480px;
	background:#c6c8ca;
	padding:20px 80px 20px 70px;
	float:left;
	line-height:20px;
	height:145px;
	margin:11px 0px 0px 0px;
	
}

#home-bottom-content span
{
	color:#164f7b;
	font-size:14px;
	font-weight:bold;
}

#home-bottom-content #image01
{
	margin:11px 0px 0px 11px;
}

#home-bottom-content #image02
{
	margin:11px 0px 0px 0px;
	clear:both;
	float:left;
}

#footer
{
	clear:both;
	height:59px;
	padding:20px 0px 0px 50px;
	border-top:1px solid #999999;
	margin-top:40px;
	float:left;
	width:850px;
}

#footer .aaa-link
{
	width:133px;
	height:59px;
	display:block;
	background:url(../images/appraisers.png);
	text-indent:-999em;
	float:left;
}

#footer #contact-block
{
	float:left;
	font-size:10px;
	line-height:14px;
	height:59px;
	color:#999999;
	margin:10px 0px 0px 10px;
}

#header #main-nav-list li.active
{
	background-position:0px -72px;
}