/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 18, 2015, 2:54:52 PM
    Author     : Reza
*/


@font-face {
    font-family: Roya;
    src: url(Roya.ttf);
}

@font-face {
    font-family: Roya;
    src: url(RoyaB.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Mitra;
    src: url(Mitra.ttf);
}

@font-face {
    font-family: Mitra;
    src: url(MitraB.ttf);
    font-weight: bold;
}


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

a
{
    text-decoration:none;    
}

.header_div
{
    background-color: #000000;
    width: 1200px;
    height: 30px;
    text-decoration: none;
}

.slide_div
{
    width: 1200px;
    height: 314px;
}

.title_div
{
    width: 1200px;
    height:10px;
    background-color: #000000;
}

.menu_div
{
    width: 1200px;
    height: 120px;
    background-color: #999999;
}

.news_div
{
    width: 1200px;
    height: 255px;
    background-color: #ffffcc;
}

.footer_div
{
    width: 1200px;
    height: 30px;    
    background-color: #333333;
}

.td_contact
{
    background-color: #333333;
    width: 250px; 
    
}

.td_contact:hover
{
    //background-color: #008200;
    background-color: #990033; 
}


.td_menu
{
    background-color: #330066;
    width: 200px;     
}

.td_menu:hover
{
    background-color: #008200;
}

.td_menuTest
{
    background-color: #ff3300;
    width: 200px;     
}

.td_menuTest:hover
{
    background-color: #008200;
}


.td_menu_horizental
{
    //background-color: #008200;
    background-color: #4848af;
    //width: 200px; 
}

.td_menu_horizental:hover
{
    background-color: #990033;
    //width: 200px; 
}

.News_Link
{
    color: #6600FF;
   
}

.News_Link:hover
{
    color: #FF0000;    
}
