1 | table.myTable
|
---|
2 | {
|
---|
3 | width:100%;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .myTable td
|
---|
7 | {
|
---|
8 | border: solid 1px #cecece;
|
---|
9 | }
|
---|
10 |
|
---|
11 | .myTable td.first
|
---|
12 | {
|
---|
13 | width:190px;
|
---|
14 | }
|
---|
15 |
|
---|
16 | .myTable td.last
|
---|
17 | {
|
---|
18 | width:50px;
|
---|
19 | }
|
---|
20 |
|
---|
21 | *{
|
---|
22 | margin: 0px;
|
---|
23 | padding: 0px;
|
---|
24 | }
|
---|
25 |
|
---|
26 | img, fieldset{
|
---|
27 | padding: 0px;
|
---|
28 | border: none;
|
---|
29 | margin: 0px;
|
---|
30 | line-height: 0px;
|
---|
31 | }
|
---|
32 |
|
---|
33 | a{
|
---|
34 | color: #ffffff;
|
---|
35 | text-decoration: none;
|
---|
36 | font-weight: bold;
|
---|
37 | }
|
---|
38 |
|
---|
39 | a:hover {
|
---|
40 | text-decoration: none;
|
---|
41 | color: #0870d7;
|
---|
42 | }
|
---|
43 |
|
---|
44 | h2{
|
---|
45 | font: 24px Arial, Helvetica, sans-serif;
|
---|
46 | font-weight: normal;
|
---|
47 | color: #0870d7;
|
---|
48 | padding: 30px 0px 10px 40px;
|
---|
49 | }
|
---|
50 |
|
---|
51 | /*h3{
|
---|
52 | background: url(../images/title.png) no-repeat top left;
|
---|
53 | font: 18px Arial, Helvetica, sans-serif;
|
---|
54 | color: #ffffff;
|
---|
55 | height: 43px;
|
---|
56 | width: 265px;
|
---|
57 | text-align: center;
|
---|
58 | line-height: 43px;
|
---|
59 | font-weight: normal;
|
---|
60 |
|
---|
61 | }*/
|
---|
62 |
|
---|
63 | body{
|
---|
64 | font-family: Arial, Helvetica, sans-serif;
|
---|
65 | font-size: 12px;
|
---|
66 | line-height: 18px;
|
---|
67 | color: #ffffff;
|
---|
68 | background: #000 url(../images/bg.jpg) no-repeat center 87px;
|
---|
69 |
|
---|
70 | }
|
---|
71 |
|
---|
72 | #bg2 {
|
---|
73 | background: url(../images/bg2.png) repeat-x top;
|
---|
74 | height: 87px;
|
---|
75 | position: absolute;
|
---|
76 | width: 100%;
|
---|
77 | }
|
---|
78 |
|
---|
79 | #wrapper1 {
|
---|
80 | position: relative;
|
---|
81 | width:900px;
|
---|
82 | margin: 0 auto;
|
---|
83 | }
|
---|
84 |
|
---|
85 | .clear{
|
---|
86 | clear: both;
|
---|
87 | }
|
---|
88 |
|
---|
89 | /*
|
---|
90 | menu
|
---|
91 | */
|
---|
92 |
|
---|
93 | #header2{
|
---|
94 |
|
---|
95 | height: 91px;
|
---|
96 | width: 900px;
|
---|
97 | margin: 0 93px;
|
---|
98 | }
|
---|
99 |
|
---|
100 | #header2 ul{
|
---|
101 | padding-left: 0px;
|
---|
102 | list-style: none;
|
---|
103 | width: 800px;
|
---|
104 | margin: 0 auto;
|
---|
105 | }
|
---|
106 |
|
---|
107 | #header2 ul li li2{
|
---|
108 | display: inline;
|
---|
109 | }
|
---|
110 |
|
---|
111 | #header2 ul li a{
|
---|
112 | font: 24px Arial, Helvetica, sans-serif;
|
---|
113 | color: #ffffff;
|
---|
114 | text-align: center;
|
---|
115 | font-weight: normal;
|
---|
116 | text-decoration: none;
|
---|
117 | display: block;
|
---|
118 | float: left;
|
---|
119 | width: 620px;
|
---|
120 | height: 120px;
|
---|
121 | line-height: 91px;
|
---|
122 | font-family:broadway;
|
---|
123 | font-size: 3em;
|
---|
124 | }
|
---|
125 | #header2 ul li2 {
|
---|
126 | font-size: .6em;
|
---|
127 | /*font-style: italic;*/
|
---|
128 | font-family:broadway;
|
---|
129 | color: #ffffff;
|
---|
130 | width: 620px;
|
---|
131 | height: 120px;
|
---|
132 | line-height: 91px;
|
---|
133 |
|
---|
134 | }
|
---|
135 |
|
---|
136 | #header2 ul li li2 a:hover, #menu ul li .active{
|
---|
137 | color: #FF0;
|
---|
138 |
|
---|
139 | }
|
---|
140 |
|
---|
141 |
|
---|
142 | /*logo*/
|
---|
143 |
|
---|
144 | #logo{
|
---|
145 | width: 1032px;
|
---|
146 | margin: 0 auto;
|
---|
147 | height: 112px;
|
---|
148 | padding-top: 50px;
|
---|
149 | padding-left: 60px;
|
---|
150 |
|
---|
151 | }
|
---|
152 |
|
---|
153 | #logo h1 a{
|
---|
154 | font: 14px Arial, Helvetica, sans-serif;
|
---|
155 | color: #ffffff;
|
---|
156 | font-weight: bold;
|
---|
157 | text-decoration: none;
|
---|
158 | }
|
---|
159 |
|
---|
160 | #logo a small{
|
---|
161 | font: 12px Arial, Helvetica, sans-serif;
|
---|
162 | color: #ffffff;
|
---|
163 | font-weight: normal;
|
---|
164 | text-decoration: none;
|
---|
165 | }
|
---|
166 |
|
---|
167 | #prew_img{
|
---|
168 | background: url(../images/img_prew.png) no-repeat top left;
|
---|
169 | height: 297px;
|
---|
170 | width: 1054px;
|
---|
171 | margin: 0 auto;
|
---|
172 | }
|
---|
173 |
|
---|
174 | /*
|
---|
175 | Content
|
---|
176 | */
|
---|
177 | #content_bg_top{
|
---|
178 | background: url(../images/content_top.png) no-repeat top left;
|
---|
179 | height: 10px;
|
---|
180 |
|
---|
181 | }
|
---|
182 | #content_bg_bot{
|
---|
183 | background: url(../images/content_bot.png) no-repeat bottom left;
|
---|
184 | height: 10px;
|
---|
185 | }
|
---|
186 | #content_box{
|
---|
187 | background: url(../images/content_repeat.png);
|
---|
188 | padding:0px 12px;
|
---|
189 |
|
---|
190 | }
|
---|
191 | /*
|
---|
192 | header
|
---|
193 | */
|
---|
194 | #header {
|
---|
195 | background: url(../images/header.jpg) no-repeat left top;
|
---|
196 | height: 326px;
|
---|
197 | width: 876px;
|
---|
198 | }
|
---|
199 |
|
---|
200 | /*
|
---|
201 | download_box
|
---|
202 | */
|
---|
203 |
|
---|
204 | #download_box{
|
---|
205 |
|
---|
206 | width: 876px;
|
---|
207 | height: 112px;
|
---|
208 |
|
---|
209 | }
|
---|
210 |
|
---|
211 | #download_box p {
|
---|
212 | color: #303030;
|
---|
213 | font: 12px Arial, Helvetica, sans-serif;
|
---|
214 | font-weight: normal;
|
---|
215 | }
|
---|
216 | #download_box p a {
|
---|
217 | color: #303030;
|
---|
218 | font: 12px Arial, Helvetica, sans-serif;
|
---|
219 | font-weight: bold;
|
---|
220 |
|
---|
221 | }
|
---|
222 | #download_box p a:hover {
|
---|
223 | color: #0870d7;
|
---|
224 | }
|
---|
225 | #download_left {
|
---|
226 | padding: 25px 0px 10px 25px;
|
---|
227 | float:left;
|
---|
228 | width: 638px;
|
---|
229 | }
|
---|
230 |
|
---|
231 | #download_right a{
|
---|
232 | font: 18px Arial, Helvetica, sans-serif;
|
---|
233 | font-weight: bold;
|
---|
234 | text-align: center;
|
---|
235 | line-height: 56px;
|
---|
236 | width: 195px;
|
---|
237 | height: 56px;
|
---|
238 | text-transform: uppercase;
|
---|
239 | background: url(../images/download_button.png) no-repeat top left;
|
---|
240 | display: block;
|
---|
241 | float: right;
|
---|
242 | margin: 38px 15px 0px 0px;
|
---|
243 | }
|
---|
244 |
|
---|
245 | #download_right a:hover{
|
---|
246 | color: #ffffff;
|
---|
247 | }
|
---|
248 |
|
---|
249 | /*
|
---|
250 | column_box
|
---|
251 | */
|
---|
252 | #column_box {
|
---|
253 | padding-left: 15px;
|
---|
254 | padding-bottom: 30px;
|
---|
255 | }
|
---|
256 | #column_box a {
|
---|
257 | color: #666666;
|
---|
258 | }
|
---|
259 | #column_box a:hover {
|
---|
260 | color: #ffffff;
|
---|
261 | }
|
---|
262 | #column_box p {
|
---|
263 | color: #666666;
|
---|
264 | padding-top: 5px;
|
---|
265 | }
|
---|
266 |
|
---|
267 | #column1{
|
---|
268 | float: left;
|
---|
269 | width: 280px;
|
---|
270 | }
|
---|
271 | #column2{
|
---|
272 | float: left;
|
---|
273 | width: 260px;
|
---|
274 | }
|
---|
275 | #column3{
|
---|
276 | float: left;
|
---|
277 | width: 580px;
|
---|
278 | }
|
---|
279 | #column2 {
|
---|
280 | margin: 0px 40px;
|
---|
281 | }
|
---|
282 | /*
|
---|
283 | footer_top
|
---|
284 | */
|
---|
285 |
|
---|
286 |
|
---|
287 |
|
---|
288 | #footer_top{
|
---|
289 | padding-top: 35px;
|
---|
290 | }
|
---|
291 |
|
---|
292 |
|
---|
293 | #footer_top a{
|
---|
294 | color: #ffffff;
|
---|
295 | font-weight: bold;
|
---|
296 | }
|
---|
297 |
|
---|
298 | #footer_top a:hover{
|
---|
299 | color: #0870d7;
|
---|
300 | }
|
---|
301 |
|
---|
302 | #footer_top p{
|
---|
303 | color: #ffffff;
|
---|
304 | line-height: 20px;
|
---|
305 | }
|
---|
306 |
|
---|
307 | #footer_column1, #footer_column2, #footer_column3{
|
---|
308 | width: 265px;
|
---|
309 | float: left;
|
---|
310 | }
|
---|
311 |
|
---|
312 | .footer_text{
|
---|
313 | background: url(../images/footer_top_border.png) no-repeat top left;
|
---|
314 | padding: 10px 0px 10px 20px;
|
---|
315 | }
|
---|
316 |
|
---|
317 | #footer_column2{
|
---|
318 | padding: 0px 38px 0px 31px;
|
---|
319 | }
|
---|
320 |
|
---|
321 | .foot_pad{
|
---|
322 | padding-left: 45px;
|
---|
323 | padding-top: 10px;
|
---|
324 | }
|
---|
325 |
|
---|
326 |
|
---|
327 | .ls{
|
---|
328 | list-style: none;
|
---|
329 | padding-left: 0px;
|
---|
330 | }
|
---|
331 |
|
---|
332 | .ls li{
|
---|
333 | background: url(../images/ls1.gif) no-repeat 0px 6px;
|
---|
334 | margin-bottom: 8px;
|
---|
335 | padding-left: 15px;
|
---|
336 | }
|
---|
337 |
|
---|
338 | /*
|
---|
339 | footer_bot
|
---|
340 | */
|
---|
341 |
|
---|
342 | #footer_bot{
|
---|
343 | padding: 25px;
|
---|
344 | text-align: center;
|
---|
345 | }
|
---|
346 |
|
---|
347 | .button {
|
---|
348 | cursor:pointer;
|
---|
349 | border-top: 1px solid #96d1f8;
|
---|
350 | background: #65a9d7;
|
---|
351 | background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
---|
352 | background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
---|
353 | background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
---|
354 | background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
---|
355 | background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
---|
356 | padding: 3px 6px;
|
---|
357 | -webkit-border-radius: 6px;
|
---|
358 | -moz-border-radius: 6px;
|
---|
359 | border-radius: 6px;
|
---|
360 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
361 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
362 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
363 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
---|
364 | color: white;
|
---|
365 | font-size: 14px;
|
---|
366 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
---|
367 | text-decoration: none;
|
---|
368 | vertical-align: middle;
|
---|
369 | }
|
---|
370 | .button:hover {
|
---|
371 | border-top-color: #28597a;
|
---|
372 | background: #28597a;
|
---|
373 | color: #ccc;
|
---|
374 | }
|
---|
375 | .button:active {
|
---|
376 | border-top-color: #b6c5cf;
|
---|
377 | background: #b6c5cf;
|
---|
378 | }
|
---|
379 | #button {
|
---|
380 | border-top: 1px solid #96d1f8;
|
---|
381 | background: #65a9d7;
|
---|
382 | background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
---|
383 | background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
---|
384 | background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
---|
385 | background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
---|
386 | background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
---|
387 | padding: 3px 6px;
|
---|
388 | -webkit-border-radius: 6px;
|
---|
389 | -moz-border-radius: 6px;
|
---|
390 | border-radius: 6px;
|
---|
391 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
392 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
393 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
394 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
---|
395 | color: white;
|
---|
396 | font-size: 12px;
|
---|
397 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
---|
398 | text-decoration: none;
|
---|
399 | vertical-align: middle;
|
---|
400 | }
|
---|
401 | #button:hover {
|
---|
402 | border-top-color: #28597a;
|
---|
403 | background: #28597a;
|
---|
404 | color: #ccc;
|
---|
405 | }
|
---|
406 | #button:active {
|
---|
407 | border-top-color: #b6c5cf;
|
---|
408 | background: #b6c5cf;
|
---|
409 | }
|
---|
410 |
|
---|
411 |
|
---|
412 |
|
---|
413 | .buttonc {
|
---|
414 | cursor:pointer;
|
---|
415 | border-top: 1px solid #96d1f8;
|
---|
416 |
|
---|
417 | padding: -1px 6px;
|
---|
418 | -webkit-border-radius: 6px;
|
---|
419 | -moz-border-radius: 6px;
|
---|
420 | border-radius: 6px;
|
---|
421 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
422 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
423 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
424 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
---|
425 | color: black;
|
---|
426 | font-size: 14px;
|
---|
427 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
---|
428 | text-decoration: none;
|
---|
429 | vertical-align: middle;
|
---|
430 | }
|
---|
431 |
|
---|
432 | #buttonc {
|
---|
433 | border-top: 1px solid #96d1f8;
|
---|
434 | background: #65a9d7;
|
---|
435 | background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
---|
436 | background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
---|
437 | background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
---|
438 | background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
---|
439 | background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
---|
440 | padding: 3px 6px;
|
---|
441 | -webkit-border-radius: 6px;
|
---|
442 | -moz-border-radius: 6px;
|
---|
443 | border-radius: 6px;
|
---|
444 | -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
445 | -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
446 | box-shadow: rgba(0,0,0,1) 0 1px 0;
|
---|
447 | text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
---|
448 | color: white;
|
---|
449 | font-size: 12px;
|
---|
450 | font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
|
---|
451 | text-decoration: none;
|
---|
452 | vertical-align: middle;
|
---|
453 | }
|
---|
454 | #buttonc:hover {
|
---|
455 | border-top-color: #28597a;
|
---|
456 | background: #28597a;
|
---|
457 | color: #ccc;
|
---|
458 | }
|
---|
459 | #buttonc:active {
|
---|
460 | border-top-color: #b6c5cf;
|
---|
461 | background: #b6c5cf;
|
---|
462 | } |
---|