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

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:"Times New Roman", Times, serif;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	width: 95px;
}
ul#menu li a.small
{
	display:block;
	float:left;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	width: 60px;
}
ul#menu li a.smallest
{
	display:block;
	float:left;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;	
	padding-bottom: 0;
	text-align: center;
	width: 35px;
}

ul#menu li a.smallest-current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg_hover.png) 0px no-repeat;	
	float:left;
	margin:0;
	color:#FFFFFF;
	width: 35px;
}

ul#menu li a.medium-current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg_hover.png) 0px no-repeat;	
	float:left;
	margin:0;
	color:#FFFFFF;
	width: 70px;
}
ul#menu li a.medium
{
	display:block;
	float:left;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	width: 70px;
}
	
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg_hover.png) 0px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg_hover.png) 0px no-repeat;	
	float:left;
	margin:0;
	color:#FFFFFF;
}
ul#menu li a.current-small
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg_hover.png) 0px no-repeat;	
	float:left;
	margin:0;
	color:#FFFFFF;
	width: 65px;
}
ul#menu li a.current:hover{
	color:#FFFFFF;
}

body {
	text-align: center;
	background-color: #555555;
	background-image: url(images/iphone/bg.jpg);
	background-repeat: repeat-x;
	
	margin-top: 0px;
	margin-left: 20px;
}

.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.basics {
	margin-right: 20px;
	float: left;
	text-align: center;
}
#FLVPlayer {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.flvplayer {
	background-color: #000;
	height: 278px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
