﻿html {
	width:100%;
	margin:0 auto;
	 background: url(../images/bg_m.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
	color: #F73C09;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

body {
	font-family:Arial Unicode MS;
	font-size:15px;
	color:#333333;
	margin:0 auto;
	text-align:justify;
	width:100%;	
}
#logo
{
    background-color: #EEC819;
    background-image:url(../images/arches.png);
    width:100%;
    height:130px;
}
#logo_head
{
   
    width:1000px;
    margin:0 auto;
    height:80px;
    text-align:center;
}
#header
{
    width:100%;
    margin:0 auto;
    height:48px;
    background: #34495e;
    border-bottom:4px inset #EDCB43;
}

#sub_head
{
    width:1050px;
    margin:0 auto;
    height:48px;
}


#main
{
    width:100%;
    margin-top:20px;
}  

#cat_main
{
    width:980px;
    margin:0 auto;
}
#cat_main_a
{
    width:980px;
    margin:0 auto;
    background: rgb(5, 209, 246); 
    background: rgba(5, 209, 246, 0.9);
    margin-bottom:15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-border-radius:0px 12px 12px 12px;
   border-radius:0px 12px 12px 12px;
   background-image:url(../images/az-subtle.png);
}
#footer
{
    width:100%;
    background: #34495e;
    border-top:8px solid #EDCB43; 
    height:65px;
    position:relative;
    clear:both;
    bottom:0px;
    overflow: hidden;
}  

#footer_sub
{
    width:990px;
    height:50px;
    margin:0 auto;
    padding-top:10px;
    
}

#footer_sub a {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

#footer_sub a:hover {
	color: #000;
}

.bk_man_l
{
    width:220px;
     background-color:#E7BF21;
     opacity:0.9;
   background-image:url('../images/checkered-light-emboss.png');
    float:left;
    margin-bottom:30px;
    -moz-border-radius:12px 0px 12px 0px;
   border-radius:12px 0px 12px 0px;
     -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
}

.bk_man_r
{
    width:740px;
    background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, 0.9);
    float:right;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-border-radius:0px 12px 12px 12px;
   border-radius:0px 12px 12px 12px;
   background-image:url(../images/az-subtle.png);
}

.image:hover {
opacity: 1;
-webkit-transform: rotate(720deg);
transform: rotate(720deg);
}
.image {
opacity: 1;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.mas_h
{
     font-family:Narkisim;
            font-size: 26px;
            color: #ffffff;
            height: 36px;
           background-color:#142535;
           background-image:url(../images/checkered-light-emboss.png);
            padding-left:10px;
            padding-top:12px;
             -moz-border-radius:0px 12px 0px 12px;
   border-radius:0px 12px 0px 12px;
}

.mas_h_ad
{
     font-family:Narkisim;
            font-size: 26px;
            color: #ffffff;
            height: 36px;
           background-color:#142535;
           background-image:url(../images/checkered-light-emboss.png);
            padding-left:10px;
            padding-top:12px;
             -moz-border-radius:0px 12px 0px 12px;
   border-radius:0px 12px 0px 12px;
}