object {
	outline:none  !important;
}
body{
padding:0px;
margin:0px;
color:white;
background-color:black;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
text-align:left;
line-height:20px;
}

#headRegion{
width:100%;
position:top center;
background-color:#333333;
border-bottom:1px solid white;
min-height:30px;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;}

#headContainer{
margin:0px;
margin-left:10%;
margin-right:10%;
min-width:900px;
padding-top:5px;
}
#FooterContainer{
margin:0px;
text-align:center;
position:fixed;
bottom:0;
height:30px;
width:100%;
}

#contentRegion{
width:100% auto;
background-image:url(img/illectric_layout1.jpg);
background-position:top center;
background-repeat:no-repeat;
background-attachment:fixed;
min-height:500px;}

#contentContainer{
margin:0px;
padding:10px;
margin-left:10%;
margin-right:10%;
min-width:900px;
min-height:900px;
}

#contentLayer{
margin:0px;
padding:0px;
min-width:900px;}

#footerRegion{
width:100%;
min-height:30px;
background-color:#333333;
border-top:1px solid white;}

#footerContainer{
margin:0px;
margin-left:10%;
margin-right:10%;
min-width:900px;
}

#sitesContainer{
margin:0px;
padding:10px;
margin-left:10%;
margin-right:10%;
min-width:900px;
}

ul{
margin:0px;
padding:0px;}
li{
margin:0px;
margin-left:10px;
padding:0px;}

a{
color:#CCCCCC;
font-stretch:expanded;
text-decoration:none;}

a:hover{
color:#66FF00;
}


/* Headings */
h1{
margin:0px;
padding:0px;
padding-bottom:5px;
padding-left:10px;
border-bottom:1px dotted #666666;}

/* Classes */
.upper{
text-transform:uppercase;}
.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
padding-top:5px;
text-align:center;
font-size:10px;
}
.transparentImg{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.transparentImg:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
a.overline, a.overline:hover{
color:#666666;
text-decoration:line-through;}

.color1:hover{
color:#C2F800}
.color2:hover{
color:#F51B9B;}
.color3:hover{
color:#15F215}

/* Form Elements */
.formtext{
margin-right:10px;}

input{
    background-color: #000 ! important;
    color: white ! important;
    border: 1px solid white ! important;
    padding: 2px ! important;
    width: 160px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

select{
    background-color: #000 ! important;
    color: white ! important;
    border: 1px solid white ! important;
    padding: 2px ! important;
    width: 166px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;}

input:focus {
	outline: 1px solid green;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;}
	
select:focus {
	outline: 1px solid green;
	filter:alpha(opacity=70);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;}

/* Menu Elements */
#chromemenu ul{
 margin: 0 auto;
 display:table;
 width:100%
 }
 
#chromemenu li {
 width:100px;
 text-align:center; 
 display:table-cell;
 }
#chromemenu a {
width:100px;
height:30px;
font-size:12px;
padding-top:0px;

 }
 
 /* ######### Style for Drop Down Menu ######### */

.chromestyle{
width: 100%;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding:0px;
display:inline-table;
text-align:left;
text-shadow:#FFFFFF;
vertical-align:middle;
overflow:hidden;	
z-index:-1;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenudiv{
position:absolute;
margin-top:10px;
top: 10px;
border: 0px solid #FFFFFF;
font:normal 12px Verdana;
z-index:100;
background-color:transparent;
color:white;
width: 180px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
padding-left:10px;
height:20px;
display: block;
padding: 2px;
margin-top:4px;
text-decoration: none;
z-index:100;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
background-color:black;
text-indent:15px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:black;
text-decoration:none;
color:white;
text-shadow:#FFFFFF;
z-index:100;
}

/* Koniec RolloutMenu*/
