html {
    overflow: -moz-scrollbars-vertical;
}
body {
    text-align: center;
    background: white;
    font-family: arial,verdana,helvetica,sans-serif;
	margin: 0px;
}
#main1 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#header {
    position: relative;
    width: 960px;
    height: 72px;
    background: url(../img/header_bg2.jpg) no-repeat;
    text-align: left;
    vertical-align: top;
    /* border: 1px solid blue;  */

}


/* Knowledge Menu: Knowledge Center, Knowledge Base, Articles, HowTos, Videos */
#knowmenu {
    position: absolute;
    left: 601px;
    top: 53px;
    width: 359px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#knowmenu li {
    float: left;
    line-height: 24px;
    font-size: 12px;
}
#knowmenu a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration:  none;
    color: #61665E;
    background: url(../img/dot.gif) no-repeat left center;
}
#knowmenu a.circ {
    background: url(../img/know_circle.gif) no-repeat left center;
    padding-left: 20px;
}
#knowmenu a:hover {
    color: #668701;
}


/* Main Menu: Company, Products & Services, Portfolio, Contact, Support, DevZone */
#mainmenu {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 960px;
}
#mainmenu ul {
    position: relative;
    left: 0px;
    top: 0px;
    width: 960px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#mainmenu ul li {
    float: left;
}
#mainmenu ul a {
    display: block;
    padding-left: 0px;
    padding-right: 1px;
}

#main2 {
    border: 1px solid #AEBD80;
}
#header2 {
    width: 958px;
    height: 108px;
    background: url(../img/slogan.jpg) no-repeat right;
    text-align: left;

}
#menu_and_content {
    width: 960px;
    /*margin-top: 2px;*/
    border:solid #AEBD80;
    border-width: 0 1px 1px;
}
#submenu_container {
    width: 195px;
    background: #E3E9D4 url(../img/menu_underline.gif) no-repeat left bottom;
    border: 1px solid white;
    vertical-align: top;
    padding-bottom: 30px;
}

/* Sub- and subsub menu */
.submenu, .submenu ul {
    margin: 0px;
    padding: 0px;
    width: 195px;
    list-style: none;
}
.submenu li {
    line-height: 23px;
    font-size: 12px;
    border-bottom: 1px solid white;
}
.submenu li.active {
    background: #F7F8F2;
}
.submenu li a {
    display: block;
    padding-left: 15px;
    text-decoration:  none;
    color: #4B6300;
    /* background: url(../img/anim1.gif) no-repeat 20px center; */
}
.submenu li a:hover {
    color: #789F00;
}
.submenu ul li {
    border-bottom: 0px;
    border-top: 1px solid white;
    background: #EEF2E5;
}
.submenu ul a {
    display: block;
    padding-left: 57px;
    text-decoration:  none;
    color: #668701;
    background: none;
    zoom: 1;/* IE hack for adding layout */
}
.submenu ul a:hover {
    color: #789F00;
}
.expanded {
    background: url(../img/minus.gif) no-repeat right top;
}
.collapsed {
    background: url(../img/plus.gif) no-repeat right top;
}
.circle{
    vertical-align: middle;
    margin-right: 5px;
    height: 21px;
    width: 21px;
    border: 0px;
}


td.content {
    width:763px;
    vertical-align: top;
    padding-top: 45px;
    background:white;
}
div.content {
    /*vertical-align: top;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    color: #354405;
    font-size: 12px;
    text-align: left;
    background:white;
    margin-right: 10px;
}

div.content h1 {
    padding-top: 10px;
    color: #668701;
    font-size: 14px;
}

div.content a {
    color: #4B6300;
}
div.content a:hover {
    color: #789F00;
}

#footer {
    color: #354405;
    font-size: 10px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background:#ffffff;
}

#footer a {
    color: #354405;
}
#footer a:hover {
    color: #789F00;
}

.message {
    background: #668701;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 10px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pretendLink {
    text-decoration:underline;
    cursor:pointer;
}