
@import url('im.css');
@import url('im2.css');

@font-face
{
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
     url('Sansation_Light.eot'); /* IE9 */
} 
/*a:hover { color: red }  
a:hover { color: red } */
a:hover { color: red } 
a:hover { color: red } 
 /*---------------------------------------------------------------------
 Reset Browser Inherited Styles
 ---------------------------------------------------------------------*/

html, body, div, object, iframe, a, img,
span, p, abbr, code, q,a:hover,
sub, sup, dd, dl, dt, li, ol, ul, form
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 background: none;
 font-weight: inherit;
 font-style: inherit;
 font-family: inherit;
 font-size:100%;
 text-align: left;
 vertical-align: baseline;
 list-style: none; z-index: 100;
}

 /*---------------------------------------------------------------------
 Default Styles
 ---------------------------------------------------------------------*/
body, input, select {
 color: rgb(105,105,105);
 font-family: "fontin sans", optima, candara, "trebuchet-MS", sans-serif; }


p {
 text-align: left ;
 font-size: .75em;
 margin: 5px 0; 
 line-height: 1.5; }
 
li {
 font-size: .75em;
 margin: 2px 0; }

/*End Of Resetting to Defaults*/


/*Layout--------------------------------------------------------------*/
/*---------------------------------------------------------------------
 Grid
 ---------------------------------------------------------------------*/
 #page {
 position: relative;
 display: block;
 margin:0 auto;}
 
 /*---------------------------------------------------------------------
 Grid - Rows
 ---------------------------------------------------------------------*/
 .row {
 position: relative;
 display: block;
 margin:0 auto; }
 
 /*---------------------------------------------------------------------
 Grid - Columns
 ---------------------------------------------------------------------*/
 .column {
 position: relative;
 display: block;
 float: left ; }
 
 .alignclear { clear: both; }
 
 /*
  #header { height: 100px; }
 #content { padding-top: 20px; }
 #footer { height: 20px; }
 
  #aside1 {
 top: 60px;
 left : -80px;
 width: 314px; }
 #article1 {
 left : -40px;
 width: 470px; }
 #aside2 { width: 190px; }*/


 /*---------------------------------------------------------------------
37 Grid - Sections - Brought here just for guide
38 ---------------------------------------------------------------------*/
/*
39 .section {
40 position: relative;
41 display: block; }
42 #header .search {
43 position: absolute;
44 right: 10px;
45 top: 10px; }
46 #footer .copyright {
47 margin: 0 20px;
48 fl oat: left ; }
49 #aside1 .section {
50 width: 100%;
51 padding-bottom: 60px; }
52 #aside1 .section h2 {
53 width: 100%;
54 padding: 80px 0 8px 18%; }
55 #aside1 .section div.content { width: 100%; }
56 #aside1 .section p, #aside1 .section ul {
57 width: 65%;
58 margin: 0 auto;
59 margin-bottom: 5px; }
60 #article1 .section .column { width: 210px; }
61 #article1 .section .column+.column { fl oat: right; }
62 #article1 .section .column p { min-height: 110px; }*/

#divframework{
	width:100%;
	min-height:500px;
}
#divheader {
	position:fixed; 
	z-index:100;
	width:100%;
	background-color:transparent;
	/*border: 1px solid red;*/
	vertical-align:top;
}
#header{
	min-height: 30px;
	width:95%;
	margin: 0 auto;
	background-color:rgb(44,44,44);
	border-radius: 0px 0px 10px 10px;
	border-right-color: rgb(247, 247, 247); border-bottom-color: rgb(247, 247, 247); border-left-color: rgb(247, 247, 247);
	border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; 
	border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5); background-color: rgba(0, 0, 0, 0.7); 
	-moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; 
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .5);
}
#divcontent{
	padding-top: 30px;
	width:100%;
	vertical-align:top;
}

#header_Logo{
	top:5px;left:10px;
	position:relative;
	float:left;
	width:40px; 
	height:20px;
	background-image:url("../im/cza_sl.png");
	background-repeat:no-repeat;
	/*border: 1px solid blue;*/
	
}
#header_CT{
top:8px;left:13px;
	position:relative;
	float:left;
	font-size:0.81em;
/*border: 1px solid orange;*/
width:130px;
	
}


#header_right{
top:9px;
	position:relative;
	float:right;
/*border: 1px solid yellow;*/
width:70px;
font-size:0.75em;
	
}




.pageblock {
	width:95%;
	margin: 0 auto 0 auto; 
	min-height:730px;
	border-radius: 5px; 
	border: 1px solid rgb(204, 204, 204); 
	color: rgb(251, 251, 251); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);/*, 0px 0px 100px 2px rgba(255,255,255,0.5);*/ 
	background-repeat: repeat-x; 
	background-color: rgba(255, 255, 255, .9); 
	-moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; 
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4);/*, 0px 0px 100px 2px rgba(255, 255, 255, .5); */ 
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4);/*, 0px 0px 100px 2px rgba(255, 255, 255, .5); */ 
	-o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4);/*, 0px 0px 100px 2px rgba(255, 255, 255, .5);*/ 
	
}

.cntrlg {
	width:80%; 
	margin: 100px auto 0 auto; 
	height:500px;
	
	color: rgb(51, 51, 51); 

	background-color: transparent;/*rgba(255, 255, 255, 0.5); */

	background-image:url("../im/czl.png");
	background-repeat:no-repeat;
	background-position: center;
}




#testCnet2{
	
	height:303px; 
	min-width:254px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../../cm/im/cnet/cnet.png");
	background-repeat:no-repeat;
}

#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}



body{
	background-color: rgba(118, 143, 163,0.5);
	color:white;
	width: 100%; font-size: 90%; 
	
}

p{}
input{}
strong{}
em{}


