@charset "utf-8";
/* CSS Document */
/* Editable Regions */
#Content	{
	height:auto;
}
/* Navigation */
.link_home #link_home, .link_productsandservices #link_productsandserices, .link_acrovyn #link_acrovyn, .link_pedisystems #link_pedisystems, .link_wallglaze #link_wallglaze, .link_allway #link_allway, .link_airfoil #link_airfoil, .link_supertrak #link_supertrak, .link_explovent #link_explovent, .link_installation #link_installation, .link_brochures #link_brochures, .link_whatsnew #link_whatsnew, .link_contactus #link_contactus {
	color: #CD202C;
	font-weight:bold;
}
a:link	{
	text-decoration:none;
	color: #00557D;
}
a:visited	{
	text-decoration:none;
	color:#005F8C;
}
a:hover	{
	color: red;
}
/* Standard Paragraph Formating */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #CD202C;
}
h2		{
	font-size:10pt;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 8px;
}		
h3 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
}
p {
	font-size: 9pt;
	margin-bottom: 15px;
	margin-top: 0px;
}
/* CUSTOM CLASSES */
/* Text Formating */
p.indent	{
	text-indent:20px;
}
.txt_8pt {
	font-size: 8pt;
}
.txt_9pt {
	font-size: 9pt;
}

/* BREADCRUMB TRAIL */

#Breadcrumb {
	font-size: 8pt;
}
a:link#Breadcrumb_Link	{
	text-decoration:none;
	color: #999;
}
a:visited#Breadcrumb_Link	{
	text-decoration:none;
	color:#CCC;
}
a:hover#Breadcrumb_Link	{
	color: red;
}
.Breadcrumb_Selected {
	color: #CD202C;
}

/* Cell / Menu Formating */
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */

.grey_cell	{
	background-color: #E6E6E6;
}
.cell_2pxRedBottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CD202C;
	padding-top:5px;
	padding-bottom:5px;
}
.cell_1pxRedBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD202C;
	padding-top:5px;
	padding-bottom:5px;
}
.cell_1pxGreyBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.cell_2pxGreyBottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.cell_2pxGreyRightBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.cell_1pxGreyRightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
}


.menu_lhs_mainItem {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu_lhs_mainItem a:link {
	color:#000000;
}
.menu_lhs_mainItem a:visited {
	color:#000000;
}
.menu_lhs_mainItem a:hover {
	color:red;
}
.menu_lhs_subItem {
	font-size: 9pt;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menu_lhs_subItem a:link {
	color:#000000;
}
.menu_lhs_subItem a:visited {
	color:#000000;
}
.menu_lhs_subItem a:hover {
	color:red;
}
.menu_top_majorTxt {
	font-size: 9pt;
	margin: 0;
}
.menu_top_majorTxt a:link {
	color:#000000;
}
.menu_top_majorTxt a:visited {
	color:#000000;
}
.menu_top_majorTxt a:hover {
	color:red;
}

.menu_top_minorTxt {
	font-size: 8pt;
	margin: 0;
}
.menu_top_cell {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
}
.menu_top_currentpage {
	font-size: 9pt;
	font-weight: bold;
	color: #CD202C;
	margin: 0;
}
.menu_top_cell_ac {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 110px;
}
.menu_top_cell_ps {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 110px;
}
.menu_top_cell_st {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 154px;
}
.menu_top_cell_wg {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 128px;
}
.menu_top_cell_af {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 128px;
}
.menu_top_cell_al {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 128px;
}
.menu_top_cell_ex {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
	width: 128px;
}
.menu_top_cell_conspec {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CD202C;
}
/* Images */
img {
	border:none;
}
.img_border-no {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.img_border {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}



/* Lists */
li {
	margin-bottom: 5px;
	margin-top: 0px;
}
li.large_spacing {
	margin-bottom: 15px;
	list-style-image: url(../images/bullet_red_6px.gif);
}
.li2 {
	list-style-type: circle;
	margin-left: 20px;
}

/* MISCELLANEOUS */
.clearer	{
	clear:both;
	height:0px;
	width:0px;
}
.New {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

/* OLD SITE CSS */
/*
body         { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; margin-bottom: 5px; margin-top:0 }
.bullets     { margin-top:0; margin-bottom:5px; font-size:10pt}
.bodytext    { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt }
h1           { 
		font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 14pt;
		color: #000000;
		font-weight: bold;
		margin-top:0;
		margin-bottom:15px;
}
h2           {
	margin-bottom:5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold
}
h3           { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: bold; margin-top:15px; margin-bottom:10px }
h4           { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; font-weight: bold; margin-top:10px; margin-bottom:15px  }
li           { font-family: Tahoma, Arial, Helvetica, sans-serif; margin-top:0; margin-bottom: 5px; font-size: 10pt }
p            {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top:0;
	font-size: 10pt
}
h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:5px;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
h6          {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top:0;
	font-size: 8pt;
	font-weight: normal;
}
a:link	{
	color: #003366;
	text-decoration:none;
	}
a:visited	{
	color: #003366;
	text-decoration:none;
	}
a:hover	{
	color: #FF0000;
	text-decoration:none;
	}
.li2 {
	list-style-type: circle;
	margin-left: 20px;
}

.img_border {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.smalltxt {
	font-size:8pt;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	color:#DBDBDB;
	height:1px;
}
.ul_Ticks {
	list-style-image: url(images/tick_black_2525.jpg);
}
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*:first-child+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.boxed {
	clear:both;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #000;
}

.boxed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .boxed {height: 1%;}
*:first-child+html .boxed {height: 1%;}
/* End hide from IE-mac */