@charset "utf-8";
/* CSS Document */ 

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px; 
}

h1, h2{
text-transform: uppercase;
margin-top: -7px;
font-size: 32px;
}

#wrapper{
width: 960px;
margin: 0 auto;
}

#logo{
background: #000;
float: left;
display: inline;
height: 120px;
}

#menu{
text-transform: uppercase;
font-size: 10px;
color: #666666;
float: left;
display: inline;
width: 940px;
height: 120px;
margin-bottom: 20px;
}

#menu a{
color: #666666;
text-decoration: none;
}

#menu a:hover{
color: #000;
text-decoration: none;
font-weight: bold;
}

#menu1{
float: left;
display: inline;
height: 120px;
width: 90px;
margin-left: 10px;
}

#menu1 ul{
list-style: none;
margin: 15px 0 0 -25px;
line-height: 1.5;
}

#menu2{
float: left;
display: inline;
border-left: 1px #000 solid;
height: 120px;
width: 120px;
margin-left: 20px;
}

#menu2 ul{
list-style: none;
margin: 15px 0 0 -25px;
line-height: 1.5;
}

#picture{
float: left;
display: inline;
width: 675px;
height: 450px;}

#text{
float: left;
display: inline;
width: 265px;
height: 450px;
margin-left: 20px;
}

#picturetext{
clear: left;
float: left;
display: inline;
width: 675px;
height: 20px;
text-align: right;
font-weight: bold;
font-size: 10px;
margin-top: 0px;
}


/*-------------------------------*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

