/* COMMON ************************************************************/
* {
	outline: 0;
	margin: 0;
	padding: 0;
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
}
b, strong {
	font-weight: bold;
}
html {
	min-width: 998px;
	_overflow-x: hidden;
}
body {
	background: #000 url(none) fixed;
	margin: 0;
	padding: 0;
	min-width: 998px;
	overflow-x: hidden;
	overflow-y: auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* TITLE *************************************************************/
#title {
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 3;
	width: 320px;
}
#title h1 {
	font-size: 26px;
}

/* DESC **************************************************************/
#desc {
	position: absolute;
	left: 24px;
	top: 90px;
	z-index: 3;
	width: 320px;
	padding-bottom: 95px;
	_padding-bottom: 150px;
}
#desc h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 10px;
}
#desc h1, #desc h2 {
	border-bottom: 1px dotted #fff;
}
#desc h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	margin: 40px 0 10px;
}
#desc h3 {
	font-weight: bold;
	margin: 0 0 20px;
	
}
#desc li {
	list-style-position: inside;
	list-style-type: disc;
}
#desc_link {
	padding: 10px 0 20px;
	color: #56b1e6;
}
#desc_link a {
	color: #56b1e6;
	font-weight: bold;
}
#desc_related a {
	display: block;
	float: left;
	width: 102px;
	height: 102px;
	border: 1px solid #333;
	overflow: hidden;
	margin: 0 4px 0 0;
	text-align: center;
}
#desc_related a.m0 {
	margin: 0;
}
#desc_related a:hover {
	border: 1px solid #56b1e6;
}
#desc_related img {
	width: auto;
	height: 80px;
	overflow: hidden;
	margin: 11px 0;
}

/* ANIM **************************************************************/
#anim {
	position: relative;
	width: 320px;
	height: 100%;
	margin: 0 auto;
	top: 90px;
	text-align: center;
	padding-bottom: 95px;
	_padding-bottom: 150px;
}
#anim a, #anim a span {
	color: #b3b3b3;
}
#anim a:hover {
	text-decoration: none;
}
#anim img {
	display: block;
	margin: 0 auto 20px;
}

/* MORE **************************************************************/
#more {
	position: absolute;
	right: 24px;
	top: 90px;
	z-index: 3;
	width: 320px;
	padding-bottom: 95px;
	_padding-bottom: 150px;
}
#more h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0;
	border-bottom: 1px dotted #FFF;
	padding: 10px 20px 10px 0;
	cursor: pointer;
}
#more h3 {
	font-weight: bold;
	margin: 10px 0 0;
}
#more div {
	padding: 5px 0 0;
	margin: 5px 0 0;
}
#more div ul {
	padding: 20px 0;
}
#more div li {
	list-style-type: disc;
	list-style-position: inside;
	color: #b3b3b3;
}
#more div a {
	color: #b3b3b3;
}

/* FOOTER ************************************************************/
#footer {
	background: #000 url(/common/img/searchguide_usa_logo_piaget.png) no-repeat center 4px;
	z-index: 5;
	position: fixed;
	width: 100%;
	height: 45px;
	padding: 30px 0 12px;
	bottom: 0;
	_position: absolute;
	_top: expression(fixed_bottom(this, 0));
}

#footer a {
	color: #FFF;
	background: #000;
}
#footer div {
	clear: left;
	padding: 0 24px;
}
#footer_nav1 {
	height: 20px;
	line-height: 20px;
}
#footer_nav1 li {
	list-style-type: none;
	float: left;
}
#footer_nav1 a {
	margin: 0 15px 0 0;
	font-size: 14px;
}
#footer_nav2 a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #808080;
	margin: 0 8px 0 0;
}
#footer_nav3 {
	float: right;
	margin-top: 2px;
}
#footer_nav3 a {
	color: #808080;
	margin: 0 0 0 15px;
}
#footer #logo_clickable{
	border: 0px;
	position: absolute;
	top: 0px;
	height: 71px;
	left: 43%;
	width: 10%;
	cursor: pointer;
}
