﻿body {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 200px #aeaeae inset;
    margin: 0;
    padding: 0;
}
.head{
	background-image:url('images/index_04.jpg');
	background-repeat:repeat-x;
	height:184px;
}
.headc{
	width:1000px;
}
.logos {
    background-image: url("images/index_10.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 315px;
    margin: 61px 0 0;
    padding: 0 40px 0 0;
    width: 1000px;
}
.logo1 {
    background-image: url("images/logo1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    height: 247px;
    width: 445px;
}
.logo1:hover{
	background-position: 0 -238px;
}
.logo2 {
    background-image: url("images/logo2.png");
    background-position: 0 -10px;
    background-repeat: no-repeat;
    float: right;
    height: 247px;
    width: 445px;
}
.logo2:hover{
	background-position:0 -230px;
}
.logo3 {
    background-image: url("images/logo3.png");
    background-position: 0 -10px;
    background-repeat: no-repeat;
    float: right;
    height: 247px;
    width: 445px;
}
.logo3:hover{
	background-position:0 -230px;
}
.foot{
	background-image:url('images/index_12.jpg');
	background-repeat:repeat-x;
	height:50px;
}
.footc{
	width:1000px;
}
.footc p {
    color: #e0e0e0;
    direction: rtl;
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    height: 50px;
    line-height: 49px;
    margin: 0 10px 0 0;
    padding: 0;
}
.footc a {
    color: #e0e0e0;
    direction: rtl;
    float:left;
    font-family: Tahoma;
    font-size: 12px;
    height: 50px;
    line-height: 49px;
    margin: 0 10px 0 0;
    padding: 0;
    text-decoration:none;
}
