Guest User

test

a guest
Apr 25th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. @import"grid.css";
  2.  
  3. a{color:#000;outline:none;cursor:pointer;text-decoration:none;}
  4. a:hover{text-decoration:underline}
  5. .main{margin:0 auto;position:relative;width:960px; overflow:hidden;}
  6.  
  7. .wrapper{overflow:hidden;position:relative;}
  8.  
  9. header{}
  10.  
  11. .logo {
  12. padding:37px 22px 0 0;
  13. float:left;
  14. }
  15. .logo a {
  16. display:block;
  17. background:url(../images/logo.png) left top no-repeat;
  18. width:137px;
  19. height:32px;
  20. text-indent:-999em;
  21. overflow:hidden;
  22. }
  23. .slogan {
  24. float:left;
  25. font-size:12px;
  26. line-height:15px;
  27. font-family: 'Droid Sans', sans-serif;
  28. color:#ddd;
  29. text-transform:uppercase;
  30. text-shadow: 0 1px rgba(0,0,0, 0.6);
  31. background:url(../images/border-1.gif) left top no-repeat;
  32. padding:11px 0 0 32px;
  33. margin:37px 0 0;
  34. height:26px;
  35. }
  36. .bg-1 {
  37. background:url(../images/bg-1.jpg) center top repeat;
  38. }
  39. .bg-2 {
  40. background:url(../images/bg-2.png) center top repeat-x;
  41. }
  42. .bg-3 {
  43. background:url(../images/bg-3.png) center bottom repeat-x;
  44. padding:0 0 7px;
  45. }
  46. .bg-4 {
  47. background:url(../images/bg-4.png) center top repeat-x;
  48. padding:0 0 10px;
  49. }
  50. .ul-1 {
  51. overflow:hidden;
  52. float:right;
  53. padding:48px 3px 0 0;
  54. }
  55. .ul-1 li {
  56. float:left;
  57. font-size:12px;
  58. line-height:15px;
  59. font-family: 'Droid Sans', sans-serif;
  60. text-transform:uppercase;
  61. text-shadow: 0 1px rgba(0,0,0, 0.6);
  62. background:url(../images/ul-1.png) left 3px no-repeat;
  63. margin-left:8px;
  64. padding-left:8px;
  65. color:#ddd;
  66. }
  67. .ul-1 li:first-child {
  68. background:none;
  69. padding:0;
  70. margin:0;
  71. }
  72. .ul-1 li a {
  73. color:#ddd;
  74. }
  75. .ul-1 li a:hover {
  76. color:#f04011;
  77. text-decoration:none;
  78. }
  79.  
  80. .curr_title {
  81. font-size:12px;
  82. line-height:15px;
  83. font-family: 'Droid Sans', sans-serif;
  84. font-weight:400;
  85. color:#ddd;
  86. text-transform:uppercase;
  87. text-shadow: 0 1px rgba(0,0,0, 0.6);
  88. padding:17px 0 0;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment