/* CSS Document */
* {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #9df;
}

body {
background-color:#2f457b;
background-image:url(./img/bg-main.gif);
}

li {
list-style-type:none;
}

a {
color:white;
text-decoration:none;
}

a:hover {
color:yellow;
}


#container {
width: 730px;
height: 550px;
background-image: url(./img/bg-popup.jpg);
background-repeat:no-repeat;
off border: 1px solid red;
}

#footer, #header, #mainContent {
margin:0 10px 0 10px;
}

#header {
padding-top:10px;
}

#header h1.logo{
width: 157px;
height: 37px;
text-indent:-9999px;
background-image:url(./img/logo.gif);
background-repeat:no-repeat;
}

.logoText {
font-size: 11px;
color: white;
}

#header h2 {
position:absolute;
top:15px;
left: 200px;
background-color: #2F457B;
width:500px;
padding: 7px;
}

#videohere {
text-align: center;
width:478px;
height: 480px;
background-color: black;
margin: 0 5px 5px 0;
float: left;
}

div.newVid {
width: 208px;
height: 166px;
float: left;
padding: 8px 0 0 10px;
background-image:url(./img/bg-newvid.gif);
background-repeat:no-repeat;
margin-right: 4px;
}

div.newVid #play {
float: left;
display: block;
width: 24px;
height: 24px;
padding: 0;
margin: 10px 0 0 0;
OFF border: 1px solid white;
}

div.newVid #title {
display: block;
padding: 0;
margin: 8px 0 0 35px;
}

div.newVid #subtitle{
display: block;
font-size:11px;
padding:0;
margin: 0 0 0 35px;
}

a:hover.newVid #subtitle, a:hover.newVid #title{
color: yellow;
}

div.divclassul ul {
width:200px;
height: 50px;
float:left;
}

div.divclassul ul li{
margin-bottom: 1px;
background-image:url(./img/li.gif);
background-repeat:no-repeat;
background-position: 0 5px;
padding: 0 0 0 10px;
}

div#ritghCol ul.smallMenu {
margin-top: 18px;
_margin-top: 0;
}

div#ritghCol ul.smallMenu li {
margin-bottom: 2px;
background-image:url(./img/download.gif);
background-position: 0 2px;
padding: 0 0 0 17px;
}

div#ritghCol ul.smallMenu li.attachments {
background-image:url(./img/attacsment.gif);
}

div#ritghCol ul.smallMenu li.forums {
background-image:url(./img/forum.gif);
}

#banner {
padding:6px;
}

div.clearer {
clear: both;
}

