style1.css
1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
body, html { font-size: 12px; padding: 0; margin: 0;}
body {
font-family: Arial, sans-serif;
color: #000000;
font-size:12px;
}
a {
color: #0051a6;
text-decoration: underline;
}
a:hover {
color: #d75a3e;
}
h1{color:#fcf163;font-size:20px;font-weight:normal;}
.bg{background:url("../images/header.jpg") center;height:770px;}
.map_box{background:#ffffff;padding:20px;}
.menu_brend{margin-top:20px;}
.menu_brend ul{list-style-type:none;}
.menu_brend li{display:block;float:left;font-size:14px;text-align:center;font-weight:bold;color:#535353;letter-spacing: 1px;border-right:1px solid #d6d6d6;}
.menu_brend li a:visited, .menu_brend li a:link{display:block;font-size:14px;font-weight:bold;color: #535353;text-decoration: none;background:#fcfcfc;width:150px;height:52px;line-height:62px;}
.menu_brend li a:hover {}
.menu_brend li.n{border:none;}
.layout{width:960px;margin:0px auto;padding:30px 0px;}
.item_adress{border-bottom:1px solid #d6d6d6;padding:20px 0px;}
.item_adress .adress{width:200px;margin:0px auto;font-size:14px;}
.item_adress img{margin-top:10px;}
.fotter{height:72px;background:#000000 url("../images/fotter.jpg") center;color:#a5abab;}
.fotter a{color:#a5abab;}
.fotter a:hover {
color: #d75a3e;
}