* {
   margin: 0;
   padding: 0;
}
body {
    font: 0.8em sans-serif;
    background: #fff url(img/bg.gif) repeat-x;
}
#wrapper {
    margin: 0 auto;
}
#wrapper, #header, #navi, #banner {
    width: 900px;
}
#header {
    background: url(img/lbk_packaging_group.gif) no-repeat;
    height: 114px;
}
#header h1 a {
    display: block;
    width: 140px;
    height: 100px;
}
#header h1 a span, #header p {
    display: none;
}
#navi {
    background: url(img/navibg.gif);
    height: 25px;
    padding-top: 5px;
	font-size:1.2em;
}
#navi, #navi ul {
	margin: 0;
	list-style: none;
	line-height: 25px;
}
#navi a {
	display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 20px 0 10px;
    background: url(img/expand.gif) no-repeat 100% 0;
}
#navi li {
	float: left;
}
#navi li.pg a {
    background-image: none;
    padding-right: 10px;
}
#navi li:hover, #navi li.sfhover {
    background-color: #c00800;
}
#navi li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	border: 1px solid #999;
}
#navi li ul li {
    width: 200px;
}
#navi li ul li a {
    width: 180px;
    background-color: #dadada;
    color: #444;
}
#navi li ul li a:hover {
    background-color: #999;
}
#navi li:hover ul, #navi li.sfhover ul {
	left: auto;
}
#banner {
    clear: both;
    height: 201px;
    background-repeat: no-repeat;
}
#banner.b1 {
    background-image: url(img/banner1.jpg);
}
#banner.b2 {
    background-image: url(img/banner2.jpg);
}
#banner.b3 {
    background-image: url(img/banner3.jpg);
}
#banner.b4 {
    background-image: url(img/banner4.jpg);
}
#banner.b5 {
    background-image: url(img/banner5.jpg);
}
#banner h2 {
    display: none;
}
#main, #side {
    margin-top: 8px;
}
#main {
    width: 645px;
    float: left;
}
#content {
    min-height: 445px;
}
#side {
    width: 250px;
    float: right;
}
#main h2, #side h2 {
    padding: 0 6px;
    font: normal 18px/34px sans-serif;
    color: #fff;
}
#main h2 {
    background: #475d99 url(img/h2long.gif);
}
#side h2 {
    background: #475d99 url(img/h2short.gif);
}
.inside {
    padding: 6px;
    border-width: 0 1px;
    border-style: solid;
}
#main div.inside {
    border-color: #cacaca;
}
#side div.inside {
    border-color: #475d99;
}
div.top {
    height: 80px;
    overflow: hidden;
}
div.mainfoot, div.sidefoot {
    height: 9px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
}
div.mainfoot {
    background-image: url(img/mainfoot.gif);
}
div.sidefoot {
    background-image: url(img/sidefoot.gif);
}
#search p {
    margin-bottom: 10px;
}
#search form p {
    float: left;
}
#search form input {
    width: 150px;
    line-height: 20px;
    height: 20px;
}
#search form input.submit {
    margin-left: 4px;
    width: auto;
    height: 24px;
}
#enquiry {
    min-height: 410px;
}
#enquiry label {
    display: block;
}
#enquiry form p {
    margin-bottom: 6px;
}
#enquiry input, #enquiry textarea {
    width: 230px;
}
#enquiry textarea {
    font: 0.9em sans-serif;
}
#enquiry input.submit {
    width: auto;
}
#map {
    border: 1px solid #475d99;
}
#footer {
    clear: both;
    background: #475d99 url(img/footerbg.gif) no-repeat;
    height: 57px;
    padding-top: 8px;
    font-size: 0.8em;
    color: #fff;
}
#footer p.footerH {
    font-weight: bold;
    font-size: 1.3em;
}
#footer p {
    padding: 0 6px;
}
#ph img {
    border: 0;
    margin-bottom: 10px;
}

ul, ol {
    margin: 0 0 1em 2.5em;
}
#main p {
    margin-bottom: 1em;
}
#content {
    line-height: 1.5em;
    color: #444;
}

#featured div {
    float: left;
    width: 315px;
}
#featured div p {
    padding-right: 6px;
    font-size: 0.8em;
}
#featured div p strong {
    font-size: 1.2em;
}
#featured div a img {
    float: left;
    border: 1px solid #475d99;
    margin-right: 6px;
}

#itemtop div {
    float: left;
    width: 151px;
    list-style-type: none;
    margin: 0 3px;
    text-align: center;
}
#itemtop div div {
    float: none;
    width: 120px;
    height: 56px;
    margin: 3px auto;
    padding: 3px;
    border: 1px solid #475d99;
}
#itemtop img {
    display: block;
    margin: 0 auto;
    border: 0;
}
#itemtop a span {
    display: block;
    height: 1.3em;
    overflow: hidden;
}

div.detail {
    clear: both;
    margin-bottom: 6px;
}
div.detail div.image {
    float: left;
    width: 132px;
    min-height: 92px;
    margin-right: 6px;
    border: 1px solid #475d99;
}
div.detail div.image a {
    display: block;
    width: 120px;
    text-align: center;
    padding: 6px;
}
div.detail div.image a img {
    border: 0;
}
div.detail h3, div.detail p {
    float: right;
    width: 490px;
}
div.detail h3 {
    font-size: 1.2em;
}

.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#content #map_canvas {
    font-size: 1.3em;
    line-height: 1em;
}
#credit_cards{
	background-image: url("img/credit_cards.jpg");
	width: 115px;
	height: 46px;
	float: right;
	margin-right: 125px;
	margin-top: -2px;
}

table.image-holder {
	border-collapse: collapse;
	width: 130px;
	height: 130px;
	float: left;	
}
table.image-holder tr td {
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	border: 1px #475d99 solid;

}
table.image-holder tr td img {
	border: none;
}