/* Reset */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}



/* Holding */

body {
	background-color: #fff;
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
}

a:visited, a:link {
	color: #000;
	text-decoration: none;
}

a:active, a:hover {
	color: #ccc;
}

h1, h2 {
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	height: 33px;
}

h2 {
	height: 45px;
}

.col-1, .col-2, .col-3 {
	float: left;
	width: 189px;
	margin-right: 7px;
}

.lower {
	text-transform: lowercase;
}

#wrap {
	width: 969px;
	margin: 7px;
}

#header, #main, #footer, #header ul {
	float: left;
	width: 969px;
}

#header li {
	float: left;
}

#header li a, #nav-opening {
	display: block;
	height: 10px;
	background: url('../images/nav-bg.png') no-repeat;
	height: 0;
	font-size: 1em;
	padding-top: 10px;
	text-indent: -2000px;
	overflow: hidden;
}

#header li#nav-opening { width: 100px;}

#header li#nav-collections {width: 113px; margin-left: 598px;} 
#header li#nav-collections a {width: 113px; background-position: -698px 0;}
#header li#nav-collections a:hover {background-position: -698px -11px;}

#header li#nav-about {width: 86px;}
#header li#nav-about a {width: 86px; background-position: -811px 0;}
#header li#nav-about a:hover {background-position: -811px -11px;}

#header li#nav-enquiries {width: 72px;}
#header li#nav-enquiries a {width: 72px; background-position: -897px 0;}
#header li#nav-enquiries a:hover {background-position: -897px -11px;}

#logo {
	display: block;
	width: 44px;
	padding: 31px 0 6px 0;
}

#main p {
	margin-bottom: .9em;
}

#contact {
	float: left;
	min-height: 166px;
}

label { display: block; padding-bottom: 4px; }
input.text {
	padding: 2px 1px 2px 1px;
	margin-left: 0;
	border-width: 0;
	background-color: #e5e5e5;
}


#footer { padding-bottom: 7px; }


#footer a:visited, #footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #ccc;
}

#footer p {
	color: #666;
	font-size: 9px;
}

#comme-logo {
	float: right;
}




