﻿html, body 
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body 
{
    font-size: 12px;  
}

.Background
{
    position: fixed;
    top: -2px;
    left: -16px;
    width: 100%;
    height: 100%;    
}

#Container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

#Header
{
    height: 140px;
}

h1,h2,h3,h4,h5
{
    color: #000000;
    font-family: Myriad Web Pro;
}

#Menu {
	height: 40px;
	padding-top: 10px;
}

#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Menu li {
	display: inline;
}

#Menu a {
    display: block;
    text-decoration: none;
    font: 14pt Myriad Web Pro;
    color: #ffffff;
    width: 160px;
    height: 40px;
    float: left;
    display: inline;
    background-image:url("http://www.gutterstuff.com/Images/Menu.png");
    background-repeat: no-repeat;
    padding-top: 5px;
    text-align:center;
}

#Menu a:hover {
	background-image:url("http://www.gutterstuff.com/Images/Menu_Rollover.png");
}

#Menu .active a {
	background-image:url("http://www.gutterstuff.com/Images/Menu_Rollover.png");
}

#MLeft
{
    width: 625px;
    height: inherit;
    float: left;
    border: solid 3px #3F5e86;
    background-color: #ffffff;
}

#MRight
{
    width: 300px;
    height: inherit;
    float: right;
    border: solid 3px #3F5e86;
    background-color: #ffffff;
}

#Footer
{
    height: 30px;
    margin-top: 25px;
    background-color: #ffffff;
    border-top: solid 3px #3f5e86;
    border-left: solid 3px #3f5e86;
    border-right: solid 3px #3f5e86;
    border-bottom: solid 3px #3f5e86;
    margin-bottom: 20px;
}

.accordionHeader
{
    height: 30px;
    background-color: #3F5E86;
    font-family: Myriad Web Pro;
    color: #ffffff;    
    font-size: 12pt;
    padding: 13px 0 0 30px;
    cursor: pointer;
    background-image: url("http://www.gutterstuff.com/Images/expand.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.accordionHeaderSelected
{
    height: 30px;
    background-color: #5F84B4;
    color: #ffffff;
    font-family: Myriad Web Pro;
    font-size: 12pt;
    padding: 13px 0 0 30px;
    cursor: pointer;
    background-image: url("http://www.gutterstuff.com/Images/collapse.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.accordionContent
{

}

.StyleButtons
{
    border-width: 0px;
    background-color: #ffffff;
    font-size: 152%;
    color: #666666;
    cursor: pointer;
	font-weight: normal;
	font-family: Myriad Web Pro;
	padding-left: 20px;
}

.StyleButtonsSelected
{
    border-width: 0px;
    background-color: #ffffff;
    font-size: 152%;
    font-weight: bolder;
    font-style: italic;
    color: #f49a24;
    cursor: pointer;
    padding-left: 20px;
}

.modalBackground {
	background-color: #ffffff;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ChartButtons
{
    border-width: 0px;
    background-color: #ffffff;
    font-size: 152%;
    color: #666666;
    cursor: pointer;
	font-weight: normal;
	font-family: Myriad Web Pro;
}

.imgGutterStuffArrow
{
    cursor: pointer;
}

.CatalogueItemHeader
{
   color: #3f5e86; 
   font-family: Myriad Web Pro; 
   font-size: 14pt; 
}

.CatalogueItem
{
   color: #000000; 
   font-family: Myriad Web Pro;
   font-size: 11pt;  
}

.UpdateButton
{
    float: right;   
    background-color: #3F5E86;
    color: #ffffff;
    border: 0;
}
