/*-----------------------------------------------------------------------------
Gaco Wallfoam Screen Stylesheet

version:	1.0
date:		[date]
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	http://www.gaco.com
history:	Na
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Tahoma, Lucida Grande, Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}

p, ul, ol, blockquote {
	line-height: 1.5em;
	margin-bottom: 1em; 
}

li {
	margin-bottom: .5em;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-weight: normal;
	font-size: 2.0em;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	margin-bottom: .5em;
	color: #790823;
}

h2 {
	font-size: 1.4em;    
	margin-bottom: .8em;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #790823;
}

h3 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	margin-bottom: .9em;
}

h4 {
	font-size: 1em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 1em;
	font-style: italic;
}

h6 {
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 1em;
	font-style: italic;
}

img {
	border: none;
}

hr {
	clear: both;
	border-collapse: collapse;
	border: none;
	border-bottom: 3px double #E1D8D3;
	margin: 1em 0;
}

a:link {
	color: #657F52; 
	text-decoration: underline; 
}

a:hover {
	color: #790823;
	text-decoration: underline;
}

a:active {
	color: #657F52;
	text-decoration: underline;
}

a:visited {
	color: #657F52;
	text-decoration: underline;
}


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

table {
	width: 100%;
	margin-bottom: 1em;
}

table, td, th {
	border-collapse: collapse;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	padding: .3em;
	background: #E1D8D3;
	border-bottom: 1px solid #fff;
}

td {
	padding: .3em;
	border-bottom: 1px solid #E1D8D3;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: .5em;
}

.Replace {
	text-indent: -2000px;
}

.Content {
	padding: 6px;
}

.Feature {
	float:left;
}

.RFeature{
	float:right;
}

.Margins{
	margin: 6px 0 6px 0;
}

.Hide { 
	display: none;
}

/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	width: 750px;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	background: #fff;
	margin-bottom: 6px;
}
	
a#Logo img { 
	padding: 6px;
}

p#SiteMap {
	position: absolute;
	top: 6px;
	right: 6px;
}
p#Phone { 
	position: absolute;
	right: 6px;
	bottom: 6px;
	margin: 0;
	background: url(../site/text_1800.gif) no-repeat right top;
	text-indent: -2000px;
	width: 221px;
	height: 18px;
}

/* Primary Navigation
-----------------------------------------------------------------------------*/

ul#Primary, ul#Primary ul {
	position: relative;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	background: #d2ddb2;
	width: 750px;
	z-index: 10;
}

ul#Primary li {
	display: block;
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 150px;
	top: auto;
	right: auto;
	bottom: auto;
	left: -2000em;
	margin: 0;
}

ul#Primary li ul li { 
}

ul#Primary li ul li ul {
	/* third level an below lists appear to the right */
	margin: -30px 0 0 150px;
}

ul#Primary li a {
	display: block;
	color: #fff;
	background-color: #72895b;
	text-decoration: none;
	text-align: center;
	line-height: 29px; /* less 1px to account for border-bottom  */
	border-top: none;
	border-right: 1px solid #d2ddb2;
	border-bottom: 1px solid #d2ddb2;
	border-left: none;
}

ul#Primary li a:hover {
	/* all anchors turn white on hover */
	background-color: #2a2f35;
	color: #fff;
}

ul#Primary li.hover ul ul, ul#Primary li.hover ul ul ul, ul#Primary li.hover ul ul ul ul {
	/* hide all list items until the mouse is over the parent */
	left: -2000em;
}

ul#Primary li.hover ul, ul#Primary li li.hover ul, ul#Primary li li li.hover ul, ul#Primary li li li li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	left: auto;
}

a#Home, a#Insulation, a#Products, a#Resources, a#Company {
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: repeat;
	height: 77px;
	line-height: 77px;
	text-indent: -2000em;
}

a#Home:hover, a#Insulation:hover, a#Products:hover, a#Resources:hover, a#Company:hover {
	background-position: center -78px;
}

a#Home {
	background-image: url(../site/nav_default.gif);
}

a#Insulation {
	background-image: url(../site/nav_wallfoam-insulation.gif);
}

a#Products {
	background-image: url(../site/nav_products.gif);
}

a#Resources {
	background-image: url(../site/nav_resources.gif);
}

a#Company {
	background-image: url(../site/nav_company.gif);
}

ul#Primary li.Active a {
	background-position: center 77px;
	border-top: none;
	border-right: 1px solid #b67e8a;
	border-bottom: none;
	border-left: none;
}

ul#Primary li.Active ul li a {
	background-color: #85132e;
	border-right: 1px solid #b67e8a;
	border-top: 1px solid #b67e8a;
}

ul#Primary li.Active ul li a:hover {
	color: #85132e;
	background-color: #fff;
}

ul#Primary li.Active ul li a.Active {
	color: #85132e;
	background-color: #fff;
}



/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	clear: both;
	width: 750px;
	margin: 6px auto;
	padding: 0 0 1px 0;
	color: #fff;
	background: #92b279 url(../site/bg_cookies.gif) no-repeat right center;
	line-height: 2em;
	text-indent: 80px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	position: relative;
}


div#Ancestors img#YouAreHere {
	float: left;
	left: 0;
	top: 0;
	position: absolute;
}

div#Ancestors a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 1px;
	padding-top: 1px;
}

div#Ancestors a:hover {
	color: #fff;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Page {
	background: #E1D8D3;
	margin: 0 auto;
	width: 780px;
	padding-bottom: 15px;
}

div#Wrapper {
	clear: both;
	border-top: 6px solid #fff;
	background: #fff;
	margin: 0 auto;
	width: 750px;
	position: relative;
}

div#Canvas {
	margin: 0 6px;
}

div#Canvas h2 {
	border-top: 1px solid #CFC3BC;
	padding-top: 14px;
	clear: both;
}

div#Location {
	background: #9B7D6E;
	color: #fff;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	padding: 0 6px;
	margin-bottom: 1em;
}

a#Print {
	color: #fff;
	float: right;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 298px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 6px;
	width: 292px;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	border-right: 298px solid #fff;
}

div#Right {
	position: absolute;
	top: 0;
	right: 6px;
	width: 292px;
	background: #97ad79;
	color: #fff;
}

div#Right a {
	display: block;
}

div#Right a:hover {
	background: #E1D8D3;
	color: #181F24 !important;
	text-decoration: none;
}

div#Right p#Acrobat a:hover {
	background: none;
}

div#Right > div.Padding {
	padding: 12px;
}

div#Right h2, div#Right h3 {
	background: #282d33;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-indent: 12px;
	text-transform: uppercase;
	line-height: 2em;
}

div#Right h4 {
	font-size: 1.4em;
	margin-bottom: 0;
}

div#Right a {
	font-weight: bold;
	color: #fff;
}

p#Acrobat {
	padding: 6px;
	text-align: right;
}

div#Movie {
	text-align: center;
}

/* Secondary Navigation
-----------------------------------------------------------------------------*/

ul.Secondary {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

ul.Secondary li {
	margin: 0;
	padding: 0;
}

ul.Secondary li a {
	display: block;
}

ul.Secondary li a:hover {
	background: #E1D8D3;
	color: #181F24 !important;
	text-decoration: none;
}


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

div#Footer {
	margin: 0 auto;
	width: 750px;
	clear: both;
	background: #fff;
	border-top: 6px solid #fff;
}

div#Banners {
	border-top: 3px double #E1D8D3;
	border-bottom: 3px double #E1D8D3;
}

div#Banners img {
	float: left;
	border: 6px solid #fff;
	border-right: none;
}

div.Tertiary {
	float: left;
	width: 225px;
	height: 110px;
	border-left: 1px solid #E1D8D3;
}

div.Tertiary h2 {
	font-weight: bold;
	color: #666;
	font-size: 1em;
}

div.Tertiary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.Tertiary ul li {
	margin: 0;
}

div#QuickLinks {
	border: none;
	width: 298px;
}

div#subFooter {
	clear: both;
	margin: 1em auto 0 auto;
	width: 780px;
	text-align: left;
}

p#Copyright {
	float: right;
	text-align: right;
}


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

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #E1D8D3;
}

legend { 
	font-size: 1.4em;
	color: #790823;
}

div.LabelInput {
	margin-bottom: 1em;
	display: block;
}

input[type='text'], input[type='password'], input[type='file'], select, textarea {
	width: 26em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: 1px solid #666;
}

select {
	width: 26.8em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 10em;
	float: left;
	display: block;
}

div.CAPTCHA input {
	float: right;
	width: 125px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	font-size: 32px;
	padding: 4px;
	margin-right: 4px;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 10em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input[type='text'], div.FullWidth input[type='password'], div.FullWidth input[type='file'], div.FullWidth select, div.FullWidth textarea {
	width: 30em;
	font-size: 1em;
	font-family: Verdana, arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Feedback Form
-----------------------------------------------------------------------------*/

div#Right fieldset#RateContent {
	border: none;
	padding: 10px;
	background: #E1D8D3 url(../site/text_feedback.gif) no-repeat 0 0;
	color: #000;
	width: 272px;
}

div#Canvas fieldset#RateContent {
	border: none;
	padding: 10px;
	background: #fff url(../site/text_feedback.gif) no-repeat 0 0;
	color: #000;
}

fieldset#RateContent legend {
	display: none;
}

table#Rating {
	width: 100%;
}

table#Rating th, table#Rating td {
	background: none;
	border: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

table#Rating td {
	width: 20%;
}

table#Rating input[type='radio'] {
}

fieldset#RateContent label {
	display: block;
	padding: 0;
	text-align: left;
	width: auto;
	float: none;
}

fieldset#RateContent input[type='text'] {
	display: block;
	width: 260px;
	float: none;
}

fieldset#RateContent select {
	display: block;
	width: 267px;
	float: none;
}

fieldset#RateContent textarea {
	display: block;
	width: 260px;
	height: 60px;
	float: none;
}

fieldset#RateContent div.FormControls {
	width: auto;
	padding: 0;
	margin: 6px 0;
	text-align: right;
}

table.CAPTCHA td {
	border: none;
	vertical-align: bottom;
}


/* Demographic (before download) Form
-----------------------------------------------------------------------------*/

form#Demographic fieldset {
	border: none;
	padding: 12px;
}

form#Demographic legend {
	display: none;
}

form#Demographic input[type='text'] {
	display: block;
	width: 260px;
	float: none;
}

form#Demographic select {
	display: block;
	width: 267px;
	float: none;
}

form#Subscribe fieldset {
	padding: 0;
	border: none;
	width: 320px;
}


/* Contact Form
-----------------------------------------------------------------------------*/

fieldset#SendEmail {
	border: none;
	padding: 3.6em 1em 1em 1em;
	background: #E1D8D3 url(../site/text_sendamessage.gif) no-repeat 0 0;
	color: #000;
}

fieldset#SendEmail legend {
	display: none;
}

fieldset#SendEmail label {
	display: block;
	padding: 0;
	text-align: left;
	width: auto;
	float: none;
}

fieldset#SendEmail input[type='text'], fieldset#SendEmail select {
	display: block;
	width: 25em;
	float: none;
}

fieldset#SendEmail textArea {
	display: block;
	width: 25em;
	height: 6em;
	float: none;
}

fieldset#SendEmail div.FormControls {
	width: auto;
	padding: 0;
	margin: 1em 0;
	text-align: right;
}


/* Download Specifications
-----------------------------------------------------------------------------*/

fieldset#DownloadSpecs{
	border: none;
	padding: 36px 6px 6px 6px;
	background: #E1D8D3 url(../site/downloadspecs.gif) no-repeat 0 0;
	color: #000;
}

fieldset#DownloadSpecs legend {
	display: none;
}

fieldset#DownloadSpecs label {
	display: block;
	padding: 0;
	text-align: left;
	width: auto;
	float: none;
}

fieldset#DownloadSpecs input.Text, fieldset#DownloadSpecs select.select {
	display: block;
	width: 260px;
	float: none;
}

fieldset#DownloadSpecs textArea {
	display: block;
	width: 260px;
	height: 6em;
	float: none;
}

fieldset#DownloadSpecs div.FormControls {
	width: auto;
	padding: 0;
	margin: 14px 0;
	text-align: right;
}



/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info a, .Error a, .Success a, .ErrorInline a {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574aE;
}

.Error {
	background: #F3E5a1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1aE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574aE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5a1;
}

div.errorMessage {
	background: #F3E5a1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574aE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/
.modalBox {
	position: relative;
}

.modalClose {
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width:36px;
	height: 36px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/button_close.png) top right no-repeat;
}

/* JavaScript Tabbed Content Panels
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}


/* Splash, default.html
-----------------------------------------------------------------------------*/

p#ReduceCarbon{
	margin: 6px auto 6px auto;
	width: 750px;
}

p#FireStop{
	margin: 6px auto 6px auto;
	width: 750px;
}

span#since1955small {
	display:block;
	width: 292px;
	height: 138px;
	margin: 0 0 5px;
	background: url(../site/text_since1955small.gif) no-repeat left top;
}

img#WallfoamIsGreen{
	border-bottom: 1px #ffffff solid;
}

img#Globe{
	
}

div#Actions {
	float: left;
	width: 292px;
}

div#WallfoamActions{
	position: absolute;
	top: 0;
	right: 6px;
	width: 292px;
}

div#WallfoamActions h2 {
	margin: 0;
	padding: 0;
	background: #85132E;
	height: 20px; /* IE hack to force box model */
	width: 292px;
	display: block;
}

span#IWantTo {
	width: 292px;
	display: block;
	background: #85132E url(../site/text_IWantTo.gif) no-repeat;
	text-indent: -2000px;
}

ul#CommercialMenu, ul#CommercialMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#CommercialMenu li {
	float: left;
	border-top: 1px solid #fff;
	width: 292px;
	height: 44px;
}
ul#CommercialMenu a:link, ul#CommercialMenu a:visited {
	display: block;
	width: 292px;
	height: 44px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -2000em;
}
ul#CommercialMenu a:hover {
	background-position: 0 -45px;
}
ul#CommercialMenu li#IWantToSpeak a {
	background-image: url(../site/link_speak.gif);
}
ul#CommercialMenu li#IWantToDownload a {
	background-image: url(../site/link_download.gif);
}
ul#CommercialMenu li#IWantToFind a {
	background-image: url(../site/link_find.gif);
}
ul#CommercialMenu li#IWantToExpert a {
	background-image: url(../site/link_expert.gif);
}


/* All 2nd tier pages (e.g. applications.html, resources.html, company.html, etc.
-----------------------------------------------------------------------------*/

div.Feature {
	text-align: right;
	border-bottom: none;
}

div.Feature img {
	float: left;
}

div.Feature img:last-child {
	float: none;
}


/* Applications (applications.html)
-----------------------------------------------------------------------------*/

img#WallfoamProvides{
	background: #c6d3a0 url(../site/bg_glossygreen.jpg);
	display: block;
	float: left;
	width: 441px;
	height: 172px;
	border-right: 6px solid #fff;
}

div#GacoFive{
	background: url(../site/text_gacofive.jpg) no-repeat top left;
	width: 738px;
	height: 69px;
	margin-top:6px;
	border-bottom: 1px #ffffff solid;
	text-indent: -2000px;
	position: relative;
}

div#GacoFive a{
	display: block;
	position: absolute;
	top: 43px;
	left: 626px;
	width: 105px;
	height: 18px;
}

ul#GacoFiveList{
	width: 492px;
	height: 241px;
	background:url(../site/bg_gacofivelist.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	float: left;

}

ul#GacoFiveList li{
	list-style: none;
	float: left;
	width: 245px;
	height: 80px;
	margin: 0;
	padding: 0px;
}

ul#GacoFiveList li p, ul#GacoFiveList li h4{
	line-height: 10px;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

ul#GacoFiveList li h4 {
	margin-bottom: 2px;
	color: #324f2f;
	font-weight: bold;
	font-size: 10px !important;
}	

ul#GacoFiveList li img{
	margin: 0 6px 6px 0;
}

ul#GacoFiveList li div.Content{
	
}


/* Press Room (press.html)
-----------------------------------------------------------------------------*/

span#CallKyle {
	background: #DDD1CA url(../site/bg_flecks.jpg);
	display: block;
	float: left;
	width: 441px;
	height: 172px;
	border-right: 6px solid #fff;
}



/* Technical Resources (resources.html)
-----------------------------------------------------------------------------*/

div#Library{
	background: #d2ddb2;
	width: 142px;
	height: 132px;
	float: left;
	margin: 0;
	padding: 0;
}

span#Committed{
	background: #c6d3a0 url(../site/bg_glossygreen.jpg);
	display: block;
	float: left;
	width: 441px;
	height: 172px;
	border-right: 6px solid #fff;
}

ul#ResourcesLinks{
	margin:0;
	padding:0;
}

ul#ResourcesLinks li{
	list-style: none;
	float: left;
	display: block;
	width: 143px;
	height: 132px;
	margin-left: 6px;
	padding: 0;
}

UL#ResourcesLinks LI#ResourcesPDS A, UL#ResourcesLinks LI#ResourcesSpecs A, UL#ResourcesLinks LI#ResourcesInstructions A, UL#ResourcesLinks LI#ResourcesSprayGuides A{
	display: block;
	width: 143px;
	height: 138px;
	background-position: 0 0;
}

UL#ResourcesLinks LI#ResourcesPDS A:hover, UL#ResourcesLinks LI#ResourcesSpecs A:hover, UL#ResourcesLinks LI#ResourcesInstructions A:hover, UL#ResourcesLinks LI#ResourcesSprayGuides A:hover{
	background-position: 0 -139px;
}

UL#ResourcesLinks LI#ResourcesPDS A{
	background-image: url(../site/nav_pds.gif);
}

UL#ResourcesLinks LI#ResourcesSpecs A{
	background-image: url(../site/nav_specs.gif);
}

UL#ResourcesLinks LI#ResourcesInstructions A{
	background-image: url(../site/nav_instructions.gif);
	}

UL#ResourcesLinks LI#ResourcesSprayGuides A{
	background-image: url(../site/nav_sprayguides.gif);
}


/* Project Profiles (profiles.html)
-----------------------------------------------------------------------------*/

div#ProjectProfile H3 {
	margin-bottom: 0;
}


/* Company (company.html)
-----------------------------------------------------------------------------*/

span#Waterproofing {
	background:  #E1D8D3 url(../site/bg_sprayfoam.jpg);
	display: block;
	float: left;
	width: 441px;
	height: 172px;
	border-right: 6px solid #fff;
}


/* Contact Us (contact.html)
-----------------------------------------------------------------------------*/

img.contactPic{
	float: left;
	border: 1px #666666 solid;
	margin-right: 10px;
	display: block;
	width: 120px;
	height: 160px;
}

div#CompanyDirectory thead td {
	font-weight: bold;

}

div#CompanyDirectory td {
	border-bottom: 1px solid #E1D8D3;
	
}

div#CompanyDirectory tbody td.Region {
	background: #E1D8D3;
	font-weight: bold;
}

div#CompanyDirectory td.Region {
	width: 40%;
   margin-top:-10px;
}

div#CompanyDirectory td.Name {
	width: 20%;
   vertical-align:top;
}

div#CompanyDirectory td.Telephone {
	width: 20%;
   vertical-align:top;
}

div#CompanyDirectory td.Mobile {
	width: 20%;
   vertical-align:top;
}

div#ContactCard a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div#ContactCard {
	display:none;
	width:300px;
	background:#E0D7D2;
	border:1px solid #A99284;
	padding:10px;
	color: #000; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}



/* Products Entrance (products.html)
-----------------------------------------------------------------------------*/

ul#ProductsMenu {
	margin: 0 -6px;
	padding: 0;
	list-style: none;
}

ul#ProductsMenu li {
	display: block;
	width: 143px;
	height: 200px;
	float: left;
	background: #fff url(../site/bg_applications.gif) repeat-x bottom;
	border-left: 6px solid #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#ProductsMenu li a {
	display: block;
	width: 143px;
	height: 20px;
	text-indent: -2000em;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 6px solid #fff;
}

ul#ProductsMenu li a:hover {
	background-position: 0 -21px;
}

ul#ProductsMenu li a:active {
	background-position: 0 -42px;
}

li#acrylic a {
	background-image: url(../site/nav_acrylic.gif);
}

li#urethane a {
	background-image: url(../site/nav_urethane.gif);
}

li#silicone a {
	background-image: url(../site/nav_silicone.gif);
}

li#spray, li#spray a {
	width: 292px !important;
}

li#spray a {
	background-image: url(../site/nav_spray.gif);
}

li#epoxy a {
	background-image: url(../site/nav_epoxy.gif);
}

li#hypalon a {
	background-image: url(../site/nav_hypalon.gif);
}

li#neoprene a {
	background-image: url(../site/nav_neoprene.gif);
}

li#thinners a {
	background-image: url(../site/nav_thinners.gif);
}

li#accessories a {
	background-image: url(../site/nav_accessories.gif);
}



/* Product Category Pages (acrylic.html, epoxy.html, spray.html, etc. )
-----------------------------------------------------------------------------*/

img#WorthIt{
	background: #c6d3a0 url(../site/bg_glossygreen.jpg);
	display: block;
	float: left;
	width: 441px;
	height: 172px;
	border-right: 6px solid #fff;
}

div#EcoFriendly{
	background: #e1e8cb;
	height: 232px;
}

div#EcoFriendly p{
	color: #282d33;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	display: block;
	width: 286px;
	float: left;
}

div#ProductBoxes{
	width: 438px;
	height: 147px;
	float: right;
}

img.WallFoamSpecs{
	float: left;
	margin: 0px 0px 0px 6px;
}

ul.ProductList li a {
	font-size: 13px;
}

div#searchback{
	background-image: url(../site/searchbox.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height:25px;
	width: 300px;
	position:absolute;
	left:309px;
	top:29px;
}


form#Search {
	margin: 0;
	padding: 4px;
	width: 190px;
	position: relative;
	left: 0px;
	top: 0px;
	background:transparent;
}

form#Search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form#Search legend {
	display: none;
}

#Go {
	position:absolute;
	top: 1px;
	right: -7px;
	width: 27px;
	height: 18px;
	background: url(../site/gobutton.gif) no-repeat top left;
	outline: none;
}

input#Query{
	font-family: verdana, tahoma;
	color: #97ad7a;
	font-size: 10px;
	font-weight: bold;
	width:103px;
	height: 14px;
	position:relative;
	top: -3px;
	left: 61px;
	padding:2px;
	background: transparent;
	/*Border width and style on any side*/
	border:none;
	/*Borders*/
	text-indent: 3px;/*length of the edge of textbox*/
}

