/*
 * Resets
 */
body, html {
    width: 100%;
    height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th { 
    padding: 0;
    margin: 0;
}
fieldset, img { 
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym { 
    border: 0;
}
 
/*
 * Defaults and Standards
 */
body {
    background: url(../images/page_bg.png) #00A0D1 top center repeat-y;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4B575F;
}

.container {
    width: 970px;
    margin: 0 auto;
}

/*
 * Top block
 */
#top,
#top .container {
    height: 110px;
}

#top .left-nav {
    float: left;
}
#top .left-nav li {
    margin-right: 7px;
}
#top .right-nav {
    float: right;
}
#top .right-nav li {
    margin-left: 7px;
}

#top li {
    float: left;

    margin-top: 50px;
    
    border-top: #4B575F solid 6px;
}
#top .right-nav li a {
    background-color: #D6EEF6;
}
#top li a {
    display: block !important;
    display: inline;
    height: 25px;
    
    line-height: normal !important;
    line-height: 52px;
    
    padding: 0px 10px;
    padding-top: 15px;
    
    background-color: white;
    
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #4B575F;
}
#top li a.current,
#top li a:hover {
    background-color: #A40056;
    
    color: white;
}

/*
 * Body block
 */
#body .container {
  /*  padding-top: 150px;*/
    min-height: 800px;
    /*
    background: url(../images/logo.gif) #FFF top left no-repeat;
    
    background: url(../images/column-right.png) repeat-y;
    background-position: top right;
   
    background-color: #FFF; */
}



.index_logo {
    clear: both;
    float: left;
    width: 100%;
    
    padding-bottom: 20px;
    
    background-color: #FFF;
}

/*
 * Left column
 */
#column-left {
    float: left;
    width: 300px;
    
    margin-left: 18px;
}
#column-left img {
    margin-bottom: 15px;
}

/*
 * Middle column
 */
#column-middle {
    float: left;
    width: 410px;
    min-height: 400px;
    
    margin: 0px 15px;
}
#column-middle div {
    margin-bottom: 20px;
}

/*
 * Right column
 */
#column-right {
    float: left;
    width: 168px !important;
    min-height: 600px;
    
    padding-top: 15px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    
    padding-left: 0px ;
    padding-right: 0px ;

    background: url(../images/right-column-lamp.png) #ECEEF0 right 230px no-repeat;
    
    font-weight: bold;
    line-height: 23px;
    
    font-size: 11px;
}

/*
 * Styling
 */
p {
    line-height: 23px;
    
    font-size: 13px;
    color: #5A656C;
}
h2 {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #00A0D1;
}
a:hover {
    text-decoration: underline;
}

/*
 * Form
 */
input {
    width: 160px;
}
textarea {
    overflow: auto;
    width: 230px;
    height: 80px;
}
input, textarea {
    padding: 4px 5px;
    border: #CCC solid 1px;
}

/*
 * Surftip
 */
.surftip {
    width: 100%;
    height: 80px;

    background: url(../images/cat.png) no-repeat;
    background-position: 300px 0px;
    
    border: transparent solid 1px;
}
.surftip div {
    
    height: 60px;
    
    bottom: 0px;
    
    margin-top: 48px;
    padding: 6px;
    
    background-color: #00A0D1;
}
.surftip p {
    color: white !important;
}
.surftip a {
    color: #41575F !important;
}

em {
    font-style: italic;
}
.ie6msg {
    display: none;
    position: absolute;
    top: 5px;
    left: 35%;
    
    
    width: 500px;
    height: 30px;
    line-height: 30px;
    
    border: #FFF solid 3px;
    background: #A40056;
    
    color: #FFF;
    text-align: center;
    font-weight: bold;
}