@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PTSans-Narrow.eot?") format("eot"), url("../fonts/PTSans-Narrow.woff") format("woff"), url("../fonts/PTSans-Narrow.ttf") format("truetype"), url("../fonts/PTSans-Narrow.svg#PTSansNarrow") format("svg"), url("../fonts/PTSans-Narrow.otf") format("opentype");
}
@font-face {
    font-family: "PT Sans Narrow Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PTSans-NarrowBold.eot?") format("eot"), url("../fonts/PTSans-NarrowBold.woff") format("woff"), url("../fonts/PTSans-NarrowBold.ttf") format("truetype"), url("../fonts/PTSans-NarrowBold.svg#PTSansNarrowBold") format("svg"), url("../fonts/PTSans-NarrowBold.otf") format("opentype");
}


body {	
     font-family: 'PT Sans Narrow', sans-serif;	 
     font-size: 18px;
}

a {
  color: #0088cc;
  text-decoration: underline;  

}

a:hover,
a:focus {
  color: #005580;
  text-decoration: none;
}

a:focus {
  outline: 0px dotted #333;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding:15px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

p{
	padding:10px 0;
    line-height: 130%;
}

h1{
	font-size:30px;
	padding:30px 0 30px 0;
	color:#e45477;		
}

.title {
	padding:15px 0 30px 0;
}

h2{
	font-size:26px;
	padding:30px 0 20px 0;
	color: #0088cc;	
}

h3{
	font-size:24px;
	padding:20px 0;	
}

h4{
	font-size:22px;
}

h5{
	font-size:18px;
	color: #0088cc;	
}

ul{
	list-style:outside circle;
	padding:0 20px;
}

.list-none{
	list-style:none;
}

ol{
	padding:0 20px;
}

li {
	padding:3px;
}


dt{
	font-size:20px;
	font-weight:normal;
	padding:20px 0 10px;
}

dt a{
	color:#508bb7;
	text-decoration:none;
}

dd{
	color:#777;
	padding:5px 10px 5px 20px;
}

img{
	border:0px;
}

.img {
	padding:20px 0;
	text-align:center;
}

.img img{
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;		
	        border-radius: 4px;	
}

.radius{
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;		
	        border-radius: 4px;
}




/*COLOR*/

.rose {
	background:#e8b2b1;
}
.green {
	background:#bfc080;
}
.orange{
	background:#d8b176;
}
.biruza{
	background:#85d1c9;
}
.cyan{
	background:#a1c2db;
}
.violet{
	background:#d1a1db;
}

.rose-text{
	color:#e45477;
}

/*ALIGN*/

.myleft {
	float:left;
}

.myright{
	float:right;
}

.mycenter{
	margin:0 auto;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HEADER*/
.page-header {
	margin:0px;
	padding-top:60px;}

.header {
	height:340px;
	background-color: #e5eef3;
	background-image: -moz-linear-gradient(top, #ffffff, #cedfe9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cedfe9));
	background-image: -webkit-linear-gradient(top, #ffffff, #cedfe9);
	background-image: -o-linear-gradient(top, #ffffff, #cedfe9);
	background-image: linear-gradient(to bottom, #ffffff, #cedfe9);
	background-repeat: repeat-x;
	border: 1px solid #a5c4d6;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcedfe9', GradientType=0);	
}

.grid {
	padding: 20px 0;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 180px;
	height:110px;
	margin: 5px;
	padding: 0px;
	text-align: center;
	position: relative;
	
    -webkit-transition: all 0.7s ease 0s;
	 -khtml-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;	
}

.grid li a{
	color:#fff;
	text-decoration:none;
    -webkit-transition: all 0.7s ease 0s;
	 -khtml-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;	
}
.grid li a:hover{
	color:#353e43;
	text-decoration:none;	
}
.grid li:hover{
	background:#76aed8;	
}

.grid li figure {
	margin:0;
	font-size:22px;
	padding-top:30px;
}


/*FOOTER*/

#footer {
	background-color: #e5eef3;
	background-image: -moz-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: -o-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);		
}

#footer dt{
	color:#508bb7;
	font-size:18px;
	padding:15px 0 10px;
}

#footer dd{
	font-size:16px;
}

#footer dd{
	color:#777;
	padding:3px 0px 3px 20px;
}

#footer dd a{
	color:#777;
}

#footer-inner {
	padding: 20px 0;
}



#footer-dark{
	background:#5a6871;
	height:100px;
	max-height:100%;
	padding:30px 0;
}

#footer-dark a{
	color:#8398a6;
	text-decoration:none;
}

#footer-dark a:hover{
	color:#ebf4fa;
	text-decoration:none;
}


#footer-dark #icon{
	float:left;
	padding:0px;
}


#footer-dark #icon li{
	display:inline;
	margin:0;
}

/*MIDDLE*/

#middle{
	padding:10px 0 30px 0;
}

/*LEFT ASIDE*/

aside {
	padding:0 10px;
}

/*TABLE*/

table.table2{
    line-height: 1.2em;
    border-collapse:collapse;
	width:100%;
	margin: 10px 0px 15px 0px;
	
    -webkit-box-shadow:0px 1px 4px #888;
     -khtml-box-shadow:0px 1px 4px #888;
       -moz-box-shadow:0px 1px 4px #888;
         -o-box-shadow:0px 1px 4px #888;	
            box-shadow:0px 1px 4px #888;
			
	behavior: url(pie/PIE.php);	
	position: relative;				
				
}

.table2 thead th{

    padding:20px 10px 20px 10px;
    color:#fff;
    font-size: 24px;
    background-color:#6bc053;
    font-weight:normal;
    border-right:1px dotted #fff;
    border-top:3px solid #fff;
}


.table2 thead th:empty{
    background:transparent;
    -webkit-box-shadow: none;
     -khtml-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;	
            box-shadow: none;
			
	behavior: url(pie/PIE.php);	
	position: relative;	
}

.table2 thead :nth-last-child(1){
    border-right:none;
}
.table2 thead :first-child
{
    /*border:none;*/	
	}

.table2 tbody :nth-last-child(1){
    /*border-right:none;*/
}
.table2 tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    background-color:#ddd;
}
.table2 tbody td{
    padding:15px;
    border:1px dotted #777;
    color:#333;
	vertical-align:top;
}


.table2 blockquote {
	padding:10px 0px 0px 20px;
}

/*FIGURE*/

.fig200 figure{
	float:left;
	width:200px;
}
