* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background-image: url('../img/background.gif');
    font-family: Verdana,Arial,Sans-serif;
    font-size: 11px;
    color: #404040;
    line-height: 18px;
}
#wrapper {
    width: 770px;
    margin: 0 auto;
    background-image: url('../img/wrapper-background.gif');
    background-repeat: repeat-y;
}
#wrapper-inside {
    width: 750px;
    margin: 0 auto;
    background-image: url('/img/gradient1.gif');
    background-repeat: repeat-x;
    background-position: 0 142px;

}
#header-text {
    background-color: #4e99c5;
    margin: 1px;
    width: 749px;
    height: 20px;
    color: white;
    text-align: center;
}
#header-text-left {
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 10px;
}
#header-text-right {
    float: right;
    width: 60%;
    text-align: right;
    padding-right: 10px;
}
#header-main {
    width: 749px;
    height: 120px;
    background-image: url('../img/header.jpg');
    margin: 0 1px;
    border-bottom: 1px solid #61717b;
}
#menu {
    list-style-type: none;
    padding: 91px 0 0 83px;
}

#menu li {
    display: block;
    float: left;
    margin: 0 5px;
    width: 107px;
    height: 30px;
}
#menu li a {
    display: block;
    width: 107px;
    height: 30px;
    background-position: 0 0;
}
#menu li a span {
    display: none;
}
#menu li a:hover {
    background-position: 0 -30px;
}
#menu li a.active {
    background-position: 0 -60px;
}

#content {
    width: 690px;
    margin: 0 auto;
    padding-top: 35px;
}
#content-left {
    float: left;
    width: 510px;
}
#content-right {
    float: right;
    width: 140px;
}
#footer {
    margin: 20px 1px 0 1px;
    border-top: 1px solid #61717b;
    background-image: url('../img/gradient.gif');
    background-repeat: repeat-x;
    height: 80px;
    background-position: 0 1px;
}
#footer-links {
    margin: 30px 0 0 30px;
    font-weight: bold;
    float: left;
    width: 400px;
}
#footer-copyright {
    margin: 30px 30px 0 0;
    float: right;
}
#news p
{
    font-size: 10px;
    line-height: 13px;
}

.sites {
    width: 600px;
    margin: 20px auto;
}

.sites .screenshot {
    display: block;
    width: 150px;
    height: 160px;
    float: left;    
}

.sites .description {
    width: 440px;
    float: right;
}

a {
    color: #0d5986
}
p {
    text-align: justify;

}
label {
    display: block;
    font-weight: bold;
    font-size: 10px;
    margin: 0;
}

input.text {
    display: block;
    border: 1px solid #8a8989;
    height: 16px;
    background-image: url('../img/input-bg.gif');
    background-repeat: repeat-x;
}
textarea {
    display: block;
    border: 1px solid #8a8989;
    background-image: url('../img/input-bg.gif');
    background-repeat: repeat-x;
}
select {
    border: 1px solid #8a8989;
}
input.button {
    display: block;
}
#button-login {
    width: 70px;
    height: 23px;
    background-image: url('../img/button-login.gif');
}
.button-116 {
    display: block;
    width: 116px;
    height: 23px;
    margin: 10px auto;
    text-indent: -999em;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

#button-create-account {
    width: 116px;
    height: 23px;
    background-image: url('../img/button-create-account.gif');
    margin: 10px auto;
    text-indent: -999em;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}
#button-load-data {
    width: 116px;
    height: 23px;
    background-image: url('../img/button-load-data.gif');
    margin: 10px auto;
    text-indent: -999em;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}
#button-sign-me-up {
    width: 116px;
    height: 23px;
    background-image: url('../img/button-sign-me-up.gif');
    margin: 10px auto;
}

#button-clipboard {
    width: 116px;
    height: 23px;
    background-image: url('../img/button-clipboard.gif');
}

#button-download-wmv {
    width: 116px;
    height: 23px;
    background-image: url('../img/button-download-wmv.gif');
}

#button-download-flv {
    width: 116px;
    height: 23px;
    background-image: url('../img/button-download-flv.gif');
}
.clear {
    clear: both;
}
h1 {
    margin: 5px 0 15px 0;
    height: 26px;
    background-image: url('/img/dr26x26.gif');
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
}
h1 img {
    margin-top: 4px;
}
h2 {
    margin: 5px 0 15px 0;
    font-size: 15px;
}
h3 {
    margin: 0 0 5px 0;
}
.image span {
    display: none
}
.error {
        font-weight: bold;
        color: red;
}
a.opaque img {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a.opaque:hover img {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.photopack, .videopack
{
    width: 210px;
    float: left;
    margin: 5px 10px;
    text-align: center;
    height: 260px;
}
.photopack .preview, .videopack .preview
{
    border: 1px solid #b0b0b0;
    padding: 1px;
}
.photopack h3, .videopack h3 {
    font-size: 11px;
    margin: 0;
}
.pager {
    text-align: center;
    margin: 10px 0;
}

#supportform {
    width: 60%;
    margin: 10px auto;
}
#supportform #message {
    width: 100%;
}
#supportform #subject {
    width: 60%;   
}
#supportform #email {
    width: 60%;
}
#supportform #name {
    width: 60%;
}
.
.filter {
    margin: 10px 0;
    font-size: 10px;
}
.filter select
{
    font-size: 10px;
}
.filter-panel {
    float: left;
    margin: 0 4px;
    font-size: 10px;
}
.w160 {
    width: 160px;    
}

.filter-panel h2 {
    background-image: url('/img/tooltip.gif');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 11px;
    font-weight: bold;
    color: #0d5986;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #0d5986;
}
.filter label {
    font-weight: normal;
    float: left;
    width: 100px;
}



.center {
    text-align: center;
}
form .error {
    font-size: 9px;
    font-weight: normal;
}
.promo-tools {
    width: 500px;
    margin: 10px auto;    
}
.promo-tools th {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    color: #0d5986;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #0d5986;
}

