﻿*
{ 
    margin:0;
    padding:0;
    font-family: Arial;
}

body 
{
    
    
}

#main
{
    margin: 0 auto;
    width:1024px;
}

#header
{
    background-image: url('../images/Header.jpg');
    background-repeat: no-repeat;
    width: 1024px;
    height: 128px;
}

#address
{
    color:#E8E8E8;
    float:right;
    font-size:9pt;
    font-weight:bold;
    line-height:18px;
    padding:17px 17px 0 0;
    text-align:right;    
}

#address a
{
    color: white;
    text-decoration:none;
}

#SKlogo
{
    float:left;
    width:150px;
    padding:7px 0 0 7px;
}


#SKlogo h1
{
    font-size:8pt;
}

.SK
{
    margin:-16px 0 0 83px;
    display:block;
}

#middle
{
    float:left;
    clear:both;
    margin-bottom: 30px;
}

#links
{
    font-size:9pt;
    margin-left: 50px;
    border:0px solid red;
    float:left;
    width:730px;
}

#links li
{
    display: inline;
    padding-right:35px;
}

#ruslinks
{
    font-size:9pt;
    margin-left: 50px;
    border:0px solid red;
    float:left;
    width:730px;
}


#ruslinks li
{
    display: inline;
    padding-right:25px;
}

.connect
{
    color:#EB8023;
    position:absolute;
    z-index:10;
    display:block;
    font-family:Segoe UI, Arial;
    font-size:13pt;
    padding:14px 0 0 29px;
    position:absolute;
    z-index:10;
}

.TOPleft
{
     background: url('../images/TopCorner.jpg')  no-repeat;    
     width:200px;
     height: 35px;
}



.BOTleft
{
     background: url('../images/BotCorner.jpg')  no-repeat;
     padding-bottom:20px;
     width:200px;
     height: 32px;
}



.size
{
    background-color:#f0f0f0;
	border-left:4.5px solid #555555;
	border-right:4.5px solid #555555;
	text-align:center;
	width:192px;
	margin-top:-2px;
}

#connected
{
    float:left;
    width:205px;
    border:0px solid red;
    height: 550px;
    
}

#connected table td
{
    padding-top:35px;
}

#buttons
{
    float: left;
    width: 715px;
    padding:30px 0 0 70px;
    margin-bottom: 40px;
}

#BT1, #BT2, #BT4, #BT5
{
    width:259px;
    height: 106px;
     float: left;
}

#BT2, #BT5
{
    margin-left: 105px;
}


#BT3
{

    width:461px;
    height: 121px;
    clear:both;
    margin-left:75px;
    padding:37px 0 37px 0;
}


#footer
{
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    width: 1024px;
    height: 44px;
    float:left;
    padding-bottom:10px;
}

/*----------- Inner page ----------------*/

#content
{
    float:left;
    width:676px;
    font-family:tahoma;
    font-size: 10pt;
    margin-bottom:70px;
}

#content h1
{
    background: url('../images/question.jpg') no-repeat left;
    width: 400px;
    height: 64px;
    font-size: 18pt;
    font-family: Segoe UI;
    color: #434343;
    margin-left:30px;
}

#content h1 span
{
    display:block;
    padding:36px 0 0 85px;
}

#content p
{
    font-weight:none;
    padding:20px 0 0px 90px;
    text-align:left;
}

#content ul
{
	padding:10px 0 0 125px;
	clear:both;
	
}


#content h2
{
    width: 400px;
    font-size: 12pt;
    font-family: Segoe UI;
    color: #434343;
}

#content h2 span
{
    display:block;
    padding:7px 0 0 65px;
    margin-top:25px;
}

#modal_container {  
    padding:5px;  
    background-color:#fff;  
    border:1px solid #666;  
    overflow:auto;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left;  
} 

#modal_overlay {  
   background-color:#000;  
}
