/* HEADER
==============================*/
#header * {
	font-size: 1em ;
	font-weight: normal ;
	text-decoration: none ;
}

#header h1, #header h2, #header p, #header img{ 
	position: absolute ;
}

#header h1 {
	left: 20px !important; 
	top: 170px !important;
	width: 650px;
	overflow: hidden ;
	font-size: 2em ;
	font-weight: bold ;
	z-index : 200 ;
}



#header h2 {
	left: 5px ;
	top: 2px ;
	font-size: 10px !important ;
}



#header h2 a {
	white-space: nowrap ;
}



#header p {
	top: 2px ;
	right: 5px ;
	padding: 0 ;
	margin: 0 ;
	font-size: 10px !important ;
}



#header img {
	left: 0px ;
	top: 26px ;
}



/* font-size */

#fontSize {
	position: absolute ;
	top: 43px ;
	right: 9px ;
	height: 47px ;
	width: 200px ;
	overflow: hidden ;
}


#fontSize p {
	position: absolute ;
	left: 0px ;
	top: 0px ;
	padding: 7px ;
	font-family: monospace;
	font-size: 14px ;
	line-height: 1.15 ;
	letter-spacing: 2px ;
}


#fontSize ul{
	position: absolute ;
	top: 0px ;
	right: 0px ;
	height: 50px ;
	padding-bottom: 2px ;
	overflow: hidden ;
}



#fontSize li {
	float: left ;
	margin-left: 10px ;
}


#fontSize li a {
	font-size: 10px ;
	font-weight: bold ;
	text-decoration: none ;
	display: block ;
	text-align: center ;
}




#fontSize li#fontSizeS a {
	height: 25px ;
	width: 23px;
	margin-top: 14px ;
	font-size: 14px ;
	line-height: 25px ;
}


#fontSize li#fontSizeM a {
	height: 30px ;
	width: 28px;
	margin-top: 9px ;
	font-size: 18px ;
	line-height: 30px ;
}


#fontSize li#fontSizeL a {
	height: 39px ;
	width: 33px;
	font-size: 24px ;
	line-height: 39px ;
}



/* callback */
address.callback {
	position: absolute ;
	top: 20px ;
	right: 0px ;
	height: 80px ;
	width: 350px ;
	overflow: hidden ;
	z-index : 100 ;
}


address.callback a {
	line-height: 300px ;
	display: block ;
}



