html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, button
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #ffffff;
}

#wrapper {
    width: 780px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#wrapper h1.logo {
    width: 278px;
    height: 82px;
    background: url(../img/logo.png) no-repeat;
    text-indent: -1000em;
    position: absolute;
    top: 33px;
    left: 19px;
}

#wrapper h2.logo {
    width: 461px;
    height: 159px;
    background: url(../img/bg.png) no-repeat;
    text-indent: -1000em;
    position: absolute;
    right: 5px;
    top: 0;
}

#content {
    padding: 0 4px;
    position: relative;
    margin-top: 144px;
    background: url(../img/content-bg.png) repeat-y;
}

#content ul.menu {
    overflow: hidden;
    height: 45px;
    background: url(../img/menu-bg.png) no-repeat;
    list-style: none;
    width: 773px;
    padding: 4px 4px 0 4px;
    margin: 0 -4px;
}

#content ul.menu li {
    height: 39px;
    text-indent: -1000em;
    margin-left: -1px;
    float: left;
}

#content ul.menu li a {
    display: block;
    height: 39px;
    text-indent: -1000em;
}

#content ul.menu li:hover,
#content ul.menu li.selected {
    margin: 0 -4px 0 -5px;
    position: relative;
}

#content ul.menu li:hover,
#content ul.menu li:hover a {
    height: 39px;
    z-index: 1;
}

#content ul.menu li.selected,
#content ul.menu li.selected a {
    height: 45px;
    z-index: 2;
}

#content ul.menu li.first,
#content ul.menu li.first:hover {
    margin-left: 0;
}

#content ul.menu li a.whatis {
    width: 185px;
    background: url(../img/whatis.png) no-repeat;
}

#content ul.menu li a.howstart {
    width: 110px;
    background: url(../img/howstart.png) no-repeat;
}

#content ul.menu li a.demo {
    width: 83px;
    background: url(../img/demo.png) no-repeat;
}

#content ul.menu li a.references {
    width: 111px;
    background: url(../img/references.png) no-repeat;
}

#content ul.menu li a.aboutus {
    width: 81px;
    background: url(../img/aboutus.png) no-repeat;
}

#content ul.menu li a.contact {
    width: 93px;
    background: url(../img/contact.png) no-repeat;
}

#content ul.menu li a.signin {
    width: 115px;
    background: url(../img/signin.png) no-repeat;
}

#content ul.menu li a.whatis:hover,
#content ul.menu li.selected a.whatis {
    width: 189px;
    background: url(../img/whatis-selected.png) no-repeat;
}

#content ul.menu li a.howstart:hover,
#content ul.menu li.selected a.howstart {
    width: 118px;
    background: url(../img/howstart-selected.png) no-repeat;
}

#content ul.menu li a.demo:hover,
#content ul.menu li.selected a.demo {
    width: 91px;
    background: url(../img/demo-selected.png) no-repeat;
}

#content ul.menu li a.references:hover,
#content ul.menu li.selected a.references {
    width: 119px;
    background: url(../img/references-selected.png) no-repeat;
}

#content ul.menu li a.aboutus:hover,
#content ul.menu li.selected a.aboutus {
    width: 89px;
    background: url(../img/aboutus-selected.png) no-repeat;
}

#content ul.menu li a.contact:hover,
#content ul.menu li.selected a.contact {
    width: 101px;
    background: url(../img/contact-selected.png) no-repeat;
}

#content ul.menu li a.signin:hover,
#content ul.menu li.selected a.signin {
    width: 119px;
    background: url(../img/signin-selected.png) no-repeat;
}

#content div.body {
    width: 720px;
    background: #ffffff url(../img/content.png) no-repeat;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    min-height: 287px;
	padding: 25px;
}

body.mceContentBody
{
	width: 720px;
	height: 100%;
}



#footer {
    width: 776px;
    padding: 25px 0 0 4px;
    background: url(../img/footer.png) no-repeat;
    overflow: hidden;
}

#footer cite,
#footer address,
#footer address a {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #7f7f7f;
}

#footer address {
    float: right;
    padding-right: 4px;
}

