html {
	background:#000 /*url('../i/full_bg.jpg') repeat-x top left*/;
	font:normal 1em Verdana, Arial, sans-serif;
	letter-spacing:1px
}
body {
	height:100%;
	margin:0;
	padding:0 0 0 0;
	font:normal 1em Verdana, Arial, sans-serif;
	text-align:center; /* fix ie */
}
html>body {
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 0 12px;
}
h1 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:2em;
	font-family:verdana;
	margin:4px 0 0 0;
	padding:0 0 4px 0;
}
h2 a:hover {
	text-decoration:none!important;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
	padding:3px 0 3px 80px;
	margin:6px 0 6px 10px;

}
h3 {
	font-weight:normal;
	letter-spacing:1px;
	margin:12px 0 0 12px;
	font-size:1em;
}
#content>h3 {
	font-size:1.1em;
}
h4 {
	font-size:.8em;
}
h1,h2 { color:#000; }
h3,h4 { color:#666; }
h5,h6 { color:#333; }
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#fd1a13;
}
a:hover {
	color:#ffd600;
}
p {
	text-align:justify!important;
	line-height:1.5em;
	margin:0;
}
table td {
	/*border:1px solid #ccc;*/
	vertical-align:top;

}
ul,p {
	font-size:.8em;

}
ul li {
	list-style-type:square;
	color:#000;
	margin:0 0 0 10px;
	padding:2px 0;
}
input[type="text"],textarea {
	border:1px solid #000;
	background:#eee;
}
/* HEAD ---------------------------------------------------------------- */
#banner {
	/*background:url('../i/randombanner.php') no-repeat top left;*/
}
#banner #logo {
	background:url('../i/randombanner.php');
	width:790px;
	height:148px;
	margin:35px 0 0 0;
}
#success {
	margin-left:70px;
	font-weight:bold;
}
/* LANGUAGE PICKER ----------------------------------------------------- */
#i18n {
	font-size:.65em;
	margin:8px 5px 0 0;
	padding:5px 2px 0px 2px;
	height:20px;
	width:52px;
	float:right;
	border:1px solid #FFD600;
	text-align:center!important;
}
#i18n a {
	color:#FFD600;
}
#i18n a:hover {
	color:#FE1B15;
}

/* CONTENT ---------------------------------------------------------------- */
#layout {
	width:790px;
	margin:0 auto 20px auto;
}
#layout * {
	text-align:left; /* reset default */
}
#layout td {
	vertical-align:top;
}
#layout #content {
	/*padding-right:20px;*/
	/*width:590px;*/
	background:#fff url('../i/bg_logo.jpg') repeat-y;
}
#contentWrapper {
	width:588px;
	/*padding-left:60px;*/
}
#content {
	/*width:590px;*/
}

/* CONTENT > TABLES ----------------------------------- */
#content table {
	margin:4px;
}
#content table th {
	background:#F6E6D6;
	color:#666;
	vertical-align:top;
	font-size:.8em;
	text-align:center;
}
#content table tr>th {
	font-size:.9em;
}
#content table tr:last-child td {}
#content table td {
	padding:4px 6px;
	font-size:.9em;
}
#content p {
	padding:6px 12px;
	font-size:0.8em;
	letter-spacing:.09em;
	line-height:1.em;
	margin:4px 50px 4px 60px;
	color:#4F4F4F;
}
#content h1 {
	text-align:right;
	font-weight:normal;
	letter-spacing:3px;
	font-size:1.5em;
	color:#8C8D2F;
	margin:25px 58px 0 0;
	padding:2px 4px;
	color:#999;
}
/* CONTENT > LEFTBAR ----------------------------------- */
#leftbar {
	width:210px;
	background:#000;
	padding:10px 11px;
}
#leftbar h2 {
	letter-spacing:1px;
	margin:0 0 0 0;
	padding:15px 5px 0 5px;
	text-align:center;
	font-size:.9em;
	color:#6F4829;
}
#leftbar address {
	margin:80px 0 0 0;
	padding:10px;
	font-size:.65em;
	color:#eee!important;
	height:205px;
}
/* CONTENT > PROMOTION ---------------------------------------------------- */
.promotion {
	/*float:left;*/
	width:150px;
	height:145px;
	/*margin-left:-84px;*/
	margin-top:80px;
}
/*.promotion {
	float:left;
	width:150px;
	height:145px;
	margin-left:-84px;
	margin-top:80px;
	background:url('../i/promo.png') no-repeat;
}*/
/* CONTENT > HOME ---------------------------------------------------- */
#slogan {
	margin-left:120px;
	margin-top:20px;
}
#logos {
	margin-left:70px;
	margin-top:20px;
}
/* FOOTER ----------------------------------------------------------------- */
#footer {
	padding:0 0 0 0;
	background:#000 url('../i/footer-bg.jpg') no-repeat bottom right;
	color:#fff;
	font-size:.8em;
}
/* FOOTER > COPYRIGHT ----------------------------------------------------- */
#footer #copyright {
	text-align:right!important;
	font-size:.7em!important;
	padding:10px;
	margin-right:50px;
	font-size:.6em;
	z-index:1000;
	color:#999;
}