body { font-family: 'gilroyregular','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 12px; line-height: 17px; margin: 0px; padding: 0px; overflow-y: scroll; }

h1 {
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 15px;
	font-weight:normal;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}


/* PAGE settings */
#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#page #header 
{   
    margin-top:3px;
	padding-right:
	width: 965px;
	font-size: 26px;
	line-height:35px;
	font-size: 35px;
	height: 35px;
	text-align: right;
	opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
}

/* MENU settings */
#page #topmenu {
	width: 980px;
	height: 30px;
/*	background: url(../pics/static/bg_topmenu.jpg) repeat-y;*/
	border-bottom: 3px solid #FFF;
	font-weight: bold;	
	font-size: 14px;
	line-height:30px;
	color: #fff;
}
#page #topmenu ul {
	float: left;
	margin: 0px;
	list-style-type: none;
}
#page #topmenu li {
	float: left;
	padding: 0px 10px;
	display: inline;
	text-align: center;
}
#page #topmenu li a {
	color: #FFF;
	text-decoration: none;
}
#page #topmenu li.current a {
	color: #0cb15b;
	text-decoration: none;
}

#page #leftmenu {
	float:left;
	width: 200px;
	margin: 15px 15px 15px 0px;
	font-weight: bold;	
	font-size: 14px;
	line-height:30px;
}
#page #leftmenu .submenu {
	margin: 5px 0;
	border-radius: 5px;
	padding: 10px 5px;
    line-height: 18px;
}

#page #leftmenu a {
	text-decoration: none;
}
#page #leftmenu ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 15px;
    margin-top: 10px;
}

#page #leftmenu li 
{
	font-weight: normal;
	margin-bottom: 5px;
	line-height:18px;
}
#page #leftmenu li.current a {
	font-weight: bold;
	text-decoration: none;
}

#page #leftmenu .submenu:not(.current) ul {
	display:none !important;
}


#page #content { float: left; width: 765px; }

#page #content #content_top {
	width: 765px;
	/*background: url(../pics/static/bg_content.jpg) repeat-x;*/
}

#page #content #content_top #innercontent {
	padding: 15px;
	min-height: 550px;
}

#page #content #content_bttm 
{
	clear:both;
	text-align: center;
	margin-bottom: 35px;
}

/* FOOTER settings */
#page #footer {
	padding-top:10px;
	margin-bottom:50px;
	float:right;
	text-align:center;
	width: 765px;
	font-size: 10px;
}
#page #footer a {
	text-decoration: none;
}
#page #footer a:hover {
	text-decoration: underline;
}

/* EXTRA */
.success {
    color: #00cc00;
    font-weight: bold;
}
.alert {
    color: #ff6666;
    font-weight: bold;
}

/* PutBrowse */
#innercontent .leftColumn {width:269px; float:left;}
#innercontent .rightColumn {float:right;}

/* Images */
#thumbnailContainer {
	float: right;
	margin-left: 20px;
	padding-top: 7px;
	padding-left:7px;
	padding-bottom: 7px;
}
#thumbnailContainer img {
	margin-bottom: 7px;
	border: solid 1px #00B7E3;
	display: block;
}
#thumbnailContainer img.final {margin-bottom: 0px;}

.item {margin-top:10px; clear:both;}

#languageswitch {
	float: right;
	margin-top: 20px;
	padding: 5px;
	width: auto;
	text-align: right;
}
#languageswitch a {
	text-decoration: none;
}
#languageswitch img {
	border: none;
}

.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
}

.hidden {
    display: none;
}
