funkycorporate : Business « Templates « HTML / CSS






funkycorporate

    

<!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">
<head>
<title>Funky Corporate Design</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<style type='text/css'>
/*------------------------------------------------------------*
**  
    CSS coding by Empire Elements - www.empire-elements.co.uk
    Contact us on : info@empire-elements.co.uk
  UK Mobile: 07891 226 702   Tel: 020 8816 8289
  
**------------------------------------------------------------*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
  }
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/  
#Container {
  width: 800px;
  text-align: justify;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
#Top img{
  float: right;
}
#Top h1{
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 18px;
  font-weight: bold;
  color: #FC7316;
  font-style: normal;
  line-height: normal;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
}
#Top h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #005787;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-weight: bold;
}    
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
  height: 25px;
  background-color: #EFEFEF;
  width: 800px;
  margin-top: 0px;
  
}

div#nav ul
{
  height: 25px;
  list-style: none;
  width: 800px;
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
  
  
}

div#nav ul li
{
  list-style: none;
  display: block;
  width: 133px;
  float: left;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  font-weight: normal;
  border-right: 1px solid #FFFFFF;  
}

div#nav ul li a
{
  width: 100%;
  height: 25px;
  display: block;
  color: #005787;
  text-decoration: none;
  font-family: "Trebuchet MS";
  font-size: 14px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FC7316;
}

div#nav ul li.last
{
  width: 129px;
}

div#nav ul li a:hover
{
  color: #FFFFFF;
  background-color: #FC7316;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
  text-align: left;
  width: 800px;
  padding-top: 5px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
  background-color: #FC7316;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
  padding-right: 10px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: right;
}

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
  width: 800px;
  clear: both;
  float: left;
  padding-bottom: 0px;
}
div#MainText h1{
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 16px;
  font-weight: bold;
  color: #005787;
  margin-top: 10px;
}

/* Container Left Start*/
div#MainText-left {
  width: 180px;
}
div#MainText-left ul {
  height: 25px;
  list-style: none;
  width: 180px;
  clear: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
div#MainText-left ul li {
  list-style: none;
  display: block;
  width: 180px;
  float: left;
  text-align: left;
  line-height: 25px;
  font-size: 12px;
  font-weight: normal;
}
div#MainText-left ul li a{
  width: 100%;
  height: 25px;
  display: block;
  color: #FC7316;
  text-decoration: none;
  font-family: "Trebuchet MS";
  font-size: 14px;
  padding-left: 10px;
  background-color: #EFEFEF;
  margin: 1px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #949494;
}
div#MainText-left ul li a:hover {
  color: #FFFFFF;
  background-color: #FC7316;
  font-weight: bold;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #005787;
}
/* Container Right Start*/
div#MainText-right {
  text-indent: 8pt;
  clear: both;
  width: 570px;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 18px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
  width: 100%;
  clear: both;
  background-color: #EFEFEF;
}
div#Footer p{
  padding: 5px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #949494;
}
div#Footer a{
  color: #FC7316;
  text-decoration: none;
}
div#Footer a:hover{
  color: #005787;
  text-decoration: none;
}

</style>


</head>
<body>
<div id="Container">
  <div id="Top">
    <h1><img src="logo.gif" alt="Cool Web site Designs" width="160" height="50" class="logo" />Funky Corporate Design</h1>
    <h2>Your sub header title goes here </h2>
  </div>
  <div id="nav">
    <ul>
      <li><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">Navigation 2</a></li>
      <li><a href="http://www.free-css.com/">Navigation 3</a></li>
      <li><a href="http://www.free-css.com/">Navigation 4</a></li>
      <li><a href="http://www.free-css.com/">Navigation 5</a></li>
      <li class="last"><a href="http://www.free-css.com/">Navigation 6</a></li>
    </ul>
  </div>
  <div id="TopImage"><img src="top.jpg" alt="" width="800" height="174" /></div>
  <div id="InfoLine">Latest news Text line.</div>
  <div id="MainText">
    <div id="MainText-right">
      <h1>Welcome to our design studio that offers the coolest designs.</h1>
      <p>Empire Elements is a UK Web Design Company delivering web sites, custom web design and web site hosting to businesses and individuals. We take proper care of the smallest  job and we anticipate your needs.</p>
      <p>We are specialists in web site design that requires precision code, supporting W3C standard (please see statement of validation at the bottom of this page), web hosting, multi browser support and Optimization for the search engines. When we build a web site our web sites are by default tested in all major browsers, to ensure visitors of your site encounter flawless experience.
        Over 3 years of design company UK business experience, operating world wide with bases in the United Kingdom and Europe. <br />
        <br />
        No fixed office hours, help when you need it.</p>
    </div>
    <div id="MainText-left">
      <ul>
        <li><a href="http://www.free-css.com/">Original Web design Style</a></li>
        <li><a href="http://www.free-css.com/">W3C standard Validation</a></li>
        <li><a href="http://www.free-css.com/">Explicit Coding Techniques</a></li>
        <li><a href="http://www.free-css.com/">Makeovers</a></li>
        <li><a href="http://www.free-css.com/">Multibrowser Support</a></li>
        <li><a href="http://www.free-css.com/">LIVE Feature</a></li>
        <li><a href="http://www.free-css.com/">Code Optimization</a></li>
        <li><a href="http://www.free-css.com/">Our Clients</a></li>
        <li><a href="http://www.free-css.com/">Benefits with Us</a></li>
      </ul>
    </div>
  </div>
  <div id="Footer">
    <p> Designed By <a href="http://www.empire-elements.co.uk/" title="Empire Elements web design">Empire Elements</a><br />
      <b>More Info:</b> | <a href="http://www.free-css.com/">Terms and Conditions</a> | <a href="http://www.free-css.com/">Testimonials</a> | <a href="http://www.free-css.com/">Contact Us</a><br />
      This web site is <a href="http://validator.w3.org/check?uri=referer">W3C XHTML 1.0 Strict VALID</a><br />
      <b>Link Exchange: </b><a href="http://www.free-css.com/">Add your site free</a>, <a href="http://www.free-css.com/">Add your site free</a><br />
      Licenced under <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Noncommercial-Share Alike 2.0 UK</a></p>
  </div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.metamorph_disco
2.businesdesign2007
3.businesportal
4.business template
5.business web design
6.business web template 38
7.business-1
8.business-2
9.business-box
10.business-center
11.business-co
12.business-company
13.business-consultants
14.Business-Design
15.business-elegance
16.business-llc
17.business-online
18.business-solution
19.business-strategy
20.business-time
21.business-way
22.business-world
23.businessblog
24.businessdesign
25.businesshighway
26.businesslike
27.BusinessName
28.BusinessSolution
29.businesssolutions01
30.businesstheme
31.businessweb
32.Business_Elegance
33.business_events
34.business_maritime
35.busineswebdesign
36.CarCar
37.car-club
38.car-dealer
39.cars-website
40.bloodybusiness
41.Bloody_Business
42.biz-company
43.biz-solution
44.biz-watch
45.bizbox
46.bizgroup
47.metamorph_autosalon
48.metamorph_business
49.metamorph_casino
50.alouette-agency
51.advertising
52.financial-services
53.financial-website
54.five-star-hotel
55.metamorph_advice
56.bloom
57.blooming
58.clubcard
59.clubhouse
60.bed-and-breakfast
61.construction-company
62.construction-group
63.constructional-company
64.consulting-services
65.Consulting
66.corporate-2.0
67.corporate-blue
68.corporate
69.CorporateBlack
70.corporateblue
71.CorporateBlue2
72.corporategreen
73.CorporateGrey
74.corporateluxe
75.corporateprofiles
76.CorporateRedGrey
77.Corporate_Design
78.corporation-ltd
79.design-company
80.metamorph_shopping
81.metamorph_spasaloon
82.metamorph_restaurant
83.metamorph_photostudio
84.abc-company
85.ad-agency
86.foo_shooting_club
87.firming
88.financialco
89.abstract-studio
90.carpet-cleaning
91.architect-company
92.architect-group
93.architect
94.architectural-company
95.architectural-group
96.architecture-bureau
97.architecture
98.computer-business
99.computer-store
100.djclub
101.dally_studio
102.future-business
103.global-business
104.global-hosting
105.global
106.globalhouse
107.globalpress
108.enterprise
109.corpplus
110.corpwire-magazine
111.simply_business
112.Small_Corporation
113.your-business
114.voip-company
115.economics
116.educational-site
117.ec-mania
118.furniture-collections
119.mobileshop
120.political-party
121.pizza-factory
122.pizzaparlor
123.plainoffice
124.plantshop
125.play-school
126.office
127.online-casino
128.online-radio
129.online_education
130.outsource-inc
131.software-co
132.software-company
133.simplyBusiness
134.smallstudio
135.small-corporation
136.rainbow_consultant
137.Professional
138.professional-web2
139.premium-business
140.premiumtemplateshop
141.radio-station
142.real-estate-agency
143.real-estate-co
144.real-estate
145.realestate-company
146.realestate
147.sample-resume
148.sample_business_site
149.resume
150.shop-around
151.shop-online
152.social-community-management
153.workshyfop
154.workspacer
155.whirlpool
156.WebStore
157.weblogo
158.strategicbusinessdesigns
159.thebluecompany
160.thebookstore
161.TheCorporation
162.total_management
163.thepinkcompany
164.theme-marketplace
165.transportcompany
166.internetmarket
167.internetjobs
168.market-leader
169.Market
170.marketing-company
171.lawyer-and-attorney
172.lawyer-marketing
173.Job-Portal
174.happy-print-shop
175.health-care
176.inbusiness
177.industrial-company
178.industrial-construction
179.industrial
180.industry
181.internethosting
182.internetservices
183.luxury-hotel
184.luxury-restaurant
185.military-school
186.headquarters
187.hosting-co
188.incorporated
189.interior-design
190.internetcorporation
191.internetmanagement
192.internet-studio
193.TWO COLUMN CSS BUSINESS WEBSITE TEMPLATE
194.Business template 2