*{
	margin: 0;
	padding: 0;
}

body{
    font-family: 'Letter Gothic Std';
    font-size: 96%;
    color: #fff;
	background-color: #fff;
	line-height: 1.1em;
}	

body, html{
	/*height: 100%;*/
}

#wrapper
{
	border: 30px solid #f2f2f2;
	position: relative;
	width: 900px;
	min-height: 630px;
	/*position: absolute;   
    left: 50%;
    margin-top: 20px;
    margin-bottom: 40px;*/
    margin: 30px auto;
    /*margin-left: -480px;*/
	background-color: #999;
}


#about
{
	position: relative;
	float: left;
	margin: 40px 30px 0 30px;
	width: 300px;
}

p
{
	font-size: 0.8em;
	margin-bottom: 1em;
	color: #000;
}

#about_img
{
	position: relative;
	width: auto;
	height: auto;
	float: left;
	margin: 65px 0 0 150px;
}


#about_img #thumbTT
{
	position: absolute;
	top: -60px;
	left: 160px;
	z-index: 10;
	background: url(images/tooltip_shadow-trans.png) 0 0;
	width: 199px;
	height: 99px;
	color: #000;
	font-size: 0.8em;
	padding: 20px 0 0 20px;
	visibility: visible;
}


#content-scroll
{
	position: relative;
	float: left;
	display: inline;
	margin: 40px 0 20px 30px;
	width: 700px;
	height: auto;
	
	height: 270px;
	overflow: hidden;
	
}

#scrollbtn
{
	display: inline;
	position: relative;
	float: right;
	margin: 40px 20px 0 0;
	width: 150px;
}

#scrollup
{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}

#scrolldown
{
	position: absolute;
	display: none;
	left: 0;
	top: 20px;
}

#scrollbtn a
{
	cursor: pointer;
	color: #F6EB16;
	font-size: 12px;
	text-decoration: underline;
}

#content-scroll div#items
{         
	position: absolute;
	top: 0;
	left: 0;
	width:700px;
	height:auto;
} 

#content-scroll div#items div
{
	float: left;
	margin: 0 10px 10px 0;
	height: 125px;
}

#thumbTT
{
	position: absolute;
	z-index: 10;
	background: url(images/tooltip_shadow-trans.png) 0 0;
	width: 199px;
	height: 89px;
	color: #000;
	font-size: 0.8em;
	padding: 30px 0 0 20px;
	visibility: hidden;
}



#largeTT
{
	position: absolute;
	z-index: 9501;
	background: url(images/tooltip_shadow-trans.png) 0 0;
	width: 199px;
	height: 89px;
	color: #000;
	font-size: 0.8em;
	padding: 30px 0 0 20px;
	top: 200px;
	left: 900px;
	visibility: hidden;
}




h1
{
	display: block;
    text-indent: -9999px;
}

h1 a
{
	float: left;
    text-decoration: none;
    font-family: Arial, Verdana;
    font-size: 3em;
    line-height: 0.8em;
    font-weight: normal;
    color: #fff;
    background: url(images/darling-trans.png) no-repeat;
    width: 429px;
    height: 79px;
    margin: 215px 0 0 30px;
}

img
{
	border:0;
}

a:link, a:visited
{
	color: #000;
}





div.clear
{
	clear: both;
}


ul.menu
{
	position: absolute;
	top: 20px;
	left: 520px;
}

a.extraSpace30
{
	padding-bottom: 30px;
}
a.extraSpace15
{
	padding-bottom: 15px;
}

ul.level3
{
	list-style-type:none;
	width: 16em;
}

ul.menu, ul.level1, ul.level2
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 11em;
}



ul.menu a 
{
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
}

ul.menu a.level1
{
	text-decoration: underline;
}

ul.menu a.choosen
{
	text-decoration: underline;
}

ul.menu li 
{

}

ul.menu li a 
{
	/*
	background: #333;
	color: #fff;	
	*/
	/*
	padding: 0.5em;*/
	/*height: 1em;*/
}

ul.menu li a:hover 
{
	/*background: #000;*/
}

ul.menu li ul li a 
{
	/*background: #ccc;
	color: #000;*/
}

ul.menu li ul li a:hover 
{
	/*background: #aaa;*/
}



ul.menu li li ul
{
	display:none;
	position: absolute;
	left: 11em;
	top: -1.1em;
}

/*
ul.menu li li:hover ul
{
	display:block; 
} 
*/

ul.menu li li ul.choosen
{
	display: block;
}