/* 03-03-10 15:00 */

/* @group Normalise */

/* Eric Meyers Reset CSS rules */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, content, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end Reset CSS rules */


/* @end */

/* @group Layout */

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* ------------------------- Styling ------------------------- */

header,footer,article,section,hgroup,nav,figure {
/* Giving a display value to the HTML5 rendered elements: */
	display: block;
}

html { background: rgb(13,13,13);}

body { 
	/*font: 11px/1.50em Georgia, "Times New Roman", serif;*/
	font: 12px/1.60em "Helvetica Neue", Helvetica, Arial, sans-serif ;
	color: #dfdfdf;
}

html, body {height: 100%;}

h1, h2, h3, h4, h5, h6 {
	color: rgb(255,255,255);
	font-weight: normal;
}

h1 {
	font-size: 218%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}

.branding h1 {
	background: url(../images/hetros-logo.png) no-repeat;
	height: 92px;
	margin-top: 84px;
	text-indent: -9999px;
	width: 213px;
}

h2 {
	font-size: 164%;
	font-weight: bold;
	margin-bottom: 5px;
}

.divider h2 {
	position: relative;
	color: rgb(76,76,76);
	margin-top: -150px;
	/*padding-bottom: 55px;*/
	text-align: left;
	font: 981% Georgia, "Times New Roman", Times, serif;
	z-index: 1;
	padding-bottom: 30px;
}

h3 {
	margin-bottom: 10px;
	color: #fff;
	font: 218% Georgia, "Times New Roman", Times, serif;
}

.panel-info h3 {
	color: #f6f6f6;
}

p {
	border-style: none;
	/*color: #dfdfdf;*/
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 118%;
	line-height: 1.5;
}

.branding p em {
	position: absolute;
	top: 140px;
	background: url(../images/handcrafted.png) no-repeat;
	float: left;
	height: 203px;
	width: 960px;
	text-indent: -9999px;
	z-index: 10;
}

.call-action {
	position: relative;
	float: right;
}

.call-action p {
	position: fixed;
	background: url(../images/call-action.png) no-repeat;
	opacity: 0.5;
	height: 60px;
	width: 234px;
	text-indent: -9999px;
	top: 95px;
	margin-left: -234px;
}

.make-point p {
	color: #fff;
	font-size: 145%;
	background: #000;
}

.panel-info p {
	color: #fff;;
}

p.intro {
	font-size: 145%;
	width: 460px;
	margin-bottom: 40px;
	margin-top: 90px;
	margin-left: 250px;
}

p.framing-offer {
	color: #810026;
}

p.warning {
	color: red;
}

p.newsletter-text {
	color: #4c4c4c;
}

p.copyright {
	background-color: rgb(170,170,170);
	background-color: rgba(170,170,170, .3);
	color: #000;
}

p strong, ul strong {font-weight: bold;}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote p {
	color: rgb(170,170,170);
	font-style: italic;
	font-size: 218%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
blockquote p strong {
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 55%;
	font-style: normal;
}

ul {
	font-size: 118%;
	margin-bottom: 20px;
	color: rgb(170,170,170);
}

ul#artist1, ul#artist2, ul#gal {
	margin-bottom: 5px;
}

ul li {
	padding: 0 12px 1px 16px;
	background: url(../images/bg-bullet.png) 2px 4px no-repeat;
}

#section-art ul li {
	padding: 0;
	background: none;
}

.nav-centre {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nav-centre ul {
	clear: left;
	float: left;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

ul.nav li {
	background-image: none;
	float: left;	
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	position: relative;
	right: 50%;
	font: 164% Georgia, "Times New Roman", Times, serif;
}

ul.nav li a {
	color: rgb(255,255,255);
}

ul.nav li a:hover {
	color: rgb(76,76,76);
}

.panel-info ul li {
	background: none;
	padding: 0;
	font-weight: normal;
	color: #b7c89d;
}

.panel-info ul li a {
	text-decoration: none;
}

ol {
	font-size: 118%;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #33261b;
}

ol li strong {
	font-weight: bold;
	color: #b7c89d;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.font-type strong {
	color: #000;
}

em {
	font-weight: bold;
}

a {
	color: #626262;
	text-decoration: none;
}

a:hover {
	color: maroon;
}

.btn-up {
	text-indent: -9999px;
}

.btn-up a {
	position: relative;
/* 	display: block; */
	background: url(../images/button-up.png) no-repeat;
	height: 25px;
	width: 12px;
	text-indent: -9999px;
	float: left;
	z-index: 5;
}

.btn-up a {
	margin-top: -28px;
	margin-left: 10px;
}

.btn-down a {
	/*position: absolute;*/
	display: block;
	background: url(../images/button-down.png) no-repeat;
	height: 25px;
	width: 12px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

.btn-down a {
	/*margin-top: -28px;
	margin-left: 943px;*/
}


img {
	border: 0;
}

img.float-right {
	float: right;
	margin-bottom: 15px;
}

img.float-left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

div.slide-show {
	position: relative;
	top: 80px;
	/*padding-top: 80px;*/
	text-align: center;
	z-index: 0;
}

div.slide-show img {
	border: 5px solid #fff;
}

pre {
	display: none;
}

.pics { 
	height: 316px;
	width: 470px; 
	margin: 0 auto;
	overflow: hidden;
}

ul.portfolio {
	float: left;
	width: 940px;
	padding-bottom: 50px;
}

.portfolio li {
	padding: 0;
	background-image: none;
}

.portfolio li {
	float: left;
	height: 225px;
	width: 225px;
	margin: 3em;
}

.portfolio img {
	margin:0 auto;
	border: 3px solid white;
}

#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 600px;
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
 
.scrollContainer div.panel {
    height: 600px;
    width: 940px;
}


.scrollButtons {
    position: absolute;
    top: 550px;
    cursor: pointer;
    z-index: 20;
	opacity: 0.51;
}
 
.scrollButtons.left {
    left: 0px;
}
 
.scrollButtons.right {
    left: 930px;
}

.hide {
    display: none;
}

.divider {
	background: url(../images/divider.png) 0 top no-repeat;
	padding-top: 133px;
	/*z-index: 0;*/
}

#news-archive.divider {
	background: none;
	border-top: 1px solid #1c1c1c;
	padding-top: 20px;
}

.panel {
	background: url(../images/sub-panel.jpg) repeat-x;
	height: 247px;
	margin-bottom: 20px;
	/*z-index: 100;*/
}

.contact {
	background-color: #1b1a1b;
}

#map {
	height: 300px;
	width: 300px;
}

.site-info {
	width: 960px;
	margin: 0 auto;
	color: #fff;
}

/*
.box {
	border: 1px red solid;
}
*/

.spacer {margin-bottom: 20px;}


.panel-info {
	color: #f6f6f6;
	float: left;
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}

.container {
	background-color: rgb(13,13,13);
	width: 960px;
	margin: 0 auto;
}

.nav-panel {
	position: fixed;
	top: 0;
	height: 77px;
	background: #1b1a1b url(../images/vertical-pattern.png) repeat;
	z-index: 100;
}

.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px; /* the bottom margin is the negative value of the footer's height */
}
.page-footer, .push {
	position: relative;
	height: 300px; /* .push must be the same height as .footer */
}
.page-footer {
	width: 100%;
	background: #1b1a1b url(../images/vertical-pattern.png) repeat;
}

/* ------------------------- Table -------------------------*/

table th {
	font-weight: bold;
	padding: 3px;
	padding-right: 10px;
	background: #191919;
}

td {
	text-align: center;
}


/*------------------------- Form -------------------------*/

form {
	margin-bottom: 20px;
}

input {
	font-size: 175%;
	color: #4c4c4c;
	background-color: #1b1a1b;
	width: 300px;
	border: 1px solid gray;
}

/*label {
	color: #fff;
	font-size: 118%;
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 3px;
}*/

legend {
	color: #fff;
	font: 218% Georgia, "Times New Roman", Times, serif;
}

button {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: -6px;
	border: 2px solid gray;
	background-color: #454545;
}

button img {
	float: left;
}

.mc-field-group label {
	display: none;
}

#mce-success-response.response {
	color: red;
}

ul.zemError {
	color: red;
	position: absolute;
	top: 0;
	left: 245px;
	margin: 0;
	background: #191919;
	width: 265px;
	border: 1px solid #f6f6f6;
}

ul.zemError li {
	background: none;
	padding-left: 5px;
}

textarea {
	width: 210px;
	font-size: 100%;
	background: #f6f6f6;
}

.zemThanks p {
	color: #779548;
	width: 220px;
}