body, html
	{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #5B3D30;
	}
	
h2
	{
	margin: 0 0 35px;
	font-size: 20pt;
	font-weight: normal;
	color: #AE8642;
	}
	
h3
	{
	margin: 0 0 15px 0;
	font-size: 11pt;
	font-weight: normal;
	color: #AE8642;
	}
	
p
	{
	margin: 0 0 20px 0;
	}
	
ul, ol
	{
	list-style-position: outside;
	margin-left: 18px;
	}
	
li
	{
	margin-top: 7px;
	}

a
	{
	color: #5B3D30;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
form
	{
	width: 600px;
	}

label
	{
	float: left;
	width: 145px;
	}
	
label.long
	{
	width: 445px;
	}


input, select
	{
	display: block;
	margin: 0 0 15px 0;
	width: 450px;
	border: 1px solid #AE8642;
	}
	
textarea
	{
	width: 597px;
	height: 100px;
	border: 1px solid #AE8642;
	margin: 0 0 15px 0;
	}

input[type='checkbox']
	{
	width: auto;
	}
	
input[type="submit"]
	{
	width: 35px;
	height: 17px;
	float: right;
	background: url(../images/site/send.png);
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	}
	
input.button
	{
	display: inline;
	width: auto;
	height: 17px;
	float: none;
	color: #AE8642;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 0;
	border: 1px solid #AE8642;
	background: none;
	}
	
input.button:hover
	{
	color: #fff;
	background: #AE8642;
	}	
	
	
/*-------------------------------------------------------------------------------------	
   SITE WIDE
-------------------------------------------------------------------------------------*/	

#container
	{
	position: relative;
	width: 890px;
	margin: 31px auto;
	}
	
#header
	{
	width: 100%;
	height: 47px;
	margin: 0 0 39px;
	}
	
#logo
	{
	float: left;
	width: 175px;
	height: 43px;
	background: url(../images/site/logo.jpg?123) no-repeat;
	}

#logo a
	{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	}
	
#navlist
	{
	width: 700px;
	height: 42px;
	margin: 0 0 0 173px;	
	}
	
#navlist li
	{
	display: inline;
	float: left;
	margin-top: 0;
	}
	
#navlist a
	{
	display: block;
	height: 42px;
	background: url(../images/site/nav.gif);
	text-indent: -9999px;
	overflow: hidden;
	}
	
#navlist .aboutus a
	{
	background-position: 0 0;
	width: 112px;
	}

#navlist .aboutus a:hover, #navlist .aboutus.selected a
	{
	background-position: 0 -42px;
	}
	
#navlist .shops a
	{
	background-position: -112px 0;
	width: 107px;
	}

#navlist .shops a:hover, #navlist .shops.selected a
	{
	background-position: -112px -42px;
	}
	
#navlist .products a
	{
	background-position: -220px 0;
	width: 118px;
	}

#navlist .products a:hover, #navlist .products.selected a
	{
	background-position: -220px -42px;
	}
	
#navlist .news a
	{
	background-position: -339px 0;
	width: 104px;
	}

#navlist .news a:hover, #navlist .news.selected a
	{
	background-position: -339px -42px;
	}
	
#navlist .careers a
	{
	background-position: -443px 0;
	width: 123px;
	}

#navlist .careers a:hover, #navlist .careers.selected a
	{
	background-position: -443px -42px;
	}
	
#navlist .contactus a
	{
	background-position: -566px 0;
	width: 121px;
	}

#navlist .contactus a:hover, #navlist .contactus.selected a
	{
	background-position: -566px -42px;
	}

#errormessage
	{
	margin: 0 0 10px 0;
	padding: 10px 10px 1px;
	background-color: #fcc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	}

.clear
	{
	display: block;
	clear: both;
	height: 1px;
	margin: 0 0 45px;
	}	
	
.right
	{
	float: right;
	margin: 0 0 15px 15px;
	}
	
.left
	{
	float: left;
	margin-right: 0 15px 15px 0;
	}
	
/*-------------------------------------------------------------------------------------	
	SIDEBAR
-------------------------------------------------------------------------------------*/

#sidebar
	{
	float: left;
	width: 173px;
	}
	
#sidebar a
	{
	color: #fff;
	text-decoration: none;
	}

#signin
	{
	width: 126px;
	height: 69px;
	margin: 0 0 15px;
	padding: 5px;
	background: url(../images/site/signinbox.gif);
	font-size: 11px;
	color: #fff;
	}

#newsletterbox a
	{
	display: block;
	width: 136px;
	height: 50px;
	margin: 0 0 15px;
	background: url(../images/site/newsletterbox.gif);
	text-indent: -9999px;
	overflow: hidden;
	}
	
#downloadsbox a
	{
	display: block;
	width: 136px;
	height: 35px;
	margin: 0 0 15px;
	background: url(../images/site/downloads.gif);
	text-indent: -9999px;
	overflow: hidden;
	}

#searchbox
	{
	position: relative;
	width: 126px;
	height: 40px;
	margin: 0 0 15px;
	padding: 27px 5px 0;
	background: url(../images/site/searchbox.gif);
	font-size: 11px;
	color: #fff;
	}
	
#searchbox form
	{
	width: 114px;
	}

#searchbox input
	{
	margin: 0;
	}
	
#sidebar input[type='text']
	{
	display: inline;
	width: 94px;
	height: 13px;
	font-size: 10px;
	border: none;
	}
	
#sidebar input[type='password']
	{
	width: 68px;
	height: 13px;
	font-size: 10px;
	}
	
#sidebar input[type='submit']
	{
	display: inline;
	width: 13px;
	height: 15px;
	background: url(../images/site/searchsubmit.png);
	text-indent: -9999px;
	overflow: hidden;
	}
	
#sidebar span
	{
	margin: 0;
	}
	
/*-------------------------------------------------------------------------------------	
	MAIN
-------------------------------------------------------------------------------------*/

#main
	{
	width: 721px;
	margin: 0 0 0 172px;
	}
	
#maincontent
	{
	min-height: 300px;
	}
	
/*-------------------------------------------------------------------------------------	
	FOOTER
-------------------------------------------------------------------------------------*/

#footernav
	{
	margin: 100px 0 0;
	border-bottom: 1px solid #AE8642;
	clear: both;
	}
	
#footernavlist
	{
	display: block;
	width: 555px;
	margin: 5px 0;
	}
	
#footernavlist li
	{
	display: inline;
	font-size: 12px;
	margin: 0 30px 0 0;
	}
	
#footernavlist li a
	{
	color: #AE8642;
	text-decoration: none;
	}
	
#copyright
	{
	float: right;
	margin: 5px 0 30px;
	font-size: 10px;
	line-height: 1.2em;
	color: #AE8642;
	}
	
	
	
	
	
/*-------------------------------------------------------------------------------------	
	HOME
-------------------------------------------------------------------------------------*/

.product, .newsitem
	{
	float: left;
	width: 132px;
	margin: 0 15px 15px 0;
	font-size: 11px;
	}

.product p
	{
	font-size: 9px;
	}
	
.product.last, .newsitem.last
	{
	margin: 0;
	}
	
	
/*-------------------------------------------------------------------------------------	
	PRODUCTS
-------------------------------------------------------------------------------------*/

#breadcrumb
	{
	width: 721px;
	height: 22px;
	margin: 0 0 15px 0;
	font-size: 10px;
	background: url(../images/site/breadcrumbbg.png) no-repeat;
	}

#breadcrumb .homeicon a
	{
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/site/homeicon.png);
	text-indent: -9999px;
	overflow: hidden;
	}
#breadcrumb img
	{
	display: block;
	float: left;
	margin: 3px 0 0;
	}
		
#breadcrumb span
	{
	display: block;
	float: left;
	margin: 4px 10px 0 9px;
	}
	
#breadcrumb a
	{
	color: #5B3D30;
	text-decoration: none;
	}
	
#breadcrumb a:hover
	{
	text-decoration: underline;
	}

/* CATEGORIES */
.category, .subcategory
	{
	float: left;
	width: 356px;
	height: 122px;
	margin: 16px 4px 0 0;
	color: #5B3D30;
	font-size: 9px;
	border: 1px solid #AE8642;
	overflow: hidden;
	}
	
.omega
	{
	margin-right: 0;
	}
	
.category h4, .subcategory h4
	{
	margin: 3px 5px;
	font-weight: normal;
	}

.category img, .subcategory img
	{
	display: block;
	min-width: 356px;
	min-height: 103px;
	background: #AE8642;
	}
	
/* SUB-CATS */
.subcategory
	{
	width: 175px;
	height: 122px;
	}

.subcategory img
	{
	min-width: 175px;
	}
	
/* PRODUCT GROUPS */
#subcatnav
	{
	height: 25px;
	margin: -10px 0 30px;
	}
	
#prevsubcat, #nextsubcat
	{
	float: left;
	font-size: 10px;
	}

#subcatnav img
	{
	display: block;
	float: left;
	margin: 4px 0 0;
	}
	
#subcatnav span
	{
	display: block;
	float: left;
	margin: 4px 7px 0;
	color: #AE8642;
	}
	
#subcatnav span:hover
	{
	text-decoration: underline;
	}
		
#nextsubcat, #nextsubcat img
	{
	float: right;
	}

.productgroup
	{
	color: #AE8642;
	margin: 0 0 30px 0;
	min-height: 126px;
	}

.productgroup img
	{
	float: left;
	width: 210px;
	height: 126px;
	}
	
.productgroup table
	{
	width: 500px;
	margin-left: 220px;
	}

.productgroup th, .productgroup td
	{
	font-size: 10.5px;
	font-weight: normal;
	padding: 2px;
	border-right: 1px solid #AE8642;
	}

.productgroup td
	{
	border-top: 1px solid #AE8642;
	}

.productgroup th.last, .productgroup td.last
	{
	border-right: none;
	}

.productgroup th.name
	{
	width: 199px;
	}

.productgroup th.code
	{
	width: 43px;
	}

.productgroup th.weight
	{
	width: 80px;
	}

.productgroup th.units
	{
	width: 55px;
	}

.productgroup th.boxes
	{
	width: 99px;
	}
	
.productgroup td.data
	{
	color: #5B3D30;
	}
	
	
/*-------------------------------------------------------------------------------------	
	NEWS
-------------------------------------------------------------------------------------*/

.newsitem
	{
	border: 1px solid #AE8642;
	}
	
	
/*-------------------------------------------------------------------------------------	
	CAREERS
-------------------------------------------------------------------------------------*/
	
#careerform input.address
	{
	height: 75px;
	}

#careerform #cvfilename
	{
	float: right;
	margin-right: 10px;
	padding: 1px 4px;
	background: #fee;
	}
	
#careerform #cvfilename.ready
	{
	background: #efe;
	}
	
#careerform #uploadcv
	{
	width: 63px;
	height: 17px;
	overflow: hidden;
	margin: 0 15px 0 0;
	float: right;
	background: url(../images/site/uploadcv.png);
	cursor: pointer;
	text-indent: -9999px;
	}
	
#careerform input[type='file']
	{
	opacity: 0;
	}
	
		
/*-------------------------------------------------------------------------------------	
	CONTACT US
-------------------------------------------------------------------------------------*/

#offices
	{
	float: left;
	}
	
#offices a
	{
	color: #5B3D30;
	}
	
#offices a.selected
	{
	color: #AE8642;	
	}

#contactform
	{
	width: 215px;
	margin-left: 374px;
	}
	
#contactform input, #contactform textarea
	{
	width: 213px;
	}

#contactform input[type='submit']
	{
	width: 35px;
	}

/*-------------------------------------------------------------------------------------	
	CMS
-------------------------------------------------------------------------------------*/

#loginform
	{
	width: 238px;
	}
	
#loginform label
	{
	width: 85px;
	}
	
#loginform input[type="text"], #loginform input[type="password"]
	{
	width: 150px;
	}

#working
	{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	background: #AB8139;
	color: #fff;
	padding: 7px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	}
	
#sidebar a
	{
	color: #5B3D30;
	}
	
#sidebar a.selected
	{
	color: #AE8642;	
	}
	
ul.categorylist, ul.productlist, ul.pagelist
	{
	margin: -10px 0 20px;
	list-style: none;
	}

.handle
	{
	cursor: pointer;
	}
	
#jumptoform
	{
	width: 490px;
	}
	
.mceEditor
	{
	display: block;
	margin: 15px 0;
	clear: both;
	}
	
.admin textarea
	{
	height: 300px;
	}
	
.admin img
	{
	margin: 0 0 15px 145px; 
	}

#date
	{
	width: 100px;
	}
