html { overflow-y:scroll;}
html { overflow:-moz-scrollbars-vertical; }

body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	font-family:Verdana,Helvetica,sans-serif;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px; line-height:18px;
	text-align:center;
	color:#000000;
}

p {
	margin:0px 0px 10px 0px; 
}

img {
	border:0px;
}

p img {
	float:left;
	margin:5px 10px 5px 0px;
}



li {
	font-size:12px; line-height:15px;
	list-style-type:square;
	margin-bottom:5px;
}

h1 {
	margin:15px 0px 0px 0px;
	padding:0px;
	font-size:18px; line-height:24px;
	color:#990000;
}

h2 {
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:14px; line-height:16px;
	font-style:italic;
	color:#000000;
}

h3 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px; line-height:16px;
	color:#000000;
}

h4 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px; line-height:16px;
	color:#455571;
}

h5 {
	margin:10px 30px 10px 20px;
	padding:0px 0px 5px 0px;
	font-weight:normal;
	font-size:12px; line-height:18px;
	font-style:italic;
	color:#747579;
	border-bottom:1px solid #747579;
	text-align:right;
}

h6 {
	margin:8px 0px 0px 0px;
	padding:0px;
	font-size:9px; line-height:12px;
	color:#012A6C;
}

a {
	color:#990000;
}

a:hover {
	color:#AA0000;
}

form {
	margin:0px;
	padding:0px;
}

#outer {
	margin:0px;
        padding:0px;
        margin-left:auto; margin-right:auto;
        position:relative;
        width:990px;
        min-height:968px;
        height:auto !important;
        height:968px;
	background:url(/pix/layout/background-outer.jpg);
	text-align:left;
}

#container {
	position:relative;
	width:970px; 
	margin-left:auto; margin-right:auto;
	background:#FFFFFF;
	padding:0px;
	text-align:left;
}

#header {
	width:970px;
	padding:0px;
	margin:0px;
	background:url(/pix/layout/background-header.jpg) no-repeat;
	clear:both;
}

	#logo {
		float:left;
		width:227px;
		height:50px;
		margin:20px 0px 0px 0px;
	}

	#headerright {
		position:relative;
		float:right;
		height:110px;
		width:500px;
	}

		#navtop {
			margin:10px 8px 0px 0px;
			float:right;
			width:420px;
			height:27px;
			text-align:right;
		}

			*html #navtop {
				margin-left:300px;		
			}
		
			#navtoplinks {
				float:right;
				margin:0px 10px 0px 0px;
				padding:0px;			
				font-size:11px; line-height:27px;
				color:#333333;
			}
			
			#navtoplinks a {
				text-decoration:none;
				color:#333333;
			}
			
			#navtoplinks a:hover {
				text-decoration:underline;
				color:#990000;
			}

			.searchtext {
				float:right;
				margin:1px 0px 0px 0px;
				padding:5px;
				height:13px;
				width:170px;
				border:1px solid #CCCCCC;
				background:transparent;
				font-size:11px; line-height:15px;
				color:#333333;
			}

			.searchbutton {
				margin:0px 0px 0px 5px;
				padding:0px;
				float:right;
				width:41px;
				height:27px;
			}


		#tagline {
			visibility:hidden;
			margin:5px 10px 0px 0px;
			float:right;
			color:#990000;
			width:300px;
			height:25px;
			text-align:right;
		}

		#countries {
			margin:0px 10px 5px 0px;
			float:right;
			width:700px;
			height:25px;
			font-size:11px; line-height:27px;
			color:#666666;
			text-align:right;
		}

			#countries a {
				text-decoration:none;
				color:#556884;
			}
			
			#countries a:hover {
				text-decoration:underline;
				color:#990000;
			}
			
			.delivery {
				color:#556884;
			}


#navmain {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:970px;
	height:30px;
	text-align:right;
	background:transparent;
}

	#navmainlinks {
		margin:0px 0px 0px 170px;
	}

	#navmainlinks a {
		float:left;
		margin:0px;
		padding:0px;
		display:block;
		height:30px;
		color:#FFFFFF;
		text-decoration:none;
		padding:0px;
		font-size:14px; line-height:30px;
		background:#8A895A;
		text-align:right;
	}

	#navmainlinks .dividerleft {
		float:left;
		margin-left:2px;
		display:block;
		height:30px;
		width:15px;
		background:transparent url(/pix/layout/background-navmainlink-divider-left.gif) no-repeat;
	}

	#navmainlinks .dividerright {
		float:left;
		margin-right:2px;
		display:block;
		height:30px;
		width:15px;
		background:transparent url(/pix/layout/background-navmainlink-divider-right.gif) no-repeat;
	}

	#navmainlinks a:hover {
		background:#990000;
	}
	
	#navmainlinks .down a {
		background:#990000;
	}
	
	#navmainlinks .down .dividerright {
		background:transparent url(/pix/layout/background-navmainlink-divider-right-down.gif) no-repeat;
	}

	#navmainlinks .down .dividerleft {
		background:transparent url(/pix/layout/background-navmainlink-divider-left-down.gif) no-repeat;
	}
	
	.sdm {
		z-index:100;
	}
	
	a.sdmitem {
		color:#990000;
		margin-left:22px;
		text-decoration:none;
	}

	 a.sdmitem:hover {
		color:#FFFFFF;
	}
	
	.sdmtable {
		border:0px;
		padding:0px;
		margin:10px 0px 10px 0px;
		background:#FFFFFF;
	}

	.sdmcell {
		border:0px;
		height:20px;
		font-size:12px; line-height:20px;
	}
	
	.sdmouter {
		border:1px solid #990000;
	}

	.sdmouter .sdmouter {
		border:2px solid #990000;
	}

	.sdmleft {
		float:left;
		margin:0px 0px 0px 8px;
	}
	
	.sdmnavarrow {
		float:right;
		margin-right:2px;
		font-weight:normal;
		font-size:15px;line-height:15px;
		height:15px;
	}
	
	
#main {
	border-top:4px solid #990000;
	background:url(/pix/layout/background-main.jpg) repeat-y;
	padding:0px;
	margin:0px;
}

.homerollbox {
	position:absolute;
	width:400px;
        min-height:500px;
        height:auto !important;
        height:500px;
	padding:20px;
	top:270px;
	left:310px;
	background:#FFFFFF;
	display:none;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

#homerolls {
	z-index:10;
	position:absolute;
	top:270px;
	left:120px;
}

	#homerolls a {
		display:block;
		width:170px;
		height:20px;
		margin:0px 0px 20px 0px;
		padding:10px;
		color:#990000;
		text-decoration:none;
		text-align:center;
		font-size:14px;line-height:20px;
	}

	#homerolls a:hover {
		background:#B4594D;
		color:#B4594D;
	}

	#homerolls a.homeroll01 {
		background:url(/pix/layout/homeroll01.gif) no-repeat;
	}

		#homerolls a:hover.homeroll01 {
			background:url(/pix/layout/homeroll01-over.gif) no-repeat;
		}

	#homerolls a.homeroll02 {
		background:url(/pix/layout/homeroll02.gif) no-repeat;
	}

		#homerolls a:hover.homeroll02 {
			background:url(/pix/layout/homeroll02-over.gif) no-repeat;
		}

	#homerolls a.homeroll03 {
		background:url(/pix/layout/homeroll03.gif) no-repeat;
	}

		#homerolls a:hover.homeroll03 {
			background:url(/pix/layout/homeroll03-over.gif) no-repeat;
		}


#hometext {
	z-index:10;
	position:absolute;
	top:140px;
	left:500px;
	color:#990000;
	width:440px;
	font-family:Verdana, Helvetica,sans-serif;
	font-size:15px; line-height:21px;
	font-weight:normal;
}

	#hometext h1 {
		color:#990000;
		font-size:20px; line-height:24px;		
	}

#homequote {
	z-index:10;
	position:absolute;
	top:330px;
	left:770px;
	color:#000066;
	width:185px;
	font-family:Verdana, Helvetica,sans-serif;
	font-size:11px; line-height:13px;
	font-weight:normal;
}

#homequote2 {
	z-index:10;
	position:absolute;
	top:460px;
	left:125px;
	color:#000000;
	width:180px;
	font-family:Verdana, Helvetica,sans-serif;
	font-size:11px; line-height:13px;
	font-weight:normal;
}

#homequote3 {
	z-index:10;
	position:absolute;
	top:180px;
	left:125px;
	color:#000000;
	width:330px;
	font-family:Verdana, Helvetica,sans-serif;
	font-size:11px; line-height:13px;
	font-weight:normal;
}


#navbranch {
	float:left;
	width:167px;
	margin:0px;
	padding:0px;
        min-height:968px;
        height:auto !important;
        height:968px;
}

	#navbranchlinks {
		margin:30px 0px 0px 10px;
		padding:0px;
		font-size:12px; line-height:12px;
		width:162px;
	}

	#navbranchlinks .navitem {
		margin:8px 0px 0px 0px;
		padding:0px;
	}

	#navbranchlinks a {
		display:block;
		padding:7px 0px 7px 10px;
		color:#FFFFFF;
		text-decoration:none;
	}

	#navbranchlinks a:hover {
		color:#FFFFFF;
		background:#455571;
	}
	
	#navbranchlinks .down a {
		background:#455571;
	}
	
	#navbranchlinks .navinner {
		margin:0px 0px 0px 20px;
	}

	#navbranchlinks .navinner a {
		color:#455571;	
	}

	#navbranchlinks .navinner a:hover {
		color:#FFFFFF;
		background:#455571;
	}

	#navbranchlinks .navinner .down a {
		color:#FFFFFF;
		background:#455571;
	}

#content {
	float:left;
	width:495px;
	margin:10px 10px 10px 20px;
	padding:0px;
        min-height:668px;
        height:auto !important;
        height:668px;
        color:#666666;
        background-color:#FFFFFF;
        display: inline-block;
}

#text {
        min-height:400px;
        height:auto !important;
        height:400px;
}

#sidebar {
        float:right;
        width:267px;
        margin:0px 0px 10px 0px;
        padding:0px;
        display:block;
}

	#sidebar img {
		margin:0px 0px 10px 0px;
	}

#biolist {
	float:left;
	width:220px;
	height:150px;
	margin:0px;
	padding:0px;
	font-size:11px; line-height:13px;
}

	#biolist img {
		border:1px solid #CCCCCC;
		height:96px;
		width:96px;
	}
		
	.biotext {
		width:160px;
		padding:0px;
		margin:0px;
	}

#footer {
	margin:20px 0px 140px 0px;
	font-size:9px; line-height:12px;
	text-align:center;
}

#geomap1 {
	position:relative;
	width:740px;
	height:322px;
	background:url(/pix/content/geographic-reach.jpg) no-repeat;
}

#geomap2 {
	position:absolute;
	top:5px;
	left:15px;
	width:280px;
        min-height:270px;
        height:auto !important;
        height:270px;
	margin:10px 0px 10px 0px;
	padding:10px;
	font-size:10px;line-height:13px;
	color:#000000;
	visibility:hidden;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}

#geomap2 ul {
	margin-left:10px;
	padding:0px;
}

#geomap2 li {
	font-size:10px;line-height:12px;
	margin:0px;
	padding:0px;
}

#geomap3 {
	position:absolute;
	height:120px;
	margin:10px 0px 10px 0px;
}

.lefthalf {
	float:left;
	width:45%;
}
	*html .lefthalf p, *html .righthalf p {
		margin:0px;
	}
	*html .lefthalf ul, *html .righthalf ul {
		margin:0px 0px 10px 15px;
	}


.righthalf {
	float:right;
	width:45%;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px; line-height:1px;
	background:transparent;
}