home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / business / css / mainStyle.css
Encoding:
Cascading Style Sheet File  |  2007-11-20  |  3.0 KB  |  125 lines

  1. /*----------------------------------------------------------------------------------------------------------------------------------*/
  2.   *{
  3.     margin: 0;
  4.     padding: 0;
  5.   }
  6.   body{
  7.     text-align: center;
  8.     font: 11px Trebuchet MS, Trebuchet, Verdana, sans-serif;
  9.     color: #ccc;
  10.     background: #333 url(../images/body_top_bg.jpg) repeat-x;
  11.     line-height: 140%;
  12.   }
  13.   #container{
  14.     margin: 0 auto;
  15.     width: 720px;
  16.     text-align: left;
  17.   }
  18.   
  19. /*----------------------------------------------------------------------------------------------------------------------------------*/
  20.   h1#pageLogo a{
  21.     width: 200px;
  22.     height: 40px;
  23.     display: block;
  24.     background: transparent url(../images/template_logo.gif) no-repeat;
  25.   }
  26.   
  27. /*----------------------------------------------------------------------------------------------------------------------------------*/
  28.   ul#mainNav{
  29.     padding-top: 40px;
  30.   }
  31.   ul#mainNav li.link{
  32.     margin-right: 40px;
  33.     padding-bottom: 20px;
  34.     width: 200px;
  35.     float: left;
  36.     background: transparent url(../images/link_list_dot.gif) repeat-y;
  37.     list-style: none;
  38.   }
  39.   ul#mainNav li.link a{
  40.     padding-left: 10px;
  41.     color: #fff;
  42.     text-decoration: none;
  43.     font-weight: bold;
  44.   }
  45.   ul#mainNav li.link a:hover{
  46.     text-decoration: underline;
  47.   }
  48.   ul#mainNav li ul{
  49.     margin-top: 20px;
  50.     padding-left: 30px;
  51.   }
  52.   
  53. /*----------------------------------------------------------------------------------------------------------------------------------*/
  54.   #content{
  55.     clear:both;
  56.     padding-top: 40px;
  57.   }
  58.   #content a{
  59.     color: #6cf;
  60.     text-decoration: none;
  61.   }
  62.   #content a:hover{
  63.     text-decoration: underline;
  64.   }
  65.   .section1, .section2, .section3{
  66.     margin-right: 40px;
  67.     width: 200px;
  68.     float: left;
  69.   }
  70.   .section1 h2{
  71.     background: transparent url(../images/title_bg1.jpg) no-repeat;
  72.   } 
  73.   .section2 h2{
  74.     background: transparent url(../images/title_bg2.jpg) no-repeat;
  75.   }
  76.   .section3 h2{
  77.     background: transparent url(../images/title_bg3.jpg) no-repeat;
  78.   }
  79.   .section1 h2, .section2 h2, .section3 h2{
  80.     padding: 20px 10px;
  81.     width: 180px;
  82.     height: 60px;
  83.     font-size: 24px;
  84.     line-height: 90%;
  85.   }
  86.   h3{
  87.     margin: 20px 0;
  88.     font-size: 14px;
  89.   }
  90.   h1, h2, h3{
  91.     color: #fff;
  92.   }
  93.   
  94. /*----------------------------------------------------------------------------------------------------------------------------------*/
  95.   #footer{
  96.     padding-top: 40px;
  97.     clear: both;
  98.     width: 680px;
  99.     color: #666;
  100.     font-size: 9px;
  101.   }
  102.   #footer a{
  103.     color: #999;
  104.     text-decoration: none;
  105.   }
  106.   #footer a:hover{
  107.     color: #ccc;
  108.   }
  109.   #footer ul{
  110.     padding-bottom: 60px;
  111.     padding-top: 2px;
  112.     background: transparent url(../images/footer_dot.gif) repeat-x;
  113.     list-style: none;
  114.   }
  115.   li.validate{
  116.     padding-right: 10px;
  117.     float: left;
  118.   }
  119.   li.copyright{
  120.     float: right;
  121.   }
  122.   li.copyright a{
  123.     padding-right: 18px;
  124.     background: transparent url(../images/inhead_logo.gif) right center no-repeat;
  125.   }