Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import"grid.css";
- a{color:#000;outline:none;cursor:pointer;text-decoration:none;}
- a:hover{text-decoration:underline}
- .main{margin:0 auto;position:relative;width:960px; overflow:hidden;}
- .wrapper{overflow:hidden;position:relative;}
- header{}
- .logo {
- padding:37px 22px 0 0;
- float:left;
- }
- .logo a {
- display:block;
- background:url(../images/logo.png) left top no-repeat;
- width:137px;
- height:32px;
- text-indent:-999em;
- overflow:hidden;
- }
- .slogan {
- float:left;
- font-size:12px;
- line-height:15px;
- font-family: 'Droid Sans', sans-serif;
- color:#ddd;
- text-transform:uppercase;
- text-shadow: 0 1px rgba(0,0,0, 0.6);
- background:url(../images/border-1.gif) left top no-repeat;
- padding:11px 0 0 32px;
- margin:37px 0 0;
- height:26px;
- }
- .bg-1 {
- background:url(../images/bg-1.jpg) center top repeat;
- }
- .bg-2 {
- background:url(../images/bg-2.png) center top repeat-x;
- }
- .bg-3 {
- background:url(../images/bg-3.png) center bottom repeat-x;
- padding:0 0 7px;
- }
- .bg-4 {
- background:url(../images/bg-4.png) center top repeat-x;
- padding:0 0 10px;
- }
- .ul-1 {
- overflow:hidden;
- float:right;
- padding:48px 3px 0 0;
- }
- .ul-1 li {
- float:left;
- font-size:12px;
- line-height:15px;
- font-family: 'Droid Sans', sans-serif;
- text-transform:uppercase;
- text-shadow: 0 1px rgba(0,0,0, 0.6);
- background:url(../images/ul-1.png) left 3px no-repeat;
- margin-left:8px;
- padding-left:8px;
- color:#ddd;
- }
- .ul-1 li:first-child {
- background:none;
- padding:0;
- margin:0;
- }
- .ul-1 li a {
- color:#ddd;
- }
- .ul-1 li a:hover {
- color:#f04011;
- text-decoration:none;
- }
- .curr_title {
- font-size:12px;
- line-height:15px;
- font-family: 'Droid Sans', sans-serif;
- font-weight:400;
- color:#ddd;
- text-transform:uppercase;
- text-shadow: 0 1px rgba(0,0,0, 0.6);
- padding:17px 0 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment