/*img { behavior: url(bonboa/lib/bonboa/css/iepngfix.htc); }*/

/* UNDO DEFAULT STYLE */


.x-tip-ml,.x-tip-mr,.x-tip-tl,.x-tip-tr,.x-tip-tc
{
	background-image: url(images/tip-sprite.gif) !important;
}

a img,:link img,:visited img {
	border:none
}

table, tr, td, ul, ol, li, input, select, textarea {
	font-size:100%;
} /* IE inherit bug fix */

html{
	overflow-x: hidden;
	overflow-y: auto;
} /* kills IE6 horizontal scrollbars */

table td, table th {
	vertical-align: top;
}

div {
	padding: 0; margin: 0;
}


/* GENERAL */



body {
   	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #474747;
	background: #fff url('images/background.png')  no-repeat top center;
}

.body_transparant{
	background: transparent;
}






/* STRUCTURE PAGE */


#frame {
	overflow: visible;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
}




#contentheader {
	float:left;
	width:980px;
	height: 20px;
	font-size:11px;
	background: transparent;
	/*
  	border-bottom-color:#CCCCCC;
  	border-bottom-width: 1px;
  	border-bottom-style:dotted;
  	*/
}

#contentheadernav {
	float:left;
	width:980px;
	height: 22px;
	text-align: left;
	font-size:11px;
	padding-top:10px;
	background: transparent;
	/*
  	border-bottom-color:#CCCCCC;
  	border-bottom-width: 1px;
  	border-bottom-style:dotted;
  	*/
}



#contentlefthome {
	width:170px;
	font-size:10px;
	text-align: right;
	background: transparent;
	margin-left:10px;
	margin-right:10px;
/*  	border-right-color:transparent;
  	border-right-width: 1px;
  	border-right-style:dotted;*/
	float:left;
}


#contentleft {
	width:170px;
	font-size:10px;
	text-align: left;
	background: transparent;
	margin-left:10px;
	margin-right:10px;
/*  	border-right-color:transparent;
  	border-right-width: 1px;
  	border-right-style:dotted;*/
	float:left;
}


#contentcenter {
	float:left;
	margin-left:25px;
	margin-right:25px;
	width:555px;
	/*
	height:450px;
	*/
	padding-top:5px;
	background: transparent;
	/*
	overflow:auto
	*/
}


.centered {
	text-align: center;
}






#contentright {
	width:150px;
	font-size:10px;
	padding-left:15px;
	background: transparent;
/*	border-left-color:transparent;
  	border-left-width: 1px;
  	border-left-style:dotted;*/
  	/*
  	border-right-color:#CCCCCC;
  	border-right-width: 1px;
  	border-right-style:dotted;
  	*/
	float:left;
}




#footer {
	float:left;
	width:980px;
	text-align: center;
	font-size:9px;
	padding-top:5px;

}









/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:514px;
	height:360px;
	background:url('images/roset.png') no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#fff 1px solid;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:142px;
	padding:6px;
	text-align: center;
	border:#CADB2A 1px dotted;		/* field border color */
	background:#fff;  			/* field background color */
	color:#444;					/* text color */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:10px;
	
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url('images/pointer.png') no-repeat;
	width:140px;
	height:70px;
	border:#ddd 0px solid;	
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url('images/pointer_hover.png') no-repeat -0px -0px;
	width:140px;
	height:70px;
	border:#fff 0px solid;	
}

dl.map.on dd a {
	text-decoration:none;
	color:#000;
}





/* START OF CSS FOR MAP POINTS */

/* innovation */
dl.map.on a#location01 {
	top:125px;
	left:330px;
}

/* business */
dl.map.on a#location02 {
	top:220px;
	left:200px;
}

/* thinking */
dl.map.on a#location03 {
	top:168px;
	left:43px;
}

/* experience */
dl.map.on a#location04 {
	top:44px;
	left:98px;
}

/* development */
dl.map.on a#location05 {
	top:30px;
	left:248px;
}

/* bonboa */
dl.map.on a#location06 {
	top:105px;
 	left:183px;
}








/* LOGO BUTTON HOME */



a:hover{visibility:visible}
.mouseover1 {
	padding:0px;
	margin:0px;
	width:115px; 
	height:55px;
	background-image:url('images/logo_button_do.gif');
}
.mouseover1 a {display:block}
.mouseover1 img {width:100%; height:100%}
.mouseover1 a:hover img {visibility:hidden;}











/* TXT GENERAL */


p,h1,h2,h3 {
/*	margin:0px 10px 10px 10px;*/
}

h1 {
	color : #f28b11;
   	font-size:18px;
   	font-weight : normal;
   	line-height: 1.2em;
	text-align: left;
	padding-top:0px;
}

h2 {
	color : #f28b11;
   	font-size:14px;
   	font-weight : bold;
   	line-height: 1.2em;
	text-align: left;
	padding-top:0px;
}

h3 {
 	color : #f28b11;
   	font-size:12px;
   	font-weight : bold;
   	line-height: 1.2em;
	text-align: left;
	padding-top:0px;
}









/* HEADLINES */




.headline
{
	color: #A6B522;
	font-size: 16px;
	line-height: 1.9em;
   	letter-spacing: 1px;
	text-align: left;
	padding-left:0px;
	padding-top:0px;
}

.headline_header
{
	color: #A6B522;
	font-size: 16px;
	line-height: 0.5em;
   	letter-spacing: 1px;
	text-align: left;
	padding-left:0px;
	padding-top:0px;
}



.headline_nav
{
	color: #A6B522;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.8em;
	text-align: left;
	padding-left:0px;
	padding-top:0px;
}


/* TEXT */


.content_texthome
{
	font-size: 14px;
	line-height: 1.8em;
}

.content_text
{
	line-height: 1.8em;
}

.content_textbold
{
	font-weight: bold;
	line-height: 1.8em;
}


.content_textmedium
{
	font-size: 11px;
	line-height: 1.8em;
}

.content_textmediumbold
{
	font-weight: bold;
	font-size: 11px;
	line-height: 1.8em;
}





.content_textsmall
{
	font-size: 10px;
	line-height: 1.8em;
}

.content_textmini
{
	font-size: 9px;
	line-height: 1.8em;
}



.content_textminibold
{
	font-weight: bold;
	font-size: 9px;
	line-height: 1.8em;
}





.content_textminigrey
{
	color: #888;
	font-size: 9px;
	line-height: 1.8em;
}


.content_textminigreybold
{
	color: #888;
	font-weight: bold;
	font-size: 9px;
	line-height: 1.8em;
}









.footer_text
{
	color: #888888;
	font-size: 9px;
	line-height: 1.5em;
}

.footerbold_text
{
	color: #888888;
	font-weight: bold;
	font-size: 9px;
	line-height: 1.5em;
}


















/* LINKS */


a:link {
   	color : #839219;
   	font-weight : normal;
   	text-decoration : none;

}

a:visited {
   	color : #839219;
   	font-weight : normal;
   	text-decoration : none;

}

a:active {
   	color : #CADB2A;
   	font-weight : normal;
   	text-decoration : none;
}

a:hover {
   	color : #CADB2A;
   	font-weight : normal;
   	text-decoration : underline;
}






a.nav_head:link {
   	color : #839219;
   	font-size : 10px;
   	font-weight : normal;
	letter-spacing: 2px;
   	text-decoration : none;
   	line-height: 1.2em;
}

a.nav_head:visited {
   	color : #839219;
   	font-size : 10px;
   	font-weight : normal;
   	letter-spacing: 2px;
   	text-decoration : none;
   	line-height: 1.2em;
}

a.nav_head:active  {
   	color : #000000;
   	font-size : 10px;
   	font-weight : normal;
   	letter-spacing: 2px;
   	text-decoration : none;
   	line-height: 1.2em;
}

a.nav_head:hover {
   	color : #000000;
   	font-size : 10px;
   	font-weight : normal;
   	letter-spacing: 2px;
   	text-decoration : none;
   	line-height: 1.2em;
}







a.nav_medium:link {
   	color : #839219;
   	font-size : 11px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_medium:visited {
   	color : #839219;
   	font-size : 11px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_medium:active  {
   	color : #CADB2A;
   	font-size : 11px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_medium:hover {
   	color : #CADB2A;
   	font-size : 11px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}


a.nav_mediumbold:link {
   	color : #839219;
   	font-size : 11px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_mediumbold:visited {
   	color : #839219;
   	font-size : 11px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_mediumbold:active  {
   	color : #CADB2A;
   	font-size : 11px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_mediumbold:hover {
   	color : #CADB2A;
   	font-size : 11px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}







a.nav_small:link {
   	color : #839219;
   	font-size : 10px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_small:visited {
   	color : #839219;
   	font-size : 10px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_small:active  {
   	color : #CADB2A;
   	font-size : 10px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_small:hover {
   	color : #CADB2A;
   	font-size : 10px;
   	font-weight : normal;
   	text-decoration : none;
   	line-height: 1.8em;
}








a.nav_smallbold:link {
   	color : #839219;
   	font-size : 10px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_smallbold:visited {
   	color : #839219;
   	font-size : 10px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_smallbold:active  {
   	color : #CADB2A;
   	font-size : 10px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}

a.nav_smallbold:hover {
   	color : #CADB2A;
   	font-size : 10px;
   	font-weight : bold;
   	text-decoration : none;
   	line-height: 1.8em;
}






a.footer_link:link
{
	color: #878787;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}

a.footer_link:visited
{
	color: #878787;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}

a.footer_link:active
{
	color: #aaaaaa;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}

a.footer_link:hover
{
	color: #aaaaaa;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}







a.footer:link
{
	color: #878787;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}

a.footer:visited
{
	color: #878787;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}

a.footer:active
{
	color: #aaaaaa;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}

a.footer:hover
{
	color: #aaaaaa;
	font-size: 9px;
	font-weight: normal;
	line-height: 10pt;
	text-decoration: none;
}





/* LIST - BOX - PADDING */


#nav-sideboxleft ul
{
	list-style: none;
	padding-left:0px;
	margin: 0;

}

#nav-sideboxright ul
{
	list-style: none;
	padding-left:0px;
	margin: 0;

}


#nav-content ul
{
	list-style-image: url('http://www.miazo.com/bonboa/images_site/spacer.gif');
	padding-left:0px;
	margin: 0 ;

}





.padding_hr
{
    width: 100%;
	padding-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
}


.padding_hr_nav
{
    width: 100%;
	padding-left: 0em;
	padding-top: 0.6em;
	padding-right: 0em;
	padding-bottom: 0.4em;
}


.fotopadding
{
	padding-left: 0em;
	padding-top: 0.8em;
	padding-right: 0em;
	padding-bottom: 0.5em;
}


.fotopadding_nav
{
	padding-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
}



.fotopadding_content
{
	float:left;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
}




/* FORMS */




