@charset "utf-8";
/* ROOF COMPONENT SOLUTIONS GLOBAL STYLESHEET */

@import "reset.css";
@import "rollover.css";

body {
	background:#848484;
	color:#333;
	text-align:center;
	font:11px Verdana, Geneva, sans-serif;
	line-height:1.4em;
}

/*---------------------------------------------------------*/
/* TYPOGRAPHY                                              */
/*---------------------------------------------------------*/

h1, h2 {
	color:#7b7b71;
	margin-bottom:13px;
	background:#fff;
	border:1px solid #b7b7b7;
}
	
	h1 span,
	h2 span{
		display:block;
		background:#e4e4e4;
		padding:6px 0 0 6px;
		margin:1px;
		height:26px;
	}


h3 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
	color:#5a5543;
}

h4 {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top:4px;
	color:#7c7765;
}

p {
	margin:.5em 0;
}

a {
	color:#ed1c24;
	text-decoration:none;
}

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

div.mainContent ul, div.mainContent ol {
	margin:.5em 15px;
}

	div.mainContent ul li { 
		list-style:disc;
		padding:3px 0 3px 0px;		
	}
	
div.mainContent ol {
	list-style-position:inside;
}	

	div.mainContent ol li {
		padding:3px 0 3px 0px;
		list-style:decimal;
	}
	
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}
	
	

/*---------------------------------------------------------*/
/* LAYOUT                                                  */
/*---------------------------------------------------------*/

div.wrapper {
	margin:15px auto 0;
	text-align:left;
	width:979px;
	padding:11px;
	background:#fff;
}

/*-----------------------------------------------*/
/* =header                                       */
/*-----------------------------------------------*/
div.header {
	text-align:center;
	position:relative;
	border-bottom:10px solid #ed1c24;
	padding:0 0 10px 0;
	margin-bottom:13px;
}

        div.header p {
			text-align:right;
			position:absolute;
			top:60px;
			right:0;
			font-size:10px;
        }
		
		* html div.header p {
			right:11px;
		}
        
/*-----------------------------------------------*/
/* =navigation                                   */
/*-----------------------------------------------*/

div.navigation {
	position:absolute;
	top:0;
	left:0;
}

	div.navigation ul li {
		border:1px solid #b7b7b7;
		padding:1px;
		margin:0 0 3px 0;
		
		width:175px;
		overflow:hidden;
	}
	
		div.navigation ul li:hover  {
		}
		
		div.navigation a {
			display:block;
			background-color:#ececec;
			padding-left:6px;
			height:26px;
		}
		
	

/*-----------------------------------------------*/
/* =content area                                 */
/*-----------------------------------------------*/
 div.contentWrapper {
	position:relative;
	width:979px;
 }
 
 	div.mainContent {
		position:relative;
		margin:0 193px 0 188px;
		border-left:10px solid #ed1c24;
		padding-left:10px;
		min-height:480px;
	}
	
		* html div.mainContent {
			height:480px;
		}

		body.home div.mainContent {
			border-top:10px solid #ed1c24;
			border-left:none;
			margin:13px 0 0 0;
			padding-top:13px;
			position:relative;
			min-height:0;
			height:auto;
			
		}
		
	body.home div#flash {
		width:791px;
		height:301px;
		position:relative;
		margin-left:188px;
	}
	
		
	
/*-----------------------------------------------*/
/* =side content area                            */
/*-----------------------------------------------*/	
	div.sideContent {
		position:absolute;
		width:177px;
		top:0;
		right:0;
		line-height:1.2em;
	}
			
		div.sideContent h3 {
			color:#ed1c24;
			border-bottom:10px solid #ed1c24;
			padding-bottom:3px;
			font-size:11px;
		}
		
		
		div.sideContent p {
			
		} 
		div.sideContent ul {
			
		}
			
			div.sideContent ul li {
				list-style:square;
				
			}
			
		div.sideContent div.sponsors img {
				margin-bottom:24px;
		}
		
/*-----------------------------------------------*/
/* =footer                                       */
/*-----------------------------------------------*/		
div.footer {
	width:1001px;
	margin:0 auto;
	text-align:right;
	color:#fff;
	font-size:10px;
}
		
	div.footer p {
		margin:5px 0;
	}
		
	div.footer a {
		color:#fff;
	}

		
/*---------------------------------------------------------*/
/* CLASSES                                                 */
/*---------------------------------------------------------*/

img.leftAlign,
img.rightAlign {
	padding:3px;
	border:1px solid #ccc;
}

	img.leftAlign,
	img.leftFloat{
		float:left;
		margin:0 25px 0 0;
	}
	
	img.rightAlign,
	img.rightFloat{
		float:right;
		margin:0 0 0 25px;
	}
	
	img.noBorder {
		border:none;
		padding:0;
	}
.center{text-align:center;}

img.homeImage {
	margin-bottom:50px;
}

img.topImage {
	border:3px solid #c5c5c5;
	margin-bottom:10px;
}

img.border {
	border:1px solid #000;
}

div.twoImages {
	clear:both;
	text-align:center;
}

	div.twoImages img {
		padding:3px;
		border:1px solid #ccc;
		margin:10px 10px; 
	}
	
div.clear {
	clear:both;
	line-height:0;
	height:0;
}

div.footerLogos {
	text-align:right;
}

	div.footerLogos img {
		margin-left:10px;
	}
	
table.data {
	text-align:left;
	border:1px solid #b7b7b7;
	width:100%;
	margin:15px 0;
}

	table.data th {
		background:#e4e4e4;
		padding:5px 4px;
	}
	
		table.data tr.subHead td,
		table.data tr td.subHead{
			font-weight:bold;
		}
	
	table.data td {
		padding:4px 10px 4px 4px;
	}
	
	table.data tr.alt td {
		background-color:#efefef;
	}
	
table.tileRoof {
	font-size:10px;
}
	
	table.tileRoof td {
		padding:3px 3px;
	} 
	
table.hipRidge {
	border-right:0;
	border-bottom:0;
}

	table.hipRidge th,
	table.hipRidge td {
			border-right:1px solid #b7b7b7;
			border-top:1px solid #b7b7b7;
	}
	
table.specs{
	margin-top:15px;
	}
		
	table.specs tr.alt,
	table.specs tr.alt td{
		background-color:#E4E4E4;
		}
			
		table.specs tr th{
		padding:5px 0;
		font-size:14px;
		text-align:center;
		}		
		
		table.specs tr td{
		padding:5px 20px 5px 2px;
		}

table.delivery{}

	table.delivery tr td
	{width:20%;}
	
	table.delivery ul li
	{}
	
		table.delivery ul li.northeast
		{list-style-image:url(../images/bullets/northeast.gif);}
		
		table.delivery ul li.northwest
		{list-style-image:url(../images/bullets/northwest.gif);}
		
		table.delivery ul li.central
		{list-style-image:url(../images/bullets/central.gif);}
		
		table.delivery ul li.centralwest
		{list-style-image:url(../images/bullets/southcentral.gif);}
		
		table.delivery ul li.centraleast
		{list-style-image:url(../images/bullets/east.gif);}
		
		table.delivery ul li.southeast
		{list-style-image:url(../images/bullets/southeast.gif);}
		
		table.delivery ul li.southwest
		{list-style-image:url(../images/bullets/southwest.gif);}

a.backToTop {
	display:block;
	text-align:right;
	padding-bottom:1px;
	border-bottom:1px solid #b7b7b7;
	margin-bottom:15px;
	clear:both;
}

div.hurricaneChart {
	text-align:center;
	margin:10px 0;
}

div.tileCompany {
	margin:5px 0;
	clear:both;
	float:left;
}

	div.tileCompany img {
		float:left;
		margin-right:30px;
	}
	
	div.tileCompany p {
		width:370px;
		float:right;
	}

