﻿
/* Common */

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	
}

a:link{
    color: #0781a9;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a:visited{
    color: #0781a9;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a:hover{
    color: #0781a9;
    text-decoration: underline;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a:active{
    color: #0781a9;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a.t1:link{
    color: #666;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 10px;
}

a.t1:visited{
    color: #666;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 10px;
}

a.t1:hover{
    color: #666;
    text-decoration: underline;
    font: Verdana;
    font-weight: bold;
    font-size: 10px;
}

a.t1:active{
    color: #666;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 10px;
}

a.t2:link{
    color: #464646;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 13px;
}

a.t2:visited{
    color: #464646;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 13px;
}

a.t2:hover{
    color: #464646;
    text-decoration: underline;
    font: Verdana;
    font-weight: bold;
    font-size: 13px;
}

a.t2:active{
    color: #464646;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 13px;
}

a.t3:link{
    color: #777777;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a.t3:visited{
    color: #777777;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a.t3:hover{
    color: #777777;
    text-decoration: underline;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a.t3:active{
    color: #777777;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 11px;
}

a.contacts:link{
    color: #0781a9;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 12px;
}

a.contacts:visited{
    color: #0781a9;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 12px;
}

a.contacts:hover{
    color: #0781a9;
    text-decoration: underline;
    font: Verdana;
    font-weight: bold;
    font-size: 12px;
}

a.contacts:active{
    color: #0781a9;
    text-decoration: none;
    font: Verdana;
    font-weight: bold;
    font-size: 12px;
}



.scroll {
    scrollbar-face-color: #eee;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #ccc;
    scrollbar-3dlight-color: #fff;
    scrollbar-arrow-color: #ccc;
    scrollbar-track-color: #fff; 
    scrollbar-darkshadow-color: #ccc;
    }

#all
{
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    width: 890px;

    }


/* Top.ascx */
#top_01{
    padding: 18px 0 0 350px;
    width: 890px;
    height: 23px;
    background-image: url(Images/top_01.gif);
    background-repeat: no-repeat;
    }
    
#top_02{
    /* 
    width: 890px;
    height: 275px;
    background-image: url(Images/top_02.jpg);
    background-repeat: no-repeat;
    */
    }
    
    

/* Bottom.ascx */
#bottom{
    margin: 16px 0;
    /*
    width: 890px;
    height: 50px;
    background-image: url(Images/bottom_01.gif);
    background-repeat: no-repeat;
    */
    }
    
   
   
   
/* MaterPage.master */

#circleBorder_01{
    width: 890px;
    height: 17px;
    background-image: url(Images/circleBorder_01.gif);
    background-repeat: no-repeat;
    }
    
#circleBorder_02{
    width: 890px;
    height: 17px;
    background-image: url(Images/circleBorder_02.gif);
    background-repeat: no-repeat;
    }
    
#left{
    float: left;
    width: 200px;
    height: 400px;
    /*
    background-image: url(Images/left_01.jpg);
    background-repeat: no-repeat;
    background-position: 10px 0;
    */
    background-color: #ededed;
    padding-bottom:500cm;
	margin-bottom:-500cm;
    }
    
#content{
    float: right;
    padding-top: 16px;
    padding-right:20px;
    margin-left:20px;
    width: 635px;
    text-align: left;
    border-right: solid 2px #ededed;
    color:#464646;
    padding-bottom:500cm;
	margin-bottom:-500cm;
    }



