@CHARSET "ISO-8859-1";

#main
{
	position: relative;
	top:		0px;
	
	width:		1000px;
	margin-left:	auto;
	margin-right:	auto;
	
	
	background-color: #eeeeee;
}

#leftcolumn
{
	width: 		536px;
	position:	absolute;
	top:		0px;
	left:		0px;
}
#rightcolumn
{
	background-image: url('../images/right_back.png');
	background-repeat: repeat-y;
	
	width:		409px;
	height:		448px;
	
	position:	absolute;
	top:		67px;
	left:		550px;
}
#cd
{
	z-index:	99;
	position:	relative;
	top:		-100px;
	left:		400px;
	
	background-image: url('../images/buycd_lo.png');
	background-repeat: no-repeat;
	
	width:		224px;
	height:		224px;
	
	cursor:		pointer;
}
#cd:hover
{
	background-image: url('../images/buycd_hi.png');
}	
#cd span
{
	display:	none;
}
#menu_left
{
	position:	absolute;
	top:		520px;
	left:		550px;
	z-index: 	100;
}
#menu_right
{
	position:	absolute;
	top:		520px;
	left:		740px;
	z-index:	101;
}



#leftcolumn_content
{
	background-image: url('../images/content_back.png');
	background-repeat: repeat-y;
	
	width: 536px;
	min-height:	300px;
	
	position:	relative;
	top:		0px;
	left:		0px;
	
	margin:		0px;
	padding:	0px;	
}
#news_content
{
	margin-left:	50px;
	margin-right:	50px;
	padding:		1px;
}
#main_content
{
	margin-left:	30px;
	margin-right:	50px;
	margin-top:		60px;
	padding:		1px;
	width:			360px;
	height:			360px;
	overflow:		auto;
}
#leftcolumn_top
{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 536px;
	height: 105px;
	
	position:	relative;
	top:		0px;
	left:		0px;
	
	margin: 0px;
	padding: 0px;
}

#leftcolumn_bottom
{
	background-image: url('../images/content_bottom.png');
	background-repeat: no-repeat;
	
	width: 536px;
	height: 22px;
	
	position:	relative;
	top:		0px;
	left:		0px;
}

#leftcolumn_head
{
	position: absolute;
	top: 50px;
	left: 375px;
}




#rightcolumn_head
{
	position: 	absolute;
	top:		13px;
	left:		17px;
	padding:	0px;
	margin:		0px;
	width:		380px;
	height:		49px;
}

#latestnews
{
	position:	absolute;
	top:		80px;
	left:		150px;
	width:		220px;
	height:		20px;
	overflow:	hidden;
}

#latestnews span
{
	color: #aaaaaa;
	letter-spacing:	1px;
	white-space: nowrap;
}

#sociallinks
{
	position:	absolute;
	top:		0px;
	left:		0px;
	width:		536px;
	height:		80px;
	overflow:	hidden;
	margin:		0px;
	padding:	0px;
	z-index:	200;
}

/* LIGHTBOX */
#lightbox
{
	margin-left:	auto;
	margin-right:	auto;
	width:			100%;
}

#lightboxPara
{
	text-align: center;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		50px;
}
#lightboxImage
{
	border:	10px solid #FFFFFF;
	background-color: #FFFFFF;
}

.overlay
{
	width:		100%;
	height:		100%;
	background:	transparent;
	display: 	none;
	z-index: 	1000;
	position:	fixed;
	top:		0px;
	left:		0px;
	overflow:	hidden;
}

.overlay_back
{
	width:		100%;
	height:		100%;
	background:	#000000;
	opacity:	0.8;
}

.overlay_body
{
	width:		100%;
	height:		100%;
	position:	absolute;
	top:		0px;
	left:		0px;
	overflow:	auto;
	vertical-align:	middle;
}
.overlay_close
{
	text-align:		right;
	width:			490px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		50px;
}

.article, .waiting
{
	background-color: #FFFFFF;
	width:			490px;
	min-height:		400px;
	padding:		15px;
	margin-left:	auto;
	margin-right:	auto;
	margin-bottom:	50px;
}
.ordercdform
{
	width:			490px;
	height: 		400px;
	margin-left:	auto;
	margin-right:	auto;
}
.javabanner
{
	background-color: #FFFF10;
	width:			100%;
	position: 		fixed;
	top:			0px;
	left:			0px;
	padding:		0px 10px 0px 10px;
	z-index:		1500;
	opacity:		0.8;	
	display:		block;
}
