* {
    border: 0 solid;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body, html {
    height: 100%;
}
body {
    padding: 0 10px;
}
p {
    margin-bottom: 10px;
}
fieldset legend {
    display: none;
}
.layout {
    height: 100%;
}
.fixed .layout {
    margin: 0 auto;
    width: 960px;
}
#container {
    height: auto !important;
    min-height: 100%;
    position: relative;
}
.section {
    margin-top: 10px;
    position: relative;
}
#header {
    height: 80px;
    margin: 0 15px;
}
#header img {
    margin-top: 5px;
}
#navigation {
    height: 39px;
}
#nav_center {
    height: 39px;
    margin: 0 14px;
}
.menu {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
}
.menu ul li a {
    text-align: center;
}
.menu ul li a {
    height: 39px;
    line-height: 39px;
    width: 100px;
}
#navigation.menu ul li:hover a, #navigation.menu ul li a:hover {
    height: 39px;
}
#navigation.menu ul li:hover ul, #navigation.menu ul li a:hover ul {
    top: 39px;
    z-index: 50;
}
#navigation.menu ul li:hover ul li a, #navigation.menu ul li a:hover ul li a {
    height: 30px;
    line-height: 30px;
}
#navigation.menu ul li:hover ul li span {
    margin-left: 10px;
}
#navigation label {
    display: none;
}
#navigation .search-input {
    margin-top: 2px;
    padding-left: 20px;
    width: 180px;
}
#navigation .search-button {
    display: none;
}
#products ul {
    height: 200px;
    list-style: none outside none;
}
#products ul li {
    background: none repeat scroll 0 0 #E7ECEB;
    border: 1px solid #B2C2C1;
    cursor: pointer;
    display: inline;
    float: left;
    margin-left: 10px;
    min-height: 200px;
    width: 311px;
}
#products ul li.first {
    margin-left: 0;
}
#products ul li img {
    margin: 22px 10px;
}
#products ul li h3 {
    text-align: center;
}
#products ul li .area {
    float: right;
    margin-right: 5px;
    width: 175px;
}
#product {
    background: url("images/hl1/product_bg.png") repeat-x scroll 0 0 transparent;
    height: 400px;
}
#product .header img {
    float: left;
    margin: 0 30px 5px 0;
}
#product .header h1 {
    line-height: 64px;
}
#product .screenshot {
    float: left;
}
#product .description {
    margin-left: 390px;
}
#product h3 {
    font-style: italic;
    text-align: center;
}
#product .requirements {
    line-height: 14pt;
    margin-top: 20px;
}
.requirements img {
    float: right;
    margin-right: 30px;
}
#product .buttons {
    text-align: center;
}
#product .buttons img {
    padding: 20px;
}
#product_tabs {
    float: left;
    width: 750px;
}
#product_sidebar {
    float: right;
    width: 200px;
}
#product_sidebar .panel {
    margin-bottom: 10px;
}
#product_sidebar #sidelinks a {
    color: #000000;
}
#product_sidebar #sidelinks ul {
    list-style: square outside none;
}
#product_sidebar #sidelinks ul li {
    padding: 4px;
}
#product_sidebar #awards {
    text-align: center;
}
#content {
    clear: both;
}
#content2 form input, #content2 form textarea, #content2 form select {
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    margin: 2px;
    padding: 2px;
}
#content, #content2 {
    margin-bottom: 60px;
}
#content2 {
    padding: 5px;
}
.tabset .menu {
    background: url("images/hl1/tab_bg.png") repeat scroll 0 0 transparent;
    height: 31px;
}
.tabset .menu ul li a {
    height: 31px;
    line-height: 31px;
    padding: 0 30px;
    width: auto;
}
.tabset .menu ul li:hover a, .tabset .menu ul li a:hover {
    height: 31px;
}
.tabs li {
    display: none;
    margin-top: 31px;
    padding: 5px;
    position: relative;
}
.tabset .menu ul li.active {
    background: url("images/hl1/tab_act.png") repeat scroll 0 0 transparent;
}
.tabs li.active {
    display: block;
}
.tabs {
    list-style: none outside none;
    margin-left: 0;
}
ul li, ul.nopadding li ul li {
    display: list-item;
    margin: 0 0 0 25px;
}
ul.nopadding li ul {
    list-style: square outside none;
}
ul.nopadding li {
    margin-left: 0;
}
#footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-width: 10px;
    bottom: 0;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
}
#footer ul {
    float: left;
    left: 50%;
    list-style: none outside none;
    margin: 3px 0;
    position: relative;
}
#footer li {
    border-left: 1px solid #6F8384;
    float: left;
    padding: 0 10px;
    position: relative;
    right: 50%;
}
#footer li.first {
    border-left: 0 solid #000000;
}
#footer h6 {
    margin-top: 5px;
    text-align: center;
}
acronym {
    border-bottom: 1px dotted #000000;
    cursor: help;
    position: relative;
    z-index: 24;
}
acronym span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6F8384;
    border-radius: 5px 5px 5px 5px;
    display: none;
    left: 20px;
    padding: 5px;
    position: absolute;
    top: 20px;
    width: 400px;
    z-index: 25;
}
acronym:hover {
    z-index: 27;
}
acronym:hover span {
    display: block;
    z-index: 26;
}
div#slideshow_1 ul#slides_1 {
    cursor: pointer;
    z-index: 10;
}
div#slideshow_nav_1 {
    cursor: pointer;
    z-index: 15;
}
