body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

ul, ol { margin: .5em 0 1em 0; padding-left: 2.5em; }

.expander
{
	height: 0;
	overflow: hidden;
	clear: both;
}

#mainwrap
{
	background-image: url(/images/common/tarco_margin_full.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	padding: 0 0 0 10;
	/*width: 1208px;
	background:#ffffff;
	width: 976px;
	margin: 0 auto;
	border:1px solid black;
	border-top:none;*/
}

#espanol {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10000000;
	}
	
#espanol a {
	color: #ccc;
	}

/* =TOP HEADER
*******************************/
#header
{
	width: 976px;
	height: 110px;
	background-color: #294A8D;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border-left: solid 1px #234cc2;
}

#subheader_image
{
	height: 48;
	position: absolute;
	right: 12px;
	top: 50px;
}


/* =TOP UPPER HEADER NAV
*******************************/

#topheadernav ul.topouter li {
	float: left;
	margin: 0;
}

#topheadernav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 0px;
	width: 339px;
	list-style: none;
}

ul a.topheadernav { display: block; text-decoration: none; width: 100%; height: 15px; }

/*#header_contact {	width: 78px;  }

#header_faqs { width: 36px; }*/

#header_industry_links { width: 187px; }
#header_sitemap {width: 65px; }
#header_home { width: 49px;}

/* =MIDDLE NAV
*******************************/
#midnav
{
	background:url(/images/common/tarco_mp_nav_b.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 976px;
	height: 43px;
	border-left: solid 1px #234cc2;
}

#midnav ul.midouter li {
	float: left;
	margin: 0;
}

#midnav ul {
	margin: 0;
	padding: 0;	
	width: 976px;
	list-style: none;
}

ul a.midnav 
{ 
	background:url(/images/common/tarco_mp_nav_a.gif) no-repeat; 
	display: block; 
	text-decoration: none; 
	width: 100%; 
	height: 0px; 
	padding-top:43px; 
	overflow:hidden; 
}

#mid_products a.midnav { background-position: 0px 0px; width: 154px; }

#mid_specs a.midnav { background-position: -154px 0px; width: 133px; }

#mid_msds a.midnav { background-position: -287px 0px; width: 59px; }

#mid_case_studies a.midnav { background-position: -346px 0px; width: 118px; }

#mid_news a.midnav { background-position: -464px 0px; width: 109px; }

#mid_plants_loc a.midnav { background-position: -573px 0px; width: 169px; }

#mid_tech_bulletins a.midnav { background-position: -742px 0px; width: 234px; }

#midnav a.midnav:hover { background: none;}

/* =Leak Barrier Page Columns
*******************************/
/* allow room for 3 columns */
#lb_columns
{
    /*width: 900px;*/
}
  /*#lb_columns li.column1 { margin-left: 0; }
  #lb_columns li.column2 { margin-left: 33%; }
  #lb_columns li.column3 { margin-left: 66%; }*/


#lb_columns ul
  {
    width: 33%;
    float:left;
    padding-left:0px;
    list-style:none inside;
  }

  /* float & allow room for the widest item */
/*#lb_columns  ul li
  {
    float: left;
    width: 200px;
  }*/

  /* stop the float */
#lb_columns  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
#lb_columns
  {
    margin-bottom: 1em;
  }


/* =CONTENT
*******************************/

#contentwrap
{
	padding: 0;
	margin: 0 auto; 
	position: relative;
	width: 976px;
	border-left: solid 1px #234cc2;
}
#content
{
	margin: 0;
	padding: 50px 16px 13px 30px;
	background-color: #ffffff;
}

#tech_bulletins_left, #tech_bulletins_right
{
	float: left;
	width: 49%;
}

#tech_bulletins_right { float: right; }

/* =FOOTER
*******************************/
#footer
{
	margin: 0 auto;
	padding: 0;
	height: 97px;
	width: 976px;
	/*background-image: url(http://www.tarcoroofing.com/images/mp/tarco_mp_footer_bg.gif);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top:1px solid #000000;
	border-left: solid 1px #234cc2;
	border-bottom: solid 2px #234cc2;	
}
#footer_right
{
	float: right;
	width: 730px;
	margin: 0;
	padding: 0;
}


#footer_left
{
	width: 241px;
	height: 97px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: solid 1px grey;
}

#footer_left_content
{
	font-size: .85em;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 12px 11px 0 11px;
}

#footer_sn
{
    float:left;
    padding: 22px 0 0 10px;
    width: 65;
    text-align:center;
    color: #ffffff;
    font-size:smaller;
}
#footer_sn a:link { font-weight: bold; text-decoration: none; color: #ffffff; }
#footer_sn a:visited { font-weight: bold; text-decoration: none; color: #ffffff; }
#footer_sn a:focus, #footer_sn a:hover, #footer_sn a:active { font-weight: bold; text-decoration: none; color: #B4CBE3; }

#footer_mobile
{
    float:left;
    padding: 22px 0 0 10px;
    width: 65;
    text-align: center;
    color: #ffffff;
    font-size: smaller;
}
#footer_mobile a:link { font-weight: bold; text-decoration: none; color: #ffffff; }
#footer_mobile a:visited { font-weight: bold; text-decoration: none; color: #ffffff; }
#footer_mobile a:focus, #footer_mobile a:hover, #footer_mobile a:active { font-weight: bold; text-decoration: none; color: #B4CBE3; }

#footer_right_content
{
	font-size: .85em;
	color: #434343;
	font-weight: bold;
	text-align: left;
	padding: 32px 32px 0 122px;
}

#footer_left_content a:link { font-weight: bold; text-decoration: underline; color: #ffffff; }
#footer_left_content a:visited { font-weight: bold;text-decoration: underline; color: #ffffff; }
#footer_left_content a:focus, #footer_left_content a:hover, #footer_left_content a:active { font-weight: bold; text-decoration: none; color: #B4CBE3; }

#footer_right_content a:link { font-weight: bold; text-decoration: underline; color: #ffffff; }
#footer_right_content a:visited { font-weight: bold;text-decoration: underline; color: #ffffff; }
#footer_right_content a:focus, #footer_right_content a:hover, #footer_right_content a:active { font-weight: bold; text-decoration: none; color: #B4CBE3; }

/*#bot_fade
{
	background-image: url(/images/common/tarco_margin_full.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	height: 1px;
	/*width: 1208px;
	height:0; overflow:hidden;
}*/

.sitemap_major a:link { font-size: large; font-weight: bold; text-decoration: underline; color: #F3A000; }
.sitemap_major a:visited { font-size: large; font-weight: bold;text-decoration: underline; color: #F3A000; }
.sitemap_major a:focus, .sitemap_major a:hover, .sitemap_major a:active { font-size: large; font-weight: bold; text-decoration: none; color: #F3A000; }

