body {
position: relative;
padding-top: 130px;
background-color: #fff;
background-image: url(../img/grid-18px-masked.png);
background-repeat: repeat-x;
background-position: 0 0px;
margin-bottom:0px;
padding-bottom: 0px;
}

.section-large .section-body {
padding: 18px 20px 20px;
}
.section-body {
min-height: 18px;
border-top: 0px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 9px 25px 0;
}

.section-header {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
height: 46px;
line-height: 46px;
padding: 0 15px;
}

.section-header-black {
background-color: #CCCCCC;
border: 1px solid #2C2C2C;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}

.section-header-white {
background-color: white;
border: 1px solid #CCCCCC;
background-image: -moz-linear-gradient(top, #f5f5f5, #e8e8e8);
background-image: -ms-linear-gradient(top, #f5f5f5, #e8e8e8);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#e8e8e8));
background-image: -webkit-linear-gradient(top,#f5f5f5,#e8e8e8);
background-image: -o-linear-gradient(top, #f5f5f5, #e8e8e8);
background-image: linear-gradient(top, #f5f5f5, #e8e8e8);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e8e8e8', GradientType=0);
}

.section-header-black .logo {
margin-top:0px;
height:16px;
}

.section-header-white .logo {
margin-top:0px;
height:32px;
}

.section {
background-color: #FFFFFF;
margin-bottom: 18px;
}

.section-header h3, .section-header h5 {
color: #999999;
float: left;
line-height: 46px;
font-weight: bold;
text-shadow: 0px 1px 0 rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.125);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
text-transform: uppercase;
}
.section-body .logo {
height:19px;
}

.section-foot {
min-height: 18px;
border-top: 0px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
padding: 17px 20px 18px;
background-color: #f5f5f5;
}

.footer {
margin-top: 0px;
padding: 35px 0 36px;
border-top: 1px solid #e5e5e5;
}
.footer p {
margin-bottom: 0;
color: #555;
}
