/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	padding: 0;
	border: 0;
}

/* set image max width to 100% */
img {
	height: auto;
	width: 300px; /* ie8 */
	display: block;
}

/* set html5 elements to block */
aside, details, figcaption, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	background-color:#333;
}
/*
a {
	color: #026acb;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: underline;
}*/
p {
	margin: 0 0 1.2em;
	padding: 0;
	text-align: center;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: center;
	height: 39px;
	z-index: 100;
}
#main-nav li {
	display:inline;
    list-style:none;
}
#main-nav a {
	display:inline-block;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	padding: 12px 15px;
	text-decoration: none;
	text-shadow: 1px 2px 0 rgba(0,0,0,.3);
}
/*
#main-nav a:hover {
	color: #fff;
	background-color: #474747;
	border-radius: 16px;
	background-image: -webkit-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(186,186,186,1.00) 51.17%,rgba(71,71,71,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(71,71,71,1.00) 0%,rgba(186,186,186,1.00) 51.17%,rgba(71,71,71,1.00) 100%);
}*/

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	margin: 5px auto 5px auto;
	background-color: rgba(255,255,255,1.00);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	overflow: hidden;
	display: block;
	max-width: 960px;
}

#mainContainer {
	height: 768px;
	width: 960px;
	padding-left: 5px;	/*margin: 5px auto 5px;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url('images/logo_splash.png');
	background-repeat:no-repeat;
	}

#splashImg { 
	width : 980px;
	margin : 0 auto; 
}

#barNav {
	height : 64px; 
	width : 128px; 
	margin : 0 auto 20px;
}

#barNav img {
	width:64px;	
}

#mainContent {
	//height:100px;
	height:380px;
	//margin: 0 0 0 5%;
	padding: 0 20px 0 20px;
	overflow-y:auto;
}

/************************************************************************************
CLASS
*************************************************************************************/

.fondImg { 
	width: 980px;
	height:560px;
	background-image: url('images/logo_splash.png');
	background-repeat:no-repeat;
	margin:0 auto;
}

.FRButton {
	width: 100px;
	top: 250px;
	position: fixed;
}
.ENButton {
	width: 100px;
	top: 250px;
	position: relative;
	left: 852px;
}

.TitleImg {
	margin : 0 auto;
	z-index: 1;
}

/* content */
.content {
	//margin-bottom: 20px;
	text-align:justify;
}
.content-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.content-title a {
	text-decoration: none;
	color: #000;
}
/* content image */
.content-image-left {
	margin: 0;
	float:left;
}

.content-image-right {
	margin: 0;
	float:right;
}

.content p.clear
{
	clear:both;
}
