﻿body 
{
   margin:0px;
	background-image: url(i/main-back.png);
	font-family: Arial;
	font-size: 11px;
}

/********************** main container **********************/
.mc 
{
   width:934px;
   margin-left:auto;
   margin-right:auto;
   margin-top:10px;
}
.mc .service-welcome
{
   font-size:20px;
   color:Gray;
   margin-top:25px;
   margin-left:720px;
   position:absolute;
}

.mc-header1
{
   width:934px;
   height:106px;
   background-image:url(i/mc-header1.png);
}
.mc-header1 .logo
{
   width:198px;
   height:105px;
   background-image:url(i/logo.png);   
   display:inline-block;
   margin-top:1px;
   margin-left:1px;
   float:left;
}

.mc-header1 .welcome
{
  float:left;
  margin-top:82px;
  margin-left:10px;
}
.mc-header1 .search-txt
{
   float:right;
   margin-top:79px;
}
.mc-header1 .search-bt
{
   float:right;
   margin-top:75px;
   margin-right:5px;
}
.mc-header2
{
   width:934px;
   height:19px;
   background-image:url(i/mc-header2.png);
}

.mc-header2 .title
{
   font-size:12px;
   font-weight:bold;
   color:Gray;
   margin-left:10px;
   float:left;
}

.mc-content
{
   width:934px;
   display:inline-block;
   background-image:url(i/mc-content-back.png);
   background-repeat:repeat-y;
}


/**************************** content ******************************/
.mc-content .left
{
   float:left;
   width:190px;
   padding:4px;
   margin-left:1px;   
}
.mc-content .OneRight
{
   width:734px;
   float:right;
   overflow:hidden;
}
.OneColumn-content
{
   width:694px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom:10px;
   padding-top:10px;
}


.mc-content .TwoCenter
{
   width:520px;
   float:left;
   overflow:hidden;
   padding-left:15px;
   padding-right:15px;
}
.mc-content .right
{
   float: right;
   width: 174px;
   padding: 4px;
   margin-right: 1px;
   margin-top: 0px;
   border-left: dotted 1px #CCCCCC;
   border-bottom: dotted 1px #CCCCCC;
   /*border-bottom: dotted 1px #CCCCCC;*/
}


.mc-footer
{
   width:934px;
   height:47px;
   background-image:url(i/mc-footer.png);
}
.mc-footer .copyright
{
   float:left;
   color:Gray;
   margin-top:15px;
   margin-left:10px;
}
.mc-footer .boydak
{
   width:68px;
   height:45px;
   background-image:url(i/mc-footer-boydak.png);
   float:right;
   margin-right:1px;
   margin-top:1px;
}

/********************* TOP MENU ***************************/
.topmenu-container
{
   width:190px;
   height:27px;
   margin-top:8px;
}
.topmenu-container .main
{
   width:54px;
   height:27px;
   background-image:url(i/main.png);
   display:block;
   float:left;
}
.topmenu-container .main:hover
{
   background-image:url(i/main-h.png);
}
.topmenu-container .contact
{
   width:23px;
   height:27px;
   background-image:url(i/contact.png);
   float:left;
}
.topmenu-container .contact:hover
{
   background-image:url(i/contact-h.png);
}
.topmenu-container .sitemap
{
   width:28px;
   height:27px;
   background-image:url(i/sitemap.png);
   float:left;
}
.topmenu-container .sitemap:hover
{
   background-image:url(i/sitemap-h.png);
}
.topmenu-container .english
{
   width:85px;
   height:27px;
   background-image:url(i/english.png);
   float:left;
}
.topmenu-container .english:hover
{
   background-image:url(i/english-h.png);
}