@charset "utf-8";
/* ------------------------------------- MAIN */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #727272;
	background: #fff url(../../images/global/main-bg.jpg) repeat-x;
}
h1, h2, h3, h4, ul, ol, form, label, p {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	color: #3776ba;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: none;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* PNG IE6 FIX */
.ie6 .png, .ie6 .filter img {
	behavior: url("includes/htc/iepngfix.htc");
}
.clear {
	clear: both;	
}
/* ------------------------------------- STRUCTURE */
#layout {
	float: left;
	width: 100%;
	text-align: center;
}
#centerholder {
	width: 956px;
	margin: 0 auto;
	text-align: left;	
}
#structure {
	float: left;
	width: 956px;
	padding: 0 10px;
	background: url(../../images/global/main-shadow.gif) no-repeat;
}
/* ------------------------------------- HEADER */
#header {
	float: left;
	position: relative;
	width: 956px;
	background: #fff url(../../images/global/header-bg.jpg) bottom left repeat-x;
}
#header #jubblogo {
	position: absolute;
	left: 28px;
	bottom: 17px;
	clear: both;
}
#header #strapline {
	position: absolute;
	left: 229px;
	bottom: 25px;
	clear: both;
}
#header #phoneandemail {
	float: right;
	width: 258px;
	padding: 17px 17px 15px 0;
}
#header #phoneandemail .toppanel {
	float: left;
	position: relative;
	width: 258px;
	margin: 0 0 2px 0;
	/*overflow: auto;*/
}
#header #phoneandemail .toppanel .top, #header #phoneandemail .toppanel .top img {
	float: left;
	width: 258px;
}
#header #phoneandemail .toppanel .content {
	float: left;
	width: 100%;
	background: url(../../images/global/panels/header-panel-content.png) repeat-y center top;	/*padding:0 0 0 36px*/
}
#header #phoneandemail .toppanel .content div {
	float: left;
	padding: 4px 0 1px 30px;
	display:inline
}
#header #phoneandemail .toppanel .content div a {
	border-bottom: 1px dotted #3776ba;
	margin:0 0 0 30px
}
#header #phoneandemail .toppanel .content div a:hover {
	border-bottom: 1px dotted #000;
}
#header #phoneandemail .email .content div {
	padding: 0 0 1px 0;
}
.safari #header #phoneandemail .email .content div {
	padding: 2px 0 2px 0;
}
.chrome #header #phoneandemail .email .content div {
	padding: 0 0 2px 0;
}
#header #phoneandemail .toppanel .content span {
	display: block;
	float: left;
	padding: 0 0 0 5px;
	white-space: nowrap;
	font-size: 1.6em;
	font-weight: bold;
}
#header #phoneandemail .toppanel .icon {
	position: absolute;
	top: 9px;
	left: 11px;
	clear: both;
}
#header #phoneandemail .email .icon {
	top: 6px;
}
#header #phoneandemail .toppanel .arrow {
	position: absolute;
	bottom: 4px;
	right: 3px;
	clear: both;
}
.ie6 #header #phoneandemail .toppanel .arrow {
	bottom: 3px;	
}
#header #phoneandemail .toppanel .footer, #header #phoneandemail .toppanel .footer img {
	float: left;
	width: 258px;
}
/* ------------------------------------- MAIN MENU */
#mainmenu {
	float: left;
	width: 956px;
	background: #fff url(../../images/global/main-menu/menu-bg.gif) bottom left repeat-x;
}
#mainmenu ul {
	float: left;
	padding: 0 0 0 22px;
}
.opera #mainmenu ul {
	padding: 0 0 0 23px;
}
.safari #mainmenu ul {
	padding: 0 0 0 19px;
}
.chrome #mainmenu ul {
	padding: 0 0 0 23px;
}
#mainmenu ul li {
	float: left;
	font-size: 1.1em;
	border-left: 1px solid #e9ebec;
}
#mainmenu ul li.last {
	border-right: 1px solid #fff;
}
#mainmenu ul li.last a {
	border-right: 1px solid #e9ebec;
}
#mainmenu ul li a {
	display: block;
	float: left;
	padding: 10px 33px;
	font-weight: bold;
	color: #0b56a7;
	border-left: 1px solid #fff;
	white-space: nowrap;
}
#mainmenu ul li a:hover, #mainmenu ul li.selected a {
	color: #3b4c5f;
	background: #fff;
}
/* ------------------------------------- CONTENT */
#contentwrapper {
	float: left;
	width: 956px;
	background: #fff;
}
/* ------------------ LEFT COLUMN */
#leftcolumn {
	float: left;
	width: 231px;
	padding: 0 0 10px 0;
}
#leftmenu {
	float: left;
	width: 220px;
	padding: 3px 0 0 10px;
	font-size: 1.1em;
}
#leftmenu a.categorybox {
	float: left;
	width: 205px;
	/*height: 25px;*/
	display:inline;
	/*min-height:25px;
	height:auto !important;
	height:25px;*/
	padding: 53px 0 10px 15px;
	font-weight: bold;
}
#leftmenu .high {
	/*height: 40px !important;*/
	/*min-height:40px !important;
	height:auto !important;
	height:40px !important;*/
	padding: 38px 0 10px 15px !important;
}
#leftmenu .automotive {
	background: url(../../images/global/categories/automotive.jpg) no-repeat left top;
}
#leftmenu .craft {
	background: url(../../images/global/categories/craft-and-education.jpg) no-repeat left top;
}
#leftmenu .personal {
	background: url(../../images/global/categories/personal-and-haircare.jpg) no-repeat left top;
}
#leftmenu .household {
	background: url(../../images/global/categories/household-and-chemicals.jpg) no-repeat left top;
}
#leftmenu .food {
	background: url(../../images/global/categories/food-and-drink.jpg) no-repeat left top;
}
#leftmenu .pharmaceutical {
	background: url(../../images/global/categories/phamraceutical-veterinary.jpg) no-repeat left top;
}
#leftmenu a.samplesbox {
	float: left;
	width: 199px;
	height: 40px;
	padding: 45px 0 0 16px;
	margin: 6px 0 0 0;
	font-weight: bold;
	color: #7a7a7a;
	background: url(../../images/global/panels/request-samples.jpg) no-repeat;
}
#leftmenu a.samplesbox:hover {
	color: #000;
}
/* ------------------ RIGHT COLUMN */
#rightcolumn {
	float: left;
	width: 725px;
	padding: 9px 0 0 0;
}
#largepic {
	float: left;
	position: relative;
	width: 704px;
	padding: 0 6px;
	background: url(../../images/global/panels/right-banner-bg.gif) repeat-y;
}
#largepic .top {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
}
#largepic .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
}
/* ------------------ FOOTER */
#footer {
	float: left;
	width: 936px;
	padding: 12px 10px 9px 10px;
	background: #eaf2f8 url(../../images/global/footer-bg.gif) repeat-x;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer a {
	color: #0b56a7;
}