
/* * * * * * *
 * TYPE      *
 * * * * * * */
body { 
	font-family: Arial,Helvetica,Garuda,sans-serif; 
	line-height: 1.5; 
	font-size: 90%;
}
h1	{ line-height: 1.25em; margin: 0 0 8px 0; }
h2	{ line-height: 1.1; margin: 10px 0 5px 0; }
h3, h4, h5, h6	{ line-height: 1.1; margin: 0.5em 0; }
h4, h5, h6 { font-weight: bold; }
b, strong, caption, th, thead, dt, legend { font-weight: bold; }
cite, dfn, em, i { font-style: italic; }
code, kbd, samp, pre, tt, var { font-family: mono-space, monospace; }
p { word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; margin: 0; }
p+p	{ margin: 0.5em 0; }
p+p.no-indent	{ text-indent: 0; }
pre { white-space: pre; }
del { text-decoration: line-through; }
mark	{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins	{ color: #f00; }
small, sup, sub { font-size: 80%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted black; cursor: help; }
sup, sub { line-height: 0; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
blockquote { padding: 1.5em; }
hr { border: none; background: #ddd; width: 100%; }
ul, ol { margin: 0.5em; padding-left: 0.75em; }
li { margin: 0.35em 0; }
ul { list-style: none; }
ol { list-style: decimal outside; }
input, select, button { cursor: pointer; margin: 0.15em 0; }
input, textarea { background: #fff; border: solid 1px #ccc; }
table { font: inherit; width: 100%; }
th,td {padding: 0.05em; vertical-align: top;}
fieldset { margin: 0.5em 0; }
a { text-decoration: none; font-weight: bold; }

#site_page p.important { 
	color: #ac0000; 
	font-size: 90%;
	font-weight: bold;
}

/*
#home { 
	font-size: 86%; 
	float: left;	
}
#home li { 
	background: url('gfx/bullet-green.png') 0 7px no-repeat; 
	padding-left: 12px;
	list-style: none;
}
*/



/* * * * * * *
 * NAVIGATION  *
 * * * * * * */


#nav_top {
	width: 500px;
	display: block;
	float: right;
}
#nav_top li {
	margin: 0;
}
#nav_top li.navpage {
	background: #fff;
	border-bottom: solid 4px #807a6a;
	padding: 3px 0;
}
#nav_top li.onthis {
	border-bottom: solid 4px #e0d6bb;
}
#nav_top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav_top ul li { float: left; }
#nav_top a {
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px; 
	display: block;
	font-size: 14px;
}

#nav_top a { 			color: #444; 		}
#nav_sub_top a { 		color: #ccc; 		}
#nav_top a:hover, 
#nav_sub_top a:hover {		color: #aaf; 		}


#nav_sub_top { margin: 15px 0; float: left; }
#nav_sub_top a { font-size: 12px}
#nav_sub_top li { clear: both; }


/***********/

#nav_left {
	float: left;
	display: inline-block;
	width: 150px;
	padding: 0 0 20px 25px;
}
#nav_left ul, #nav_left li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_left li {
	width: 140px;
	border-bottom: dotted 1px #aaa;
	padding: 0 0 0 10px;
}
#nav_left a {
	width: 100%;
	display: block;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	height: 25px;
	line-height: 25px;
}
#nav_left a.onthis {
	color: #b55;
}
#nav_left li:hover {
	background: #ddf;
}
#nav_sub_left li { padding: 0; margin: 0; border: none; }
#nav_sub_left a { color: #d69200; }


/***********/

#nav_foot {
	text-align: right;
	width: 100%;
	bottom: 0px;
	margin-top: 5px;
}
#nav_foot ul {
	width: auto;
	float: right;
}
#nav_foot li {
	padding: 0 0 0 10px;
	float: left;
}
#nav_foot li a {
	text-decoration: none;
	line-height: 20px;
}
#nav_foot li a:hover {
	text-decoration: underline;
}
#nav_foot ul, #nav_foot li {
	margin: 0;
	list-style: none;
}
#evergreen {
	clear: both;
	padding: 2px 0 0 0;
	margin: 0;
	color: #222;
	font-size: 11px;
}
#evergreen a#eglink {
	font-weight: bold;
	color: #049d00;
}




/**********
 * DROPDOWN EXTRAS
 * ********/
#nav_top {
	z-index: 30;
	margin-right: 20px;
}
#nav_top ul div {
	position: absolute;
	visibility: hidden;
}
#nav_top ul div.nojs {
	visibility:visible;
}

#nav_top ul div a {
	position: relative;
}





/* * * * * * *
 * STYLES     *
 * * * * * * */

body {
	margin: 0;
	padding: 0;
}

a img { border: none; }

.wrapper {
	width:100%;
	clear:both;
}

.container {
	margin:0 auto;
	padding: 0 20px;
}


#site_page {
	width:920px;
	background: url('gfx/bg_main.png') 0 0 repeat-y;
	margin: 0 auto;
}

#site_top {
	height: 100px;
	margin-bottom: 20px;
	padding-top: 35px;
	background: url('gfx/bg_header.png') 0 0 no-repeat;
}

#header_logo {
	float: left;
	margin: 8px 30px;
}

#content_single_column {
	min-height: 300px;
	float: left;
}
#content_two_column {
	min-height: 300px;
	float: right;
	width: 690px;
	margin-right: 5px;
}


#site_bottom {
	background: url('gfx/bg_footer.png') 0 0 no-repeat;
	text-align: right;
	font-size: 12px;
	height: 180px;
	border-top: dotted 1px #bbb;
	margin-top: 20px;
}



#copyright {
	width: 100%;
	float: right;
	text-align: right;
	clear: both;
	font-size: 11px;
	padding-top: 35px;
}


#slider { 
	width: 250px;
	height: 220px;
	overflow: hidden;
	float: right;
	margin-top: 15px;
	clear: both;
}
#slider ul {
	width: 250px;
	height: 220px;
	float: left;
	overflow: hidden;
}
#slider ul li {
	width: 250px;
	height: 220px;
	margin: 0;
	padding: 5px;
	float: left;
	background: none;
}

/***********************/

#contact_tabs {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 5px 0;
	/*
	border-left: solid 2px #666;
	border-right: solid 2px #666;
	*/
	border: none;
	border-collapse: collapse;
}
#contact_tabs td {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
}
#contact_tabs td.on {
	background: #5a4472;
}
#contact_tabs td a {
	display: block;
	width: 100%;
	height: 30px;
}
#contact_tabs td.on a {
	color: #fff;
}
#contact_tabs td.off {
	background: #443569;
}
#contact_tabs td.off a {
	color: #ccc;
}
#contact_tabs td.off a:hover {
	color: #fff;
}


#contact_form {
	margin-bottom: 20px;
	clear: none;
	float: left;
}
#contact_form thead th {
	margin: 0;
	padding: 0;
	text-align: left;
}
#contact_details {
	float: left;
		line-height: 22px;
}
#contact_details a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	background: #5F388A;
	color: #fff;
	padding: 2px 20px;
}
#contact_form,
#contact_details {
	margin: 10px 10px 0 0;
	width: auto;
	font-size: 12px;
}
#contact_form tbody th, 
#contact_details tbody th,
#gmap_details tbody th {
	text-align: right;
	padding-right: 20px;
}
#gmap_details {
	width: auto;
	font-size: 11px;
	margin: 15px 5px 5px 5px;
}
#googlemap { 
	width: 100%;
	height: 450px;
	float: right;
	border-top: solid 4px #5a4472;
	border-bottom: solid 4px #5a4472;
	margin: 10px 0 20px 0;
}


/***********************/


.stretch {
	width: 100%;
	clear: both;
	height: 2px;
}


/* ## 
 * PAGINATOR
 * ## */

#paginator {
	padding: 0;
	margin: 10px 0 5px 0;
	width: auto;
	border-collapse: collapse;
}

#paginator td {
	width: 80px;
	height: 28px;
	line-height:32px;
	text-align:center;
	background: url('gfx/tab_off.png') 0 0 no-repeat;
	padding: 0;
	border-bottom: solid 2px #aaa;
}

#paginator td a{
	font-weight: bold;
	color: #888;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma,helvetica,arial;
}

#paginator td:active {
	background: url('gfx/tab_on.png') 0 0 no-repeat;
}

#paginator td:hover {
}
#paginator td a:hover {
	color:#252;
}

/* ************
 * CATALOGUE
 * ***********/

#list_catalogue td {
	min-width: 100px;
	padding: 5px 10px;
}



h3.exp-heading {
	cursor: pointer;
	/* background-color: #4278b9; */
	background-image: url('gfx/icon_plus_sm.png'); 
	background-position: 4px 4px ;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 2px 0;
	height: 25px;
	line-height: 23px;
	color: #408043;
	/* text-shadow: 1px 1px 1px #000; */
	font-size: 14px;
}
div.exp-content {
	padding: 0 0 10px 25px;
}


/***************/

#success_message {
	background: #cdffc0;
	border: solid 1px #2dd400;
}
	
#fail_message {
	background: #ffd1d1;
	border: solid 1px #ff4e4e;
}
#fail_message,                                      
#success_message {
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 90%;
	margin: 5px auto;
}

#fail_message p,
#success_message p {
	padding-left: 30px;
	margin: 10px 10px 0 10px;
	color: #333;
	height: 30px;
	display: inline-block;
	text-decoration: none;
}


/***************/

img.imageleft { 
	float: left;
	margin: 2px 10px 15px 0;
}
div.textblockleft {
	display: inline-block;
	float: left;
	width: 520px; 
}

/* gallery ------------------------------------------------------- */

div.gallery-content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */

	float:right;
	width:460px;
	height: 640px;
	padding-right: 25px;
}
div.gallery-content a, div.navigation a {
	color: #777;
}
div.gallery-content  a:focus, 
div.gallery-content  a:hover, 
div.gallery-content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('gfx/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 350px
}
div.slideshow {
	clear: none; 
}

div.slideshow span.image-wrapper {
	padding-bottom: 12px;
	text-align: center;
}

div.slideshow img {
	display: inline;
	border: solid 1px #555;
	padding: 3px;
}
div.download {
	float: right;
}
div.embox {
	clear: both;	
	padding: 12px;
	padding-top: 0px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */      
}

ul.thumbs {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 195px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	text-align: center;
	width: 76px;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #4f3f66;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: left;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #4f3f66;
	color: #fff;
	border: 1px solid #ccc;
}
#slideshow-adv {
	float: right;
	width: 460px;
	text-align: center;
}
#caption-adv {
	width: 460px;
	float: right;
	text-align: center;
}


/**************/

#pricelist {
	width: auto;
	margin: 0 0 0 20px;
}

#pricelist thead th {
	text-align: left;
	width: 200px;
}

#pricelist tbody th, #pricelist tbody td {
	font-size: 12px;
	padding: 2px 30px;
}
#pricelist tbody th {
	border-bottom: dotted 1px #ddd;
	text-align: right;
	width: 200px;
}
#pricelist th.heading {
	font-size: 16px;
	font-weight: bold;
	color: #﻿807a6a;
	padding-top: 10px;
	border-bottom: dotted 1px #999;
}


/**************/



#fadingimages {
	float: left;
	width: 160px;
	height:250px;
	position: relative;
}

#fadingimages div {
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 160px;
	height: 250px;
	display: none;
	text-align: center;
}

#fadingimages div img {
	margin-top: 10px;
}


/****************/

#header_contact_details {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	float: right;
	margin: 5px 20px 0 0;
	text-align: center;
}
#header_contact_details th {
	padding: 0 2px;
	color: #5f388a;
	vertical-align: top;
	font-size: 18px;
}
#header_contact_details td {
	color: #555;
	vertical-align: top;
	padding: 0 2px;
}


/****************/

#home_links {
	/* background-image: url('gfx/home-links-bg.png'); */
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
	display: inline-block;
	border-top: solid 3px #524765;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
#home_links a {
	display: block;
	width: 144px;
	height: 40px;
}
#home_links #hlsg,
#home_links #hldg,
#home_links #hldas,
#home_links #hlsec {
	width: 144px;
	height: 40px;
	margin: 0 0 0 20px;
	background-position: 0 40px;
	float: left;
}
#home_links #hlsg:hover,
#home_links #hldg:hover,
#home_links #hldas:hover,
#home_links #hlsec:hover {
	background-position: 0 0;
}
#home_links #hlsg {
	background-image: url('gfx/home-single-glazed.png');
}
#home_links #hldg {
	background-image: url('gfx/home-double-glazed.png');
}
#home_links #hldas {
	background-image: url('gfx/home-doors-and-shutters.png');
}
#home_links #hlsec {
	background-image: url('gfx/home-secondary-glazing.png');
}
