/* -- debug -- */
pre {
	font: 1.2em "Courier New",Courier;
	text-align: left;
}

/* -- reset styles -- */
a,abbr,body,button,fieldset,form,h1,h2,h3,h4,h5,h6,img,label,legend,li,ol,p,td,th,ul {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

input,select,textarea {
	margin: 0;
}

/* -- base styles -- */
body,input,select,td,th,textarea {
	color: #555;
	font: 62.5% Arial,Helvetica,sans-serif;
}

body {
	background: url(/img/background.png) #fff repeat-y 50% 0;
	line-height: 1;
	text-align: center; /* IE fix */
}

body.general {
	background-image: url(/img/backgroundgeneral.png);
}

/* -- headings -- */
h2,h3 {
	color: #000;
	font-weight: bold;
}

h2 {
	font-size: 2.1em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

/* -- paragraphs, lists, tables & anchors -- */
p,li,td,th {
	font-size: 1.1em;
	line-height: 1.3;
}

p,ol,ul {
	margin-bottom: 1.4em;
}

ol,ul {
	margin-left: 1.6em;
}

li {
	margin-bottom: 0.2em;
}

li li {
	font-size: 1em;
}

a {
	color: #519cba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* -- horizontal rule, forms, clearfix & content hide -- */
hr {
	display: none;
}

input,select,textarea {
	color: #000;
	font-size: 1em;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.hide {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1em;
}

/* -- layout general -- */
#page {
	margin: 0 auto;
	text-align: left; /* IE fix */
	width: 931px; /* 1px wider to snap background faux columns into alignment */
}

#panel-intro,
#panel-general,
#panel-01,
#panel-02,
#panel-03 {
	float: left;
	padding-top: 80px;
	width: 219px;
}

#panel-intro,
#panel-01,
#panel-02 {
	padding-right: 16px;
}

#panel-general,
#panel-01,
#panel-02,
#panel-03 {
	background: url(/img/dashline.png) no-repeat 0 100%;
	height: 560px;
}

/* -- panel intro -- */
#panel-intro h1 {
	background: url(/img/header.png) no-repeat 8px 2px;
	display: block;
	height: 74px;
	margin: 0;
}

#panel-intro p {
	margin: 0;
	margin-left: 5px;
}

#panel-intro .intro {
	background: url(/img/intro.png) no-repeat 0 4px;
	display: block;
	height: 94px;
}

#panel-intro .desc {
	display: inline; /* fixes IE6 double margin float bug */
	float: left;
	width: 212px;
}

#panel-intro div {
	float: left;
	height: 187px; /* this <div> gives height to the top of the panel and pushes down the .logo below it */
	width: 1px;
}

#panel-intro .logo {
	background: url(/img/logo.png) no-repeat 0 0;
	clear: left;
	display: block;
	height: 205px;
	margin: 0;
	position: relative;
}

#panel-intro .logo a {
	height: 28px;
	outline: 0; /* stop marching ants around anchor when clicked */
	position: absolute;
}

#panel-intro .logo a span {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1em;
}

#panel-intro .logo .shop {
	background: url(/img/hover/shop.png) no-repeat 0 0;
	left: 14px;
	top: 8px;
	width: 190px;
}

#panel-intro .logo .blog {
	background: url(/img/hover/blog.png) no-repeat 0 0;
	left: 50px;
	top: 50px;
	width: 118px;
}

#panel-intro .logo .email {
	background: url(/img/hover/email.png) no-repeat 0 0;
	height: 20px;
	left: 50px;
	top: 174px;
	width: 154px;
}

#panel-intro .logo a:hover {
	background-position: 0 -28px;
}

/* -- panel general -- */
#panel-general {
	background-image: url(/img/dashlinegeneral.png);
	padding-left: 9px;
	width: 680px;
}

/* -- scroll box mechanics -- */
.scrollbox,
.scrollbox-mini {
	height: 532px;
	position: relative;
}

.scrollbox-mini {
	height: 152px;
}

.scrollbox .viewport,
.scrollbox-mini .viewport {
	height: 528px;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 2px;
	width: 219px;
}

.scrollbox-mini .viewport {
	height: 148px;
}

/* -- scroll box javascript mechanics -- */
.js .scrollbox-enabled {
	background-image: url(/img/scrollbar.png);
	background-repeat: no-repeat;
}

.js .scrollbox {
	background-position: 203px 2px;
}

.js .scrollbox-mini {
	background-position: -33px 2px;
}

.js .scrollbox .viewport,
.js .scrollbox-mini .viewport {
	overflow: hidden;
	width: 200px;
}

.scrollbox .panel,
.scrollbox-mini .panel {
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

.scrollbox .scrollbarframe,
.scrollbox .scrollbarframe .scrollbar,
.scrollbox-mini .scrollbarframe,
.scrollbox-mini .scrollbarframe .scrollbar {
	cursor: pointer;
	position: absolute;
	width: 10px;
}

.scrollbox .scrollbarframe,
.scrollbox-mini .scrollbarframe {
	height: 502px;
	left: 205px;
	top: 4px;
}

.scrollbox-mini .scrollbarframe {
	height: 122px;
}

.scrollbox .scrollbarframe .scrollbar,
.scrollbox-mini .scrollbarframe .scrollbar {
	background: #fff;
	height: 60px;
	left: 0;
	top: 0;
}

.scrollbox .scrollup,
.scrollbox .scrolldown,
.scrollbox-mini .scrollup,
.scrollbox-mini .scrolldown {
	cursor: pointer;
	height: 9px;
	left: 203px;
	position: absolute;
	width: 14px;
}

.scrollbox .scrollup {
	top: 510px;
}

.scrollbox .scrolldown {
	top: 521px;
}

.scrollbox-mini .scrollup {
	top: 130px;
}

.scrollbox-mini .scrolldown {
	top: 141px;
}

/* -- far right panel mini box divider -- */
#panel-03 .boxdivider {
	background: url(/img/dashline.png) no-repeat 0 3px;
	padding-top: 18px;
}

/* -- home page headings -- */
#panel-01 h2,
#panel-02 h2,
#panel-03 h2 {
	background: url(/img/headings.png) no-repeat 0 0;
	display: block;
	height: 23px;
	margin: 0;
	width: 219px;
}

h2#look {
	background-position: 0 -20px;
}

h2#news {
	background-position: 0 -60px;
}

h2#subscribe {
	background-position: 0 -100px;
}

h2#stockists {
	background-position: 0 -140px;
}

h2#markets {
	background-position: 0 -180px;
}

/* -- footer -- */
#footer {
	clear: both;
	padding: 1em 8px 2em 0; /* 6px right padding to trim footer text inline with grey rightmost column (it's slightly out with IE6) */
	text-align: right;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer ul li {
	margin: 0;
}


