/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px;
	background-color:#999999;
}

table#maintbl{
	width:990px;
	background-color:#fff;
}

a{
	color:#00A7BF;
}

h1{
	margin:9px 0 0 0;
}

h2{
	font-size:16px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}
h2 a{
	text-decoration:none;
	color:#000;
}

h3{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}

/*Top Menu */
/* CSS Document */

#modernbricksmenu{

padding: 0;
width: 770px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: right;
display: block;
color: white;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 2px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #00A7BF; /*Default menu color*/
padding-top:6px;
border-left: 1px solid #fff;
}

#modernbricksmenu a:hover{
background-color: #056A78; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #056A78; /*Brown color theme*/ 
border-color: #00A7BF; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 770px;
height: 5px;
line-height: 3px;
background: #056A78; /*Brown color theme*/ 
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
}


#whiteline{
clear: both;
padding: 0;
width: 770px;
height: 1px;
line-height: 1px;
background-color: #cccccc; /*Brown color theme*/ 
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
}

/*end of top menu */

/*content tables*/
#modLeft{
	padding:10px 0 0 4px;
	text-align:left;
}
#modLeft td#pad{
 padding:3px 3px 3px 9px;
 text-align:left;
}


#modMain{
	padding:10px 10px 0 5px;
}

#modRight{
	padding:10px 0 0 0;
	text-align:right;
}

/*Footer */
#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	border-top:3px solid #f3f3f3;
}

#footer a{
	color:#006699;
}

#desc{
	padding: 10px 5px 5px 10px;
	display: block;
	width:375px;
	background-color:#EFEFEF;
	margin-left:6px;
}

#genInfo{
	padding: 10px 5px 5px 3px;
	display: block;
	width:375px;
	margin-left:6px;
}

#player{
	background:url(/_imgs/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:380px;
}
