/*-----------------------------------------------------------------------
//
//	Rubber Box Co Ltd
//
//	by Rubber Box - http://www.rubberbox.co.uk
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 11px Helvetica, Verdana, Arial, Sans-Serif;
	color: #000000;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	padding: 10px;
}

#top, #banner, #home-shelf, .quick-link, #footer-container, #advert, #request-quote, #image-style1, #image-style2, #sign-up, #contact-form {
	display: none;
}

#home-shelf, #home-shelf .thumbnail, #home-shelf .end-thumbnail, #products, #products .thumbnail, #products .end-thumbnail {
	float: left;
}

/* Layouts */

#text-style1, #text-style2, #text-style3, #text-style4, .quick-link {
	float: left;
}

#text-style1, #text-style2, #text-style3, #text-style4 {
	padding: 5px 0px;
	width: 100%;
}

#text-style1 p, #text-style2 p, #text-style4 p, #text-style2 ul {
	padding: 5px 0px;
}

#text-style1 p, #text-style2 p, #text-style4 p, #text-style2 ul {
	font-size: 12px;
	line-height: 18px;
}

#text-style2 li {
	list-style-type: none;
}

/* Products */

#products {
	padding: 5px 0px;
	width: 100%;
}

#products .thumbnail img {
	width: 100px;
	padding: 4px;
	margin-bottom: 3px;
}

#products .thumbnail {
	width: 110px;
	text-align: center;
	margin: 2px 0px;
}

#products p {
	padding: 5px 0px;
	line-height: 15px;
}

#productContainer {
	float: left;
	width: 100%;
}

#product-text, #product-image {
	float: left;
}

#product-text {
	width: 100%;
	padding: 5px 0px
}

#product-image img {
	padding: 4px;
}

/* Site Map */

#site-map {
	float: left;
}

#site-map {
	padding: 5px 0px; 
	width: 100%;
	line-height: 18px;
}

#site-map ul {
	list-style-type: none;
}

.section {
	font-weight: bold;
}

/* Headings */

h1, h2, h3, h4 {
	font-weight: normal;
	padding: 5px 0px;
}

h1 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

h2 {
	clear: left;
	font-size: 18px;
	padding: 5px 0px;
}

h3 {
	font-size: 16px;
}