@charset "utf-8";
body {
	background-color: #4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:link { text-decoration: none; color:#FFF; }
a:visited { text-decoration: none; color:#FFF; }
a:hover { text-decoration: none; color:#9C0; }
a:active { text-decoration: none; color:#FFF; }

/* =============================================================LANG SELECTOR============================================================= */
a.lang:link { text-decoration: none; color:#FFF; font-size:11px; margin-left:10px;}
a.lang:visited { text-decoration: none; color:#FFF; font-size:11px; margin-left:10px; }
a.lang:hover { text-decoration: none; color:#9C0; font-size:11px; margin-left:10px; }
a.lang:active { text-decoration: none; color:#FFF; font-size:11px; margin-left:10px; }

a.link_albums:link { text-decoration: none; color:#069; font-size:13px; }
a.link_albums:visited { text-decoration: none; color:#069; font-size:13px;}
a.link_albums:hover { text-decoration: none; color:#9C0; font-size:13px;}
a.link_albums:active { text-decoration: none; color:#069; font-size:13px; }


/* =============================================================GENERAL============================================================= */

.errorRed { color:#C00; }

.container {
	width:900px;
	min-height:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#3e3e3e;
}

.header { 
	width:900px;
	text-align:right;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

input,select {
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	color: #606060;
	background-color: #FFF;
	display: list-item;
	padding: 2px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
}

.button_in {
background-image:url(../images/button_1.png);
background-repeat:repeat-x;
color:#333;
border: 1px solid #999;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 4px 10px 4px 10px;
cursor:pointer;
}

.button_in:hover {
background-image:url(../images/button_2.png);
background-repeat:repeat-x;
color:#333;
border: 1px solid #999;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 4px 10px 4px 10px;
cursor:pointer;
}


/* =============================================================FOOTER============================================================= */

.footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#00adef;
	min-height:70px;

}

.footer_left {
	float:left;
	margin:30px 0px 5px 25px;
}

.footer_right {
	float:right;
	margin:15px 15px 5px 25px;
}

.footer2 {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	min-height:20px;
}

.footer2_left {
	float:left;
	font-size:11px;
	margin:5px 15px 0px 5px;
}

.footer2_left a {margin-right:15px; }

.footer2_right {
	float:right;
	font-size:11px;
	color:#FFF;
	margin:5px 5px 0px 25px;
}

.footer_espa {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	min-height:20px;
	text-align:center;
	color:#CCC;
}

.footer_espa p {
	font-size:11px;
	padding:0;
	margin-top:5px;
}

/* =============================================================LEFT COLUMN============================================================= */

.leftCol {
	float:left;
	margin-left:0px;
	width:285px;
	min-height:700px;
	background-color:#3e3e3e;
}

.logo {
	width:100%;
	min-height:95px;
	background-color:#00adef;
}

.menu_hr {
	width:100%;
	background-image:url(../images/menu_hr.png);
	background-repeat:repeat-x;
	height:10px;
}

.menu_title {
	width:100%;
	background-color:#00adef;
	background-image:url(../images/menu_hr.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-position:left bottom;
	min-height:50px;
}

.menu_title .text {
	color:#FFF;
	font-weight:bold;
	float:left;
	margin:16px 2px 0px 30px;
}

.menu_title .image {
	float:right;
	margin:7px 10px 0px 0px;
}

.menu {
	width:100%;
	font-size:13px;
	color:#FFF;
}

ul {
	margin:10px 2px 10px 40px;
	padding:0px;
}

li {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:1.6em;
}
	
/* =============================================================RIGHT COLUMN============================================================= */
.rightCol_flash {
	float:left;
	margin-left:0px;
	width:615px;
	min-height:400px;
}

.rightCol {
	width:615px;
	margin-left:285px;
	background-color:#f3f3f3;
}

.fulltext {
	display:block;
	margin:0px 17px 0px 17px;
}


.page_title {
	width:100%;
	min-height:70px;
}

.page_title_h1 {
	padding:0;
	margin:20px 10px 0px 15px;
	color:#00adef;
	font-size:22px;
}

.page_title_image {
	margin:10px 10px 0px 2px;
}




