body
{
}

.headstyle
{
	background: #000 url(/Images/nav/header_bg.jpg) no-repeat 0 1px; 
	background-size: cover;
}

a.headlinks
{
	color: white; 
	text-decoration: underline;
}

.promoRow {
    background-color: #343436
}
.footer-bg {
    background-color: #303030;
}

.sm-clean a {
padding: 13px 20px;
color: #000;
font-size: 18px;
line-height: 23px;
text-shadow: 1px 1px 2px #F4F2F2;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
}

#docs-menu a {
padding: 5px 25px 10px;
font-family: Arial,Helvetica,sans-serif;
font-size: .85em;
font-weight: bold;
text-decoration: none;
color: #000;
}

#docs-menu span.disabled {
	display:block;
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#BBB1A3;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #fff;
	font-size:1em;
}

div#catfish {
    display: none;
    text-align: center;
    color: #fff;
    background-color: #820000;
    border-top: 1px solid #550000;
    z-index: 9999;
}

    div#catfish p {
        font-size: 2.5em;
        font-family: Candara, georgia, serif;
        margin-top: 7px;
    }

    div#catfish a#catfish-close {
        position: absolute;
        top: 5px;
        right: 15px;
        color: #fff;
    }

.fluid-hdr-gradient {
    background: rgba(163,22,29,1);
    background: -moz-linear-gradient(45deg, rgba(163,22,29,1) 1%, rgba(155,17,24,1) 23%, rgba(129,1,7,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(1%, rgba(163,22,29,1)), color-stop(23%, rgba(155,17,24,1)), color-stop(100%, rgba(129,1,7,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,22,29,1) 1%, rgba(155,17,24,1) 23%, rgba(129,1,7,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,22,29,1) 1%, rgba(155,17,24,1) 23%, rgba(129,1,7,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,22,29,1) 1%, rgba(155,17,24,1) 23%, rgba(129,1,7,1) 100%);
    background: linear-gradient(45deg, rgba(163,22,29,1) 1%, rgba(155,17,24,1) 23%, rgba(129,1,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3161d', endColorstr='#810107', GradientType=1 );
}

/*@media screen and (max-width: 1200px) {
	.sm-clean:not(.sm-clean-vertical) > li > a {
		padding-left:8px;
		padding-right:8px;
        font-size: 95%;
	}
	.sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
		padding-right:20px;
	}
}
@media screen and (max-width: 992px) {
	.sm-clean:not(.sm-clean-vertical) > li > a {
		padding-left:6px;
		padding-right:6px;
        font-size: 85%;
	}
	.sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
		padding-right:20px;
	}
}
@media screen and (max-width: 768px) {
	.sm-clean:not(.sm-clean-vertical) > li > a {
		padding-left:3px;
		padding-right:3px;
	}
	.sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
		padding-right:25px;
	}
}*/