* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #e1edc3;
}

body {
	margin: 0;
	padding: 0; 
	font: normal 11px/14px Arial,Helvetica,Verdana,sans-serif; 
	color: #0e123d;
}

#login{
    height:20px;
    margin-top:10px;
    padding-right:30px;
    }

#navcss{
    height:30px;
    display:block;
    float:left;
    list-style-type:none;
    border:0px red solid;
    margin-top:32px;
    width:345px;
    background-color:#f9a25e;
    padding-left:25px;
    margin-left:68px;
   
}

#navcss li{
    float:left;
    margin-right:20px;
    padding-top:8px;
       }
       
#navcss li a{
    float:left;
    margin-right:20px;
    color:White;
    font-size:14px;
    text-decoration:none;
       }
       
#navcss li a:hover{
    
    text-decoration:underline;
       }

h1 {
	padding: 30px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #060929;
}

h2 {
	padding: 12px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #060929;
}

h3{
    color:#41594e;
    font-size:20px;
    }
    
h4{
    color:#00aded;
    font-size:30px;
    margin-bottom:4px
    }    

p {
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	color: #0e123d;
}

.intro {
	width:400px;
	line-height:25px;
	font-size:16px;
	padding:10px 30px 0px 10px;
}

p.intro_points {
	margin: 2px 20px 2px 20px;
	border-top: 1px dotted #cccccc;
}

p.blurb {
	padding: 0px 6px 6px 10px;
}

p.phone {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

p.url {
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
}

p.footer {
	padding: 8px 0px 20px 0px;
	font-size: 10px;
	text-align: right;
	line-height: 18px;
	color: #5d5d5d;
}

ul {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-left: 25px;
	margin-right: 6px;
	text-align: left;
}

li {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
}

a:link {
	color: #0091c8;
}

a:visited, a:active {
	color: #0091c8;
}

table.tbl_downloads td {
	border-top: 1px dotted #cccccc;
}

.downloads {
	text-transform: uppercase;
	font-size: 9px;
}

.logo {
	border: 1px dotted #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

#sectionNav li span {
	display:none;
}
#sectionNav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 165px;
}
#sectionNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#sectionNav ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sectionNav ul li a,
#sectionNav ul li a:active,
#sectionNav ul li a:visited {
	display: block;
	text-decoration: none;
	vertical-align: bottom;
}
#sectionNav ul li a:hover {
	display: block;
	text-decoration: none;
}


#sectionNav ul li#tiles a {
	background-image: url(layout/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 165px;
	height: 24px;
}
#sectionNav ul li#tiles a:hover { background-position: -165px 0; }

#sectionNav ul li#underlayment a {
	background-image: url(layout/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -24px;
	width: 165px;
	height: 24px;
}
#sectionNav ul li#underlayment a:hover { background-position: -165px -24px; }

#sectionNav ul li#flashing a {
	background-image: url(layout/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -48px;
	width: 165px;
	height: 24px;
}
#sectionNav ul li#flashing a:hover { background-position: -165px -48px; }

#sectionNav ul li#insulation a {
	background-image: url(layout/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -72px;
	width: 165px;
	height: 24px;
}
#sectionNav ul li#insulation a:hover { background-position: -165px -72px; }
