/* Custom.css */
body{
    margin: 0;
    padding: 0;
}
div.header{
    background: url(../images/bg_header_stripe.png) repeat-x;
    height: 121px;
}
div.header div.logo{
    position: absolute;
    z-index: 0;
}
div.menu-main{
    width:750px;
    margin-left: 410px;
    margin-top:-60px;
    overflow: visible;
    position: relative;
    z-index: 16;
}
div.content{
    background: url(../images/bg_lightstripe.jpg);
    padding-top: 10px;
    min-height: 475px;
}
div.content-inner{
    background-color:white;
    border:solid 1px #d3d3d3;
    width:800px;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
}
.content-inner h1{
    padding-top:20px;
    border-bottom:solid 1px #d3d3d3;
}
div.tab{
    color:white;
    padding-top: 10px;
    padding-left: 100px;
    margin-top: -10px;
    background: url(../images/bg_h3blue.jpg) repeat-x;
    position: relative;
    z-index: 15;
    height:30px;
}
.phone-number{
    padding-top:5px;
    padding-right:20px;
    text-align:right;
    font-size:150%;
    font-weight:bold;
    color:#707070;
}
div.copyright {
    color: silver;
    background-color: black;
    text-align: center;
    font-size: 90%;
    padding: 3px;
}

div.footer {
    color:white;
    background: url(../images/bg_blueStripe.jpg);
    border-top: 20px solid black;
    border-bottom: 20px solid black;
    padding: 15px;
}

div.webinfo{
    width: 96%;
    height: 600px;
    position: relative;
    margin-left: 120px;
}
div.webinfo div.info{
    width: 270px;
    height: 387px;
    top: 60px;
    left: 0px;
    padding: 9px;
    position: absolute;
    background: url(../images/bg_web_info_pop2.png) no-repeat;
    color: white;
    z-index: 8;
    font-family: Georgia, Garamond, serif;
    font-size: 110%;
}

div.webinfo div.info div.name{
    font-size: 150%;
}
div.webinfo div.info div.description{
    padding-top: 15px;
}
div.webinfo div.info div.link{
    text-align: right;
    padding: 10px;
}
div.webinfo div.info div.link a{
    color: white;
    font-weight: bold;
}
div.webinfo div.image{
    position: absolute;
    left: 280px;
    width: 729px;
    height: 578px;
    background: url(../images/bg_webgallery.png) no-repeat;
    padding-left: 4px;
    padding-top: 4px;
    z-index: 9;
}
.home_graphics{
    height:253px;
    width:100%;
    background: url(../images/bg_home_graphics.png) repeat-x;
    background-position: center;
}
.home_graphics img{
    margin-left:-10px;
}
.page_graphic{
    margin-left:-50px;
    margin-top:-30px;
    padding-right:10px;
    float: left;
    position:relative;
    z-index:16;
}
div.webpack{
    width:100%;
    color:white;
    margin-bottom:10px;
}
table.webhead{
    width:100%;
    color:white;
    background-color: black;
    font-weight:bold;
    font-family:verdana, sans-serif;
}
div.basic{
    background: url(../images/bg_webbasic.jpg);
}
div.pro{
    background: url(../images/bg_webpro.jpg);
}
div.commerce{
    background: url(../images/bg_webcommerce.jpg);
}
div.custom{
    background: url(../images/bg_webcustom.jpg);
}
.webpack td{
    padding:2px;
}
.webpack ul{
    margin-top:0px;
    margin-bottom:0px;
    font-size:85%
}