/*Containers*/

html {
	font-family: Arial;
	color: #C6C6C6;
	font-size: 16px;
	height: 100%;
}

body {
	height: 100%;
}

.cntnr {
	background: none repeat scroll 0% 0% #2F2F2F;
	min-height:100%;
	position:relative;
}

/*Containers End*/

/*Header*/

.hdr {	
	display: table;
	width: 100%;
	background-color: #fff;
	display: block;
	overflow: hidden;
}

.lg {
	width: 40%;	
	height: 150px;
	display: table-cell;
}

.tsr {
	width: 60%;	
	height: 150px;
	display: table-cell;
}

.tsr div {
	text-align: right;
}

.wrppr a {
	text-decoration: none;
	color: #363636;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;	
}

.wrppr {
    width: 100%;
    height: 80px;
    background : #464646;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    border-top: 2px solid #939393;
    position: relative;    
}

.wrppr ul {
    margin: 0;
    padding: 0;
}
 
.wrppr ul.mnu {
    height: 80px;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    float:left;
}
 
.wrppr ul.mnu li {
    list-style: none;
    float:left;
    height: 79px;
    text-align: center;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}

.wrppr ul li a {
	background: none repeat scroll 0% 0% #606060;
    display: block;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 79px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }
 
.wrppr ul li a i{
	margin-right: 15px;
	font-size: 20px
}

.wrppr ul li a:hover {
    background: transparent none;	
}

.wrppr .active {
	color: #fff;
}

.cont ul
{
	font-weight: 1000;
	margin: 0px 10px 20px 0;
}

/*Header End*/

/*Content*/

.cnt a{
	text-decoration: none;
	color: #C6C6C6;
	font-weight: bold;
}

.cnt a:hover{
	color: #808000;
}

.cnt p{
	margin: 10px 0 10px 0;
	text-align: justify;
}

.cnt {
	padding: 30px;
	height: 100%;
}

/*Content End*/

/*Default Style*/

h1, h2{
	font-size: 1.5em;
	color: #808000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3{
	font-weight: 900;
	margin: 10px 0 10px 0;
}

.picture{
	margin: 20px 10px 20px 0;
	position: relative;
}

.slogo img{
 position:absolute; top:165px; right:20px; width:50px; height:50px; border=0 ;
}

/*Default Style End*/

/*Footer*/

footer {
	width:100%;
	height:25px;
	position:absolute;
	bottom:0;
	left:0;
}

footer .wrppr{
	height: 25px;
	border-top:0px solid transparent;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(69,69,69)), to(rgb(168,168,168)));
    background : -moz-linear-gradient(top, rgb(69,69,69), rgb(168,168,168));
}
footer .wrppr ul li a {
	line-height: 24px;
	background: none repeat scroll 0% 0% #606060;	
	background: -moz-linear-gradient(center top , #454545, #A8A8A8) repeat scroll 0% 0% transparent;
}

footer .wrppr ul.mnu {
    height: 25px;
	float:right;
}

footer .wrppr ul.mnu li {
	height: 24px;
	float:right;
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}

footer .wrppr ul li a {
	line-height: 24px;	
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(69,69,69), rgb(168,168,168));
}

footer .wrppr a {
	color: #fff;
}

/*Footer End*/