/*
CSS parMo
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686f76;
	background: #121b24;
}

a:link, a:visited { color: #aabdd0; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #aabdd0; text-decoration: underline}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #aabdd0;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 10px;;
}

/* ----- Form ----- */
.form_row{
	padding: 3px 0px;
}

form{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;	
}

label {
	margin-right: 10px;
}

input{
	width: 150px;
	height: 15px;
	color: #aabdd0;
	border: 1px solid #686f76;
	background: #070707;
}

.button{
	width: 60px;
	height: 25px;
}
/* End of Form */

.more_button a{
	clear: both;
	display: block;
	width: 80px;
	height: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #aabdd0;
	background: #0b1016;
	border: 1px solid #05070a;
}


#inter_wrapper1 {
	background: url(images/maintopBG.gif) top repeat-x;
}

#inter_wrapper2 {
	background: url(images/mainbuttomBG.gif) bottom repeat-x;
}

#inter_container {
	margin: auto;
	width: 960px;
}

/*------------- Menu ------------------*/
#inter_menu {
	float: left;
	width: 930px;
	height: 40px;
	margin: 18px 0 0 0;
	padding: 0 0 0 30px;
}

#inter_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#inter_menu ul li{
	display: inline;
}

#inter_menu ul li a{
	float: left;
	width: 111.5px;
	height: 30px;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #aabdd0;
	border-left: 1px solid #34373b;
}
#inter_menu .smaller li a{width:100px;}

#inter_menu ul li .lastmenu{
	border-right: 1px solid #34373b;	
}

#inter_menu li a:hover, #inter_menu li .current{
	color: #aabdd0;
	background: url(images/menuhoverBG.gif) no-repeat;
}

/* ----------------- end of menu----------------*/

/* header and banner */

#inter_header_banner {
	float: left;
	width: 900px;
	height: 268px;
	padding: 0 30px;
	margin-top: 2px;
}

#inter_header {
	float: left;
	width: 310px;
	height: 268px;	
	background: url(images/header.jpg) no-repeat;
}

#inter_sitetitle {
	padding: 180px 0 10px 40px;
	font-size: 3.0em;
	font-weight: bold;
	color:#ff6000;
}
#inter_sitetitle span{
	font-weight: normal;
	color: #FFFFFF;
}
#inter_tagline{
	padding: 0 0 0 43px;
	font-size: 1.0em;
	color:#FFFFFF;
}

#inter_banner {
	float: left;
	width: 590px;
	height: 268px;
	background: url(images/banner.jpg) no-repeat;
}

#inter_bannertext{
	text-align: right;
	padding: 190px 20px 0 0;
	font-size: 14px;
	color: #FFFFFF;	
}
#inter_bannertext span{
	font-size: 24px;
	font-weight: bold;
	color: #ff6000;	
}
/* end of header and banner */

/* ----------------- Content ----------------------- */

#inter_content {
	float: left;
	width: 900px;
	padding:0 30px;
}

#inter_leftcolumn {
	float: left;
	width: 280px;
	padding: 50px 20px 0 10px;
	background: url(images/leftcolumnBG.gif) top center no-repeat;
}

.login_form{
	background: #06080a;
	width: 240px;
	padding: 15px;
	border: 5px solid #070707;
}

.newssection {
	padding: 0 0 5px 0;
}


#inter_rightcolumn {
	float: left;
	width: 530px;
	padding: 50px 20px 0 40px;
}

.onecolumn {
	width: 530px;
}

.onecolumn img {
	float: right;
	clear: both;	
	margin: 0 0 5px 10px;
	border: 3px solid #0e121d;
}

.twocolumn {
	width: 530px;
}

.twocolumn_box {
	float: left;
	width: 230px;
	padding: 10px;
	background: #0c1117 url(images/boxBG.gif) top right no-repeat;
	border: 5px solid #0f1721;
}
.twocolumn_box img {
	float: left;
	margin: 2px 10px 0 0;
	border: 3px solid #0e121d;
}
.twocolumn_box p {
	text-align: left;
}
.twocolumn_box ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
.twocolumn_box li {
	list-style: none;
	padding: 10px 0 10px 20px;
	background: url(images/listicon.gif) center left no-repeat;
}

#gallery {
	width: 530px;
}

.gallery_column {
	float: left;
	width: 165px;
}

.gallery_column img{
	border: 5px solid #000000;
	margin: 0 0 10px 0;
}

.gallery_column p{
	text-align: left;
}

/* end of content */

/* ----- Footer ----- */

#inter_footer {
	clear: both;
	padding: 20px 0px 0px 0px;
	width: 960px;
	height: 60px;
	text-align: center;
	background: url(images/footerBG.gif) repeat-x;
	text-align: center;
}

#inter_footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */


.scrollgeneric{line-height:1px;font-size:1px;position:absolute;top:0;left:0;}
.vscrollerbase{width:20px;background-color:#353535;}
.vscrollerbar{width:20px;background:url(images/sprite.png) -40px 0 no-repeat;height:20px!important;padding:20px 0;}
.hscrollerbase{height:20px;background-color:#353535;}
.hscrollerbar{height:20px;background-color:black;}
.scrollerjogbox{width:10px;height:10px;top:auto;left:auto;bottom:0;right:0;background-color:gray;}
.vscrollerbasebeg{background:url(images/sprite.png) 0 0 no-repeat;width:20px;height:20px!important;}
.vscrollerbaseend{background:url(images/sprite.png) -20px 0 no-repeat;width:20px;height:20px;}

.imgs{margin-top:20px;clear:both;}
.imgs a{border:0;}
.imgs a img{border:2px solid #aabdd0;}
.imgs .image{float:left;background:center center no-repeat;margin:13px;}
/*.imgs .image img{width:120px;height:120px;}*/
.imgs .image div{background-color:#121B24;text-align:center;}

#listpanos{margin-top:20px;text-align:center;clear:both;}
#listpanos div.item{text-align:center;width:400px;float:left;margin:0 25px 20px;}
.pano-visite div.item{width:855px!important;float:none!important;margin:0 25px 40px!important;}
.pano-visite .img{float:left;margin:0 10px 10px 0;}
.pano-visite p{text-align:justify!important;margin-left:413px;}

#listpanos a:active, #listpanos a:hover, .accpano a:active, .accpano a:hover {text-decoration:none;}
#listpanos a img, .accpano a img{border:2px solid #AABDD0;}
.accpano{background:#0C1117 url(images/boxBG.gif) no-repeat scroll right top;border:5px solid #0F1721;text-align:left;padding:20px;text-align:center;}


