/* CSS */
/* > RESET */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0; padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset, img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, input {
	display: block;
}

/* > END RESET */
/* > MAIN */
body {
	background-color: #fff;
}

div#main {
	position: relative;
	min-height: 100%;
}

div#topbanner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	height: 34px;
	background: url(../img/bgTop.png) center top repeat-x;
	z-index: 1;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	color: #666;
	font-size: .7em;
}

	div#topbanner div {
		margin: 0px auto;
		padding: 0px;
		width: 960px;
		height: 29px;
	}
		ul#topbannerleft, ul#topbannermiddle, ul#topbannerright {
			height: 16px;
			display: block;
			float: left;
			margin: 5px 0px 0px 0px;
			padding: 0px;
			list-style-type: none;
		}
			ul#topbannerleft li, ul#topbannermiddle li, ul#topbannerright li {
				list-style-type: none;
				margin: 0px;
				padding: 0px 8px 0px 11px;
				display: inline;
				background: url(../img/separator001.gif) left 2px no-repeat;
			}
			ul#topbannerleft li.first, ul#topbannermiddle li.first, ul#topbannermiddle li#headerFacebook, ul#topbannermiddle li#headerTwitter, ul#topbannerright li.first {
				background: none;
			}
				ul#topbannerleft li a, ul#topbannermiddle li a, ul#topbannerright li a {
					color: #666;
					margin: 0px;
					padding: 0px;
				}
				ul#topbannerleft li span, ul#topbannermiddle li span, ul#topbannerright li span {
					color: #c00;
					font-weight: bold;
					margin: 0px;
					padding: 0px;
				}
		ul#topbannerleft {
			width: 255px;
		}
		/*ul#topbannermiddle {
			width: 325px;
			text-align: center;
			margin: 5px 0px 0px 0px;
		}*/
		ul#topbannermiddle {
			width: 325px;
			text-align: left;
			margin: 5px 235px 0px 0px;
		}
		ul#topbannerright {
			width: 400px;
			text-align: right;
		}
			ul#topbannermiddle li {
				margin: 0px;
				padding: 0px 5px;
			}
				ul#topbannermiddle li a {
					display: inline;
					padding: 3px 0px 1px 20px;
					font-family: Arial;
					font-size: .8em;
					font-weight: normal;
				}
				ul#topbannermiddle li#headerFacebook a {
					color: #2f58a2;
					background: url(../img/action/iconFacebook.gif) left top no-repeat;
				}
				ul#topbannermiddle li#headerTwitter a {
					color: #6acbde;
					background: url(../img/iconTwitter.gif) left top no-repeat;
				}

div#content {
	margin: 0px auto;
	padding: 30px 7px 50px 7px;
	width: 960px;
	background: none;
}

div#content h1 {
	position: absolute;
	left: -2000px;
	top: -2000px;
}

	ul#select-language {
		width: 798px;
		margin: 21px 0px 0px 20px;
	}
	
	ul#select-language li {
		display: block;
		float: left;
		width: 270px;
		padding: 32px 28px 0px 28px;
		margin: 0px 0px 0px 73px;
		list-style-type: none;
		background: url(../img/language/bgBoxLanguage.jpg) center top repeat-x;
	}
	
	ul#select-language li p {
		height: auto;
		min-height: 320px;
		margin: 0px;
		padding: 0 0 2em 0;
		font-size: .75em;
		font-size: .7em;
		color: #666;
		line-height: 140%;
		text-align: center;
	}

	ul#select-language li p strong {
		font-size: 1.6em;
		color: #c00;
	}
	
	ul#select-language li a.mainBtn {
		width: 110px;
		height: 30px;
		display: block;
		margin: 0px 0px 0px 80px;
		padding: 0px;
	}
	
	ul#select-language li h2 {
		font-size: .8em;
		text-align: center;
		color: #c00;
		margin: 60px 0px 20px 0px;
	}
	
	ul#select-language li ul.mini-menu {
		height: 80px;
		display: block;
		margin: 0px 0px 50px 30px;
		padding: 0px;
	}
	
	ul#select-language li ul.mini-menu li {
		display: block;
		float: left;
		width: 108px;
		padding: 0px 0px 0px 8px;
		margin: 0px;
		list-style-type: none; 
		background: url(../img/dot011.gif) left 8px no-repeat;
		font-size: .7em;
	}
	
	ul#select-language li ul.mini-menu li a {
		color: #666;
	}
		
div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 44px;
	background: #f6f6f6 url(../img/language/bgFooterLanguage.gif) center top repeat-x;
}
		
	div#footerBottom {
		width: 960px;
		height: 29px;
		margin: 14px auto 0px auto;
		padding: 0px 0px 0px 0px;
		font-size: .7em;
		font-family: Tahoma, Arial, Verdana, sans-serif;
	}
	
	
		ul#footerBottomLeft, ul#footerBottomRight {
			height: 16px;
			display: block;
			margin: 5px 0px 0px 0px;
			padding: 0px;
			list-style-type: none;
		}
			ul#footerBottomLeft li, ul#footerBottomRight li {
				list-style-type: none;
				margin: 0px;
				padding: 0px 8px 0px 11px;
				display: inline;
				color: #666;
				background: url(../img/separator001.gif) left 2px no-repeat;
			}
			ul#footerBottomLeft li.first, ul#footerBottomRight li.first, ul#footerBottomRight li#footerFacebook, ul#footerBottomRight li#footerTwitter {
				background: none;
			}
				ul#footerBottomLeft li a, ul#footerBottomRight li a {
					color: #666;
					margin: 0px;
					padding: 0px;
				}
				ul#footerBottomLeft li span, ul#footerBottomRight li span {
					color: #c00;
					font-weight: bold;
					margin: 0px;
					padding: 0px;
				}
		ul#footerBottomLeft {
			width: 600px;
			float: left;
		}
		ul#footerBottomRight {
			width: 350px;
			float: right;
			text-align: right;
			margin: 5px 0px 0px 0px;
		}
			ul#footerBottomRight li {
				margin: 0px;
				padding: 0px 5px;
			}
				ul#footerBottomRight li a {
					display: inline;
					padding: 3px 0px 1px 20px;
					font-family: Arial;
					font-size: .8em;
					font-weight: normal;
				}
				ul#footerBottomRight li#footerFacebook a {
					color: #2f58a2;
					background: url(../img/action/iconFacebook.gif) left top no-repeat;
				}
				ul#footerBottomRight li#footerTwitter a {
					color: #6acbde;
					background: url(../img/iconTwitter.gif) left top no-repeat;
				}
				
				div.notallowed {
					width: 600px;
					height: 250px;
				}
	
/* > END MAIN */
/* END CSS */