/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/

* {
margin: 0;
padding: 0;
}


body {

 text-align: right;
 font-size: 10pt;
 font-weight: normal;
 font-family: Georgia, serif; 
 background: none;
 color: #D1CACD;
 font-style: normal;
 }

body.section-1 { }
body.section-2 { }
body.section-3 { }

.styleinfo {

 font-size: 9px;
 color: #529DBA;
}

a:link {
 color: #529DBA;
 text-decoration: none;
 background: none;
 padding-left: 0;
 padding-right: 0;
}

a:active {

 color: #529DBA; 
 background: none;
 text-decoration: none;
}

a:visited {
 color: #69B0CE ;
 text-decoration: none;
}

a:hover {
 color: #237793; 
 background: none;
 text-decoration: none;
}

a img { border: none; }



#menu {

 font-size: 12px;
 font-weight: bold;
 width: 190px;
 font-style: italic;
 overflow: hidden;
 top: 0;
 bottom: 0;
 left: 0;
 position: fixed;
 height: 100%;
 padding-left: 30px; 
 padding-right: 30px;
 text-align: right;
 background-color: #91D9F8; 
 background-repeat: no-repeat;

}

#menu ul {
 overflow: hidden;
 list-style:none;
 font-size:12px;
 font-style: italic;
 text-align: right;
 padding: 0px 4px 0px 0px;
 background: none;

}


#menu ul li.section-title {
 cursor:pointer;
 width: 190px;
 height:24px;
 color: #333;
 background: none;
 font-weight: normal;
 font-style: normal;
 font-size: 0px;
 text-decoration: none;
 text-align: right;
 margin: 0 0 0px 0px;
 padding-top:1px;
}

.menu ul li.section-title img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}



.menu ul li.section-title:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}


#content {
/*background-image: url(http://neuronstudio.ro/am/holdermic.png);
 background-repeat: no-repeat;
 border:1px solid #c8c8c7;*/
 text-align: right;
 height: 100%;
 margin: 0 0 0 300px;
 top: 0;
 color:#666; 
}



.container { 
  text-align: right;
  padding: 0px 0px 0px 0px;
  font-style: normal;
}


#content p {

 width: 300px;
 text-align: left;
 font-size: 9pt;
 font-weight:bold;
 font-family: Georgia;
 background: none;
 color: #999;
 font-style: italic;


}

.description {

 width: 800px;
 column-count: 2;
 text-align: left;
 font-size: 9pt;
 font-weight:bold;
 font-family: Georgia;
 background: none;
 color: #999;
 font-style: italic;


}

p {padding: 0px 0px 0px 0px; }

h1 {
 
 text-align: left;
 font-size: 9pt;
 font-weight:bold;
 font-family: Georgia;
 background: none;
 color: #00B9F2;
 font-style: normal;
 padding: 3px 3px 6px 9px;
 margin-right:300px;
 background-color:#FFF;
 }
 
 h2 {
 
 text-align: left;
 font-size: 9pt;
 font-weight:normal;
 font-family: Georgia;
 background: none;
 color: #529DBA;
 font-style: italic;
 padding: 3px 3px 6px 9px;
 margin-right:300px;

}

h3 {

 text-align: left;
 font-size: 9pt;
 font-weight:normal;
 font-family: Georgia;
 background: none;
 color: #00B9F2;
 font-style: italic;
 padding: 3px 3px 6px 9px;
 margin-right:300px;

}

h4 {
 width: 300px;
 color: #529DBA;
 text-align: left;
 font-size: 9pt;
 font-weight:bold;
 font-family: Georgia;
 background: none;
 font-style: italic;
 padding: 3px 3px 6px 9px;
 margin-right:300px;
 
}




#myclass typeface-js {
 margin-right:-11px;
}



#img-container { 
 margin: 0px; 
 padding: 0px 120px px 0px;
 text-align:left;
}

#img-container p {
	text-align:left;
	width: 145px;
	margin: 0; 
	padding: 0px 0px 0px 0px; 
	height:19px;   

 }



#once { clear: left; }



.column *{ }
.column {}

#wrapper { margin: 0;}
.wide, .thin { clear:both; }