body {
    background:#4c7498 url("images/background.jpg") repeat-x;
    margin:0px;
    padding:0px;
}

body, table {
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#444;
}

td {
    vertical-align:top;
}

h1{
    clear:both;
    color:#FF3300;
    font-size:18px;
    margin:0 0 14px;
}

h2{
    clear:both;
    font-size: 16px;
    margin:12px 0;
    color:#737373;
}

h3{
    clear:both;
    font-size: 14px;
    margin:10px 0;
    color:#737373;
}

img {
    border:0px;
}

a, a:link, a:visited {
    color:#008EBE;
    font-weight:bold;
}

a:hover, a:active {
    color:#003366;
}

h2 a, h2 a:link, h2 a:visited {
    color:#737373;
    font-weight:bold;
}

h2 a:hover, h2 a:active {
    color:#003366;
}

input, textarea {
    border:2px solid #4C7498;
}

#wrapper {
    margin:0 auto;
    text-align:center;
}

#container {
    width:100%;
    text-align:center;
    background:url("images/avg-body-bg.gif") repeat-x;
    background-color:#4C7498;
}

#containerin {
    width:940px;
    margin:0 auto;
    text-align:center;
    background:#fff;
}

#ws {
    width:920px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
}

#header {
    clear:both;
    width:100%;
    min-width:940px;
    height:120px;
    background:url("images/avg-header-bg.gif") repeat-x;
}

#headerin {
    width:940px;
    height:120px;
    margin:0 auto;
}

#headerl {
    float:left;
    width:300px;
    height:90px;
}

.logo {
    width:300px;
    height:90px;
    background:url("images/logo.png");
    display:block;
}

#headerr {
    float:right;
    width:460px;
    height:90px;
}

.bsdlogo {
    float:right;
    width:220px;
    height:90px;
    background:url("images/bsd-business-software-distributor.png");
    display:block;
}

#hdrline {
    width:100%;
    height:2px;
    background:#696969;
    font-size:1px;
}

/* start menu styles */

#tm {
  width:100%;
  height:30px;
  clear:both;
}

#topmenuleft {
  float:left;
  width:5px;
  height:30px;
  background:url("images/topmenu-left.png");
}

#topmenuright {
  float:left;
  width:5px;
  height:30px;
  background:url("images/topmenu-right.png");
}

#topmenu {
    float:left;
    height:30px;
    line-height:30px;
    vertical-align:middle;
    text-align:center;
}

#topmenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#topmenu ul {
    float:left;
    margin:0;
    padding:0;
    list-style-type: none;
    text-align:center;
}

#topmenu li {
    display: inline;
}

#topmenu div {
    clear:none;
}

#topmenu ul li a {
    width:90px;
    clear:none;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 5px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    background:url("images/topmenu-back.gif");
    background-color:#696969;
    color:#fff;
}

#topmenu ul li a:link, #topmenu ul li a:visited {
    color:#fff;
    text-decoration:none;
}

#topmenu ul li a:active, #topmenu ul li a:hover {
    background:url("images/topmenu-over.gif");
    background-color:#aaa;
    color:#fff;
    text-decoration:none;
}

#topmenu ul li a.selected {

}

#topmenu ul li a.selected:link, #topmenu ul li a.selected:visited {
    background-color:#696969;
    color:#fff;
}

#topmenu ul li a.selected:active, #topmenu ul li a.selected:hover {
    background:url("images/topmenu-over.gif");
    background-color:#aaa;
    color:#fff;
}

.submenu{
    position:absolute;
    top: 0;
    z-index:100;
    background:transparent;
    width: 200px;
    visibility: hidden;
    font-size:12px;
    border:2px solid #aaa;
}

.submenu ul {
    list-style-type: none;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    line-height:24px;
}

.submenu a, .submenu a:link, .submenu a:visited {
    width: auto;
    display: block;
    text-indent: 5px;
    text-decoration: none;
    background-color:#696969;
    background:url("images/topmenu-back.gif");
    color:#fff;
}

* html .submenu a { /*IE only hack*/
    width: 100%;
}

.submenu a:hover, .submenu a:active { /*THEME CHANGE HERE*/
    background:url("images/topmenu-over.gif");
    background-color:#aaa;
    color:#fff;
}

/* end menu styles */

#pageout {
    clear:both;
    width:100%;
    padding:0;
    margin:10px 0;
    overflow:hidden;
}

#pagein {
    float:left;
    width:610px;
    overflow:hidden;
    min-height:400px;
}

#sidebar {
    float:right;
    width:300px;
    overflow:hidden;
    min-height:400px;
}

#home {
    text-align:center;
}

#prds {

}

#prds a, #prds a:link, #prds a:visited, #prds a:hover, #prds a:active {
    text-decoration:none;
}

.prd {
    margin-top:10px;
    clear:both;
    width:100%;
    display:block;
    overflow:hidden;
    background:url("images/prd-back.png") repeat-x;
    background-position: bottom left;
    min-height:200px;
}

.prdimg {
    padding-top:10px;
    margin-left:30px;
    float:left;
    text-align:left;
    width:140px;
    display:block;
    overflow:hidden;
}

.prdtxt {
    float:right;
    width:440px;
    display:block;
    overflow:hidden;
}

.prdintro {
    width:100%;
    clear:both;
    width:440px;
    height:100px;
    display:block;
    overflow:auto;
}

.prdactions {
    clear:both;
    margin-top:10px;
    display:block;
    overflow:hidden;
    vertical-align:middle;
}

.prdactions a, .prdactions a:link, .prdactions a:visited,
#prdactions a, #prdactions a:link, #prdactions a:visited
 {
    float:left;
    border:2px solid #b1d1e9;
    background-color:#fff;
    font-weight:bold;
    display:block;
    line-height:20px;
    text-align:center;
    padding:5px;
    margin:0 3px;
    overflow:hidden;
}

.prdactions a:hover, .prdactions a:active,
#prdactions a:hover, #prdactions a:active
{
    border:2px solid #6ab2e8;
    background-color:#b1d1e9;
}


#ftrline {
    clear:both;
    width:100%;
    height:2px;
    background:#696969;
    font-size:1px;
}

#footer {
    height:30px;
    line-height:30px;
    vertical-align:middle;
    text-align:left;
    color:#696969;
    font-size:12px;
    min-width:940px;
    background:#fff;
}

#footerl {
    float:left;
    width:330px;
    padding-left:10px;
}

#footerr {
    float:right;
    width:550px;
    padding-right:10px;
    text-align:right;
}

#contact {
  float:right;
  width:250px;
  font-size:11px;
}

#orderbox {
  clear:both;
  width:284px;
  padding:5px;
  border: 2px solid #003F6A;
  background:#d5f4de;
}
