/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #010066 /*url(../images/body_bg.jpg) repeat*/; 
	text-align: justify;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #60B7DE;
	text-transform: lowercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	/*font-weight: bold;*/
	color: #4773C1;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #336CA1;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 760px;
	margin: 0px auto;
	background:#010066 /*url(images/img02.gif) repeat-x left top*/;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 760px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #010066;
	text-align:center;
}

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

#menu li {
	display: inline;
}

#menu li#menu-actiu a {background: #336CA1; font-weight:bold;}

#menu a {
	padding: 0px 15px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #336CA1;
}

/** CONTENT */

#content {
	width: 760px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
    /*
	min-height:385px;
    height:auto!important;
    height:500px;	
	*/
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	margin: 0px;
	padding: 11px;
	line-height: 117%;
	text-align: left;
	color: #2C56A8; 
    /*font-size: 90%;
    font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;*/
}

#content li {
	margin: 0px;
	padding: 5px 0px 1px 1px;
}
	
#pright {
	/*float: right;*/
	/*width: 565px;*/
	/*padding: 0px 20px 40px 20px;*/
	color: white;
	/*margin: 0px 0px 0px 5px;*/
    /*height:385px;*/
}

#pleft {
	/*float: left;
	width: 181px;*/
	/*padding: 0px 10px 10px 10px;*/
	background-color: #DDE5E8;
    /*height:385px;*/
}

#colA {
	float: right;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 0px solid #336CA1;
}

#footer p {
	margin: 0px;
	padding: 10px 10px 0px 125px;
	color: #4773C1;
}

#footer a {
	color: white;
}

#border-top { 
	border-top: 0px solid #60B7DE;
}

/** MENU */

#category ul {margin:15px 0; padding:0; list-style:none;}
#category li {margin:0; padding:0; border-bottom:1px solid #799F7B;/*font-size: 88%;*/}
#category li a {display:block; padding:3px 0 3px 22px; background:url("../img/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}
#category li a:hover {background-color:#ABD7FE; color:#010066;}
#category li#category-active a {background:white url("../img/ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;}

#slideshow {
    position:relative;
	width: 565px;
	height: 385px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

td.colesq {
color: white;
}

td.menuesq {
padding: 1px 1px 9px 5px;
background-color: #DDE5E8;
vertical-align:top;
}

td.menudet {
	padding: 0px 20px 5px 20px;
	color: white;
	margin: 0px 0px 0px 5px;
}

#texte
{
text-align: justify;
font-size: 13px;
}

	/* Gallery Styles */
#motioncontainer {
width:760px; /* Set to gallery width, in px or percentage */
height: 100px; /* Set to gallery height */
}
#motioncontainer a img {
border-left:0px solid rgb(27,29,34);
border-right:0px solid rgb(27,29,34);
border-top:2px solid rgb(27,29,34);
border-bottom:2px solid rgb(27,29,34);
margin:0px;
padding:0px;
}

#motioncontainer a img:hover {
border:2px solid #964225;  /* Set image border color */
margin:0px;
padding:0px;
}
#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

.textegran
{
	font-family: Serif Bold SC;
	color: black;
	font-size: 20px;
}