body, div{
    margin: 0px;
    padding: 0px;
}

#sitecontainer{
    width: 100%;
}

#header{
    width: 100%;
    height: 95px;
    padding-top: 45px;
    background: url('/bundles/scrapmetalwebsite/images/headerbg.jpg');
    overflow: hidden;
}

.width336p{
    width: 336px;
}

#header h1{
    color: white;
    text-align: left;
    padding-left: 40px;
}

#menu{
    width: 100%;
    padding-top: 5px;
    height: 59px;
    background: url('/bundles/scrapmetalwebsite/images/menubg.gif');
}

#menu ul{
    list-style: none;
    margin-left: 40px;
    margin-top: 16px;
}

#menu li{
    display: inline;
    font-weight: bold;
    margin-right: 15px;
    font-size: 18px;
}

#menu li a{
    text-decoration: none;
}

#menu li a:hover{
    text-decoration: underline;
}

#content{
    width: auto;
    background: url('/bundles/scrapmetalwebsite/images/contentbg.gif') repeat-x;
    min-height: 300px;
    padding: 25px;
    position: relative;
}

.cornerycontainer{
    background:#fff;border:1px solid #aaa;
    -webkit-border-radius:7px;
    -khtml-border-radius:7px;
    -moz-border-radius:7px;
    -ms-border-radius:7px;
    -o-border-radius:7px;
    border-radius:7px;
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, .2) inset;
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, .2) inset;
    box-shadow:0 0 5px rgba(0, 0, 0, .2) inset;
}

.cornery{
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
    background-position:top left;
    background-repeat:repeat;
    padding:20px 20px 20px 20px;
}

.marginauto{
    margin: auto;
}

.bold{
    font-weight: bold;
}

.width728{
    width: 728px;
}

.width468{
    width: 468px;
}

.positionrelative{
    position: relative;
}

.width48p{
    width: 48%
}

.width98p{
    width: 98%
}

.width92p{
    width: 92%
}

.marginright2{
    margin-right: 2%;
}
}
.marginleft2{
    margin-left: 2%;
}

.minheight300{
    min-height: 300px;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clearboth{
    clear: both;
}

.marginbottom10{
    margin-bottom: 10px;
}

.margintop10{
    margin-top: 10px;
}

.marginbottom20{
    margin-bottom: 20px;
}

.margintop20{
    margin-top: 20px;
}

.textcenter{
    text-align: center;
}

.width250p{
    width: 250px;
}

.darkbluecolor{
    color: #0000CC;
}

.bluecolor{
    color: blue;
}

.coolbluecolor{
    color: #2D76B9;
}

.lineheight48{
    line-height: 48px;
}

.blackcolor{
    color: black;
}

.underline{
    text-decoration: underline;
}

.hovery{
    text-decoration: none;
}

.hovery:hover{
    text-decoration: underline;
}

.padding20{
    padding: 20px;
}

.whitebackground{
    background: #FFFFFF;
}