/* CSS by Matt Hinchliffe > www.forum-design.co.uk */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
html, body {
	background: #f2f2f2;
	color: #000;
	font-size: 11pt;
	}
	
/* --- Layout --- */
#wrapper1 {
	width: 100%;
	background-color: #fff;
	background-image: url(topfade.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 0 0;
	}
	
.contain {
	margin: 0 auto;
	width: 80%;
	min-width: 760px;
	}
	
#top {
	width: 100%;
	clear: both;

	}
#top ul {
	float: left;
	}
#top ul li {
	float: left;
	list-style: none;
	}
#top span {
	float: right;
	}

#content {
	clear: both;
	width: 100%;
	padding: 5px 0 12pt 0;
	}
	
#wrapper2 {
	width: 100%;
	background-image: url(bottomfade.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 12pt 0 0;
	}
	
#wrapper2 .contain div {
	float: left;
	width: 31.7%;
	margin-right: 2%;
	}
#wrapper2 .contain div.right {
	float: right;
	margin-right: 0;
	}
#wrapper2 .contain div.right ul li {
	list-style: none;
	}
#wrapper2 .contain div.right li a {
	display: block;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	padding: 4pt 0;
	}
#wrapper2 .contain div.right li a:hover {
	border-color: #aaa;
	}
	
#bMenu {
	display: none;
	}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 9pt;
	color: #555;
	padding: 10pt 0;
	}
	
/* --- photos --- */
#breadcrumb {
	font-size: 14pt;
	font-weight: 500;
	margin: 0 10pt 10pt 0;
	}
	
#thumbs div {
	float: left;
	display: table;
	margin: 5px;
	height: 140px;
	}
#thumbs a img {
	background-color: #F3F3F3;
	padding: 4px;
	border: 1px solid #666;
	}
#thumbs a:hover img {
	background-color: #CFDDEB;
	border-color: #000;
	}
#portfolio {
	margin: 0 auto;
	text-align: center;
	}
	
/* --- basket styles --- */
#basket {
	clear: both;
	width: auto;
	}
#basket p {
	text-align: right;
	padding: 4pt;
	margin: 0;
	border: 1px solid #ddd;
	}
#basket p.add {
	background-color: #E2F3E3;
	}
#basket p.delete {
	background-color: #FCDEDC;
	}
#viewbasket {
	}
#viewbasket form {
	display: inline;
	}
#viewbasket button {
	display: inline;
	}
.quantity {
	color: #555;
	font-weight: normal;
	}
.price {
	color: #ff0000;
	font-weight: normal;
	}

/* --- form styles --- */
input[type="text"], textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 4px;
	font-size: small;
	width: 370px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	}
input[type="text"]:focus, textarea:focus { 
	color: #000;
	background-color: #fff; 
	border: 1px solid #000;
	}
input#imgno {
	width: 50px;
	}

textarea {
	height: 12em;
	}
input[type="radio"] {
	background-color: transparent;
	}

button {
	background-color: #1156BD;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
	margin: 10pt 0 0;
	padding: 4px;
	display: block;
	cursor: pointer;
	}
button#purchase {
	border: none;
	background: none;
	padding: 0;
	display: inline;
	}

label {
	display: block;
	font-weight: bold;
	margin: 10pt 0 0;
	}
	
button, thead {
	background-image: url(bg.png);
	}
