* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size: 11pt;
	text-align: center;
	line-height: 130%;
	height: 100%;
	background: #ffffff url("./images/bg_body.jpg") repeat-x top left;
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
img {
	border: 0;
}
a:link		{ color: #0066ff; }
a:visited	{ color: #0066ff; }
a:hover		{ color: #ff6600; }
a:active	{ color: #ff6600; }

/* Container
-----------------------------------------------------*/
#container {
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 610px;
	background: url("/images/bg_container.jpg") repeat-y top left;
}

/* Header
-----------------------------------------------------*/
#head {
	font-size: 9pt;
	padding: 0 15px 0 15px;
	height: 88px;
	background: url("/images/bg_dhead.jpg") no-repeat top left;
}
#head h1 {
	position: absolute;
	top: 100px;
	left: 30px;
	font-size: 20pt;
	color: #ffffff;
}
#head h1 a {
	color: #ffffff;
	text-decoration: none;
}
#headtxt {
	position: absolute;
	top: 5px;
	font-size: 8pt;
	color: #333333;
}
#topicpath {
	position: absolute;
	top: 58px;
}
#topicpath li {
	float: left;
}
#topicpath li {
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	background: url("/images/arrow.gif") no-repeat center left;
}
#topicpath li.topicHome {
	padding: 0;
	background: none;
}
#topicpath a:link		{ color: #ffffff; }
#topicpath a:visited	{ color: #ffffff; }
#topicpath a:hover		{ color: #ff6600; }
#topicpath a:active		{ color: #ffffff; }

#topicpath strong {
	color: #ffffff;
	font-weight: normal;
}

/* Body
-----------------------------------------------------*/
#body {
	padding: 0 15px 0 20px;
	min-height: 494px;
	_height: 494px;
	background: url("/images/bg_dbody.jpg") no-repeat top left;
	zoom: 100%;
}
#body:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#main {
	float: right;
	margin: 130px 0 50px 0;
	width: 400px;
}
#main h2 {
	position: relative;
	font-size: 11pt;
	margin: 0 0 0.3em 0;
	padding: 0 0 6px 0;
	background: url("/images/bg_h2.jpg") no-repeat bottom left;
}
#main h2 span {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 8pt;
	color: #0033FF;
	font-weight: normal;
}
#main h3 {
	font-size: 11pt;
	margin: 0 0 0.3em 0;
	padding: 0 0 2px 15px;
	border-bottom: 1px #666666 dashed;
	background: url("/images/bg_h3.gif") no-repeat center left;
}
#main p {
	font-size: 10pt;
	line-height: 180%;
	margin: 0 0 1em 0;
}
#main dl {
	font-size: 10pt;
	margin: 0 0 1em 0;
}
#main dt {
	padding: 0 0 0 15px;
	background: url("/images/arrow2.gif") no-repeat center left;
}
#main dd {
	margin: 0 0 0.5em 0;
}
#main ul {
	margin: 0 0 1em 0;
}
#main li {
	font-size: 10pt;
}
#main strong, #main em {
	font-weight: normal;
	font-style: normal;
}
#crossLink {
	font-size: 8pt;
}
#crossLink li {
	float: left;
	margin: 0 2px 2px 0;
	width: 130px;
	background: #ddffff;
}
#crossLink li a {
	display: block;
	padding: 3px 0 3px 10px;
}
#main ul.sitemap {
	margin-left: 1em;
}
#main ul.sitemap li {
	line-height: 160%;
	padding: 0 0 0 15px;
	background: url("/images/arrow2.gif") no-repeat left 5px;
}
#main ul.sitemap ul {
	margin: 0;
	padding: 0;
}
#main #outlink {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 3px #999999 double;
}
#main #outlink p {
	clear: both;
	font-size: 70%;
	line-height: 130%;
	padding-bottom: 20px;
}
#main #outlink img {
	float: left;
	vertical-align: top;
	margin-right: 10px;
}

/* Side
-----------------------------------------------------*/
#side {
	float: left;
	margin: 160px 0 0 0;
	width: 160px;
}
#navigation {
	font-size: 9pt;
}
#navigation a {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px #666666 dashed;
}
#navigation ul li {
	list-style: square;
	margin: 0 0 0 25px;
}
#navigation ul a {
	margin: 0 0 5px 0;
	border-bottom: none;
}
#navigation a { text-decoration: none; }

/* Footer
-----------------------------------------------------*/
#foot {
	position: absolute;
	font-size: 8pt;
	line-height: 120%;
	width: 100%;
	height: 12px;
	background: url("/images/bg_dfoot.gif") no-repeat top left;
}
#ftNavi {
	position: absolute;
	top: -13px;
	right: 15px;
}
#ftNavi li {
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px #aaaaaa solid;
}
#ftNavi li.fnLast {
	padding-right: 0;
	border-right: none;
}
#foot address {
	color: #aaaaaa;
	font-style: normal;
	text-align: right;
	margin: 15px 0 10px 0;
	padding: 0 15px 0 15px;
}
#foot address strong {
	font-weight: normal;
}
#relateLink {
	padding: 0 10px 0 15px;
}
#relateLink div {
	float: left;
	margin: 0 5px 0 0;
	width: 190px;
}
#relateLink h4 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0 0 3px 0;
}
#relateLink p {
	color: #333333;
	margin: 0 0 10px 0;
}
#relateLink a { color: #488074; }

/* Link
-----------------------------------------------------*/
.rentCountry {

}
.rentCountry dt {
	clear: both;
}
.rentCountry dd {
	float: left;
	white-space: nowrap;
	padding: 0 10px 0 0;
}
.rentCountry li {
	float: left;
	white-space: nowrap;
	padding: 0 10px 0 0;
}

/* mobileLink
-----------------------------------------------------*/
.mobileLink {

}
.mobileLink dt {
	clear: both;
}
.mobileLink dd {
	padding: 0 10px 0 0;
}
.mobileLink li {
	padding: 0 10px 0 0;
}
.mobileLink dd.margin1 {
	margin-left: 1em!important;
}

/* Rank
-----------------------------------------------------*/
.rankKeywords {
	font-size: 8pt;
	margin: 2em auto 2em auto;
	border-collapse: collapse;
}
.rankKeywords caption {
	font-size: 10pt;
	text-align: left;
	margin: 0 0 0.3em 0;
	border-bottom: 1px #666666 dashed;
}
.rankKeywords tr:hover {
	background: #eeffff;
}
.rankKeywords th {
	font-weight: normal;
	width: 180px;
}
.rankKeywords th, .rankKeywords td {
	padding: 4px 0;
	border-bottom: 1px #1b278b solid;
}
.rankKeywords td {
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}
.rankKeywords img {
	vertical-align: middle;
}
.rankKeywords dt {
	clear: both;
	float: left;
	white-space: nowrap;
}
.rankKeywords dd {
	float: left;
	white-space: nowrap;
	padding: 0 10px 0 0;
}

/* mobile */
#mobile{
	margin-top:20px;
	margin-bottom: 10px;
}
#mobile h3 {
	text-align:center;
	font-size: 0.8em;
	font-weight:normal;
	color: #666666;
	background-color: #ddffff;
	padding: 4px;
}
#mobile img{
	border:none;
	float:left;
	margin: 5px;
}
#mobile p{
	padding:5px;
	color: #666666;
	font-size: 0.7em;
}
#mobile p a{
	color: #666666;
	text-decoration:none;
}

.relatedLink {
	text-decoration: underline;
	font-size: 0.7em;
	margin-bottom: 30px;
}