/*-----------------------------------------------------------------------------
Flghtwise Style Sheet ©2013

version:   1.0
author:    Stewart Wiggins
email:     stewart@ailuruscreative.com
website:   http://www.ailuruscreative.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

hr {
	height:1px;
	border-width:0;
	color:#959595;
	background-color:#959595;
	}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Colour Swatch
-----------------------------------------------------------------------------
Light Blue 			#00a7df
Dark Blue			#0099d9
Drop menu top		#59bde6
Drop menu bottom	#006996
Light Grey 			#8f8f8f
Dark Grey 			#15191b
Light Green			#afcf35
-----------------------------------------------------------------------------*/

/* =Main Body + typography
-----------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

body {
	font-family: 'Signika Negative', Tahoma, Verdana, sans-serif;
	font-size: 1em;
	background-color: #bdae8d;
	background-image:url(images/main-bg.jpg);
	background-repeat:no-repeat;
	/*background-attachment:scroll;*/
	background-position:center top;
	min-width: 960px;
}

p {
	line-height: 1.8em;
	font-weight: normal;
}

blockquote {
	font-style: italic;
	color: #a5a5a5;	
	}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
	margin: 0;
	margin-bottom: 1em;
	color: #00a7df;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	margin: 0;
	color: #afcf35;
	margin-bottom: 1em;
	font-weight: normal;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
	color: #00a7df;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


/* =Background
-----------------------------------------------------------------------------*/

#background {
	height:190px;
	width: 100%;
	display: table;
	background-image: url(images/header-tile.png);
	background-repeat: repeat-x;
	background-position: center top;
}
	

#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* =Header
-----------------------------------------------------------------------------*/
#header {
	width: 960px;
	height: 152px;
	}

#header-absolute {
	width: 960px;
	height: 152px;
	position: absolute;
	}

#logo {
	height: 152px;
	width: 313px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#logo a {
	display: block;
	height: 152px;
	width: 313px;
	}

#contact-box {
	background-image: url(../images/contact-box-bg.png);
	height: 100px;
	width: 258px;
	position: absolute;
	left: 662px;
	top: 0px;
	text-align: right;
}

#phone-number{
	color: #15191b;
	font-size: 2.2em;
	line-height: 1.2em;
	margin-top: 1.2em;
	background-image: url(images/contact-phone.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
#email-address {
	background-image: url(images/contact-email.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	}

#email-address a {
	font-size: 1.2em;
	color: #00a7df;
	text-decoration: none;
	line-height: 1.2em;
}
#email-address a:hover {
	text-decoration: underline;
}

/* =Main Nav Drop Menu
-----------------------------------------------------------------------------*/

#navigation-container {
	height: 34px;
	z-index: 99999;
}

#navigation {
	width: 880px;
	padding-left:40px;
	padding-top:8px;
}

#nav, #nav ul  {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 1em;
}

#nav a:link, #nav a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 26px;
}

#nav a:hover, #nav a:active {
	color: #15191b;
}

#nav li {
	float: left;
	margin-right:50px;
}

.home-button-width {width:40px;}
.product-button-width {width:62px;}
.about-button-width {width:118px;}
.news-button-width {width:40px;}
.environment-button-width {width:90px;}
.contact-button-width {width:56px;}

/*First level drop down 
-----------------------------------------------------------------------------*/

#nav li ul li {
	
	padding-left:20px;
	padding-top:4px;
	width: 12.7em;
	line-height:1.5em;
    border-top: 1px solid #59bde6;
    border-bottom: 1px solid #006996;
	
}	

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	text-align:left;
	font-size: 1em;
	background-color:#0099d9;
	z-index:9999;
}
#nav li ul a:link, #nav li ul a:visited {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	*position:relative;
	/*left:-100px;*/
	}
	
/*Second level drop down 
-----------------------------------------------------------------------------*/
#nav li ul ul {
	margin: -2em 0 0 6.5em;
	font-size: 1em;
	background-color: #FF0000;
}
	
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* Button Down states 
-----------------------------------------------------------------------------*/

#home #nav #home-button,
#products #nav #product-button,
#contemporary #nav #product-button,
#traditional #nav #product-button,
#classic #nav #product-button,
#standard #nav #product-button,
#about #nav #about-button,
#tech #nav #about-button,
#glossary #nav #about-button,
#news #nav #news-button,
#environment #nav #environment-button,
#contact #nav #contact-button
 {
	color: #15191b;
	}


/* =Main Content
-----------------------------------------------------------------------------*/

#main-content {
	width: 960px;
	margin-top: 12px;
	/*position: absolute;*/
	top: 188px;
}

/* =Four Main Images
-----------------------------------------------------------------------------*/

.main-image-shadow {
	background-image: url(images/main-img-shadow.png);
	height: 190px;
	width: 477px;
	position:relative;
	float:left;
}
.main-image-photo {
	position:absolute;
	height: 190px;
	width: 477px;
	z-index: 5;
	}
.main-image-decor {
	position: absolute;
	background-image: url(images/main-img-decor.png);
	height: 186px;
	width: 477px;
	z-index: 10;
	top: 0px;
	left: 0px;
}
.main-image-text {
	position: absolute;
	z-index: 15;
	height: 27px;
	width: 390px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	padding-right: 87px;
	padding-top: 159px;
	left: 0px;
	top: 0px;
	line-height: 1em;
}

/* =Main image
-----------------------------------------------------------------------------*/

#main-image-slider {
	background-image: url(images/slider-galleries-shadow.png);
	height: 383px;
	width: 960px;
	display:block;	
	}

/* =Main Text
-----------------------------------------------------------------------------*/

#main-text {
	background-color: #FFF;
	margin-top: 12px;
	padding-top: 48px;
	padding-right: 42px;
	padding-bottom: 48px;
	padding-left: 42px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	opacity:0.95;
	filter:Alpha(opacity=95); /* IE8 and earlier */
}

#main-text-left-column {
	float: left;
	width: 64%;
	margin-right: 5%;
}
#main-text-right-column {
	float: left;
	width: 30%;
}

/* =News
-----------------------------------------------------------------------------*/

.latest-posts p a:link,
.latest-posts p a:visited {
	color: #8f8f8f;
	text-decoration: none;
	display:block;
	background-image: url(images/icon-read-more.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.latest-posts p a:hover,
.latest-posts p a:active {
	color: #15191b;
	text-decoration: underline;	
	}

.latest-posts p {
	color: #afcf35;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	margin-bottom: 39px;
	line-height:1.8em;
	}

.blog-content p a:link,
.blog-content p a:visited,
.blog-title a:link,
.blog-title a:visited,
.search-title a:link,
.search-title a:visited

{
	color: #00a7df;
	text-decoration: none;
	}
	
.blog-content p  a:hover,
.blog-content p  a:active,
.blog-title a:hover,
.blog-title a:active
.search-title a:hover,
.search-title a:active
{
	text-decoration: underline;
	}

.share-buttons, .search-icon {display:none;}

.blog-wrap hr {
	height:1px;
	border-width:0;
	color:#959595;
	background-color:#959595;
	}
	
.search-title {margin-top:20px;}

/* =Footer
-----------------------------------------------------------------------------*/

#footer-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-bottom: -340px;
}
.footer, .push {
	height: 340px; /* .push must be the same height as .footer */
	width: 880px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:40px;
	padding-right:40px;	
}

#footer-background {
	height: 340px;
	width: 100%;
	display: table;
	background-image: url(images/footer-background-tile.png);
}

.footer-navigate {
	width: 23%;
	float: left;
	margin-right: 12px;
	font-weight: normal;
	line-height: 1.8em;
	font-size: 0.8em;
	}
	
.footer-navigate ul {
	list-style-image: none;
	list-style-type: none;
	}

.footer-navigate ul a:link,
.footer-navigate ul a:visited,
.footer-navigate ul li,
#footer-information p a:link,
#footer-information p a:visited {
	color: #A6A6A6;
	text-decoration: none;
	}
	
.footer-navigate ul a:hover,
.footer-navigate ul a:active,
#footer-information p a:hover,
#footer-information p a:active {
	color: #00a7df;
	text-decoration: underline;
	}

#footer-information p {
	text-align:center;
	line-height:1em;
	font-size: 0.8em;
	color: #A6A6A6;
	}

/* =Footer buttons down state
-----------------------------------------------------------------------------*/
#home #footer-home-button,
#products #footer-product-button,
#contemporary #footer-product-contemporary-button,
#traditional #footer-product-traditional-button,
#classic #footer-product-classic-button,
#standard #footer-product-standard-button,
#about #footer-about-button,
#tech #footer-about-tech,
#glossary #footer-about-glossary,
#news #footer-news-button,
#environment #footer-environment-button,
#contact #footer-contact-button
 {
	color: #00a7df;	
	text-decoration: underline;
	}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}
