body {
    color: black;
    position: relative;
    text-align: center;
    background-color: white;
    font-family: verdana, Arial, Helvetica;
    width: 980px;
    left: 50%;
    margin-left: -490px;
}

h1 {
    font-family: verdana, Arial, Helvetica;
    color: white;
    font-size: 20px;
    line-height: 24px;
}

h3 {
    font-family: verdana, Arial, Helvetica;
    color: black;
}

h5 {
    font-family: verdana, Arial, Helvetica;
    color: black;
    font-size: 20px;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:active {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

/* Define the styles for the top menu. */
#toptabs a {
    width: 120px;
    display: block;
    background-image: url(decorations/button01.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
    vertical-align: top;
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
}

#toptabs a#selected {
    width: 120px;
    display: block;
    background-image: url(decorations/button03.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
    vertical-align: top;
    text-align: center;
	color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 38px;
}

#toptabs a:hover {
    width: 120px;
    display: block;
    background-image: url(decorations/button02.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
	color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
}

/* Define the styles for the second level menu. */
#secondtabs a {
    width: 118px;
    display: block;
    background-image: url(decorations/menubutton.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    vertical-align: top;
    text-align: left;
	color: black;
    line-height: 24px;
    border-top-width: 2px;
    border-top-color: yellow;
    font-weight: bold;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
}

#secondtabs a#selected {
    width: 118px;
    display: block;
    background-image: url(decorations/menubuttonselected.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    vertical-align: top;
    text-align: left;
	color: white;
    line-height: 24px;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
}

#secondtabs a:hover {
    width: 118px;
    display: block;
    background-image: url(decorations/menubuttonhover.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    vertical-align: top;
    text-align: left;
	color: black;
    line-height: 24px;
    font-weight: bold;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
}

/* Define the styles for the second level menu currently selected and open with sub-menu items. */
#secondtabs_opened a {
    width: 118px;
    display: block;
    background-image: url(decorations/menubuttonselected.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    vertical-align: top;
    text-align: left;
	color: black;
    line-height: 24px;
    font-weight: bold;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
}

#secondtabs_opened a#selected {
    width: 118px;
    display: block;
    background-image: url(decorations/menubuttonselected.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    vertical-align: top;
    text-align: left;
	color: white;
    line-height: 24px;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
}

#secondtabs_opened a:hover {
    width: 118px;
    display: block;
    background-image: url(decorations/menubuttonselected.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    vertical-align: top;
    text-align: left;
	color: white;
    line-height: 24px;
    font-weight: bold;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
}

/* Define the styles for the third level menu. */
#thirdtabs a {
    width: 116px;
    display: block;
    background-image: url(decorations/menubuttonselected.png);
    background-repeat: repeat-y;
    vertical-align: top;
    text-align: center;
	color: white;
    line-height: 24px;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#thirdtabs a#selected {
    width: 116px;
    display: block;
    background-image: url(decorations/menubuttonselected.png);
    background-repeat: repeat-y;
    vertical-align: top;
    text-align: center;
	color: blue;
    line-height: 24px;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#thirdtabs a:hover {
    background-image: url(decorations/menubuttonhover.png);
    background-repeat: repeat-y;
    vertical-align: top;
    text-align: center;
	color: white;
    line-height: 24px;
    font-size: 10px;
    width: 116px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Page wrapper to center the page on the display */
#wrapper {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#logo-banner {
    width: 980px;
    color: navy;
    background-color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url("decorations/lightheaderbg.png");
    background-repeat: repeat-x;
}

#logo-banner td {
    vertical-align: top;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

#logo-banner img {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
}

/* Main page layout table */
#pagetable {
    width: 980px;
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url("decorations/lightsidebarbg.png");
    background-repeat: repeat-y;
    background-color: white;
}

#pagetable #pagetableedge {
    width: 0px;
    background-color: white;
}

#pagetable #pagetableedge2 {
    width: 0px;
    background-color: white;
}

/* Footer style definition */
#footer {
    width: 980px;
    font-family: verdana;
    font-size: 10px;
    background-color: white;
    color: gray;
    vertical-align: bottom;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#footer a {
    text-decoration: none;
    color: blue;
    font-size: 10px;
}

#footer a:hover {
    color: red;
    text-decoration: underline;
}

#home_footer {
    width: 968px;
    font-family: verdana;
    font-size: 10px;
    color: gray;
    vertical-align: bottom;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#column {
    width: 220px;
    font-family: verdana;
    font-size: 11px;
    color: black;
    background-color: white;
    vertical-align: top;
    padding:2px 2px 2px 2px;
    border-top: 2px silver solid;
    border-right: 2px silver solid;
    border-bottom: 2px silver solid;
    border-left: 2px silver solid;
}

#column_bullet {
    width: 16px;
    vertical-align: top;
    text-align: left;
    padding: 2px 2px 2px 2px;
    border-width: 0px;
}

#image_center {
    width: 520px;
    vertical-align: top;
}

#content {
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    text-align: center;
}

#content_body {
    width: 860px;
    vertical-align: top;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    border-width: 0px;
}

#content_body div {
    margin: 0px 0px 0px 0px;
    width: 860px;
    font-family: verdana;
    font-size: 12px;
    color: black;
    background-color: white;
    border-width: 0px;
    border-left: 0px solid #66aaff;
    border-right: 0px solid #66aaff;
}

#content_item {
    vertical-align: top;
    text-align: justify;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#content_item h1 {
    font-family: verdana;
    color: white;
    font-size: 20px;
}

#content_item h2 {
    color: black;
    margin: 0px 0px 0px 0px;
    font-weight: bolder;
    font-family: verdana;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    background-color: white;
}

#content_item h3 {
    color: white;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
    background-color: black;
}

#content_item h4 {
    color: black;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    background-color: silver;
    border-top: 5px solid black;
}

#content_item h5 {
    font-family: verdana;
    color: black;
    font-size: 20px;
}

#content_item div {
    color: black;
    margin: 0px 50px 0px 10px;
    text-align: justify;
    font-family: verdana;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    border-width: 0px;
}

#content_item_bold {
    vertical-align: top;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}

#content_itemcenter {
    width: 498px;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

#content_item_fixed {
    width: 498px;
    vertical-align: top;
    text-align: justify;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

#content_item_yellow {
    vertical-align: top;
    text-align: justify;
    color: yellow;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#home_text {
    width: 250px;
    vertical-align: top;
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#center_text {
    width: 475px;
    vertical-align: top;
    text-align: justify;
    color: black;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#left_text {
    width: 355px;
    vertical-align: top;
    text-align: left;
    color: yellow;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#supportright_text {
    width: 300px;
    vertical-align: top;
    text-align: right;
    color: yellow;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border-width: 0px;
}

#solutioncenter_text {
    width: 350px;
    vertical-align: top;
    text-align: justify;
    color: yellow;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#productright_text {
    width: 300px;
    vertical-align: top;
    text-align: right;
    color: yellow;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#support_text {
    width: 175px;
    vertical-align: top;
    text-align: justify;
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#right_text {
    width: 225px;
    vertical-align: top;
    text-align: justify;
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}

#column_spacer_left {
    width: 100px;
    vertical-align: top;
}

#column_spacer_center {
    width: 25px;
    vertical-align: top;
}

#column_spacer_right {
    width: 225px;
    vertical-align: top;
    text-align: right;
}

#grey_button {
    width: 236px;
    vertical-align: top;
    text-align: left;
    color: black;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none;
    height: 155px;
    background-image: url("decorations/buttonbox-01.png");
    background-repeat: no-repeat;
    background-position: center;
}

#grey_button h1 {
    font-family: verdana, Arial, Helvetica;
    color: white;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

#grey_button_item {vertical-align:top; text-align:left; font-size:11px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border-width:0px; width:200px;}

#button_item {vertical-align:top; text-align:left; color:white; font-size:11px; padding:2px 2px 2px 2px; border-bottom:2px solid black; border-bottom-style:groove; border-top:2px solid black; border-top-style:groove; border-left:2px solid black; border-left-style:groove; border-right:2px solid black; border-right-style:ridge; background-color:navy; width:300px;}
#image_item {vertical-align:top; text-align:left; padding:2px 2px 2px 2px; font-size:12px; width:150px;}
#address_item {vertical-align:top; text-align:left; padding:2px 2px 2px 2px; font-size:12px; width:420px;}
#contact_item {vertical-align:top; text-align:left; padding:2px 2px 2px 2px; font-size:12px; width:200px;}

#tab3 {
    width: 80%;
    display: block;
    font-weight: bold;
    font-family: verdana;
    font-size: 12px;
    padding: 2px 0px 0px 5px;
    text-decoration: none;
    color: white;
    text-align: left;
    vertical-align: top;
    background: black url("decorations/headtop.gif") top right no-repeat;
}

#contact {color:white; margin:0px 20px 0px 20px; text-align:left; font-family:verdana; font-size:10px; padding:5px 5px 5px 5px; border-width:0px;}
#contact a {color:blue; text-align:left; font-family:verdana; font-size:10px; padding:5px 5px 5px 5px; border-width:0px;}
#contact a:hover {color:green; text-align:left; font-family:verdana; font-size:10px; padding:5px 5px 5px 5px; border-width:0px;}
#contact2 {color: black;margin:0px 20px 0px 20px; text-align:left; font-family:verdana; font-size:10px; padding:5px 5px 5px 5px; border-width:0px;}

#download {font-family:verdana; font-size:12px; font-weight:bold; text-align:left; background-color:#ffff00; color:black; padding:1px 1px 1px 1px; margin:0px 0px 0px 0px;}

#purchase {font-family:verdana; font-size:10px; font-weight:bold; text-align:right; color:black; margin:0px 0px 0px 0px; padding:2px 2px 2px 2px;}

#model {font-family:verdana; font-size:9px; font-weight:normal; text-align:right; color:black; margin:0px 0px 0px 0px;}

/* Privacy page text display styles */
#privacy {
    width: 980px;
    color: white;
    margin: 0px 0px 0px 0px;
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    background-color: black;
}

#privacytext {
    color: black;
    margin: 0px 0px 0px 0px;
    font-family: verdana;
    font-weight: normal;
    font-size: 10px;
    text-align: justify;
}

