html {
	height:100%;
}

body {
	background: url('images/body.png') top left repeat-x;
	height:100%;
}

a {
	color:#cc0000;
}

a:visited {
	color:#990000;
}

a:hover, a:active {
	color:#ff5555;
}


#page-top {
	margin:0 auto;
	width:990px;
	background:url('images/page-top.png') top no-repeat;
	background-color:white;
}

#page-right {
	background:url('images/page-right.png') top right no-repeat;
}

#page-bottom {
}

#page-left {
	background:url('images/page-left.png') top left no-repeat;
	padding-top:12px;
}


#page-inner {
	min-height:600px;
	//background:#FFFFFF;
}

#header {
	height:107px;
	border-bottom:1px solid #000000;
	margin-bottom:18px;
}

#logo a {
	display:block;
	clear:none;
	height:107px;
	width:522px;
	background:url('images/logo.png') bottom left no-repeat;
}

#logo a span {
	display:none;
}

#picturestrip {
	height:90px;
	margin-top:4px !important;
	margin-bottom:14px !important;
}

#picturestrip div {
	line-height:90px;
	vertical-align:absmiddle;
}

#footer {
	background:url('images/footer.png') top right no-repeat;
	padding-top:30px;
}

h2 {
	font-family:clarendon;
	color:#CC0000;
	font-size:2.749em;
	line-height:1.091;
	margin-bottom:0.5455em;
	white-space:normal;

}

h3 {
	white-space:normal;
}

h4 {
	font-weight:bold;
}

#cart {
	height:75px;
}

#content {
	overflow:hidden;
}

#topmenu ul {
	list-style: none outside;
	margin:0;
	height:33px;
}

#topmenu li {
	display:block;
	float:left;
	clear:none;
	margin:0;
}

#topmenu a {
	font-family:clarendon;
	display:block;
	font-size:1.833em;
	line-height:1.449em;
	padding-top:7px;
	height:26px;
	color:#CC0000;
	text-decoration:none;
	text-align:center;
}

#topmenu li.active a {
	background:#cc0000;
	color:#ffffff;
}

#topmenu a#menu-topnav-home {
	width:99px;
}

#topmenu a#menu-topnav-contact {
	width:157px;
}

#topmenu a#menu-topnav-search {
	width:110px;
}

#leftmenu ul {
	list-style: none outside;
	margin:0;
	padding:0;
	margin-bottom:1.5em;
}

#leftmenu ul ul {
	margin-bottom:0;
	margin-left:1.7em;
}

#leftmenu li {
	margin:0;
	padding:0;
}

#leftmenu li a {
	background:#cccccc;
	color:#000000;
	display:block;
	padding-left:7px;	
	text-decoration:none;
	font-size:1.2em;
	margin-bottom:3px;
}
	
#leftmenu li.active a {
	background:#cc0000;
	color:#ffffff;
}

#leftmenu li.active li a {
	background:#cccccc;
	color:#000000;
}

#leftmenu li.active li.active a {
	background:#cc0000;
	color:#ffffff;
}


#leftmenu #menu-catalogue-attributevalue-wild-west-show {
	font-family:clarenden;
	font-size:1.4em;
	padding-top:7px;
	height:17px;
}	

.box {
	background:#5a5a58;
	color:#ffffff;

}

.box * {
	color:#ffffff;
}

/******ICONS*******/
.icon-18 {
	padding-top:18px;
	padding-right:18px;
	background-image:url('images/icons-18.png') no-repeat;
	line-height:0px;
	font-size:0px;
	width:0;
	height:0;	
}

.icon-18-cart {
	background-position:0 0;
}

.icon-18-arrow-right {
	background-position:18px 0;
}

dl {
	width:100%;
}

textarea {
	height:126px;
}

/**** PRODUCT LIST VIEW *****/
.product-list-item h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	margin:0;
	color:#C00;
	font-weight:bold;
}

.product-list .pricetag {
	margin-bottom:1.5em;
	height:1.833em;
	background:#CCC;
	padding:0 4px;
}

.product-list .pricetag a.read-more {
	display:block;
	float:left;
	clear:none;
	width:5em;
	height:1.833em;
	line-height:1.833em;
	margin-right:2em;
}

.product-list .pricetag .price {
	display:block;
	float:right;
	clear:none;
	line-height:1.833em;
}

.product-list .pricetag .add-to-cart { 
	display:block;
	float:left;
	clear:none;
	margin-left:2em;
	height:1.833em;
	width:3em;
}

.product-list .pricetag .add-to-cart span {
	display:none;
}

#jquery-overlay {
	position:fixed !important;
}

.catalogue-add-to-quote-button {
	background:url("images/add-to-cart-small-redback.png") no-repeat scroll 2px 1px #CC0000;
	border:medium none;
	font-size:0.001em;
	height:22px;
	line-height:0;
	margin:0;
	padding:0;
	width:36px;
	margin-left:2em;
	cursor:pointer;
}

#flash-messenger {
	background:#DDDDDD;
	color:black;
	font-weight:bold;
	text-align:center;
}

#flash-messenger ul {
	margin:0;
	padding:4px;
	list-style-type:none;
}

form dl dt, form dl dd {
	line-height:3em;
}

form dl dd p {
	line-height:1.5em;
}

input[type=checkbox], input[type=radio] {
	
}

form dl dd {
	margin-top:-3em;
	margin-left:12em;
	
}

form dl dt {
	margin-left:1.5em;
}

form dl dd label {
	font-weight:normal;
}

form ul.errors {
	line-height:1.5em;
	margin-bottom:0;
	margin-left:-8em;
	color:#CC0000;
	list-style-image:url('/icons/cross.png');
}

.purwood-actions {
	background:#DDD;
	border:1px solid #999;
	padding:10px;
	margin-top:1em;
}


#cart .navigation {
	float:left;
	clear:none;
	list-style-type:none;
	width:50%;
	margin:0;
	padding:0;
}

#cart .navigation li {
	clear:both;
}

#cart .cart-detail {
	float:left;
	clear:none;
	width:50%;
	margin:0;
	padding:0;
<<<<<<< .mine
}

ul.progress {
	float:left;
	clear:both;
	margin-left:0;
	background:#EEEEEE;
	width:100%;
}

ul.progress li {
	float:left;
	clear:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0.4em 22px;
	background:#EEEEEE url('/icons/arrow_right.png') right 50% no-repeat;
}

ul.progress li.title {
	padding:0.4em;
	font-weight:bold;	
	background:transparent;
}

ul.progress li.current {
	background-image:url('/icons/pencil.png');
	font-weight:bold;
	font-style:italic;
}
ul.progress li.future {
	background-image:url('/icons/bullet_red.png');
	font-style:italic;
}
ul.progress li.past {
	background-image:url('/icons/tick.png');
	font-style: italic;
}

input.is-error {
	border:1px solid #cc0000;
	color:#cc0000;
	background:#FFFF00;
=======
}

ul.progress {
	float:left;
	clear:both;
	margin-left:0;
	background:#EEEEEE;
	width:100%;
}

ul.progress li {
	float:left;
	clear:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0.4em 22px;
	background:#EEEEEE url('/icons/arrow_right.png') right 50% no-repeat;
}

ul.progress li.title {
	padding:0.4em;
	font-weight:bold;	
	background:transparent;
}

ul.progress li.current {
	background-image:url('/icons/pencil.png');
	font-weight:bold;
	font-style:italic;
}
ul.progress li.future {
	background-image:url('/icons/bullet_red.png');
	font-style:italic;
}
ul.progress li.past {
	background-image:url('/icons/tick.png');
	font-style: italic;
}

.paginationControl a {
	text-decoration:none;
}

.paginationControl .page {
	padding:0 0.4em;
}

.paginationControl a.page {
	color:white;
	background:#CC0000;
}