@charset "UTF-8";
/* CSS Document */

body {
background-color: #FFFFFF;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: left;
color: #bfbfbf;
}

h1 {
display: none;
}

h2 {
color: #5086B6;
font-size: 14pt;
padding: 0;
margin: 0;
text-align: left;
}

img {
border: none;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #5086B6;
}

a:hover {
text-decoration: underline;
color: #5086B6;
font-weight: bold;
}

#wrapper {
position: relative;
width: 840px;
margin: 0 auto 0 auto;
}

#header {
width: 840px;
height: 170px;
background-image: url(images/Header.png);
float: left;
}

#navigation {
position: absolute;
top: 115px;
left: 90px;
height: 35px;
width: 660px;
}

.navigation-button {
float: left;
background-image:url(images/Navigation.png);
}

.navigation-button span {
display: none;
}

#commercials-button {
width: 220px;
height: 35px;
background-position: 0px 0px;
}

#commercials-button:hover {
background-position: 0px 35px;
}

#virals-button {
width: 150px;
height: 35px;
background-position: -220px 0px;
}

#virals-button:hover {
background-position: -220px 35px;
}

#pitches-button {
width: 150px;
height: 35px;
background-position: -370px 0px;
}

#pitches-button:hover {
background-position: -370px 35px;
}

#contact-button {
width: 140px;
height: 35px;
background-position: -520px 0px;
}

#contact-button:hover {
background-position: -520px 35px;
}

/* This bit of code here causes the buttons to stay highlighted when on corresponding pages. Requires body id code to be set in each HTML page. */

#commercials #commercials-button {
background-position: 0 35px;
}

#virals #virals-button {
background-position: -220px 35px;
}

#pitches #pitches-button {
background-position: -370px 35px;
}

#contact #contact-button {
background-position: -520px 35px;
}

#middle {
width: 840px;
background-image: url(images/Middle.png);
float: left;
padding-bottom: 25px;
}

.item {
float: left;
width: 650px;
padding-top: 25px;
padding-bottom: 25px;
margin-left: 95px;
border-bottom: solid 1px #bfbfbf;
}

.item_big {
font-size: 11pt;
float: left;
width: 650px;
padding-top: 25px;
padding-bottom: 25px;
margin-left: 95px;
border-bottom: solid 1px #bfbfbf;
}

.flv_player {
height: 240px;
width: 320px;
float: left;
}

.video_thumb {
height: 200px;
width: 300px;
float: left;
}

.video_description {
color: #BFBFBF;
width: 300px;
float: right;
}

#tamar_pic {
width: 225px;
height: 300px;
background-image: url(images/TamarPhoto_Crop.png);
float: left;
}

#tamar_bio {
color: #BFBFBF;
width: 400px;
float: right;
}

#features_button {
height: 50px;
width: 800px;
background-image:url(images/FeaturesButton.png);
margin-left: 20px;
margin-top: 20px;
float: left;
}

#features_button:hover {
background-position: bottom;
}

#features_button span {
display: none;
}

#footer_text_left {
float: left;
}

#footer_text_right {
float: right;
padding-right: 40px;
}

#footer {
width: 800px;
height: 45px;
background-image: url(images/Footer.png);
padding: 10px 0 0 40px;
font-size: 8pt;
color: #FFFFFF;
float: left;
}