/*
    * *********************************************************************
    * Copyright 2008 © Innovagency
    *
    * Warning: Unauthorized reproduction, use or distribution of this
    * program, concepts, documentation and data models, or any portion of
    * it, may result in severe civil and criminal penalties, and will be
    * prosecuted to the maximum extent possible under the law.
    * *********************************************************************
*/

/* main */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

body { 
    background: #ffffff url('../images/bg-main.gif') scroll repeat-x top;
}

table {
    border-collapse: collapse;
}

.pointer {
    cursor: pointer;
}

.no-border {
    border: 0;
}

/* text */

h1, h2, h3 {
    font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

h1 {
    font-size: 20px;
    color: #ffffff;
    padding: 10px 0 5px 0;
}

h2 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 15px 0 5px 0;
}

h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

p {
    text-align: left;
    line-height: 20px;
    padding-bottom: 5px;
}

a  {
    color: #333333;
    border-bottom: 1px dotted #333333;
}

a:hover {
    color: #e68a00;
    border-bottom: 1px dotted #e68a00;
}

a.link-img, a.link-img:hover {
    border-bottom: none;
}

ul, li  {
    line-height: 20px;
    margin: 0 0 7px 0;
}

ul li {
    background: transparent url('../images/bullet.png') scroll no-repeat 0 7px;
    list-style-type: none;
    padding-left: 12px;
}

/* menu */

#menu-container {
    background: transparent url('../images/bg-menu.png') scroll no-repeat right bottom;
    height: 20px;
    text-align: right;
    margin-bottom: 20px;
}

.item {
    padding-left: 10px;
    margin-left: 15px;
    float: right;
    cursor: pointer;
}

.item:hover {
    background: transparent url('../images/arrow-menu.png') scroll no-repeat left 3px;
}

.item-over {
    background: transparent url('../images/arrow-menu.png') scroll no-repeat left 3px;
    padding-left: 10px;
    margin-left: 15px;
    float: right;
    cursor: default;
}

/* body */

.body-outer {
    width: 100%;
    height: auto;
    text-align: center;
}

.body-inner {
    width: 512px;
    margin: auto;
}

.title {
    padding: 49px 0 20px 0;
}

#content-container {
    width: 512px;
    height: 512px; 
}

.overflow {
    width: 512px;
    height: 512px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.home {
    background: transparent url('../images/bg-home.png') scroll repeat-y 0 0;
}

.page {
    background: transparent url('../images/bg-page.png') scroll repeat-y 0 0;
}

.content {
    padding: 15px;
}

/* form */

label {
    font-weight: bold;
}
 
input, textarea {
    background: #ffffff url('../images/bg_input.gif') scroll repeat-x top;
    padding: 5px;
    border: none;
    margin-bottom: 10px;
}

.field-error input, .field-error textarea {
    background: #ffffff url('../images/bg-input-error.gif') scroll no-repeat right top;
}


input {
    width: 460px;
}

textarea {
    width: 460px;
    height: 90px;
    overflow-y: hidden;
}

input[type="submit"] {
    background: transparent url('../images/bg_button.gif') scroll repeat-x top;
    padding: 2px 5px;
    text-align: center;
    width: auto;
    height: auto;
    cursor: pointer;
    border: 1px solid #6bb3e7;
    color: #348fd0;
    margin: 0;
}

input[type="submit"]:hover {
    background-position: bottom;
}

/* footer */

.footer {
    margin: 10px 0;
    width: 512px;
}

.footer-top {
    height: 19px;
}

.shortcuts a {
    background: transparent url('../images/arrow-footer.gif') scroll no-repeat left 14px;
    font-family: Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 7px 5px;
    border: 0;
}

.shortcuts a:hover {
    color: #2e99e5;
}

.validate-css {
    background: transparent url('../images/validate-css.gif') scroll no-repeat 0 top;
    width: 36px;
    height: 12px;
    float: right;
    padding-right: 10px;
}

.validate-css:hover {
    background-position: 0 bottom;
}

.validate-xhtml {
    background: transparent url('../images/validate-xhtml.gif') scroll no-repeat 0 top;
    width: 43px;
    height: 12px;
    float: right;
}

.validate-xhtml:hover {
    background-position: 0 bottom;
}

.copyright {
    padding: 5px 0px 10px 0px;
}

.copyright p {
    padding: 0px 0px 0px 0px;
}

.copyright, .copyright p, .copyright a, .copyright td {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.copyright a:hover {
    color: #2e99e5;
    border-bottom-color: #2e99e5;
}

.line-copyright {
    border-top: 1px solid #ffffff;
    width: 512px;
    height: 1px;
}