/* common */
body {
	/* background:#c4e9f2; */
	color:#9a9a9a;
	font-family:Georgia, serif;
	font-size:12px;
}
#top {
	background:#fff;
}
#center {
	background:#fff url(../images/content.jpg) left bottom repeat-x;
	padding-bottom:25px;
	width:100%;
}
#bottom {
	background:#fff;
}
h1 {
	clear:both;
	color:#99cc00;
	font-family:MsA, Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	margin-bottom:0px;
	margin-top:20px;
	padding:10px 0;
}
p {
	line-height:150%;
	margin-bottom:10px;
}
a:link, a:visited {
	color:#99cc00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* header */
#headLine {
	border-top:1px dotted #ccc;
	margin-top:20px;
	width:100%;
}
#logo {
	background:url(../images/logo.jpg) left bottom no-repeat;
	height:80px;
	margin-bottom:20px;
}
#menu {
	height:80px;
	margin-bottom:20px;
}
.langSelector {
	position:absolute;
	right:0px;
	top:10px;
}
.langSelector a {
	display:block;
	float:left;
	font-weight:bold;
	margin-left:10px;
}
.langSelector a:hover, .langSelector a.current {
	color:#63a3b2;
	text-decoration:none;
}
#menu ul {
	float:right;
}
#menu ul li {
	border-bottom:0px;
	display:block;
	float:left;
	padding-top:72px;
	margin-left:20px;
}
#menu ul li a:link, #menu ul li a:visited {
	color:#9a9a9a;
	font-family:MsA, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li a.current {
	color:#99cc00;
}
/* showcase */
#showcase {
	background:url(../images/showcasebg.jpg);
	width:100%;
}
#showcase .grid_12 {
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	background:url("../images/showcase.jpg") no-repeat scroll 0 0;
	height:240px;
	margin:20px 10px;
}
/* content */
ul {
	margin-top:-10px;
}
ul li {
	border-bottom:1px dotted #ccc;
	display:block;
	padding:10px 0;
	line-height:150%;
}
ul li:last-child {
	border-bottom:0px;
}
ul li span {
	display:block;
	font-weight:bold;
}
.imageContainer {
	border-right:3px solid #e5e5e5;
	border-bottom:3px solid #e5e5e5;
	margin-bottom:20px;
}
.galleryItem {
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.galleryItem:last-child {
	border-bottom:0px;
}
/* simple input */
table.inputTable {
	width:100%;
	margin-bottom:10px;
}
table.inputTable label {
	color:#99cc00;
	display:block;
	font-family:MsA, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}
table.inputTable input[type*=text],
table.inputTable input[type*=password],
table.inputTable select,
table.inputTable textarea {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	color:#555;
	font-family:Georgia, serif;
	font-size:12px;
	padding:5px;
	margin-bottom:10px;
	width:100%;
}
table.inputTable td:nth-child(2n) {
	width:10px;
}
/* partners */
.partnerItem {
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	padding-bottom: 20px;
	overflow:hidden;
}
.partnerItem .imageContainer {
	margin-bottom:0px;
}
.partnerItem:last-child {
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom: 0px;
}
.partnerItem h1 {
	margin-top:0px;
	padding-top:0px;
}
/* footer */
#footer {
	height:100px;
} 
#footer p {
	color:#99cc00;
	font-family:MsA, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:20px;
}
