@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

ul {
	list-style-type: none;
}

img {
	border: 0 none;
}

a {
	color: #FFFFFF;
	outline-style: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#container {
	background-color: #000000;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-color: #000000;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	position: relative;
}

#header h1 {
	background-image: url(img/bgheader.png);
	height: 80px;
}

#header #headerTop {
	background-image: url(img/bgheadertop.jpg);
	height: 534px;
	text-indent: -9999px;
}

#header div {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header #flagTop {
	position: absolute;
	top: 460px;
	right: 10px;
}

#header #bannerHeader {
	position: absolute;
	top: 335px;
	left: 125px;
}

.flag {
	float: left;
	width: 32px;
	margin-left: 6px;
}

#nav li {
	float: left;
}

#nav {
	background-image: url(img/bgnav.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 200px;
}

#nav a {
	display: block;
	height: 40px;
}

#columnNav {
	background-image: url(img/column.gif);
	margin-left: 40px;
	width: 48px;
	text-indent: -9999px;
}

#columnNav a:hover {
	background-image: url(img/column_over.gif)
}

#releaseNav {
	background-image: url(img/release.gif);
	margin-left: 40px;
	width: 49px;
	text-indent: -9999px
}

#releaseNav a:hover {
	background-image: url(img/release_over.gif);
}

#bbsNav {
	background-image: url(img/bbs.gif);
	margin-left: 40px;
	width: 26px;
	text-indent: -9999px;
}

#bbsNav a:hover {
	background-image: url(img/bbs_over.gif);
}

#linksNav {
	background-image: url(img/links.gif);
	margin-left: 40px;
	width: 32px;
	text-indent: -9999px;
}

#linksNav a:hover {
	background-image: url(img/links_over.gif);
}

#homeNav {
	background-image: url(img/home.gif);
	width: 37px;
	text-indent: -9999px;
}

#homeNav a:hover {
	background-image: url(img/home_over.gif);
}

#helpNav {
	background-image: url(img/help.gif);
	margin-left: 40px;
	width: 29px;
	text-indent: -9999px;
}

#helpNav a:hover {
	background-image: url(img/help_over.gif);
}

/* MAIN
------------------------------------------------------------------------------*/

#main {
	float: right;
	width: 650px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75040A;
}

.topBannerLeft {
	width: 315px;
	float: left;
	padding-bottom: 10px;
}

.topBannerRight {
	width: 315px;
	float: right;
	padding-bottom: 10px;
}

#topFlashCnt_1,
#topFlashCnt_3 {
	height: 240px;
	background-image: url(img/bgflash.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#topFlashCnt_2,
#topFlashCnt_4 {
	height: 240px;
	background-image: url(img/bgflash.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#whatsnew {
	height: 125px;
	background-image: url(img/bgwhatsnew.jpg);
}

#topFlash_1,
#topFlash_3 {
	float: left;
	width: 300px;
	padding-right: 25px;
	margin-bottom: 15px;
}

#topFlash_2,
#topFlash_4 {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

.topFlashInfo {
	height: 125px;
	_display: inline;
}

.topFlashInfo h3 {
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.topFlashInfoPackage {
	float: right;
	width: 92px;
}

.topFlashText {
	float: left;
	width: 200px;
}

.buyLink {
	background-image: url(img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

#release {
	height: 1005px;
	background-image: url(img/bgrelease.jpg);
	clear: both;
}

#whatsnew h2 {
	margin-left: 40px;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}

#release h2 {
	margin-left: 40px;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}


#whatsnewInner {
	height: 70px;
	margin-left: 35px;
	width: 605px;
}

#releaseInner {
	margin-left: 25px;
	height: 950px;
	width: 615px;
}

#releaseFrame {
	background-color: #000000;
	width: 595px;
}

#releaseList {
	float: left;
	margin-bottom: 5px;
	margin-right: 8px;
	margin-left: 8px;
	width: 125px;
	height: 230px;
	margin-top: 5px;
	_display: inline;
}

#releaseList p {
	font-size: 10px;
	line-height: 1.5;
}

*:first-child+html #releaseList a {
	line-height: 1.5;
}

* html body #releaseList a {
	line-height: 1.5;
}

#package {
	text-align: center;
	height: 150px;
	margin-bottom: 5px;
}

#avgp2009 {
	padding-top: 15px;
	clear: both;
	width: 100%;
	padding-bottom: 15px;
	_padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #75040a;
}

*:first-child+html #avgp2009 {
	padding-bottom: 0px;
}


#avgpFlash {
	padding: 2px;
	height: 180px;
	width: 240px;
	border: 1px solid #555555;
	float: left;
}

#avgpInfo {
	float: right;
	width: 380px;
}

#avgp2009 ul {
	padding-top: 10px;
	_padding-top: 0px;
	clear: both;
}

*:first-child+html #avgp2009 ul {
	padding-top: 0px;
}

#avgpInfo p {
	margin-bottom: 5px;
}

.avpgButton {
	float: left;
	width: 170px;
	margin-right: 10px;
}

#avgp2009 li {
	float: left;
	margin-right: 5px;
	width: 120px;
}

/* SIDE
------------------------------------------------------------------------------*/

#side {
	float: left;
	width: 240px;
}

#subNav li {
	line-height: 1.5;
}

#weather {
	float: left;
	height: 120px;
	width: 120px;
	line-height: 1.2;
}

#meteo24 {
	clear: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 8px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	background-image: url(img/bgfooter.png);
	clear: both;
	height: 70px;
}

/* ADDITION / 20090820
------------------------------------------------------------------------------*/

#sideBannerArea {
	margin-top: 30px;
}

#sideBannerArea li {
	margin-bottom: 5px;
}

#selectLanguage {
	margin-bottom: 5px;
}

/* ADDITION UMBRT / 20091117
------------------------------------------------------------------------------*/

#umbert {
	margin-bottom: 5px;
}

#umbert ul {
	margin-bottom: 5px;
}

#umbert li {
	text-indent: -9999px;
}

#umbert li a {
	display: block;
}


#umbert li a:hover {
	background-position:left bottom;
}

#umbertTop a {
	background-image: url(img/umberttop.jpg);
	width: 230px;
	height: 271px;
}

#umbertBottom a {
	background-image: url(img/umbertbottom.jpg);
	width: 230px;
	height: 70px;
}

#umbert p {
	padding-right: 5px;
	font-size: 10px;
}

#umbert p a {
	line-height: 1.5;
}

#umbertNote {
	font-size: 10px;
	line-height: 1.5;
}

