/*--------------------------------------------------------

   *Filename:                styles.css
   *Description:        Global CSS
   *Version:                 1.0.0(/-/-2009)
   *Website:                http://www.4etv.gr
   *Author:                 Brice Corbin for Webone.gr
   
   ==STRUCTURE:===========================================
   
   *Page width:                950px
   *Number of column:         2
   
  
--------------------------------------------------------*/

/* CSS Reset
--------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
:focus {
        outline: 0;
}
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/*==STRUCTURE:===========================================
  
  $__header        Header Definitions
  $__menu        Global Site Navigation
  $__content        Everything within the content
  
-------------------------------------------------------*/

/* __General Styles
-------------------------------------------------------*/

body {
        background: #091c3f url('imgs/bodyBg2.jpg') bottom center no-repeat;
        font-size: 62.5%;
}

p {
        font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4em;
        color: #fff;
}

a:link, a:visited {
        color: #fff;
        text-decoration: none;
}

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

ul {
        list-style: disc;
}

li {
        font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4em;
        color: #696969;
}

span {
        font-style: italic;
}
label {
        font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4em;
        color: #fff;
}



h1 {
        font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 2em;
        color: #fff;
        border-bottom: 6px solid #f39209;
        font-weight: 300;
        margin: 20px 30px 0px 35px;
        padding: 0;
        letter-spacing: -1px;
}
div.video{
        margin-left:35px;
        margin-top:10px;
}





