﻿@charset "utf-8";
body {
	
}
* {
	margin: 0px;
	padding: 0px;
    margin-left:auto;
    margin-right:auto;
}
body, html {
	width: 100%;
	height: auto;  
}
.main {
	position: relative;
    width:1024px;
    height:auto;
    margin-top:70px;
    min-height:400px;
}

@font-face {
        font-family: "BKoodakBold";
        src: url(font/BKoodakBold.eot); 
        src: url(font/BKoodakBold.ttf);
        src: url(font/BKoodakBold.woff);
        font-weight: normal;
        font-style: normal;
    }


/** hedear css **/

.mainhead {
    
    height:90px;
	background: #1896C7;
    -ms-background: red;
    padding: 7px;
    border-bottom: 1px solid #8D8D8D;
    box-shadow: 1px 0px 10px #9E9E9E;
    
}
.mainhead img {
    
   float:right;
  
}
   
.mainhead img:last-of-type {
   float:right;
   margin-top: 10px;
   margin-right: 83px;
   
}
span {
    text-shadow: 0px 0px 10px #FFF, 1px 0px 1px #000;
    color: #EEE;
    color: -webkit-linear-gradient(to top, #FFF, #EEE);
    font-size: 4em;
    margin-left: 173px;
    font-family: 'Times New Roman bold'
}
.span1{
    font-size: 5em;
    font-family:'Times New Roman';
    font-weight:bold;
}
.span2 {
    font-family:'Times New Roman';
    font-weight:bold;
    font-size: 0.7em; 
    position:absolute;
    top:85px;
    left:12px;
}


/** mainsec1 css **/

.mainsec1 {
width:162px;
height: 260px;
float:right;
text-align:center;
    background:radial-gradient(1% 50%, closest-side,#ccc,white);
    background:-webkit-radial-gradient(1% 50%, closest-side,#ccc,white);
    background:-o-radial-gradient(1% 50%, closest-side,#ccc,white);
    background:-moz-radial-gradient(1% 50%, closest-side,#ccc,white);
    background:-ms-radial-gradient(1% 50%, closest-side,#ccc,white); 
}
.menu {
	width: 152px;
	float: right;
	margin-right:5px;
    font-family:tahoma;
    font-size:12px; 
}
.menu ul li{
	width: 150px; 
	height: 25px;
	float: right;
	list-style-type: none;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
    font-weight:bold;
    padding-top:12px;    
}
   


/** mainsec2 css **/

.mainsec2 {
	width: 450px;
	height: auto;
    float:right;  
    margin-right:-40px;
 
}
    .mainsec2:hover {
    background:radial-gradient(0.5% 50%, closest-side,#ccc,white);
    background:-webkit-radial-gradient(0.5% 50%, closest-side,#ccc,white);
    background:-o-radial-gradient(0.5% 50%, closest-side,#ccc,white);
    background:-moz-radial-gradient(0.5% 50%, closest-side,#ccc,white);
    background:-ms-radial-gradient(0.5% 50%, closest-side,#ccc,white);  
    }
.mos1 {
    width:40px;
    height:0px;
    border-right:20px solid #0084DB;
    border-top:16px solid transparent;
    border-bottom:20px solid transparent;
    margin-right:-7px;
    float:right;
}


 div .hed2{
    width: 370px;
    height: 40px;
    font-family: 'B Koodak';
    font-size: 20px;
    margin-bottom: 40px;
    margin-right: 25px;
    text-align: center;
}    

.mainsec2 div .hed2{
    font-size:18px;
    text-align:center;
    margin-top:20px;
}

a {
    color: #0066FF;
    cursor:pointer;
    text-decoration:none;
    margin:-1px;
    
}
.mainsec2  ul li {
    width:370px;
    list-style-type:none;
    font-size:0.9em;
    font-family: Tahoma;
    color:#6D6D6D;
    padding-bottom: 10px;
    border-bottom: 1px dashed grey;
    
}
    .mainsec2  ul li p {  
        margin-top:-5px; 
        font-size:0.8em;
    }

h5 {
     margin-top:7px; 
     margin-bottom:5px;
}


/** mainsec3 css **/

.mainsec3 
        {
            width:420px;
            height:auto; 
            padding:20px;
            float:right;
            z-index:1;
            border-radius:5px;
            background-color:#f6f6f6;
            margin-top:40px;
            visibility:hidden;
            position:fixed;
            top:90px;
            left:80px;
        }
.mainsec3 .gallery {
    display:none;
    font-family:Tahoma;
    font-size:13px;
    
}



.spandiv {
    font-size:12px;
    font-family:Tahoma;
    color:black;
    text-shadow:none;
    font-weight:bold;
    margin:0px;
    
}
h4 {
    margin-bottom:10px;
}
p {
    margin-top:10px;
    margin-bottom:10px;
}

/** footer css **/

.footer {
	width: 100%;
	height: 50px;
    background-image:url(image/bgfoot.png);
    clear:both;
    text-align:center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size:12px;
    color:white;
    padding-top:30px;
}

