@CHARSET "UTF-8";

* {
	margin: 0; padding: 0;
} 

h2, h3, h4, h5, p, ul, ol, table  { 
	margin : 0 20px; padding : .5em 0; 
}

p, ul{
	font-size: 11px !important;
	color: #4c4c4c !important;
	line-height: 18px !important;
}

ul{
	list-style: inside;
}

h2{
	font-size: 17px;
	color: #0066cc;
	background: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

h3{
	color: #0066cc;
}

/*LINKS*/

a{
	color: #0099cc;
	text-decoration: none;
}

a:visited {
}

a:hover, a.selected {
	color: #0066cc;
}

a:active, a:focus {
	text-decoration: none;
}

a:active, a:focus{
	outline: none;
}



body {
	
/*
	Background Shorthand:
	element {
		background: #fff url(image.png) no-repeat 20px 100px fixed;
	}
	
	Background Default:
	element {
		background-color: transparent; background-image: none; background-repeat: repeat; background-position: top left; background-attachment: scroll;
	}
*/	
	
/*
	Font Shorthand:
	element {
  		font: normal normal normal inhert/normal inherit;
	}
	
	Font Default:
	element {
		font-style: normal; font-variant:normal; font-weight: normal; font-size: inherit; line-height: normal; font-family:inherit;
	}
*/
	font: normal 86%/160% Helvetica, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color: #4c4c4c; text-align:center;
	background: url(../images/bg_pattern.jpg);
}


div#container{
	width: 980px; margin: 40px auto; text-align: left; 
}


/* BRANDING  BEGIN*/

div#branding{
	background: url(../images/top.jpg);
	height:200px; 
	width:100%; 
	background-repeat: no-repeat;
	position: relative;
}

div#branding h1{
	background: url(../images/logo.jpg) no-repeat; height:170px; left: 50px; top: 10px; position:absolute; width:130px;
}

div#branding h1 a{
	display:block; height:170px; text-indent:-9999px; width:130px;
}

div#branding ul{
	left: 20px; top: -27px; list-style-type:none; position:absolute;
}

div#branding ul li#separator{
	display: none;
}

div#branding  ul li#en a, div#branding  ul li#gr a{
	background: url(../images/lang_bg.jpg); display: block; height:21px; width:32px; text-align: center;
}
	

div#branding  ul li#en a:hover, div#branding  ul li#gr a:hover, div#branding  ul li#en a.selected, div#branding  ul li#gr a.selected {
	background: url(../images/lang_bg_over.jpg); color: #fff;
}


div#branding ul li{
	float:left; margin-right: 4px;
}

div#branding div#banner_top{
	position: absolute;
	top: 25px;
	left: 200px;	
}

/* BRANDING  END*/




/* HORIZONTAL NAVIGATION  BEGIN*/
 
div#navigation ul{
	list-style: none;
	margin: 0;
}

div#login_stuff{
	line-height: 100%; float: right; margin-right: 96px; text-align: left;
}

div#login_stuff span a{
	font-size: 10px;
	color: #003333;
}

/* HORIZONTAL NAVIGATION  END*/



div#content{
	overflow: auto;	background-color: #fff; background: url(../images/middle.jpg); background-repeat: repeat-y;
}

div#content_main{
	float: left;
	width: 550px;	
	display: inline;
}

div#content_main img{
	border: none;
}

div#content_inside{
	width: 550px;
}

div#content_sub{
	width: 200px;
	float: left;
	margin-left: 25px;
	display: inline;
}

div#content_sub div#banner_left_big{
	margin: 20px 10px; width: 120px; height: 240px;
}

div#content_sub div#banner_left_small{
	margin: 20px 40px; width: 120px; height: 90px;
}

div#submenu{
	margin-left: 0px; margin-top: 20px;
}

div#submenu a#news{
	display: block; background: url(../images/news.jpg); width: 146px; height: 44px; text-indent: -9999px; margin: 0 auto;
}

div#submenu a#news:hover{
	background: url(../images/news_over.jpg);
}

div#submenu a#gallery{
	display: block; background: url(../images/gallery.jpg); width: 146px; height: 44px; text-indent: -9999px; margin: 0 auto;
}

div#submenu a#gallery:hover{
	background: url(../images/gallery_over.jpg);
}

div#submenu a#video{
	display: block; background: url(../images/videos.jpg); width: 146px; height: 44px; text-indent: -9999px; margin: 0 auto;
}

div#submenu a#video:hover{
	background: url(../images/videos_over.jpg);
}



div#submenu a:hover{
	background: url(../images/news_over.jpg);
}

div#right_column{
	float: left; display: inline; width: 160px;
}

div#right_column div.right_banners{
	margin: 20px 0px; margin-left: 30px; width: 120px;
}

div#langs a{
	font-size: 11px;
}


div#site_info{
	background: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 100%;
	height: 65px;
	text-align: center;
	position: relative;
}


div#list div#inside_big{
	float: left;
	position: relative;
	margin-left: 10px;
	width: 240px;
	height: 185px;
}


div#list div#pages{
	clear: both;
	width: 100%; text-align: center;
}

div#list div#pages p{
	margin: 0;
}
	
div#list div#pages p#from_to{
	float: left;
	display: inline;
	width: 24%;
	text-align: left;
	margin-left: 30px;
}

div#list div#pages p#the_pages{
	float: right;
	display: inline;
	width: 40%;
	text-align: right;
	margin-right: 40px;
}

div#list div#pages p#num_pg{
	float: right;
	display: inline;
	width: 24%;
	text-align: right;
}

div#subnav{
	text-align: center;
}

div#subnav a{
	display: inline;
	background: none;
}

div#subnav a:hover{
	background: none;
}


p#lineup{
	background:transparent url(../images/line.jpg) no-repeat scroll 0 100%;
}

table{
		border-collapse: collapse;
	
}

table tr.a, table tr.b{
	font-size: 11px;
	line-height: 100%;
}


table.a td, table.b td{
	padding: 0;
	margin: 0;
	border: none;
	
}


table tr.a td{
	background: url(../images/files1.gif);
	background-repeat: no-repeat;
}

table tr.b td{
	background: url(../images/files2.gif);
	background-repeat: no-repeat;
}

ul#home_news{
	vertical-align: middle;
} 

ul#home_news a{
	color: #4C4C4C;
	line-height: 120%;
}

ul#home_news a:hover{
	text-decoration: underline
}

a#tokyo {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/connect.jpg) no-repeat scroll 0 0;
	display:block;
	height:19px;
	left:810px;
	position:absolute;
	text-indent:-9999px;
	top:75px;
	width:138px;
}
