/* Undo some of the default styling of common (X)HTML browsers */
/* This block is (c) 2004 Tantek Celik and is licensed under the Creative Commons License */
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
/* END COPYRIGHTED SECTION */

/* HTML Tags */
body {
	font: 0.8em Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #555555;
	background: #E4E9EF;
	/*text-align: center;*/
}

h2 {
	font-size: 1.7em;
	color: white;
	font-weight: normal;
	margin-bottom: 12px;
	padding-top: 12px;
}

p { margin-bottom: 1em; }
table { font-size: 1.0em; }
th { vertical-align: top; text-align: right; }
td, th { padding: 0.2em; }

a {
	text-decoration: underline;
	color: #01B0F1;
}
a:hover { text-decoration: underline; }

/* Classes */
.small { font-size: 0.85em; }

/* Outer Container */
#container {
	text-align: left;
	width: 760px;
	/*margin: 0 auto; */
	margin-left: 8px;
	border-top: 8px solid #E4E9EF;
	background: url(../images/bg-page.gif) repeat-y left top;
}

/* Inner Container */
#container-inner { padding: 0 3px 0 2px; }

/* Header area */
#header {
	padding: 4px 0 0 16px;
	background: url(../images/bg-header.gif) repeat-x left bottom;
	height: 85px;
	margin-bottom: 1px;
	position: relative;
}

#header .callToAction { float: right; margin-right: 9px; }

/* search box */
#search {
	float: right;
	margin-right: 19px;
}

#search input.textfield {
	width: 117px;
	border: 1px solid #8FAAC0;
	height: 17px;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

#search .languageselect {
	margin-right: 6px;
}

#search .languageselect img {
	margin-top: 3px;
	margin-right: 3px;
}

#search div {
	float: left;
}

#search select.languagemenu {
	font-size: 0.87em;
	color: #617CA7;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}

#search img, #search input { vertical-align: middle; }

/* Footer */
#footer {
	background: url(../images/bg-bottom.gif) no-repeat left top;
	padding: 7px 0 0 20px;
	color: white;
	font-size: 0.85em;
	height: 25px;
	clear: both;
}

/* Top of page link */
#topofpage {
	margin-left: 167px;
	font-size: 0.85em;
	padding: 39px 0 10px 0;
	clear: both;
	background: url("../images/pharma/bg-topofpage-logos.gif") no-repeat right top;
	height: 15px;
}

#topofpage a {
	font-weight: bold;
	color: #4D6F8C;
	text-decoration: none;
	display: block;
	background: url("../images/pharma/arrow-topofpage.gif") no-repeat 0 6px;
	padding-left: 16px;
}
#topofpage a:hover { text-decoration: underline; }

/* Main Content Area */
#main { padding: 0px 0 13px; }
#main-boxout {
	height: 165px;
	background: #006AAA url(../images/bg-main-boxout.jpg) no-repeat left top;
	font-size: 0.85em;
	color: white;
	padding-left: 18px;
	margin-bottom: 1px;
}
#main-boxout object {
	float: right;
	margin: 0;
}
#main-boxout div {
	width: 297px;
	float: left;
}
#main {
	padding-left: 13px;
	padding-top: 6px;
	border-top: 1px solid #889DBD;
	font-size: 0.85em;
	color: #4E6489;
}
#main .col1 {
	float: left;
	width: 340px;
	background: url(../images/bg-dots-vert.gif) repeat-y right top;
	padding-right: 20px;
	padding-left: 5px;
}
#main .col2 {
	float: left;
	width: 353px;
	padding-left: 15px;
}
h3 {
	font-size: 1.2em;
	color: #49698F;
	background: url(../images/arrow-h3.gif) no-repeat 0px 4px;
	padding-left: 11px;
}
#main ul li {
	background: url(../images/bullet-main.gif) no-repeat 0px 4px;
	padding-left: 11px;
	margin-bottom: 0.3em;
}
#main .col1 div img {
	float: right;
	margin-left: 6px;
}
h3 a, h4 a {
	color: #49698F;
	text-decoration: none;
}
h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
#main .col1 .liftingsolutions, #main .col1 .sackopening {
	background: no-repeat 0px 4px;
	clear: right;
}
#main .col1 .boxout, #main .col2 .boxout {
	background: url(../images/bg-column-bottom.gif) no-repeat left bottom;
	width: 344px;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
#main .col1 .boxout div, #main .col2 .boxout div {
	background: #F6F8FC url(../images/bg-column-top.gif) no-repeat left top;
	padding-top: 8px;
	padding-right: 7px;
	padding-left: 7px;
}
.boxout p {
	margin: 0px 0px 0px 11px;
}


/* Language boxout */
#language {
	height: 401px;
	line-height: 1.4;
	background: url(../images/bg-languagelanding.jpg) no-repeat left top;
	color: #FFF;
	font-size: 0.85em;
	margin-top: -2px;
	padding: 0 280px 0 20px;
}

#language h2 { margin-bottom: 0; }
#language h3 { padding: 0; margin: 20px 0 10px 0; }

#language a {
	color: #FFF;
	text-decoration: underline;