@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#menu{
	padding-top: 20px;
	padding-bottom: 135px;
	padding-left: 20px;
	width:600px;
}
#menu ul {
 margin:0;
 padding-left:0;
 list-style-type:none;
 text-align:left;
 float: left;	
 
 }
#menu li {
 float:left;
 margin:auto;
 padding:0;
 background-color:none;
 }
#menu li a {
 display:block;
 width:80px;
 color: #DC0509;
 text-decoration:none;
 padding-left:0px;
 font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
 font-size: 11px;
 font-weight: bolder;
 text-align: center;
 }
#menu li a:hover {
 color:#FFD700;
 }
#menu ul li ul {
 display:none;
 text-align:center;
 }
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }
#menu li ul {
 position:absolute;
 }
#header{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	font-weight: bold;
	color: #2B424E
}
#table{
	display: table;
}
a{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #F40004;
	text-decoration: none;
	font-size: 11px;
	
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #30F608;
}
a:hover {
    text-decoration: none;
    color: #FFE300;
}
a:active {
    text-decoration: none;
}
.row{
	display: table-row;
	
}
.cell{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	width: auto;
}
.indexvideo1{
	padding-top: 85px;
}

#footer{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	
}