@charset "utf-8";
/* CSS Document */
html
	{
		background-color:#090205;
		background-image:url(../images/bg01.png);
		background-repeat:repeat-x;
		background-position:top;
		height:100%;
		min-height:100%;		
	}
body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		margin:0px;
		padding:0px;
		height:100%;
		min-height:100%;		
	}
#clr
	{
		clear:both;
	}

/* header start */
#header
	{
		height:90px;
		width:auto;
		text-align:right;
	}
#header h1
	{
		font-size:13px;
		color:#FFF;
		text-shadow:1px 1px #000;
		margin:0px;
		padding:18px 18px 0 0;
		font-weight:normal;
	}
#header h1 strong
	{
		font-size:18px;
		background-color:#db3e8e;
		border-radius:3px;
		padding:2px 5px 2px 5px;
		font-weight:normal;
	}
#header h1 a
	{
		color:#FFF;
		text-decoration:none;
	}
#header h1 a:hover
	{
		color:#FFF;
		text-decoration:none;
	}	
#pagetop
	{
		width:948px;
		height:36px;
		margin:0 auto;
		background-image:url(../images/container-top.png);
		background-repeat:no-repeat;
		margin-top:14px;
		font-size:18px;
		color:#fed958;
		font-weight:bold;
		text-align:left;
		padding:0 0 0 20px;
		line-height:34px;
		text-shadow:1px 1px #000;
	}
/* header end */

#cont
	{
		width:930px;
		margin:0 auto;
		background-color:#44102b;
		height:auto;
		border-radius:0px 0px 4px 0px;
		min-height:75%;
		padding:10px;
	}
#cont h1
	{
		margin:0px 0 20px 0;
		padding:0 10px 0 10px;
		width:auto;
		font-size:19px;
		color:#fff;
		text-align:left;
		background-image:url(../images/heading01.png);
		background-repeat:repeat-x;
		height:34px;
		line-height:30px;
		border:2px #4a0c2b solid;
		border-radius:4px;
		text-shadow:1px 1px #000;		
	}
#cont h1 a
	{
		background-image:url(../images/subheading01.png);
		background-repeat:repeat-x;
		padding:3px 10px 3px 10px;
		border-radius:3px;
		text-decoration:none;
		color:#FFF;
		font-size:16px;
		border:1px #0e0f10 solid;
		display:inline;
		text-shadow:1px 1px #900;
	}
#cont h1 a:hover
	{
		background-image:none;
		padding:3px 10px 3px 10px;
		border-radius:3px;
		text-decoration:none;
		color:#FFF;
		font-size:16px;
		border:1px #0e0f10 solid;
		display:inline;
		text-shadow:1px 1px #000;
		background-color:#ee5010;
	}	

/* player start */
#fplayer
	{
		width:auto;
		height:auto;
		padding:10px 0 10px 0;
		margin:0 auto;
		text-align:center;
	}
/* player end */

/* version container start */
#vercont
	{
		width:auto;
		background-color:#210815;
		height:180px;
		margin:0 0 20px 0;
		border-radius:4px;
		padding:14px;
	}
#vercont-sub01
	{
		height:144px;
		background-color:#4a0a2c;
		border-radius:4px;
		width:179px;
		float:left;
		text-align:center;
		padding:18px;
		text-shadow:1px 1px #500d30;
	}
#vercont-sub01 h2
	{
		font-size:15px;
		font-weight:bold;
		color:#ff5caa;
		display:inline;
		margin:0px;
		padding:0px;
	}
/* version container end */

/* attention container start */
#attcont
	{
		width:auto;
		height:95px;
		background-image:url(../images/icon-attention.png);
		background-repeat:no-repeat;
		background-position:left;
		margin:0 0 20px 0;
		padding:40px 0 0 160px;
		font-size:19px;
		color:#FFF;
		text-shadow:1px 1px #000;
	}
#attcont h1
	{
		font-size:32px;
		color:#fed958;
		text-align:left;
		text-shadow:2px 2px #000;
		font-weight:bold;
		margin:0px;
		padding:0px;
		background-image:none;
		border:none;
	}
/* attention container end */

/* os container start */
#oscont
	{
		width:auto;
		height:174px;
		background-color:#210815;
		border-radius:4px;
		margin:0;
		padding:14px;
	}
#oscont h1
	{
		color:#e64e97;
		font-size:19px;
		padding:0px;
		margin:0px;
		text-align:left;
		background-image:none;
		border:none;
		font-weight:normal;
		text-shadow:1px 1px #000;
	}
#oscont-box01
	{
		width:139px;
		height:129px;
		float:left;
		background-color:#62113c;
		border-radius:4px;
		text-align:center;
		padding:10px 0 0 0;
	}
#oscont-link1 a
	{
		width:101px;
		height:92px;		
		display:inline-block;
		background-image:url(../images/link-windows.png);
		background-repeat:no-repeat;
		background-position:top;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}
#oscont-link1 a:hover
	{
		width:101px;
		height:92px;		
		display:inline-block;
		background-image:url(../images/link-windows.png);
		background-repeat:no-repeat;
		background-position:bottom;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}
#oscont-link2 a
	{
		width:125px;
		height:92px;		
		display:inline-block;
		background-image:url(../images/link-mac.png);
		background-repeat:no-repeat;
		background-position:top;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}
#oscont-link2 a:hover
	{
		width:125px;
		height:92px;		
		display:inline-block;
		background-image:url(../images/link-mac.png);
		background-repeat:no-repeat;
		background-position:bottom;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}	
#oscont-link3 a
	{
		width:125px;
		height:93px;		
		display:inline-block;
		background-image:url(../images/link-linux.png);
		background-repeat:no-repeat;
		background-position:top;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}
#oscont-link3 a:hover
	{
		width:125px;
		height:93px;		
		display:inline-block;
		background-image:url(../images/link-linux.png);
		background-repeat:no-repeat;
		background-position:bottom;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}	
#oscont-link4 a
	{
		width:125px;
		height:63px;		
		display:inline-block;
		background-image:url(../images/link-solaris.png);
		background-repeat:no-repeat;
		background-position:top;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}
#oscont-link4 a:hover
	{
		width:125px;
		height:63px;		
		display:inline-block;
		background-image:url(../images/link-solaris.png);
		background-repeat:no-repeat;
		background-position:bottom;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}	
#oscont-link5 a
	{
		width:125px;
		height:92px;		
		display:inline-block;
		background-image:url(../images/link-pocketpc.png);
		background-repeat:no-repeat;
		background-position:top;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}
#oscont-link5 a:hover
	{
		width:125px;
		height:92px;		
		display:inline-block;
		background-image:url(../images/link-pocketpc.png);
		background-repeat:no-repeat;
		background-position:bottom;
		font-size:18px;
		color:#FFF;
		text-shadow:1px 1px #000;
		text-decoration:none;
	}	
/* os container end */

/* copyrights container start */
#copycont
	{
		width:950px;
		margin:0 auto;
		height:15px;
		margin-bottom:40px;
	}
#copycontL
	{
		width:392px;
		height:15px;
		background-color:#44102b;
		border-radius:0 0 4px 4px;
		float:left;
		margin:0px;
		text-align:center;
		text-shadow:1px 1px #000;
		line-height:15px;
	}
#copycontL a
	{
		font-size:11px;
		color:#FFF;
		text-decoration:none;
	}
#copycontL a:hover
	{
		font-size:11px;
		color:#9C0;
		text-decoration:none;
	}	
#copycontR
	{
		float:right;
		width:auto;
		height:15px;
		font-size:12px;
		color:#343434;
	}
/* copyrights container end */