/********* Style sheet for Fiberglass Hawaii *******************/

/********* created by monica white *****************************/

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #333;
	background-color: #fff;
	}
	
a:link {
	color: #07bae3;
	background-color: #fff;
	text-decoration: underline;
	}

a:visited {
	color: #309;
	background-color: #fff;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #06f;
	background-color: #efefef;
	text-decoration: underline;
	}
	

/* layout structure */

#wrap {
	min-width: 800px;
	max-width: 1100px;
	margin: 0;
	padding: 0;
	}
	
#header  {
	background: #fff url(../images/fgh_logo.jpg) no-repeat right top;  	
	width: 98%; 
	height: 71px; 	
	}
	
#blue {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #07bae3; 
	width: 1000px;
	height: 14px;
	}
	
/********** site navigation *******************/

a.skip {font-size: 8pt; color: #fff; background-color: #fff;}

a:link.skip, a:visited.skip {
	color: #fff;
	background-color: #fff;
	text-decoration: none;
	}

a:hover.skip, a:active.skip {
	color: #fff;
	background-color: #fff;
	text-decoration: underline;
	}

ul#navlist {						 /* meta navigation bar */
	padding-left: 0;
	white-space: nowrap;
	}
	
#navcontainer ul {                    
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #d8d9da;
	font-weight: normal;
	float: left;
	width: 100%;
	font-size: 95%;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
	}
	
#navcontainer ul li { 
	display: inline; 
	}

#navcontainer ul li a {
	padding: 0.175em 2em;
	background-color: #d8d9da;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 2px solid #fff;
	}

#navcontainer ul li a:hover, #navcontainer ul li a.current {
	background-color: #07bae3;
	color: #fff;
	}
	
/********** start of horizontal drop down menu **************/
	
#menuh-container { 
	background: #07bae3;
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: 90px; 
	left: 0; 
	width: 1100px; 
	height: 12px; 
	clear: both;
	border-top: 2px solid #fff;
	z-index: 30; 
	}

#menuh {
	font-size: 95%;
	font-weight: normal;
	width: 100%;
	float: left;
	margin: 0 0 2em 0;
	color: #000;
	background-color: #07bae3;
	}
		
#menuh a {
	text-align: left;
	display: block;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	margin: 0;
	padding: 0.175em .5em;
	}
	
#menuh a.parent, #menuh a.current { 
	border-bottom: 0;
	}
	
#menuh a.current1 {
	border-bottom: 1px solid #fff;
	} 
	
#menuh a, #menuh a:visited {	/* menu at rest */ 
	color: #000;
	background: transparent url(../images/0cf.png);/* 80% transparent bi on dropdown, changed from #07bae3 */	
	text-decoration: none;
	}
	
#menuh a:hover, #menuh a.current, #menuh a.current1 {	/* menu at mouse-over  */
	color: #fff;
	background-color: transparent;
	}	

#menuh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 12em;	/* width of all menu boxes */
	}

#menuh li {
	position: relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	}

#menuh ul ul ul {
	top: 0;
	left: 100%;
	}

div#menuh li:hover {
	cursor: pointer;
	z-index: 100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display: none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display: block;}

/* End css drop-down menu */

	
#subnavlist {						 /* subnavigation bar */
	padding: 0;
	margin: 0;
	white-space: nowrap;
	}

#subnavcontainer ul {                    
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #07bae3;
	font-weight: normal;
	float: left;
	width: 100%;
	font-size: 93%;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
	}
	
#subnavcontainer ul li { 
	display: inline; 
	}

#subnavcontainer ul li a {
	padding: 0.175em 1.25em;
	background-color: #07bae3;
	color: #000;
	text-decoration: none;
	float: left;
	}

#subnavcontainer ul li a:hover, 
#subnavcontainer ul li a.current {
	background-color: #07bae3;
	color: #fff;
	}
	
#navsite p {								/* side nav */
 display: none;
}
#navsite {
 font-weight: normal;
 width: 14em; 
 border-right: 1px solid #fff; 
 padding: 0;
 margin-top: 2em; 
 margin-bottom: 1em; 
 background-color: #fff; 
 color: #000; 
}
#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}
#navsite ul li {
 margin: 0; 
 border-top: 2px solid #fff;
}
#navsite ul li a {
 display: block; 
 padding: 2px 2px 2px 0.5em; 
 border-left: 1px solid #fff;
 background-color: #07bae3; 
 color: #000; 
 text-decoration: none; 
 width: 100%; 
}
html>body #navsite ul li a { 
 width: auto; 
}
#navsite ul li a:hover,  #navsite ul li a.current {
 border-left: 1px solid #fff; 
 background-color: #184899; 
 color: #fff; 
}

#navsite ul li a.active {
 background-color: #fff; 
 color: #184899;
 border: 0;
 padding-top: 0;
 margin-top: 0;
 font-size: 125%; 
}

#banner {
	clear: left;
	width: 100%;	
	padding: 0 0 5px 0;
	border-bottom: 1px solid silver;
	}
		
#content {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	border-top: 2px solid #fff;
	letter-spacing: 1px;
	text-align: left;
	}
	
#content2 {
	margin: 3em 0 2em 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	border-top: 2px solid #fff;
	letter-spacing: 1px;	
	}
			
#left {								/* columns */
	float: left;
	width: 426px;
	padding: 0px 7px 0px 5px;
	border-right: 1px solid #d8d9da;
	margin-left: 0px;
	}
	
#middle {
	float: left;
	width: 28%;
	padding: 25px 7px 0px 7px;
	border-right: 1px solid #d8d9da;
	}
	
#middle h3 {
	margin-bottom: -10px;
	}
			
#right {
	float: left;
	padding: 15px 0px 0px 7px;
	max-width: 18em;
	}
	
#right h3 {
	font-size: 150%;
	padding-top: 5px;
	margin-bottom: -10px;
	}
	
#right h3.turquoise {
	font-size: 150%;
	padding-top: 5px;
	margin-bottom: -10px;
	color: #07bae3;
	background-color: #fff;
	}
					
#col2 {
	float: left; 
	width: 516px; 
	padding: 25px 2em 1em 1em;
	letter-spacing: 1px;
	}
	
#mapcontainer {                     /* styles for maps on contact page */
	clear: both;
	padding-left: 42px;
	margin: 0;
	}

div.map {
	width: 185px;
	float: left;
	text-align: left;
	}
	
ul.map {
	clear: left;
	list-style-type: none;
	margin: 0;
	padding: 0 1em 0 .75em;
	letter-spacing: 0;
	}
		
#footer {							/* footer */
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d8d9da;
	margin-top: 20px; 
	}
	
#footer p {
	font-size: 80%;
	color: #333;
	background-color: #fff;
	line-height: 2em;
	}
	
#footer a:link, #footer a:visited {
	color: #333;
	background-color: #fff;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #283788;
	background-color: #fff;
	text-decoration: none;
	}
	
/***************** styles for sitemap ************************/

.sitemap {
	font-size: 120%;
	}
	
.sitemap h3 {
	color: #283788;
	background-color: #fff;
	 }


.sitemap li {
	  list-style: none; /* turns off bullets */
	  background-image: none;
	  }
	 
			
.sitemap li ul {
	 margin: 6px 15px;
	 padding: 0 15px;
	 border-left: 1px dotted #999;
	 font-size: 100%;
	 }
	
	/* for third-level */
	
.sitemap li ul li ul {
	  border: none;
	  font-size: 90%;
	  }
	
.sitemap li ul li ul li   { font-weight: normal; background: url(../images/li_bull.gif) no-repeat 0 50%; padding-left: 16px }

.sitemap a:link, .sitemap a:visited {
	color: #333;
	background-color: #fff;
	text-decoration: none;
	}

.sitemap a:hover, .sitemap a:active {
	color: #283788;
	background-color: #fff;
	text-decoration: underline;
	}
		
	
/*  IE fixes */

#content {
	height: 1%;
	}

/* Hides from IE/Mac \*/

* html { 
	height: 1%; 
	}

#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

h2 {
	color: #333;
	background-color: #fff;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	}
	
h2.center {
	color: #333;
	background-color: #fff;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	}
	
h3 {
	color: #184899;
	background-color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0;
	}
	
h4 {
	margin-bottom: -10px;
	font-size: 100%;
	}	

p.bluebox {
	color: #a0d9e5;
	background-color: #283788;
	margin-top: -2px;
	margin-bottom: -2px;
	padding: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.turquoise {
	color: #07bae3;
	background-color: #fff;
	font-weight: bold;
	}
	
.blue {
	color: #184899;
	background-color: #fff;
	font-size: 110%;
	font-weight: bold;
	}
	
.white {
	color: #fff;
	background-color: #07bae3;
	}
	
.indent-left {
	margin-left: 3em;
	}
	
abbr, acronym, dfn {
	font-style: normal;
	text-decoration: none;
	}
	
img.main {								/* images */
	width: 426px;
	height: 254px;
	border: 0;
	}
	
img.main1 {
	width: 426px;
	height: 158px;
	border: 0;
	}

img.png {
	width: 135px;
	height: 240px;
	border: 0;
	}
	
div.pnglayer {
	height: 240px; 
	width: 135px; 
	left: 1%; 
	margin-top: 28px; 
	position: absolute;
	z-index: 20; 
	visibility: visible;
	background: transparent url(../images/fgh_index.png) no-repeat;
	}	
	
div.mainlayer {
	height: 100px; 
	width: 100px; 
	left: 3%; 
	top: 20px; 
	position: absolute; 
	z-index: 10; 
	visibility: visible;
	}
	
img.banner {
	clear: left; 
	margin-top: 30px; 
	width: 364px; 
	height: 32px; 
	margin-left: 160px;
	}

img.catalog {
	height: 134px;
	width: 126px;
	border: 0;
	float: left;
	}
			
img.acrobat {
	height: 33px;
	width: 112px;
	border: 0;
	margin-top: 10px;
	}
		
img.pdf {
	height: 17px;
	width: 17px;
	border: 0;
	}
		
img.blanks {
	height: 29px;
	width: 126px; 
	border: 0;
	}
		
img.download {
	height: 42px;
	width: 126px;
	border: 0;
	}
	
img.bullet {
	height: 41px;
	width: 39px;
	border: 0;
	float: left;
	margin: 0;
	}
	
img.shaper {
	height: 81px;
	width: 200px;
	border: 1px solid silver;
	margin-bottom: 8px;
	}
	
ul.none {
	list-style-type: none;
	}
	
ul.square {
	list-style-type: square;
	}
	
/********** table styles ***************/


/* tables for product pages */
/* table Products 5 column */	
table.fabrics {
	border-collapse: collapse;
	width: 440px;
	border: 0;
	text-align: right;
	padding: 0.5em 0.5em;
	}
	
table.fabrics thead th {
	color: #fff;
	background-color: #184899;
	font-weight: normal;
	}
	
table.fabrics th, table.fabrics td {
	vertical-align: top;
	}
	
table.fabrics tr.odd {
	color: #000;
	background-color: #fff;
	text-align: right;
	}
	
table.fabrics tr.even {
	color: #000;
	background-color: #ddd;
	}
	
table.fabrics #hdr1 {
	width: 27%;
	}
	
table.fabrics #hdr2 {
	width: 20%;
	}
	
table.fabrics #hdr3 {
	width: 15%;
	}
	
table.fabrics #hdr4 {
	width: 12%;
	}
	
table.fabrics #hdr5 {
	width: 13%;
	}
	
	
/* table for Products 4 column*/
	
table.prod4 {
	border-collapse: collapse;
	width: 440px;
	border: 0;
	text-align: left;
	padding: 0.5em 0.5em;
	}
	
table.prod4 thead th {
	color: #fff;
	background-color: #184899;
	font-weight: normal;
	}
	
table.prod4 th, table.prod4 td {
	vertical-align: top;
	}
	
table.prod4 tr.odd {
	color: #000;
	background-color: #fff;
	text-align: left;
	}
	
table.prod4 tr.even {
	color: #000;
	background-color: #ddd;
	}
	
table.prod4 #hdr1 {
	width: 110px;
	}
	
table.prod4 #hdr2 {
	width: 200px;
	}
	
table.prod4 #hdr3 {
	width: 50px;
	}
	
table.prod4 #hdr4 {
	width: 60px;
	}

table.grid {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}
	
table.grid th, table.grid td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
table.grid th {
	color: #646466;
	background: #d8d9da;
	}
	
table.grid td {
	vertical-align: top;
	line-height: 1.2em;
	font-size: 95%;
	color: #333;
	background-color: #fff;
	}
	
table.grid tr.odd {
	color: #333;
	background-color: #eeeeef;
	}
	
caption {
	font-family: verdana, sans-serif;
	color: #646466;
	background-color: #fff;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	}
		
	
/************** end of table style *****************/	
	
.left {
	clear: left;
	}
	
.right {
	clear: right;
	}
	
.both {
	clear: both;
	}
	
.center {
	text-align: center;
	}
	
.highlight {
	color: #666;
	background-color: #ffc;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ff6;
	}
	
.smallcaps {
	font-variant: small-caps;
	}
	
.red {
	color: #f30;
	background-color: #ffc;
	}
	
.caption { 
	font-size: 85%;
    text-align: left;
    margin-top: -8px; 
    }

/***************** end Fiberglass Hawaii style sheet **********************/
