body
{
    margin: 0px;
    background-color : #ffffff;
}

.header
{
    font-family: century Gothic;
    font-size:16px;
    font-weight: bolder;
    color: #000000;
}
.quality
{
    font-family:century Gothic;
    font-size:11px;
    color: #eeeeee;
    text-align: right;
}
.blink {
    color:yellow;
    font-weight: bold;
    font-family: century Gothic;
    height: 40px;
    font-size: 16px;
    text-decoration: blink;
}

a
{
    text-decoration: none;
    font-family: Arial,Georgia,Helvetica,sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.footer
{
    font-family:century Gothic;
    font-size:10px;

    color: black;
   text-decoration:none;
}

.title
{
    font-family: Pristina;
    font-size: 30px;
    font-weight: bold;
    color: #06305f;
}
.nn
{
    font-family: "Open Sans", Arial, sans-serif;
    font-size:15px;
    color: #000000;
    font-weight: bold;

}
.pack
{
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size:20px;
    text-align: center;
    color: #000000;
    font-weight: bold;

}
.pack-1
{
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size:16px;
    text-align: justify;
    color: #000000;


}
.let
{
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size:22px;
    text-align: center;
    color: #eeeeee;
    font-weight: bold;

}
.mm
{
    font-family:"Kozuka Gothic Pr6N L", "Myriad Pro Light", Arial;
    font-size:15px;
    font-weight: bold;
    color: #000000;
}

.tt
{
    font-family:century Gothic;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    font-size:25px;
    line-height: 30px;
    color: #000000;

}
.att
{
    font-family:century Gothic;
    font-weight: bold;

    text-align: center;
    font-size:18px;
    line-height: 30px;
    color: #000000;

}
.logo
{
    font-family: Comic Sans MS;
    font-size: 30px;
    font-weight: bold;
    color: #7F1320;

}
.menubar
{
    background:linear-gradient(#005c83,#014cff);
}
.content
{
    font-family: Century Gothic;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    color: #000000;
}
.pro
{
    font-family:"Kozuka Gothic Pr6N L", "Myriad Pro Light", Arial;
    font-size:12px;
    text-align: justify;
    color: #000000;
}
.rr
{
    font-family:"Kozuka Gothic Pr6N L", "Myriad Pro Light", Arial;
    font-size: 20px;
    text-align: justify;
    line-height: 20px;
    color: #005c83;
}
.left-content
{
    font-family:century Gothic;
    font-size:20px;
    text-align:left;
    color: #0000000;

}
.but
{
    font-family:Pristina;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    position: relative;
    z-index: 1000;
}

nav ul ul
{
    display: none;
}

nav ul li:hover > ul
{
    display: block;
}

nav ul
{
    background-color: #ffffff;
    background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    box-shadow: 0px 0px 25px rgba(0,0,0,0);
    padding: 0 9px;
    border-radius: 0px;
    list-style:none;
    margin-top:0px;
    margin-bottom:0px;
    display:inline-block;
    position:relative;
}
nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
    float: left;
}
nav ul li:hover {
    background: #ffffff;
    background: linear-gradient(top, #ffffff 0%, #ffffff 40%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%);
}
nav ul li:hover a {
    color: #7F1320;

}
nav ul li a {
    display: block; padding:10px 10px;
    font-size: 13px;
    color: #7F1320; text-decoration: none;
}

nav ul ul {
    background:linear-gradient(#ffffff,#ffffff); border-radius: 0px; padding: 0px;
    position: absolute; top: 100%;
}
nav ul ul li {
    float: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    position: relative;
}
nav ul ul li a {
    padding: 10px 15px;
    color: #ffffff;

}
nav ul ul li a:hover {
    background:linear-gradient(#ffffff,#ffffff);

}

nav ul ul ul
{
    position: absolute; left: 100%; top:0;
}