transport : Design 8 « Templates « HTML / CSS






transport

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

  <title>Transport template</title>
<style type='text/css'>
html, body, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1 img {
  display: block;
}
img {
  border: 0;
}
a {
  color: #464544;
}
a:hover {
  color: #666666;
}
.left {
  float: left;
}
.right {
  float: right;
}
.more {
  text-align: right;
}
.clear {
  clear: both;
}

body {
  background: url(transport-images/page_bg.gif);
  text-align: center;
  font: 12px arial, sans-serif;
  color: #464544;
  padding-bottom: 10px;
}

#outer {
  background: top left url(transport-images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
  text-align: left;
  margin: auto;
  width: 798px;
  position: relative;
  background: url(transport-images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(transport-images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(transport-images/body_bg_top.gif) no-repeat;
  min-height: 870px;
  _height: 870px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 50px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(transport-images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}


/** page title **/

#page-title{

 width:400px;
}

#page-title span{

  position:relative; 
  top:25px; 
  left:55px;

}


#page-title p{

  position:relative; 
  top:25px; 
  left:225px; 
  font-weight:bold;

}


/** green box **/
#gbox {
  width: 431px;
  margin-top: 51px;
  margin-left: 22px;
}

#gbox-bg  { background: url(transport-images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(transport-images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(transport-images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(transport-images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  #background: url(transport-images/grey_bg.gif) repeat-y;
  width: 331px;
  position: absolute;
  top: 192px;
  left: 457px;
}
#greybox-top {
 # background: url(transport-images/grey_img.jpg) no-repeat;
  padding-left: 165px;
  padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(transport-images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}

#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}



#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}

</style>


  
</head>

<body>

  <div id="outer">
    <div id="wrapper">
      <div id="body-bot">
        <div id="body-top">
          <div id="logo">
            <h1>TRANSPORT COMPANY</h1>
            <p>We care about your cargo</p>
          </div>
          <div id="nav">
            <ul>
              <li><a href="http://www.freewebsitetemplates.com">MAIN PAGE</a></li>
              <li><a href="http://www.freewebsitetemplates.com">TRACKING</a></li>
              <li><a href="http://www.freewebsitetemplates.com">RATES</a></li>
              <li><a href="http://www.freewebsitetemplates.com">PICK UP</a></li>
              <li><a href="http://www.freewebsitetemplates.com">SERVICES</a></li>
              <li><a href="http://www.freewebsitetemplates.com">CONTACT US</a></li>
            </ul>
            <div class="clear"> </div>
          </div>
      
      <div id="page-title">
          <span>
           <h2 style="color:#4f7202;">MOST CONVINIENT & RELIABLE</h2>
           <h2 style="color:#4f7202;">TRANSPORT SERVICES</h2>
           </span>
         
           <p>
          <a href="http://www.freewebsitetemplates.com">Click here for details</a>
          </p>
      </div>
      
          <div id="gbox">
            <div id="gbox-top"> </div>
            <div id="gbox-bg">
              <div id="gbox-grd">
                <h2>WELCOME TO OUR TRUCK TRACKING COMPANY</h2>
        <p>You can find some <a href="http://www.webhostingservices.us/">web hosting services</a> which are also a need for website building which are listed in web hosting search.</p>
  <p>You can remove any link to our websites from this template you're free to use the template without linking back to us.</p>
                <p>This is just a place holder so you can see how the site would look like.</p>

<p>This is a template designed by free website templates for you for free you can replace all the text by your own text.</p>
                <div id="features">
                  <h2>FEATURED SERVICES</h2>
                  <ul>
                    <li><a href="http://www.freewebsitetemplates.com">Free Website Templates</a></li>
          <li><a href="http://www.freewebsitetemplates.com/forum/">The forum</a></li>
                    <li><a href="http://www.justwebtemplates.com">Just Web Templates</a></li>
                    <li><a href="http://www.templatebeauty.com">Template Beauty</a></li>
                    
                  </ul>
                  <ul>
            <li><a href="http://www.templatebeauty.com">Template Beauty</a></li>
                    <li><a href="http://www.freewebsitetemplates.com">Free Website Templates</a></li>
          <li><a href="http://www.freewebsitetemplates.com/forum/">The forum</a></li>
                    <li><a href="http://www.justwebtemplates.com">Just Web Templates</a></li>
                  </ul>
                  <div class="clear"> </div>
                </div>
                
                <div id="newsletter">
                  <h2>NEWSLETTER</h2>
                  <form action="" method="get" accept-charset="utf-8">
                    <input type="text" class="text" name="q" value="" id="some_name" />
                    <input type="submit" value="go">
                  </form>
                  <p><a href="http://www.freewebsitetemplates.com">Click here for details</a></p>
                </div>
                <div id="events">
                  <h2>FEATURED EVENTS</h2>
                  <ul>
                    <li><a href="http://www.templatebeauty.com">Template Beauty</a></li>
                    <li><a href="http://www.freewebsitetemplates.com">Free Website Templates</a></li>
          <li><a href="http://www.freewebsitetemplates.com/forum/">The forum</a></li>
                    <li><a href="http://www.justwebtemplates.com">Just Web Templates</a></li>
                  </ul>
                </div>
                <div class="clear"> </div>
                
              </div>
            </div>
            <div id="gbox-bot"> </div>
          </div>
       
          <div id="greybox" >
             
        <img src="transport-images/pic_1.jpg" width="164" height="167"></td><td> <img src="transport-images/pic_2.jpg" width="164" height="167">
        <img src="transport-images/pic_3.jpg" width="164" height="167"></td><td> <img src="transport-images/pic_4.jpg" width="164" height="167">
        <img src="transport-images/pic_5.jpg" width="164" height="167"></td><td> <img src="transport-images/pic_6.jpg" width="164" height="167">
        <img src="transport-images/pic_7.jpg" width="164" height="167"></td><td> <img src="transport-images/pic_8.jpg" width="164" height="167">
      
          </div>
      
        </div>
      </div>
    </div>
  </div>
  
  <div id="copyright">
   Hosting by <a href="http://www.webhostingservices.us/">Web Hosting Services</a>.
  </div>

</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.tealzine
49.team_three
50.templatika
51.Tenebrific
52.terje1_winter
53.terrafirma
54.terrafirma2
55.The-Carbon
56.the-dark-one
57.the-island
58.the-mmozine
59.the-music-studio
60.the-new-audi
61.the-synopsis
62.the-themepod
63.the-web-news
64.theacmegroup
65.thechosenone
66.thelatest
67.themanor
68.tinytemplate
69.themissing-piece
70.thermal
71.thesite
72.thetechies
73.thewall
74.the_gig
75.thisistext
76.throughout
77.thunder
78.ticktocklight
79.time
80.Timeless Template
81.timeless
82.timemanager
83.toolkit
84.tooplain
85.topbusiness
86.topgadgets
87.topworks
88.tornpaperdocom
89.totaltouch
90.towers
91.traditionalist
92.transient
93.transition
94.trialservices
95.trikea-static
96.trinityinstitute
97.tropical-evening
98.tropical
99.truenature
100.turn-out-mag
101.Turnesol
102.turnitup
103.turrion-development
104.tv-archade
105.twirling
106.twisted
107.Typography
108.ultimateweb
109.unbound-1.0
110.uncomplicated
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine