@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #444;
	text-align: center;
	color: #333;
	height: 100%;
	line-height: 1.636em;
}

/*Headings - Applied to all h1 h2 and h3 tags*/

h1, h2, h3 h4{
	margin-bottom: 0.7em;	
}

h1 {
	border-bottom: 2px solid #00ADEF;
	font-weight:400;
	color:#003;
	font-size: 1.7em;
	margin-top: 1.6em;
	}

h2 {
	margin-top: 1.4em;
	font-weight: 500;
	color: #003;
	font-size: 1.3em;
}


h4 {
	font-weight:400;
	color:#003;
	font-size: 0.8em;
	}
#footer a {
	color: #CCC;
	font-size: 0.65em;
}

a, a:visited {
	color: #09F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1.2em;
}

li {
	list-style: none;	
}

img {
	border: 1px solid #444;	
}

.thrColElsHdr #container { 
	width: 1024px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*height: 100%;*/
	background:#767e92;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 0px 0px 25px #fff;
	overflow: hidden;
} 
.thrColElsHdr #header { 
	background: #dddddd; 
	padding: 0 10px;
	height: 140px;
	position: relative;
	
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


/*  Header styles */
.thrColElsHdr #header div.banner1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.thrColElsHdr #container #header .CallUsToday {
	position: absolute;
	bottom: 4.5em;
	right: 1em;
	z-index: 300;
	color: #FFF;
	text-decoration: none;
	text-indent: -30000px;
	display:block;
	width: 220px;
	height: 31px;
	background: url(../images/PhoneNumber.png) 0 100% no-repeat;
}


.thrColElsHdr #container #header .StoreLink:hover {
	
	color: #FFF;
}

.thrColElsHdr #container #header .EnquiryLink {
	position: absolute;
	bottom: 2.28em;
	right: 1em;
	z-index: 300;
	color: #fff;
	text-decoration: none;
	text-indent: 30000px;
	display:block;
	width: 220px;
	height: 31px;
	font-weight: 700;
	background: url(../images/enquiryEmail.png) no-repeat;
}

.thrColElsHdr #container #header .EnquiryLink:hover {
	background: url(../images/enquiryEmail_hover.png) no-repeat;
}

.thrColElsHdr #container #header .StoreLink {
	position: absolute;
	bottom: 0em;
	right: 1em;
	z-index: 300;
	color: #000;
	weight:900;
	text-decoration: none;
	font-size: 1em
}

/* end of Header Styles */

/* Primary Navigation */

.thrColElsHdr #container #header .nav .primaryNavigation {
	position: absolute;
	z-index: 2;
	left: 17em;
	bottom: -2px;
	list-style: none;
	padding: 0em;
	line-height: normal;
}

.thrColElsHdr #container #header .nav .primaryNavigation li {
	float: left;
	margin-right: 1em;
}

.thrColElsHdr #container #header .nav .primaryNavigation li a {
	text-decoration: none;
	padding: .5em;
	padding-bottom: .17em;
	color: #333;
	display: block;
}

.thrColElsHdr #container #header .nav .primaryNavigation li a:hover,
.thrColElsHdr #container #header .nav .primaryNavigation li.current a {
	background: #fff;
	color: #00ADEF;
	border-top: 2px solid #00AFEF;
	border-bottom: none;
}

.thrColElsHdr #container #header .nav .primaryNavigation li.current a {
	
}

/* End of Primary Naigation */

/* Secondary Navigation */
	
.thrColElsHdr #sidebar1 ul li a {
	display:block;
	width: 13em;
	padding: .5em 1em .5em 3em;
	background: url(../images/menuArrow_inactive.png) no-repeat 1.5% 50%;
/*	background: #738096;
border-bottom:2px solid #738096;	
	border-top:2px solid #738096;*/	
	color: #fff;
	text-decoration: none;
	}

.thrColElsHdr #sidebar1 ul li a:hover {
	background: #3a4257 url(../images/favicon.png) no-repeat 1.5% 50%; /*--- Nice Green Colour #637759------*/
	color: #fff;
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 17em;
	height: 573px;
	background:url(../images/navBackground.png) repeat-x; 
	padding: 0 0 30px 0px;
	padding-bottom: -4000px;
	margin-bottom: -4000px;
	}

.thrColElsHdr #sidebar1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.thrColElsHdr #sidebar1 ul li {
	margin: .95em 0;
	height:1.5em;
    padding: .675em 0em;
 }
 
 /* End Secondary Navigation */

.thrColElsHdr #sidebar2 {
	float: right;
	width: 160px;
	background: #EBEBEB; 
	padding: 0;
}

.thrColElsHdr #sidebar1 h3, 
.thrColElsHdr #sidebar1 p, 
.thrColElsHdr #sidebar2 p, 
.thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	margin: 0em 160px 0em 17em;
	padding: 2em;
	background: #fff;
	min-height: 534px;
} 

/* old!!

margin: 0 160px 0 17em;
	padding: 2em 3em 2em 2em;
	background: #fff;
	min-height: 534px;

*/
.thrColElsHdr #footer { 
	padding: 0 10px; 
	color: #333;
	text-align: left;
	clear: both;
	float: left;
	height: 3em;
} 

.thrColElsHdr #footer p {
	margin: 0; 
	padding: 0; 
	font-size: .8em;
}

/* Miscellaneous classes for reuse */

.floatImageRight {
	float:right;
	margin: 1em;
}

.floatImageLeft {
	float:left;
	margin: 1em;
}

.centreImage {
	margin: 0 auto;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColElsHdr #sidebar1, .thrColElsHdr #sidebar2 { padding-top: 0px; }
.thrColElsHdr #mainContent { zoom: 1; padding-top: 15px; }


/*----- Colour Selector Page -----*/

div#neonSignSelector {
	width: 422px;
	margin: 0px auto;
	
}

div#ccColourSelector {
	width: 580px;
	margin: auto;
	overflow: hidden;
}

/*----- Colour Selector Page -----*/

/*----- designed by balius-----*/
p.designedByBalius {
	font-size: .9em;
	color: #ccc;
}


