/*
some colors: 
nice green: 339966
bright green: 81cc3a
orange:f7911d
purple:9933cc
blue:23bbcf
#6A8CAF;
*/

body, html {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
}

img { border: 0 none; }
a { 
    outline: none;
    color: #f1cd43;
}

a:hover { color: #f1cd43; }

#content { 
    width: 800px;
    margin: 10px auto;
}

#content div.yellow_line {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-bottom: 2px solid #f1cd43;
}


#content h1.newsletter,
#content h2.newsletter {
    font-size: 40px;
    color: #f1cd43;
    font-family: 'Garamond', Garamond, Verdana, Arial;
    text-align: center;
}

#content h2.newsletter {
    font-size: 14px;
}

#content p.newsletter {
    line-height: 18px;
}

#content p.newsletter span.yellow {
    color: #f1cd43;
    font-size: 18px;
    font-family: 'Garamond', Garamond, Verdana, Arial;
}

 p.errors {
    border: 1px solid #ff0000;
    padding: 7px;
    margin: 5px auto;
    width: 450px;
    color: #ff0000;
    background: #330000;
    font-size: 13px;
    text-align: left;
}

#form_box {
    margin: 15px auto;
    width: 400px;
}


#form_box div.fform {
    clear: both;
    margin: 10px;
    text-align: left;
}

#form_box div.fform label {
    width: 100px;
    text-align: right;
    float: left;
    margin: 0 5px 0 0;
    padding: 1px 0 0 0;
}

#form_box div.fform input {
    float: left;
    display: inline;
    text-align: left;
}

#form_box div.fform div.txtarea {
    float: left;
    display: inline;
    width: 149px;
}

#form_box div.fform label.no_float {
    float: none;
    clear: both;
}

#footer {
    margin: 100px 0 0;
    font-size: 11px;
    color: #ffffff;
}

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

#footer a:hover {
    text-decoration: none;
}

#footer p {
    font-size: 11px;
}

#footer p span {
    font-size: 10px;
}


    
#video_player{
    width: 800px;
    height: 440px;
    
    text-align: center;
    
    margin: 0 auto 15px;
    position: relative;
    left: 0;
}

#video_player div {
    position: absolute;
    width: 800px;
    height: 440px;
    display: none;
    left: 0;
}

#video_player div.is_seen {
    display: block;
}


#video_thumbnails { 
    
    margin: 10px auto;
    padding: 0;
    width: 710px;
}

#video_thumbnails a {
    border: 1px solid #f1cd43;
    padding: 0;
    width: 130px;
    height: 142px;
    float: left;
    display: inline;
    text-align: center;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 13px;
}

#video_thumbnails a img {
    margin: 10px 0 5px;
}

#video_thumbnails a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

#video_thumbnails a.active {
    color: #ffffff;
    border: 1px outset #ffffff;
}
    
.clearfix:after, #form_box div.fform:after, #form_box:after, #video_thumbnails:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
