wcsst-5 : Design « Templates « HTML / CSS






wcsst-5

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WCSST 5</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
* {
  margin:0;
  padding:0;
  outline:0;
}
body {
  font-size:12px;
  line-height:18px;
  font-family:Arial, sans-serif;
  color:#3a4145;
  background:url(images/body-bg.jpg) repeat 0 0;
}
a {
  color:#0252aa;
  text-decoration:none;
  cursor:pointer;
}
a:hover {
  color:#000;
}
a img {
  border:0;
}
input, textarea, select {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border:0;
}
textarea {
  overflow:hidden;
}
.cl {
  display:block;
  height:0;
  font-size:0;
  line-height:0;
  text-indent:-4000px;
  clear:both;
}
.notext {
  font-size:0;
  line-height:0;
  text-indent:-4000px;
}
.left, .alignleft {
  float:left;
  display:inline;
}
.right, .alignright {
  float:right;
  display:inline;
}
.shell {
  width:980px;
  margin:0 auto;
}
#header {
  height:77px;
  border-top:7px solid #6b757c;
}
#header .shell {
  position:relative;
  height:77px;
}
h1#logo {
  position:absolute;
  top:26px;
  left:9px;
  width:245px;
  height:31px;
}
h1#logo a {
  display:block;
  height:31px;
  background:url(images/logo.gif) no-repeat 0 0;
  text-decoration:none;
}
h1#logo a:hover {
  text-decoration:none;
}
h1#logo span {
  font-size:10px;
  line-height:13px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:4px;
  display:block;
  padding:20px 0 0 44px;
}
#navigation {
  float:right;
  display:inline;
  width:616px;
  height:33px;
  background:url(images/nav-bg.gif) no-repeat 0 0;
  margin-right:17px;
}
#navigation ul {
  list-style:none outside none;
  padding:6px 0 0 33px;
}
#navigation ul li {
  float:left;
  display:inline;
  padding-right:42px;
}
#navigation ul li.last {
  padding-right:0;
}
#navigation ul li a {
  font-family:Verdana, sans-serif;
  color:#d7e7f1;
  text-transform:lowercase;
  font-size:11px;
}
#navigation ul li a:hover, #navigation ul li a.active {
  font-weight:bold;
  color:#fff;
}
#slider {
  height:299px;
  background-color:#6b757c;
}
#slider .shell {
  position:relative;
  height:100%;
  overflow:hidden;
}
#slider-content {
  position:relative;
  width:980px;
  height:299px;
  overflow:hidden;
}
#slider-content ul {
  position:relative;
  list-style:none outside none;
  overflow:hidden;
}
#slider-content ul li, .jcarousel-container, .jcarousel-clip {
  position:relative;
  width:980px;
  height:299px;
}
.slider-prev, .slider-next {
  position:absolute;
  top:136px;
  display:block;
  width:18px;
  height:27px;
  z-index:5;
}
.slider-prev {
  left:28px;
  background:url(images/prev.png) no-repeat 0 0;
}
.slider-next {
  right:28px;
  background:url(images/next.png) no-repeat 0 0;
}
#slider-nav {
  position:absolute;
  bottom:10px;
  right:26px;
  display:block;
}
#slider-nav ul {
  list-style:none outside none;
}
#slider-nav ul li {
  float:left;
  display:inline;
  width:33px;
  height:32px;
  margin-right:2px;
}
#slider-nav ul li a {
  display:block;
  height:32px;
  background-color:#000;
  font-size:18px;
  text-align:center;
  line-height:31px;
  color:#fff;
}
#slider-nav ul li a:hover, #slider-nav ul li a.active {
  background-color:#0095da;
  color:#000;
}
#main {
  padding:43px 0;
}
#main .shell {
  width:952px;
  padding-left:28px;
}
.col {
  float:left;
  display:inline;
  width:290px;
  margin-right:28px;
  padding-bottom:41px;
}
.col-last {
  margin:0;
}
#main-content {
  float:left;
  display:inline;
  width:607px;
  margin-right:28px;
}
#sidebar {
  float:left;
  display:inline;
  width:290px;
}
.post {
}
.post h3 {
  color:#fff;
  font-size:22px;
  font-weight:normal;
  border-bottom:2px solid #a2b0b9;
  padding-bottom:14px;
}
.post p {
  padding-top:10px;
}
.post p a {
  color:#3a4145;
  text-decoration:underline;
}
.post p a:hover {
  color:#fff;
  text-decoration:none;
}
.footer {
  border-top:3px solid #626b71;
  font-size:9px;
  font-family:Verdana, serif;
}
.footer .shell {
  width:925px;
  padding:7px 28px 12px 27px;
}
.footer, .footer a {
  color:#b5babe;
  background-color:#6b757c;
  text-decoration:none;
}
.footer p {
  margin:0;
  padding:0;
  line-height:normal;
}
.footer .lf {
  float:left;
}
.footer .rf {
  float:right;
}


</style>


<script src="js/jquery-1.4.2.js" type="text/javascript"></script>
<script src="js/jquery.jcarousel.min.js" type="text/javascript"></script>
<script src="js/js-fnc.js" type="text/javascript"></script>
<link rel="shortcut icon" type="image/x-icon" href="wcsst-5-css/images/favicon.ico" />
<!--[if IE 6]><link rel="stylesheet" href="wcsst-5-css/ie6.css" type="text/css" media="all" /><![endif]-->
</head>
<body>
<!-- START PAGE SOURCE -->
<div id="header">
  <div class="shell">
    <h1 id="logo"><a href="#"><span>free css website templates</span></a></h1>
    <div id="navigation">
      <ul>
        <li><a href="#" class="active">Home</a></li>
        <li><a href="#">About Us</a></li>
        <li><a href="#">Services</a></li>
        <li><a href="#">Solutions</a></li>
        <li><a href="#">Support</a></li>
        <li><a href="#">Partners</a></li>
        <li class="last"><a href="#">Contact</a></li>
      </ul>
    </div>
  </div>
</div>
<div id="slider">
  <div class="shell">
    <div id="slider-content">
      <ul>
        <li><img src="wcsst-5-css/images/slider-image.gif" alt="" /></li>
        <li><img src="wcsst-5-css/images/slider-image.gif" alt="" /></li>
        <li><img src="wcsst-5-css/images/slider-image.gif" alt="" /></li>
        <li><img src="wcsst-5-css/images/slider-image.gif" alt="" /></li>
      </ul>
    </div>
    <a href="#" class="slider-prev notext">prev</a> <a href="#" class="slider-next notext">next</a>
    <div id="slider-nav">
      <ul>
        <li><a href="#">1</a></li>
        <li><a href="#">2</a></li>
        <li><a href="#" class="active">3</a></li>
        <li><a href="#">4</a></li>
      </ul>
    </div>
  </div>
</div>
<div id="main">
  <div class="shell">
    <div class="col">
      <div class="post">
        <h3>Who Are We?</h3>
        <p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry</strong>. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, <a href="#">Website CSS Templates</a> unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
      </div>
    </div>
    <div class="col">
      <div class="post">
        <h3>What We Do ?</h3>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. <strong>Lorem Ipsum has been the industry's standard dummy</strong> text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing</p>
      </div>
    </div>
    <div class="col col-last">
      <div class="post">
        <h3>Latest Project</h3>
        <p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</strong> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, <a href="#">Website CSS Templates</a> unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
      </div>
    </div>
    <div class="cl">&nbsp;</div>
    <div id="main-content">
      <div class="post">
        <h3>Some Title</h3>
        <p><strong>Lorem Ipsum is simply dummy text of the printing</strong> and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.<a href="#">Website CSS Templates</a> in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
      </div>
    </div>
    <div id="sidebar">
      <div class="post">
        <h3>Some Title</h3>
        <p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</strong> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown <a href="#">Website CSS Templates</a> and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typeset</p>
      </div>
    </div>
    <div class="cl">&nbsp;</div>
  </div>
</div>
<div class="footer">
  <div class="shell">
    <p class="lf">Copyright &copy; 2010 <a href="#">SiteName</a> - All Rights Reserved</p>
    <p class="rf"><a href="http://www.free-css.com/" target="_blank">Free CSS Templates</a> by <a href="http://www.websitecsstemplates.com/" target="_blank">WebsiteCSSTemplates</a></p>
    <div style="clear:both;"></div>
  </div>
</div>
<!-- END PAGE SOURCE -->
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.wcsst-10
2.wcsst-11
3.wcsst-12
4.wcsst-15
5.wcsst-16
6.wcsst-17
7.wcsst-18
8.wcsst-19
9.wcsst-2
10.wcsst-20
11.wcsst-21
12.wcsst-22
13.wcsst-23
14.wcsst-24
15.wcsst-25
16.wcsst-26
17.wcsst-3
18.wcsst-4
19.wcsst-6
20.beez-design
21.metamorph_camomile
22.metamorph_champagne
23.metamorph_clover
24.metamorph_dao
25.metamorph_dna
26.metamorph_lilac
27.metamorph_lilium
28.metamorph_lime
29.metamorph_limemint_lt
30.metamorph_lionpride
31.metamorph_swallowtail-indexl
32.metamorph_synchronized_lt
33.metamorph_temple
34.metamorph_vectorart
35.metamorph_wow
36.wcsst-7
37.wcsst-9
38.bouquet
39.baseline
40.beautifulday
41.bedazzled
42.Beehives
43.beez
44.begeodan
45.cleo-studio
46.cloverleaf
47.CMS Style
48.dragonfly
49.nautica
50.Nautica022
51.Nautica02Liquid
52.Nautica03
53.Nautica04
54.nautica05
55.nautica05dark
56.nautica08
57.nauticax
58.soothing