@charset "utf-8";
html body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(http://www.eurobond-adhesives.co.uk/images/bg_gradient.jpg) repeat-x 0px 12px;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.home #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 1.5em;
}
.home #nav {
	height: 86px;
	background: #FFFFFF;
	background-image: url(http://www.eurobond-adhesives.co.uk/images/bg_navbar.jpg);
	background-repeat: no-repeat;
	border-bottom: 3px solid #2C2D27;
	margin-bottom: 1px;
}
.home #header {
	background: #F2C200;
	border-top: 5px solid #F2C200;
}
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #mainContent {
	background: #FFFFFF;
	border-top: 5px solid #292C21;
}

.home #footer {
	padding: 40px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(http://www.eurobond-adhesives.co.uk/images/bg_footer.jpg) no-repeat center top;
	text-align: center;
	font-size: .75em;
}
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	position: relative;
	width: 960px;
	height: 220px;
	overflow: hidden;
}

h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(http://www.eurobond-adhesives.co.uk/images/pic_header.jpg);
	background-repeat: no-repeat;
}

.session_search {
	width: 960px;
	height: 70px;
	background-image: url(../styleImages/backgrounds/session_search.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.boxTitleLeft, .boxTitleRight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
    background-color: #FFCC00;
	background-image: url(http://www.eurobond-adhesives.co.uk/shop/skins/Eurobond/styleImages/backgrounds/table_header.jpg);
	height: 26px;
	width: 250px;
	border-right: 1px solid #C90;
	border-left: 1px solid  #C90;
	padding: 0px 0px 0px 6px;
	margin-right: 10px;
}
.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin: 0 10px 10px 0;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: .875em;
	border-right: 1px solid #C90;
	border-left: 1px solid  #C90;
	border-bottom: 1px solid #C90;
	background: #FEA;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 403px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: .75em;

}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 130px;
	height: 170px;
	margin: 10px 30px 0 0;
}