/*	Cheshire Plastics Ltd		*/
/*	Author: Andy Burn			*/
/*	andy@aburn.co.uk			*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
}

a, a:visited {
	text-decoration: none;
}

/*	Main page	*/
.wrapper {
	width: 750px;
	margin: 10px auto;
	border: 2px solid #c0c0c0;
	background-color: #fffff9;
}

/*	Main menu	*/
.menu {
	font-size: small;
	background-color: #0070a0;
	margin: 0;
	padding: 2px 10px;
	text-align: right;
	color: white;
}

.menu a, .menu a:visited {
	color: white;
}

.menu a:active, .menu a:hover {
	color: silver;
}

/*	Main stuff	*/
h1 {
	margin: 10px auto 10px 10px;
	width: 500px;
	background-color: #3ad;
	border: 1px solid #0070a0;

	color: white;
	font-size: large;
	padding: 3px 10px;
}

.intro {
	padding: 0 10px;
}

.item, .contacts {
	padding: 0;
}

.item p, .contacts p {
	padding: 0 20px;
}

.item h2, .contacts h2 {
	border: 1px solid black;
	border-width: 1px 0;
	font-size: large;
	font-weight: normal;
	font-family: helvetica;
	background-color: #bdf;
	color: #005;
	padding: 2px 10px;
}

.footer {
	text-align: center;
	background-color: #eef;
	border-top: 1px solid #ccc;
	padding: 2px 0;
	margin: 0;
}

table {
	margin: 10px;
}

img {
	border: none;
	padding: 5px;
}

.hide {
	display: none;
}

li {
	margin: 5px 0;
}

table.equip td, table.equip th {
	vertical-align: top;
	padding-bottom: 10px;
}

table.equip th {
	padding-right: 8px;
	text-align: right;
}

div.item table {
	font-size: small;
	width: 730px;
}

div.item table th {
	background-color: #eef;
	border: 1px solid #ccd;
}

div.item table td {
	padding: 0 15px;
}

div.item table td.quantity {
	text-align: right;
}

div.item table td.spacer {
	font-size: 0.1em;
	margin: 0;
	padding: 0;
}

div.contacts table th {
	text-align: right;
	padding-right: 15px;
}

div.contacts {
	margin-top: 20px;
}

ul ul {
	list-style-type: none;
}

.indent {
	margin-left: 30px;
}