agency : Design 2 « Templates « HTML / CSS






agency

     

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Design Agency, CSS Template, Free Download</title>
<meta name="keywords" content="free css template, Design Agency, XHTML, CSS" />
<meta name="description" content="Design Agency - Free CSS Template, Download XHTML CSS Layout" />
<style type='text/css'>
/*
CSS Credit: http://www.templatemo.com
*/

body {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  width: 100%;
  display: table;
  background: url(agency-images/templatemo_bg.jpg) repeat-x #2f6767;
}

a:link, a:visited {  color: #FFFF66; text-decoration: underline; }
a:active, a:hover { color: #33FFFF; text-decoration: none; }

p { 
  font-family: Tahoma, "Trebuchet MS", Verdana; 
  font-size: 12px;
  color: #fff;
  text-align: justify;
  margin: 0 0 20px 0;
}

h1 { 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 30px;
  color: #fff;
  margin: 0 0 20px 0;
}

h2 { 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #fff;
  background: url(agency-images/templatemo_titile_bullet.png) no-repeat left;
  padding: 0 0 0 20px;
}

h3 {
  font-family: Tahoma, "Trebuchet MS", Verdana; 
  font-size: 18px;
  margin: 0 0 20px 0;
  color: #fff;
}

.templatemo_container {
  width: 850px;
  margin: auto;
}

#templatemo_header {
  width: 850px;
  height: 158px;
  background: url(agency-images/templatemo_header.jpg) no-repeat;
}

#templatemo_search {
  float: right;
  width: 233px;
  height: 38px;
  background: url(agency-images/templatemo_search_box.png) no-repeat;
  margin: 20px 0 0 0;
  padding: 0;
}

#searchfield {
  height: 17px;
  width: 130px;
  padding: 5px;
  color: #040505;
  font-size: 13px;
  font-variant: normal;
  line-height: normal;
  background: none;
  border: none;
  margin: 6px 0 0 10px;
}

#searchbutton {
   height: 29px;
  margin: 0 0 0 5px;
  padding: 0 6px;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  white-space: pre;
  color: #040505;
  background: none; 
  border: none;
}

/* Menu */
#templatemo_menu {
  clear: both;
  float: right;
  height: 34px;
  width: 440px;
  padding: 0;
  margin: 45px 0 0 0;
}

#templatemo_menu ul {
  list-style: none;
  display: inline;
}

#templatemo_menu li {
  float:left;
}

#templatemo_menu li a {
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 20px 0 0;
  font-weight: bold;
  padding: 0 0 0 40px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}

#templatemo_menu .home {
  background: url(agency-images/templatem_menu_home.png) left top no-repeat;
}

#templatemo_menu .about {
  background: url(agency-images/templatem_menu_about.png) left top no-repeat;
}

#templatemo_menu .service {
  background: url(agency-images/templatem_menu_service.png) left top no-repeat;
}

#templatemo_menu .contact {
  background: url(agency-images/templatem_menu_contact.png) left top no-repeat;
}

#templatemo_menu li.current a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  border: none;
}

#templatemo_menu li a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
/*End OF menu*/

#templatemo_content_area {
  padding: 25px 0;
  margin: 0;
}

.templatemo_h_line {
  width: 850px;
  height: 28px;
  background: url(agency-images/templatemo_h_line.png) no-repeat;
  clear: both;
}

#templatemo_left {
  float: left;  
  width: 203px;
  margin: 25px 0 20px 55px;
}

.templaetmo_section_1 {

  float: left;
  width: 203px;
  height: 179px;
  background: url(agency-images/templatemo_paper.png) no-repeat;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;

}

.templaetmo_section_1 .sub_menu {
  list-style: none;
}

.sub_menu li {
  text-align: left;
  font-family: "Segoe Script", Verdana;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

.sub_menu li a {
  color: #202625;
}

.sub_menu li a:hover, .sub_menu .current {
  color: #7d0b0b;
  text-decoration: underline;
}

#templatemo_right {
  float: right;  
  width: 550px;
  margin: 0 0 20px 0
}

.templatemo_section_2 {
  float: left;
  width: 390px;
  margin: 20px 0 0 20px;
}

.templatemo_section_2 img {
  float: left;
  margin: 0 10px 10px 0;
}

.templatemo_section_2 h1 {
  font-family: Verdana; 
  font-size: 24px;
  font-weight: normal;
  color: #04265f;
  margin: 0 0 10px 0;
}

.templatemo_section_2 p {
  margin: 0 0 10px 0;
}

#templatemo_bottom_section {
  width: 100%;
  background: url(agency-images/templatemo_bottom_bg.jpg) #202625 repeat-x;
  padding: 20px 0;
}

#templatemo_footer {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  background: #090909;
  text-align: center;
  border-top: 1px solid #3c3f3f;
  border-bottom: 1px solid #3c3f3f;
}

#templatemo_footer a {
  color: #fff;
}

.left {
  margin: 20px 20px 0 20px;
}

.right_img {
  float: right;
  margin: 0 0 5px 5px;
}

.left_img {
  float: left;
  margin: 0 5px 5px;
}

.cleaner {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

</style>


<script language="javascript" type="text/javascript">
function clearText(field)
{
    if (field.defaultValue == field.value) field.value = '';
    else if (field.value == '') field.value = field.defaultValue;
}
</script>
</head>
<body>
<div class="templatemo_container">
      <div id="templatemo_header">
          <div id="templatemo_search">
              <form action="#" method="post">
                  <input type="text" value="Enter keyword here..." name="q" id="searchfield" title="searchfield" onfocus="clearText(this)" onblur="clearText(this)" />
                  <input type="submit" name="Search" value="Search" alt="Search" id="searchbutton" title="Search" />
              </form>
             </div>
            <div class="cleaner"></div>
      <div id="templatemo_menu">
        <ul>
          <li class="current home"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Home</a></li>
                    <li class="about"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Portfolio</a></li>
               <li class="service"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">About</a></li>
             <li class="contact"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Contact</a></li>
        </ul>
      </div>
        </div>
        
        <div id="templatemo_content_area">
        
          <div id="templatemo_left">
            
              <div class="templaetmo_section_1">
                  <ul class="sub_menu">
                      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" class="current">Latest News</a></li>          
                        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Our Clients</a></li>
                        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Web Design</a></li>
                        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Our Awards</a></li>
                    </ul>
                </div>
            
            </div>
        
          <div id="templatemo_right">
              <h1>Free XHTML CSS Template</h1>
                <p>This is a <a href="http://www.templatemo.com/page/1" target="_parent">free website template</a> provided by TemplateMo.com website. You may download, modify and use this layout for your personal or commercial websites.Credit goes to <a href="http://www.smashingmagazine.com" target="_blank"> Smashing Magazine</a> for menu icons.</p>
              <p>Donec nunc nisi, convallis eu euismod sit amet, eleifend in lectus. Pellentesque aliquam posuer luctusco re tortor, non rutrum quam euismod tempus. Suspendisse potenr luctus condimentumti. Aliquam pulvinar luctus condimentumr luctus condimentum. Integer pulvinar ligulaiteSvarius tincidunt iaculis quam cursus. Nam tincidunt lor luctus condimentumbortis leo, a laoreet velit im Etiama nisl. </p> 
              <p>Rcilisis accumsan luctus ac bibendum a, sodales ultrr luctus condimentumicies turpis. Aenean pulvinar. Nam nec tellus sem. Suspendisse vr luctus condimentumestibulum pulvinar nulla non nc laoreet varius elit et feugiat fendum euismod. Aliquam pulvinar luctus cond
imentumr. </p>
          </div>
            
          <div class="templatemo_h_line"></div>
            
            <div class="templatemo_section_2 left">
              <img src="agency-images/templatemo_img_1.jpg" alt="hat" />
                <h3>SEO Services</h3>
              <p>Fen dum euismod. Aliquam pulvinar luctus cond
imen tumr luctus condi ment Oprum. Integer pulvinai.</p>

        <p>Svarius tincidunt iaculis quam cursus. Nam tinci lor luctus condi mentum bortis leo, a laoreet .</p>
            </div>
            
            <div class="templatemo_section_2">
               <img src="agency-images/templatemo_img_2.jpg" alt="newspaper" />
                <h3>Special Packages</h3>
              <p>Do nec nunc nisi, convallis eu euismod sit amesi
ele if end in lectus. Pell ent esque ali quam pos uerl</p>

        <p>Re tortor, non rutrum quam euismod tempus. its
spendisse potenr luctus condimentumti. </p>
            </div>
            
            <div class="cleaner"></div>
      </div>
    
</div><!--  End of container --> 
    
    <div id="templatemo_bottom_section">
      <div class="templatemo_container">
       <div class="templatemo_section_2 left">
                <h2>Online Marketing</h2>
              <p>Mauris congue felis at nisi. Donec felis. Pellentesque leo lacus, rhoncus nec, consequat ac, ullamcorper nec, orci. Etiam sit amet turpis. Nam sodales, pede vel dapibus lobortis, ipsum diam molestie risus, a vulputate risus nisl pulvinar lacus. <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw"><strong>Read More</strong></a></p>
    </div>
            
            <div class="templatemo_section_2">
               <h2>Donec Nunc Nislamdse</h2>
        <p>Aliquam erat arcu, euismod et, dignissim in, interdum ac, est. Mauris congue felis at nisi. Donec enim enim, imperdiet quis, mollis a, elementum a, diam. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et nunc commodo ante ornare imperdiet. <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw"><strong>Read More</strong></a></p>
      </div>
            
          <div class="templatemo_section_2 left">
              <h2>Fendum Aliquam Lactus</h2>
                <p>Aenean eleifend, neque hendrerit elementum sodales, odio erat sagittis quam, sed tempor orci magna vitae tellus. Proin dui mauris, tempor eget, pulvinar sed, pretium sit amet, dui. <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw"><strong>Read More</strong></a></p>
          </div>
            
             <div class="templatemo_section_2" >
              <h2>Future Work</h2>
                <p>Fusce quis diam sit amet tortor luctus pellentesque. Donec accumsan urna non elit tristique mattis. Vivamus fermentum orci viverra nisl. In nec magna id ipsum aliquam dictum. <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw"><strong>Read More</strong></a></p>
            </div>
            <div class="cleaner"></div>
      </div>   <!--  End of container --> 
    </div> <!--  End of templatemo_bottom_section --> 
    <div id="templatemo_footer">
      Copyright  2024 <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Your Company Name</a> | Design downloaded from <a href="http://www.webhostingservices.us/">Web Hosting Services</a> | <a href="http://www.templatemo.com/page/1" target="_parent">Free CSS Templates</a></div>      
<!--  Free CSS Templates by TemplateMo.com  -->
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.metamorph_drop
2.metamorph_energybolt
3.metamorph_exit
4.metamorph_global
5.metamorph_glowing
6.metamorph_host
7.metamorph_icybreeze
8.metamorph_interiordesign
9.metamorph_interstate60
10.metamorph_lotr
11.metamorph_lyrics_lt
12.metamorph_melancholy_lt
13.metamorph_mercuryworld
14.metamorph_metaform
15.metamorph_models
16.metamorph_nuke
17.metamorph_oldheavens
18.metamorph_palmbeach
19.metamorph_strongrey_lt
20.metamorph_thames
21.metamorph_transitional
22.metamorph_tropic
23.metamorph_truncata
24.metamorph_tubes
25.metamorph_tunel
26.ablaze
27.aboutfruts
28.abrasive
29.abscond
30.abstraction
31.acallia-development
32.accomplishable
33.actualbiz
34.adhesive
35.adios
36.advantage
37.aero-solutions
38.aerolyk
39.affection
40.ahoy
41.al-infolabs
42.alexx-c
43.alieninvasion
44.alpha
45.altered
46.altruism
47.ambiance
48.amoreira
49.angryhornet
50.anibanner01
51.AnotherSquare
52.anther
53.anthropod
54.Antikoerperchen
55.antiquity
56.aphotic
57.applique
58.aprilshowers
59.Arbenting-MinimalistResumeTemplate
60.expanding-portfolio
61.experience
62.expertvision
63.exploitable
64.ezine02
65.familiar
66.favorite-cakes
67.featherlight
68.featuring
69.femflex1
70.fernando1
71.fertilization
72.Fibre
73.fibreglass
74.filaments
75.findingpeace
76.firerescuesquad
77.fivestar
78.Flair Template
79.flair
80.flan2
81.flange
82.flattering
83.flavour
84.fleur
85.flightandfight
86.fluidity
87.fluidsolution
88.flyover-builders
89.WP-Bliss
90.website-design
91.website-traffic