@charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	font-family: "Century Gothic";
	color: #F2F2F2;
	background-color: #1C1815;
	font-size: 0.9em;
	SCROLLBAR-HIGHLIGHT-COLOR: #FBFBFB;
	SCROLLBAR-SHADOW-COLOR: #777777;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #ff3333;
	SCROLLBAR-TRACK-COLOR: #2B2B2B;
	SCROLLBAR-DARKSHADOW-COLOR: #444444;
	SCROLLBAR-BASE-COLOR: #222222;
	overflow: auto;
	scrollbar-face-color: #2B2B2B;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FBFBFB;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 { font-size: 1.5em; 
}
h2 {
	font-size: 1em;
}
.twoColFixLtHdr #container {  

	margin: 0 auto; 
	
	text-align: left; 
} 
.twoColFixLtHdr #header { padding: 15px 10px 20px 10px;   } 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px; 
	padding: 5px 5px 10px 5px;	
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 160px;
	padding: 0 0 10px;
	border-bottom-color: #2B2B2B;
	border-bottom-width: 5px;
	border-bottom-style: solid;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; 
	text-align: left;
	font-size: 0.5em;
	border-top: 1px dotted #CCC;
	border-bottom: none;

} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
	text-align: left;
	letter-spacing: 2px;
}
.fltrt { 
	float: right;
	
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thelanguage { 
}
.thelanguage a {
	text-align: left;
	text-decoration: none;
	margin-left: 20px;
}
.thelanguage a span {
	display: block;
	padding: 1px;
	padding-left: 5px;
}
.thelanguage a:hover {}
.thelanguage a:hover span {}
.technology{
	text-align: left;
	cursor:pointer;
}
.openlanguage{ }
.closedlanguage{}

.small{ font-size: 0.8em; }
.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.9;
	opacity: 0.9;}
.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;}
.toggleopacity img{
	border: 0px solid #ccc;}
.toggleborder img{
border: 1px solid #2B2B2B}
.toggleborder:hover img{
	border: 1px solid #666666;}
.toggleborder:hover{
	}
	
	.h2{
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	padding: 3px 0;
}


.nav{
	float: left;
	margin: auto auto 5px auto;

	display: inline;
	overflow: hidden;
	border-left: 1px solid #2B2B2B;
}

.nav ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.nav ul li{ padding: 5px 0 5px 0; }

.nav ul li h2{
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	padding: 3px 0;
	margin: 0 30px 0 0px;
	border-bottom: 1px solid #2B2B2B;
}

.nav ul ul li{
	padding: 0;
	margin: 0 0 0 0px;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #2B2B2B;
}

.nav ul li a{
	display: block;
	text-decoration: none;
	color:#DFDFDF;
	padding: 2px 2px;
}

.nav ul li a:hover{
	text-decoration: none;
	color: #CCC;
	background: #222;
}
.nav ul li a:active{
	text-decoration: none;
	color: #FBFBFB;
	background: #222;
}
.forms {
	font-family: Century gothic;
	font-size: 10px;
	background-color: c0c0c0
	cursor: pointer;	
}
select{
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: 1px dotted #CCC;
	cursor: pointer;
}
select:hover,
select:focus{
	color: #FBFBFB;
	background-color: #c0c0c0;
	border: 1px dotted #CCC;
	cursor: pointer;
}
input{
	color: #c0c0c0;
	background-color: #fbfbfb;
	border: 1px dotted #CCC;
}
input:hover,
input:focus{
	color: #FBFBFB;
	background-color: #fbfbfb;
	border: 1px dotted #CCC;
}
textarea{
overflow:auto;
	color: #FBFBFB;
	background-color: #fbfbfb;
	border: 1px dotted #CCC;
}
textarea:hover,
textarea:focus {
	color: #FBFBFB;
	background-color: #FBFBFB;
	border: 1px dotted #CCC;
}
