﻿body {
    margin:0 0 0 0;
    font-family:Tahoma;
    font-size:9pt;
}
#full {
    margin: 0 auto;
    width: 1200px;
    height: 1200px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
}
#head {
    margin: 0 auto;
    width: 1150px;
    height: 665px;
}
#bgmenu {
    margin: -81px 464px;
    width:350px;
    height:85px;
    background-image: url(../images/line-menu.png);
    background-repeat: no-repeat;
}
#logo {
    margin:0 auto;
    width:410px;
    height:108px;
    padding-top:40px;
}
#main {
     margin: 33px auto;
    height: 300px;
    width: 1000px;
    background-image:url(../images/bgt.png);
    padding-top:11px;
}
.rbox {
    margin: 0 auto;
    width: 500px;
    height: 300px;
    direction:rtl;
    float:right;
    padding-right:50px;
}
.lbox {
   margin: 0 auto;
    width: 300px;
    height: 300px;
    direction: rtl;
    float: left;
}
h1 {
    margin:0 auto;
    font-family:Tahoma;
    font-size:8pt;
    direction:rtl;
    text-align:right;
    padding-right:25px;
}
p {
    text-align: justify;
    line-height:20px;
}
#footer {
    margin:0 auto;
    width:1000px;
    height:90px;
    display:block;
    background-image: url(../images/line.png);
    background-repeat:no-repeat;
}
.footer {
    margin:0 auto;
    line-height:20px;

}
.fr {
    float:right;
    margin:0 10px;
    width:600px;
    height:90px;
    direction:rtl;
}
#fl {
    margin:0 0 0 10px;
    float:left;
    width:200px;
    height:90px;
}
h2 {
    margin: 0 auto;
    font-family: Tahoma;
    color: #747474;
    font-size:8pt;
    line-height:18px;
    font-weight:normal;
}
h3 {
    font-size:8pt;
    color:#000000;

}
#slide-images{
	position:relative;
	display:block;
	margin:0px;
    margin-left: -20px;
	width:1000px;
	height:407px;
    -moz-margin-start:-60px;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#slide-images li img{
	display:block;
}
#slide {
    margin:0 auto;
    padding-top:3px;
    width:1000px;
    height:505px;
    
}

.button {
    font-family:Tahoma;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin: 2px 0px 0px 15px;
    font-size: 18pt;
    text-transform: uppercase;
    background-image: url(../images/button.png);
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    width:240px;
    height:35px;
    padding-bottom:28px;
    direction:rtl;
}

.button:hover {
    background-image:url(../images/button-active.png);
}

.button:active {
    background-image:url(../images/button.png);
}
a {
    text-decoration: none;
    color:#747474;
    
}
.box {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
a:hover {
    color: #85c73f;
}
ul, menu, dir {
    -webkit-padding-start: 0px;
}
h1 {
    margin:0 auto;
    font-family:Tahoma;
    font-size:8pt;
    direction:rtl;
    text-align:right;
    padding-right:25px;
}
.isize {
    margin: 0 auto;
    width: 25px;
    height: 25px;
}