/*----------------------------------------------
Ben Moore Copyright 2011

written for  Green Man Joinery 

------------------------------------------------
Swatch Colours

#FFFFFF = white

----------------------------------------------*/

/*-----------------------------------------------
TABLE OF CONTENTS
0. COLOURS
1. RESETS
2. TYPOGRAPHY
3. STRUCTURE
4. SLIDER CONTROLS AND BUTTONS
5. SUPERSIZED CSS

-------------------------------------------------*/

/*-----------------------------------------------
1 RESETS
-------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Lobster);

*, html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body, html {
	height: 100%;
}
.clear {
	clear: both;
	height: 0px;
}
/*-----------------------------------------------
2 TYPOGRAPHY - GENERAL
-------------------------------------------------*/
@font-face {
  font-family: 'Plantin';
  src: url("fonts/plantin-webfont.eot");
  src: url("fonts/plantin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/plantin-webfont.woff") format("woff"), url("fonts/plantin-webfont.ttf") format("truetype"), url("fonts/plantin-webfont.svg#Plantin") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1 {
/*	font-family:"Lobster",Arial,Helvetica,sans-serif;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
/*	background-color: #333333;*/
	width: auto;
/*	display:inline;*/
	text-align:justify;
}

h2 {
/*	font-family:"Lobster",Arial,Helvetica,sans-serif;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
	border: none;
	color: inherit;
}
p {
/*	font-family:'Plantin', Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
/*	line-height: 16px;*/
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	text-align:justify;
	padding: 10px 0px;
	/*letter-spacing: 0.04em;*/f
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-top: 6px solid #fff;
	line-height: 22px;
	margin-top: 10px;
	padding-top: 2px;
}
/*-----------------------------------------------
3.0 STRUCTURE
-------------------------------------------------*/

/*-----------------------------------------------
3.1 Body colours and backgrounds
-------------------------------------------------*/
body, body#index, body#curves {
	background-color: #4d4a4d;
	background-image: url(../images/bg1.jpg);
	background-position: center center;
}
/*-----------------------------------------------
3.1 Maps
-------------------------------------------------*/
#map_canvas {	
	width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 9999;
	height: 100%;
/*	min-height: 100%;*/
}

#infowindow p {
	display: block;
	background-color: #fff;
	color: #333;
	font: 11px/16px normal Arial, Helvetica, sans-serif;
	padding: 0px;
}
#infowindow p strong {
	font-weight: bold;
	line-height: 24px;
}
#infowindow h2 {
	font: 12px/20px normal Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#infowindow a {
text-decoration: underline;
}
/*-----------------------------------------------
3.1 Basic structure
-------------------------------------------------*/


#container {
/*	min-height: 100%;*/
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(img/raster.png);
	background-repeat: repeat;
	width:100%;
}

#content-2 {
	padding-left: 300px;
	height:100%;
}
#sidebar {
	min-height: 100%;
	width: 280px;
	position: fixed;
	top:0px;
	left: 0px;
	background-color:#1E1E1E;
	z-index:4;
}
#nav {
	float: left;
	width: 200px;
	margin-top: 15px;
	padding-top: 10px;
	margin-left: 20px;
	list-style-type: none;
	z-index: 10;
	padding-bottom: 170px;
}
#footer {
	position:absolute;
	bottom: 10px;
	left: 10px;
	z-index: 60;
	clear: both;
}
#contents {
padding-left: 300px;
}
.images {
margin-top: 33px;

}
.text {
	width: 320px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}

.text-2 {
	width: 90%;
}


.welcome-text {
	width: 320px;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 30px;
	background-color:#1E1E1E;
	background-color:#4D4A4D;	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.welcome-text a, .text a {
text-decoration:underline;
}
#logo img {
	position:fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	margin: 0px;
	clear:both;
}

#facebook img {
	position:fixed;
	top: 10px;
	right: 10px;
	z-index: 10;
	margin: 0px;
	clear:both;
}

#instagram img {
	position:fixed;
	top: 68px;
	right: 10px;
	z-index: 10;
	margin: 0px;
	clear:both;
}

#twitter img {
	position:fixed;
	top: 126px;
	right: 10px;
	z-index: 10;
	margin: 0px;
	clear:both;
}


#info {
	float: left;
	font: 10px/18px normal Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}
#info ul li {
	list-style-position: outside;
	list-style-type: none;
}
#info ul li.header {
	font-weight:900;;
}
#info ul li a {
	text-decoration:underline;
}
img {
	margin: 0px 30px 0px 0px;
}

.links {
display:block;
float: left;
margin: 0px 0px 10px 0px;
}
.image_text {
display: block;
font: 12px/18px normal bold Arial, Helvetica, sans-serif;
font-weight: bold;
color:#fff;
}
a.links:hover .image_text {
	color: #0DBD32;
}
#open-close {
	width: 40px;
	height: 40px;
}
/*-----------------------------------------------
3.2 Main Left Hand Navigation
-------------------------------------------------*/

#index li#indexa a, #about li#abouta a,  #links li#linksa a, #contact li#contacta a, #curves li#curvesa a, #furniture li#furniturea a, #stairs li#stairsa a, #design li#designa a, #openings li#openingsa a, #kitchens li#kitchensa a {
	color: #20C972;
	border-top: 6px solid #20C972;
	margin-top: 5px;
	background-color:#1e1e1e;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	border-top: 1px solid #fff;
	z-index: 10;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
}
#nav li a:hover {
	color: #fff;
border-top: 6px solid #fff;
	margin-top:5px;
}
#index li#indexa a:hover, #about li#about a:hover,  #links li#links a, #contact li#contact a, #curves li#curves a:hover, #furniture li#furniture a, #stairs li#stairs a, #design li#design a, #openings li#openings a, #kitchens li#kitchens a {

}
#nav li ul {
	display: block;
	list-style-type: none;
	z-index: 10;
	position: relative;
}
#nav li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	text-align: left;
	/*padding-left: 10px; - this works*/
}

/*-----------------------------------------------
5. SUPERSIZED
-------------------------------------------------*/
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }