body {
	font-size: 100%;
	background-image: url(/assets/images/site_bg.gif);
	background-repeat: repeat-x;
	background-color: #f7e3b2;
	padding: 0px;
	margin: 0px;
	min-width: 764px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#fullheight {
	width: 750px;
	position: relative;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #ffffff;
}

#iconbar {
	width: 750px;
	height: 20px;
	float: left;
	top: 0px;
	right: 10px;
	text-align: right;
	padding: 0;
	margin: 0;
}

.iconbar {
	font-size: 0.4em;
	background-image: url(/assets/images/icon_bg.gif);
	background-repeat: repeat-x;
}

#headerbar {
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

#breadcrumb {
	width: 750px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 7px;
	text-align: left;
}

.breadcrumb {
	background-color: #ffffff;
	color: #717171;
	font-size: 0.7em;
}

.breadcrumb a {
	color: #717171;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #4d227e;
	text-decoration: underline;
}

#navcontainer {
	float: left;
	width: 175px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	color: #494949;
	width: 175px;
	font-size: 0.7em;
	font-weight: bold;
}
		
#navcontainer ul li {
	float: left;
	display: block;
	line-height: 39px;
	vertical-align: bottom;
	width: 175px;
	margin-bottom: 2px;
	text-indent: 4px;
}
		
#navcontainer ul li a {
	border-bottom: 1px solid #717171;
	color: #494949;
	text-decoration: none;
	float: left;
	width: 175px;
}
		
#navcontainer ul li a:hover {
	color: #4d227e;
	border-bottom: 1px solid #717171;
	width: 175px;
}

#navcontainer ul li.subcat{
	float: left;
	display: block;
	line-height: 19px;
	vertical-align: bottom;
	width: 175px;
}
		
#navcontainer ul li.subcat a {
	border-bottom: 1px solid #d0d0d0;
	color: #494949;
	text-decoration: none;
	float: left;
	width: 175px;
	text-indent: 4px;
}
		
#navcontainer ul li.subcat a:hover {
	color: #4d227e;
	border-bottom: 1px solid #d0d0d0;
	width: 175px;
	margin: 0;
}

#navcontainer ul li.tertiary {
	float: left;
	display: block;
	/** Need the first letter of each in the tertiary list to be a capital --- easier than putting it in the php **/
	line-height: 19px;
	text-indent: 0;
	margin-bottom: 2px;
	width: 163px;
	font-size: 1.4em;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li {
	height: 39px;
}

* html #navcontainer ul li.subcat {
	height: 19px;
}

* html #navcontainer ul li.tertiary { 
	height: 19px;
}
/* End */
		
#navcontainer ul li.tertiary a {
	border-bottom: 1px solid #d0d0d0;
	color: #494949;
	text-decoration: none;
	float: left;
	font-weight: normal;
	padding: 0px 4px 0px 10px;
	width: 163px;
}
		
#navcontainer ul li.tertiary a:hover {
	border-bottom: 1px solid #d0d0d0;
	color: #4d227e;
	text-decoration: none;
	float: left;
	font-weight: normal;
	width: 163px;
}

#contentwrapper {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}

.contentwrapper {
	background-color: #ffffff;
}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

#content {
	width: 564px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	text-align: left;
}

.content {
	padding: 0px;
	color: #494949;
	font-size: 0.7em;
}

.content a {
	color: #4d227e;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: #4d227e;
	text-decoration: underline;
	font-weight: bold;
}

.basket {
	font-weight: bold;
}

.basketbutton a{
	color: #494949;
	font-weight: bold;
	background-color: #e6e6e6;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	display: block;
	font-size: 1em;
	text-decoration: none;
}

.basketbutton a:hover {
	color: #4d227e;
	font-weight: bold;
	background-color: #cecece;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	display: block;
	font-size: 1em;
	text-decoration: none;
}

.frmtextbox {
	width: 100%;
	background-color: #ffffff;
	font-size: 1em;
	color: #494949;
	border: 1px solid #d0d0d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.frmtextboxlong {
	width: 150px;
	background-color: #ffffff;
	font-size: 1em;
	color: #494949;
	border: 1px solid #d0d0d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.frmbutton {
	width: 100%;
	background-color: #e6e6e6;
	font-size: 1em;
	font-weight: bold;
	color: #494949;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.frmbuttonshort {
	width: 150px;
	background-color: #e6e6e6;
	font-size: 1em;
	font-weight: bold;
	color: #494949;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

h1 {
	color: #e49100;
	font-size: 1em;
	font-weight: bold;
}

.headings {
	color: #e49100;
	font-weight: bold;
}

.cataloguewrapper {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 5px;
	width: 134px;
	height: 117px;
}

.cataloguewrapper img {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 134px;
	height: 87px;
}

.cataloguewrapper p {
	height: 34px;
	margin-top: -2px;
	margin-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.cataloguewrapper p.productone {
	background-color: #008ca7;
}

.cataloguewrapper p.producttwo {
	background-color: #980031;
}

.cataloguewrapper p.productthree {
	background-color: #056a5d;
}

.cataloguewrapper p.productfour {
	background-color: #db6c3f;
}

.cataloguewrapper p.productfive {
	background-color: #e49100;
}

.cataloguewrapper p.productsix {
	background-color: #cfb993;
}

.cataloguewrapper p.productseven {
	background-color: #ac8971;
}

.cataloguewrapper p.producteight {
	background-color: #4b2985;
}

.cataloguewrapper p a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	top: 3px;
	left: 0px;
	width: 124px;
	height: 34px;
	font-size: 1em;
}

.cataloguewrapper p a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 1em;
}

#contactinfo {
	position: relative;
	padding-top: 15px;
	top: 10px;
	width: 750px;
	height: 50px;
	text-align: center;
	float: left;
}

.contactinfo {
	font-size: 0.6em;
	color: #717171;
	border-top: 1px solid #d0d0d0;
}

.contactinfo a {
	color: #717171;
	text-decoration: underline;
}

.contactinfo a:hover {
	color: #717171;
	text-decoration: underline;
}

.contactheader {
	font-weight: bold;
}

#footer {
	position: relative;
	top: 10px;
	width: 750px;
	height: 36px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.footer {
	font-size: 0.6em;
	color: #717171;
	border-top: 1px solid #d0d0d0;
}

.footer a {
	color: #717171;
	text-decoration: none;
}

.footer a:hover {
	color: #717171;
	text-decoration: underline;
}

.productshort {
	position: relative;
	margin-bottom: 5px;
	width: 538px;
	height: 110px;
	padding: 10px;
}

.productshort img {
	float: left;
	margin-right: 8px;
}

.productshort p a {
	color: #494949;
	font-weight: bold;
	background-color: #e6e6e6;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
	padding: 4px;
}

.productshort p a:hover {
	color: #4d227e;
	font-weight: bold;
	background-color: #cecece;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	width: 100px;
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
}

.productlong {
	float: left;
	width: 546px;
	height: 220px;
}

.productlong img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.productlong p a {
	position: relative;
	bottom: 0px;
	left: 0px;
	color: #494949;
	font-weight: bold;
	background-color: #e6e6e6;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}

.productlong p a:hover {
	color: #4d227e;
	font-weight: bold;
	background-color: #cecece;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}

#productinfo {
	position: relative;
	left: 0px;
	top: 0px;	
	float: left;
	width: 100%;
}

#pagenumbers {
	position: relative;
	left: 0px;
	top: 0px;
	width: 556px;
	text-align: right;
	margin-bottom: 8px;
}

.pagenumbers {
	color: #4d227e;
	font-size: 0.9em;
}

.pagenumbers a {
	color: #4d227e;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

.pagenumbers a:hover {
	color: #e49100;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

.pagenumbers a.selected {
	color: #e49100;
}

.tableheaders {
	background-color: #f5bf39;
	padding: 6px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}

.tableinfo {
	background-color: #d0d0d0;
	padding: 4px;
	border-right: 1px solid #ffffff;
}

.tablesecondary {
	background-color: #fff;
	padding: 0px;
}

#basketprice {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 8px;
}

#basketbuttons {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 8px;
}

#pagebuttons {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 1px;
}

a.pagebuttons {
	text-decoration: none;
	width: 100%;
	color: #494949;
	text-align: center;
	min-width: 75px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #e6e6e6;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	margin-right: 5px;
	text-decoration: none;
}

a.pagebuttons:hover {
	color: #4d227e;
	background-color: #cecece;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	text-decoration: none;
}

div.row {
	clear: both;
	padding-top: 1px;
	width: 100%;
	margin-bottom: 4px;
}

div.row span.label {
	float: left;
	width: 40%;
	text-align: right;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
	color: #e49100;
	font-weight: bold;
}

div.row span.formw {
	margin-left: 5px;
	float: left;
	width: 55%;
	text-align: left;
}

div.row span.full {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}

hr {
	color: #ffffff;
	border-top: 1px solid #d0d0d0;
	height: 1px;
	width: 100%;
}

#bottom {
	width: 100%;
}

input {
	font-size: 0.9em;
	border: 1px solid #d0d0d0;
	color: #494949;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #d0d0d0;
	color: #494949;
}

#searchouter {
	position: relative;
	margin-bottom: 5px;
	width: 548px;
	padding: 5px;
	height: 18px;
}

#searchtitle {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0;
	margin: 0;
	width: 138px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

#searchelements {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	padding: 0;
	margin: 0;
	width: 400px;
	text-align: right;
}

.capitals {
	text-transform: capitalize;
}