@import "menu.css";

html, body {
	background-color: #df6f1d;
	font-family: sans-serif;
	font-size: 90%;
}

#page,
#masthead {
	width: 950px;
	margin: 0 auto;
}

#page {
	background-color: white;
	color: #444;
	border: solid silver 0px;
	position: relative;
}

#header {
	background-color: #df6f1d;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}


#content {
	margin: 0 30px;
	padding-top: 0.5px;
	margin-top: 168px; /* allow for height of header */
}

/* undo all the neat styles for IE6 */
* html #header {
	position: static;
}

* html #menu {
	width: 950px;
}

* html #content {
	margin-top: 0;
}

#menu {
	line-height: 32px;
	border-right: none;
	background: url('../bar/bar.png') no-repeat top center;
	width: 966px;
	height: 34px;
	margin: 0 auto;
}

#menu a {
	/* keep the left/right padding at 10px! The auto-padding script relies on that */
	padding: 8px 10px 8px;
	border-left: none;

	color: black;
}

#menu li + li a {
	border-left: solid white 1px;
	border-left: solid rgba(255, 255, 255, 0.3) 1px;
}

#menu a.selected,
#menu li a:hover {
	background-color: #b8b4b4;
	background-color: rgba(255, 255, 255, 0.3);
	    color: black;
}

#menu ul {
	top: 23px;
	line-height: 1.4em;
	background-color: #e8e8e8;
	border: solid #afa8a8 1px;
}

#menu > li > ul {
	border-top: none;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;

	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#menu ul a {
	padding: 4px 10px;
}

h3 {
	color: #b1662f;
}

h2 {
	color: #000000
}

h1 {
	display: none;
}

#masthead {
	background: url('../images/masthead.png') #df6f1d no-repeat left center;
	height: 125px;
	text-align: right;
	padding: 0px;
	font-size: 80%;
	color: white;
	font-weight: bold;
}

#masthead p {
	margin-top: 0;
}

#footer {
	font-size: 80%;
	color: #000000;
	text-align: center;
	padding: 1em 0;
}

#footer p {margin: 0}

#breadcrumbs {
	padding: 0;
	margin: 1em 0;
	font-size: 85%;
}

#breadcrumbs li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
}

#breadcrumbs li + li::before {
	color: #7C003E;
	content: " \25B8 ";
	padding: 0 8px 0 0;
}

.box {
/*	background-color: #8183A9;*/
	background-color: #e6e5cf;
	color: #003;
	border: ridge 2px silver;
	padding: 15px 15px 0;
	margin-bottom: 1em;
}

.colour_preview {
	width: 80px;
	height: 60px;
	border: solid black 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	float: left;
	margin-right: 15px;

}

.buttons {
	vertical-align: middle;
	text-align: right;	
	margin: 0.5em 0;
}

.buttons a img,
img.button {
	vertical-align: middle;
	border: none;
}

.buttons input {
	vertical-align: middle;
}

.box h3 {
	margin-top: 0;
}

.box.halfwidth {
	width: 42.5%;
	float: left;
	margin: 0 1%;
	clear: none;
}

.price {
	font-size: 16pt;
	font-weight: bold;
	color: #800;
	vertical-align: middle;
	padding-right: 10px;
}

.box .colour {
	width: 320px;
	float: left;
	padding: 8px;
}

.box .colour h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

form p {
	position: relative;
	margin: 5px 0 5px 150px;
}

form p label {
	position: absolute;
	left: -150px;
	width: 140px;
	top: 3px;
}

form p label.required {
	font-weight: bold;
}

form p.help_text {
	font-size: 70%;
}

.diagram {
	display: block;
	margin: 0 auto;
}

#id_width, #id_height {
	width: 5em;
}

.basket .total th {
	text-align: right;
}

input.qty {
	width: 3em;
}

form p.note {
	margin: 1em 0;
}

ul.errorlist {
	color: #800;
	list-style: url('../images/error_bullet.png') square;
	font-size: 90%;
	margin: 0 0 1.5em 170px;
	padding-left: 0;
}

form .box {
	padding-bottom: 15px;
}

.icon {
	vertical-align: middle;
}

dl {
	font-size: 80%;
}

dl dt {
	float: left;
	font-weight: bold;
	width: 200px;
	clear: left;
}

dl dd {
	margin-left: 215px;
	margin-bottom: 0.3em;
}

.box a, table a {color: black}
.box a:visited, table a:visited {color: #470047}

a {
	color: #000000;
}

a:visited {
	color: #000000;
}
