body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background: white url(../img/bg_gradiant.gif) repeat-x top left;
	color: black;
	margin:0;
	padding:0;
}
p{
	font-size: .7em;
	margin-top:0;
	padding-top:0;
}
li{
	font-size: .7em;
	margin-top:0;
	padding-top:0;
	text-indent:0;
}
h1, h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight:normal;
	font-size: 1.2em;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight: bold;
	font-size: .9em;
}
h4, h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight: bold;
	font-size: .8em;
}
a:link,
a:visited {
		color: #A11224;
		background-color: white;
		text-decoration:none;
	}
	a:active,
	a:hover {
		text-decoration:underline;
}
#shadow {
	width:100%;
	overflow: hidden;
	min-width: 900px;
	background: url(../img/bg_shadow.gif) no-repeat top center;
}
#container { 
	width:900px;
	margin:0 auto;
	background: white;
	color: black;
	min-height: 578px;
	height: auto !important; 
	height:578px; 
}
#header-print { 
	display:none;
}
#header { 
	width:900px;
	height: 87px;
	background: url(../img/top_curve.gif) no-repeat top center;
	padding-top: 40px;
	float:left;
	clear: both;
}
h1#logo{
	padding:0;
	margin:0;
	clear:left;
	float:left;
}
h1#logo a { 
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	width: 158px;
	height: 87px;
	margin:0;
	padding:0;
	background-image: url(../img/biviologo.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: .1em;
	letter-spacing: -1000em;
}
h1#global1{
	padding:0;
	margin:0;
	float:right;
}
h1#global1 a { 
	background-image:url(../img/globaljapan.gif);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	font-size:0.1em;
	height:50px;
	letter-spacing:-1000em;
	margin:-30px 0 0;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
	width:90px;
}
h2#tagline { 
	float:right;
	text-indent:-9999px;
	overflow: hidden;
	width: 380px;
	height: 22px;
	margin:46px 0 0;
	padding:0 15px 0 0;
	background-image: url(../img/biviotagline.gif);
	background-repeat:no-repeat;
	background-position:center left;
	font-size: .1em;
	letter-spacing: -1000em;
}
h2#pageheader {
	font-size: 1.2em;
	font-weight:normal;
}
h2#pagesection {
	float:right;
	color: white;
	background-color:inherit;
	margin-top: 60px;
	padding-right: 15px;
	font-size: 36px;
	font-weight: normal;
	font-style:italic;
}
#menu {
	position: absolute;
	width: 900px;
	top: 40px;
	left: 50%;
	margin-left: -450px;
	text-align: right;
}
#menu ul#ddmenu{
		clear:left;
		float:right;
		text-align: left;
		margin:0; 
		padding:0;
		list-style:none;
		width:640px;
		height: 20px;
	}
	#menu ul#ddmenu li{
		float:left;
		border-right: 1px solid #808080;
		margin:0;
		padding:0;
		position: relative;
		list-style:none;
	}
	#menu ul#ddmenu li.last{
		border-right: 0;
	}
	#menu li ul{
		display: none;
		position: absolute; 
		float:none;
		z-index:9996;
		margin:20px 0 0 -1px;
		padding:0 0 0;
		left:0;
		top: auto;
		border-bottom: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
	}
	/* Second Level Menu */
	#menu ul#ddmenu li ul li{
		clear:left;
		float:left;
		margin:0;
		padding:0;
		border-right: 0;
		}
		#menu li ul li a:link, #menu li ul li a:visited { 
			clear:left;
			float:left;
			background-color:white;
			color: gray;
			border-top: 1px solid #DADADA;
			padding: 4px 30px 4px 10px;
			margin:0;
			font-weight:normal;
			width:165px;
		}
		#menu li ul li a:active, #menu li ul li a:hover { 
			color: white;
			background: #A11224 url(../img/menu_slashes.gif) no-repeat top right;
	}
	
	/* Third Level Menu */
	#menu ul#ddmenu li ul li ul li{
		clear:left;
		float:left;
		margin:5;
		padding:0;
		border-right: 0;
		}
		#menu li ul li ul li a:link, #menu li ul li ul li a:visited {
	clear:left;
	float:left;
	background-color:#F1F1F1;
	color: gray;
	border-top: 1px solid #DADADA;
	margin:0;
	font-weight:normal;
	width:165px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
		}
		#menu li ul li ul li a:active, #menu li ul li ul li a:hover { 
			color: white;
			background: #A11224 url(../img/menu_slashes.gif) no-repeat top right;
	}
	
	/* End Third Level */
	/* Submenu */
		#menu li ul li.sublink a:link, #menu li ul li.sublink a:visited { 
			background-color:#F1F1F1;
		}
		#menu li ul li.sublink a:active, #menu li ul li.sublink a:hover { 
			color: white;
			background: #A11224 url(../img/menu_slashes.gif) no-repeat top right;
		}
	/* End Submenu */
	#menu li > ul {
		top: auto;
		left: auto;
	}
	#menu li:hover ul, #menu li.over ul { display: block; } /* Show the menu CSS style. */
	
	#menu ul li.first{
		border-left: 1px solid gray;
	}
	
	*:first-child+html #menu li ul {
		float:left;
		clear:left;
		margin:0;
	}
	#menu ul li a:link, #menu ul li a:visited {
		display:block;
		float:left;
		padding: 4px 15px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color: #A1A1A1;
		background-color:white;	
	}
	#menu ul li a:active, #menu ul li a:hover {
		color: #A11224;
		background-color: white;
}
#menu ul li#mnu-markets li a:link, #menu ul li#mnu-markets li a:visited {width: 150px;}
#menu ul li#mnu-products li a:link, #menu ul li#mnu-products li a:visited {width: 170px;}
#menu ul li#mnu-solutions li a:link, #menu ul li#mnu-solutions li a:visited {width: 135px;}
#menu ul li#mnu-infocenter li a:link, #menu ul li#mnu-infocenter li a:visited {width: 135px;}
#menu ul li#mnu-partners li a:link, #menu ul li#mnu-partners li a:visited {width: 145px;}
#menu ul li#mnu-support li a:link, #menu ul li#mnu-support li a:visited {width: 110px;}
#menu ul li#mnu-news li a:link, #menu ul li#mnu-news li a:visited {width: 100px;}
#menu ul li#mnu-company li a:link, #menu ul li#mnu-company li a:visited {width: 110px;}

#section_menu {
	float:left;
	clear:left;
	list-style:none;
	margin:0 0 15px;
	padding:0;
	width:160px;
	}
	#section_menu li{
		float:left;
		clear:left;
		display:inline;
		margin:0;
		padding:0;
	}
	#section_menu li a:link,
	#section_menu li a:visited{
		float:left;
		clear:left;
		width: 145px;
		padding: 2px 0 5px 15px;
		text-decoration:none;
		background-color: white;
		color:black;
	}
	#section_menu li a:active,
	#section_menu li a:hover{
		background: white url(../img/slashbullet.gif) no-repeat 0px 2px;
		color:#C41230;
}
#content {
	float:left;
	clear:both;
	width: 900px;
	margin:0;
	padding:0;
	min-height: 250px;
	height: auto !important; /* FireFox */
	height /**/:250px; /* IE6 - Hacks are painful */
}
#sidebar {
	width:160px;
	float:left;
	clear:left;
	display:inline;
	padding: 10px 0 0 10px;
}
/*#sidebar p, #sidebar ul{float:left;clear:left;}*/
#main {
	width: 700px;
	float:left;
	display:inline;
	padding-top:15px;
	padding-left: 15px;
	}
	#main p.doublespace { line-height: 2em;}
	#main p {line-height: 1.5em;}
	#main .homecolumn_230 p, #main .homecolumn_230_last p {line-height: normal;}
	
		#main-home p.doublespace { line-height: 2em;}
		#main-home p {line-height: 1.5em;}
		#main-home .homecolumn_230 p, #main-home .homecolumn_230_last p {line-height: normal;}
	
	#main-home p a:link,
	#main-home p a:visited,
	#main p a:link,
	#main p a:visited {
			color: #A11224;
			background-color: white;
			text-decoration:none;
		}
		#main-home p a:active,
		#main-home p a:hover,
		#main p a:active,
		#main p a:hover {
			text-decoration:underline;
}
#template-home-page #main {
	width: 710px;
	float:left;
	display:inline;
	padding-top:10px;
	padding-left: 10px;
}
#main_wide {
	float:left;
	display:inline;
	clear:both;
	padding-top:10px;
	width:880px;
	padding-left: 10px;
}
#homebanner {
/*	text-indent: -9999px;
	overflow: hidden;*/
	float:left;
	clear:left;
	height: 218px;
	width: 900px;
	background: url(../img/home_banner.jpg) no-repeat center center;
}
#flashbanner {
	float:left;
	clear:left;
	height: 200px;
	width: 900px;
	line-height:150%;
	background-color:#A11224;
}
#interiorbanner {
/*	float:left;*/
	clear:both;
	height: 118px;
	width: 900px;
	margin:0;
	padding:0;
	background: url(../img/interior_banner.jpg) no-repeat center center;
}
.columncontainer {
	float:left;
	width:710px;
	clear:left;
	margin-bottom: 10px;
}
.break {clear:left;}
.homecolumn_230 {
		background: white url(../img/home_column_left.gif) repeat-y top left;
		color: black;
		width:230px;
		float:left;
		margin-right: 10px;
		}
		.homecolumn_230_last {
		margin:0;
		padding:0;
		background: white url(../img/home_column_left.gif) repeat-y top left;
		color: black;
		width:230px;
		float:left;
	}
	.homecolumn_230 h3,
	.homecolumn_230_last h3 {
		display:block;
		margin:0 0 10px;
		padding:10px 0 15px 36px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		background: white url(../img/home_column_top.gif) no-repeat bottom left;
		color: #770F0F;
	}
	.homecolumn_230 p,
	.homecolumn_230_last p{
		padding:0 0 0 15px;
		margin:0 0 10px;
	}

	.homecolumn_230 table,
	.homecolumn_230_last table{
		margin-left: 15px;
	}
	.homecolumn_230 td,
	.homecolumn_230_last td{
		vertical-align:top;
	}
	.homecolumn_230 td p,
	.homecolumn_230_last td p{
		padding:0;
		margin:0 0 5px;
	}
	.homecolumn_230 h4,
	.homecolumn_230_last h4{
		padding:0 0 5px 15px;
		margin:0;
	}
.interiorcolumn_400{
	width:400px;
	float:left;
	padding-right: 10px;
}
.interiorcolumn_300{
	width:300px;
	float:left;
}
ul.resources{
		float:left;
		clear:left;
		padding: 0 0 10px;
		margin:0;
		list-style:none;
	}
	.homecolumn_230 ul.resources { /* needs extra padding in the home page columns */
		padding-right: 0;
		padding-left: 10px;
		width:210px;
	}
	.homecolumn_230 ul.resources li {
		padding: 0 0 5px;
		margin:0;
		width: 220px;
	}
	#sidebar ul.resources li {
		padding: 0 10px 5px 0;
		margin: 0;
		width: 130px;
	}
	.homecolumn_230 ul.resources li.pdf {
		padding: 0 10px 5px 20px;
		background: url(../img/iconpdf.gif) no-repeat top left;
		width: 190px;
	}
	#sidebar ul.resources li.pdf {
		padding: 0 0 5px 20px;
		background: url(../img/iconpdf.gif) no-repeat top left;
		width: 140px;
		line-height: 1.3em;
	}
	#template-interior-single-column-page ul.resources li.pdf{
		padding: 0 0 5px 20px;
		background: url(../img/iconpdf.gif) no-repeat top left;
		width: 180px;
		line-height: 1.3em;
	}
	ul.resources li{
		float:left;
		clear:left;
		list-style:none;
		margin:0;
		padding:0;
		}
ul.resources li p, ul.resources li a{font-size:1em;}

ul.resources-page-functions {
		list-style:none;
		float:right;
		margin:0;
		padding:5px 0 0;
		width:190px;
	}
	ul.resources-page-functions li {
		padding:0;
		margin:0;
		float:left;
	}
	ul.resources-page-functions li a.print:link, ul.resources-page-functions li a.print:visited {
		display:block;
		width:70px;
		float:left;
		padding: 0 0 5px 20px;
		margin: 0;
		background: url(../img/iconprint.gif) no-repeat top left;
	}
	ul.resources-page-functions li a.forward:link, ul.resources-page-functions li a.forward:visited {
		display:block;
		width:80px;
		float:left;
		padding: 0 0 5px 20px;
		margin: 0;
		background: url(../img/iconemail.gif) no-repeat top left;
}

ul.markets {
		float:left;
		clear:left;
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.markets li{
		margin:0;
		padding:0;
		list-style: none;
		float:left;
		clear:left;
	}
	ul.markets li a:link,
	ul.markets li a:visited{
		float:left;
		clear:both;
		width: 125px;
		height: 20px;
		padding: 3px 4px 14px 30px;
		text-decoration:none;
		text-align:right;
		font-weight:normal;
		font-size: .9em;
		color: #7B7B7B;
		background-color: white;	
	}
	ul.markets li a:active,
	ul.markets li a:hover{
		color: #770F0F;
		background-color:white;
	}
	ul.markets li a.manufacturers:link, 
	ul.markets li a.manufacturers:visited{
		background: url(../img/market_bullets/manufacturers.gif) no-repeat bottom left;
	}
	ul.markets li a.government:link, 
	ul.markets li a.government:visited{
		background: url(../img/market_bullets/government.gif) no-repeat bottom left;
	}
	ul.markets li a.enterprise:link, 
	ul.markets li a.enterprise:visited{
		background: url(../img/market_bullets/enterprise.gif) no-repeat bottom left;
	}
	ul.markets li a.serviceproviders:link, 
	ul.markets li a.serviceproviders:visited{
		background: url(../img/market_bullets/serviceproviders.gif) no-repeat bottom left;
	}
	ul.markets li a.systemintegrators:link, 
	ul.markets li a.systemintegrators:visited{
		background: url(../img/market_bullets/systemintegrators.gif) no-repeat bottom left;
	}
	ul.markets li a.manufacturers:active, 
	ul.markets li a.manufacturers:hover{
		background: url(../img/market_bullets/manufacturers_hover.gif) no-repeat bottom left;
	}
	ul.markets li a.government:active, 
	ul.markets li a.government:hover{
		background: url(../img/market_bullets/government_hover.gif) no-repeat bottom left;
	}
	ul.markets li a.enterprise:active, 
	ul.markets li a.enterprise:hover{
		background: url(../img/market_bullets/enterprise_hover.gif) no-repeat bottom left;
	}
	ul.markets li a.serviceproviders:active, 
	ul.markets li a.serviceproviders:hover{
		background: url(../img/market_bullets/serviceproviders_hover.gif) no-repeat bottom left;
	}
	ul.markets li a.systemintegrators:active, 
	ul.markets li a.systemintegrators:hover{
		background: url(../img/market_bullets/systemintegrators_hover.gif) no-repeat bottom left;
}

h3#infocenterbar {
	margin:0 0 15px;
	padding:0;
	font-size:1em;
	float:left;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3#infocenterbar a:link,
h3#infocenterbar a:visited{
	float:left;
	clear:both;
	width: 125px;
	padding: 13px 4px 14px 30px;
	text-decoration:none;
	text-align:right;
	font-weight:normal;
	font-size: .6em;
	color: #770F0F;
	background: white url(../img/infobullet.gif) no-repeat bottom left;
}
#footer-print { 
	display:none;
}
#footer {
		float:left;
		clear:left;
		background: url(../img/bottom_curve.gif) no-repeat top center;
		margin: 0;
		padding: 57px 0 20px;
		width:900px;
	}
	#footer ul#flmenu{
		float:left;
		clear:left;
		text-align: left;
		margin:0; 
		padding:0;
		width:720px;
	}
	#footer ul#frmenu{
		float:right;
		clear:right;
		text-align: left;
		margin:0; 
		padding:0;
		width:170px;
	}
	#footer ul#flmenu li, 
	#footer ul#frmenu li{
		float:left;
		list-style:none;
		border-right: 1px solid #808080;
		margin:0;
		padding:0;
		list-style:none;
	}
	#footer ul#flmenu li.last,
	#footer ul#frmenu li.last{
		border-right: 0;
	}
/*	#footer li ul{
		display: none;
	}*/
	#footer ul li a:link, 
	#footer ul li a:visited {
		display:block;
		float:left;
		padding: 0 .8em;
		margin:0;
		font-size:9px;
		font-weight:normal;
		text-decoration:none;
		color: #A1A1A1;
		background-color:white;	
	}
	#footer ul li a:active, 
	#footer ul li a:hover {
		color: #A11224;
		background-color: white;
}

/* Definition List redefined */
dl.news {
	float: left;
	clear:left;
	margin:0 10px 15px 0;
	padding:0;
}
dl.news dt {
	width: 100px;
	float:left;
	clear:left;
	margin:0 10px 15px 10px;
	padding:0;
	line-height: 1.3em;
}
dl.news dt img {display:block; margin:0;padding:0;float:left;}
dl.news dd {
	margin:0 0 15px 120px;
	padding:0;
}
.img-left {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 0;
}
#info-box{
	clear:left;
	float:left;
	padding-bottom:10px;
	}
#quote-box {
	clear:left;
	padding-bottom:5px;
	min-height: 120px;
	height: auto !important; /* FireFox */
	height:120px; /* IE6 - Hacks are painful */
	}
	#quote-box ul#quote-list {
		list-style:none;
		margin:0;
		padding:0;
		}
		#quote-box ul#quote-list li{
			margin:0;
			padding:0;
			font-size:1em;
		}
		#quote-box ul#quote-list li p.quote{
			padding: 0;
			margin:0;
			letter-spacing: .04em;
			font-style:italic;
		}
		#quote-box ul#quote-list li p.quote-credits{
			padding: 7px 0 10px 30px;
			margin:0;
			background: url(../img/quote_32.gif) no-repeat center left;
			font-weight:bold;
			color: #666666;
		}
#events-box {
	float:left;
	clear:left;
	padding-bottom:5px;
	min-height: 80px;
	height: auto !important; /* FireFox */
	height:80px; /* IE6 - Hacks are painful */
	}
	#events-box ul#event-list {
		list-style:none;
		margin:0;
		padding:0;
		}
		#events-box ul#event-list li{
			margin:0;
			padding:0;
			font-size:1em;
		}
#sitemap ul#ddmenu {
	width: 600px;
}
#sitemap ul#ddmenu li li, #sitemap ul#ddmenu li li li
{
	font-size: 10px;
	float:none;
	width:auto;
	height:auto;
	font-weight:normal;
}
#sitemap ul#ddmenu li{
	font-size: 11px;
	font-weight:bold;
	float:left;
	width: 250px;
	height: 110px;
	padding-left: 10px;
}
#sitemap ul#ddmenu li ul {margin-bottom: 20px;}
#sitemap ul#ddmenu li a:link, #sitemap ul#ddmenu li a:visited {display:block; padding-bottom: 15px;}
#sitemap ul#ddmenu li li a:link, #sitemap ul#ddmenu li li a:visited {display:inline; padding-bottom: 0;}

h3.h3slashes { 
		display:block;
		margin:0 0 7px;
		padding:10px 0 7px 25px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: bold;
		background: white url(../img/h3slashes.gif) no-repeat center left;
		color: #770F0F;
		border-bottom: 1px solid #dadada;
}
#float-box {
	float:right;
	margin: 0 0 20px 20px;
	padding: 0 0 14px;
	background: url(../img/tabs/side-box-bottom.gif) no-repeat bottom left;
	width: 179px;
	}
	#float-box h3 {
		clear:left;
		width:179px;
		height: 20px;
		font-weight:normal;
		font-size: .7em;
		padding: 6px 0 0;
		margin:0;
		text-decoration:none;
		text-align:center;
		background: white url(../img/tabs/side-box-top.gif) no-repeat bottom left;
		color: #666666;
		cursor:default;
	}
	#float-box #float-box-content {
		clear:left;
		width: 159px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background: url(../img/tabs/side-box-middle.gif) repeat-y top left;
	}
	#float-box #float-box-content p {
		clear:left;
		margin: 0;
		padding-bottom: 10px;
	}
	#float-box ul.resources {
		padding-left: 0;
		padding-right: 0;
		width: 159px;
	}
	#float-box ul.resources li.pdf {
		background: url(../img/iconpdf.gif) no-repeat top left;
		padding: 0 0 0 22px;
		margin:0;
	}
.etrigue,.etrigue-self {
	/*
	 * Placeholder Class for Etrigue Enabled Links
	 */
}
.img-right {
	float:right;
	padding-right: 0px;
	padding-bottom: 5px;
	border: 0;
	padding-left: 10px;
}
