enterprise : Business « Templates « HTML / CSS






enterprise

    

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>enterprise - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #ddd;
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
}

.wrapper {
  background: #ddd url('enterprise-images/bodybg.png') repeat-x scroll top left;
}

.subpage {
  background-image: url('enterprise-images/bodybg-small.png');
}

* {
  margin:0;
  padding:0;
}

/** element defaults **/
table {
  width: 100%;
  text-align: left;
}

th, td {
  padding: 10px 10px;
}

th {
  color: #fff;
  background: #2978A1 none repeat-x scroll -15px 0;
}

td {
  background: #111;
  border-bottom: 1px solid #222;
  color: #999;
}

code, blockquote {
  display: block;
  border-left: 5px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}
code {
  background-color: #ddd;
  border: none;
}
blockquote {
  border-left: 5px solid #333;
}

blockquote p {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #909090;
  height: 1%;
}

p {
  line-height: 1.9em;
  margin-bottom: 20px;
}

a {
  color: #256F94;
}

a:hover {
  color: #BC6637;
}

a:focus {
  outline: none;
}

fieldset {
  display: block;
  border: none;
  border-top: 1px solid #ccc;
}

fieldset legend {
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
  color: #666;
}

fieldset form {
  padding-top: 15px;
}

fieldset p label {
  float: left;
  width: 150px;
}

form input, form select, form textarea {
  padding: 5px;
  color: #333333;
  border: 1px solid #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

form input.formbutton {
  border: none;
  background: #FFFFFF url(enterprise-images/bodybg.png) repeat-x scroll 0 -160px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  letter-spacing: 1px;
  width: auto;
  overflow: visible;
}

form.searchform p {
  margin: 5px 0;
}

form.searchform input.s {
  border: 1px solid #000;
}

span.required {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

h1 {
  color: #1F5D7C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
}

h2 {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  letter-spacing: -0.5px;
  padding: 0 0 5px;
  margin: 0;
  font-weight: normal;
}

h3 {
  color: #BC6637;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  padding-bottom: 10px;
  font-size: 15px;
  color: #666;
}

h5 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #666;
}

ul, ol {
  margin: 0 0 35px 35px;
}

li {
  padding-bottom: 5px;
}

li ol, li ul {
  font-size: 1.0em;
  margin-bottom: 0;
  padding-top: 5px;
}


#container {
  width: 960px;
  margin:0 auto;
  padding: 0;
}

#header {
  padding: 0;
  margin: 0 auto;
  height: 110px;
}

#header h1  {
  padding-top: 35px;
  padding-left: 10px;
}

#header h1 a {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
  text-transform:uppercase;
  text-shadow: 2px 2px #222;
}

#header h2 {
  color: #999;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  margin-left: 7px;
  padding-left: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#nav {
  height: 50px;
  width: 960px;
}

#nav ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  float: right;
  height: 50px;
}

#nav ul li {
  float: left;
  display: block;
  padding:0;
  background: transparent url('enterprise-images/nav-left.jpg') no-repeat scroll top left;
  margin: 0 2px;
}

#nav ul li.selected {
  background: transparent url('enterprise-images/nav-selected-left.jpg') no-repeat scroll top left;
}

#nav ul li a {
  color: #9f9f9f;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 22px 20px 12px;
  text-decoration: none;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
  background: transparent url('enterprise-images/nav-right.jpg') no-repeat scroll top right;
}

#nav ul li a:hover {
  color: #ccc;
}

#nav ul li.selected a, #nav ul li.selected a:hover {
  color: #eee;
  background: transparent url('enterprise-images/nav-selected-right.jpg') no-repeat scroll top right;
}

#nav ul li a.selected {
  color: #fff;
}

#nav ul li a.selected:hover {
  text-decoration: none;
}

#page-intro {
  height: 150px;
  padding: 50px 20px 0;
  color: #eee;
}

#page-intro h2, #page-intro-small h2 {
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-shadow: 2px 2px #194E67;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
}

#page-intro p {
  font-size: 12px;
}

#page-intro-small {
  height: 66px;
  padding: 30px 20px 0;
  color: #eee;
}


#body {
  background: transparent none repeat-y scroll 0 0;
  margin: 15px auto 0;
  padding: 15px;
  width: 930px;
}

#content {
  float: left;
  width: 620px;
  margin: 0;
}

.sidebar {
  width: 280px;
  padding: 10px 0 0;
  background: transparent url('enterprise-images/sidebar-top.jpg') no-repeat scroll top left;
  float: right;
}


.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  margin-bottom: 0;
  line-height: 1.9em;
  padding-bottom: 0;
}

.sidebar li ul {
  border-top: 1px solid #D2875F;
  background: #2A2A2A;
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 10px;
  margin: 0;
  line-height: 1.5em;
  color: #999;
}

.sidebar li ul li a {
  font-weight: normal;
  color: #999;
}

.sidebar li ul.blocklist li {
  padding: 0;
  display: inline;
}

.sidebar li ul.blocklist li a {
  display: block;
  padding: 7px 8px;
  text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
  background-color: #202020;
  color: #ccc;
}

.sidebar li ul li a:hover {
  color: #ccc;
}

.sidebar h4 { 
  display: inline-block; /* for IE 6, 7 */
}

.sidebar h4 {
  background: #C7754A url(enterprise-images/sidebar-h4.jpg) repeat-x scroll 0 0;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 1em;
  margin: 0;
  padding: 12px;
  text-transform: uppercase;
}

.sidebar-end { 
  width: 280px;
  height: 10px;
  background: transparent url('enterprise-images/sidebar-bottom.jpg') no-repeat scroll top left;
}

.clear {
  clear: both;
}

#footer {
  margin:0 auto;
  background: #000 url('enterprise-images/footer.jpg') repeat-x scroll bottom left;
  padding: 30px 5px 0;
}

.footer-content {
  width: 960px;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

#footer a {
  color: #999;
  text-decoration: underline;
}

#footer h4 {
  color: #ccc;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#footer p {
  text-align: left;
  color: #999;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#footer form {
  margin: 0;
  padding: 0;
}

#footer form input#searchbutton {
  background-color: #E53E91;
  margin: 0;
}

#footer form input#searchquery {
  background-color: #333;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  padding: 6px 5px;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #222;
}

#footer ul li {
  padding: 0;
}

#footer ul li a  {
  display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
  text-decoration: none;
  display: block;
  font-size: 11px;
  padding: 7px 10px;
  border-bottom: 1px solid #222;
}

#footer ul li a:hover {
  background-color: #111;
}

.footer-box {
  width: 220px;
  margin-right: 26px;
  float: left;
}

.end-footer-box {
  margin-right: 0;
}

#footer-links {
  background-color: #000;
  color: #ccc;
  padding: 5px;
}
div#footer-links p {
  text-align: right;
  padding: 0;
  margin: 0 auto;
  font-size: 10px;
  width: 960px;
  display: block;
}
#footer-links a {
  color: #eee;
  font-weight: bold;
  text-decoration: underline;
}

</style>


<!--
enterprise, a free CSS web template by spyka Webmaster (www.spyka.net)

Download: http://www.spyka.net/web-templates/enterprise/

License: Creative Commons Attribution
//-->
</head>
<body>

<!-- use class subpage on the wrapper element when you want a small heading -->
<div class="wrapper subpage">
    <div id="container">
        <div id="header">
            <h1><a href="/">YourWebsite</a></h1>
            <h2>your website slogan here</h2>
        </div>
        <div id="nav">
            <ul>
                <li><a href="index.html">Home</a></li>
                 <li class="selected"><a href="examples.html">Examples</a></li>
                <li><a href="#">Solutions</a></li>
                <li><a href="#">Products</a></li>
                <li><a href="#">Contact</a></li> 
            </ul>
        </div>
        <div id="page-intro-small">
            <h2>A handful of code examples</h2>
        </div>
        <div id="body">
            <div id="content">
                <h2>Examples</h2>
    
                <h1>Heading H1</h1>
                <h2>Heading H2</h2>
                <h3>Heading H3</h3>
                <h4>Heading H4</h4>
                <h5>Heading H5</h5>
                
                
                <p>&nbsp;</p>
    
                
                <h3>Lists</h3>
                <ul>
    
                    <li>List item</li>
                    <li>List item</li>
                    <li>List item</li>
                </ul>
                        
                <ol>
                    <li>List item</li>
                    <li>List item</li>
                    <li>List item</li>
                </ol>
    
                <p>&nbsp;</p>
    
                
                    
                <h3>Code and blockquote</h3>
                <code>&lt;? echo('Hello world'); ?&gt;</code>
    
                <blockquote><p>Mauris sit amet tortor in urna tincidunt aliquam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas</p></blockquote>
    
                
                <p>&nbsp;</p>
                
                
                
                <h3>Table</h3>
    
                <table cellspacing="0">
                    <tr>
                        <th>ID</th>
                        <th>Name</th>
                        <th>Age</th>
                    </tr>
                    <tr>
                        <td>1</td>
                        <td>John Smith</td>
                        <td>28</td>
                    </tr>
                    <tr>
                        <td>2</td>
                        <td>Fred James</td>
                        <td>49</td>
                    </tr>
                    <tr>
                        <td>3</td>
                        <td>Rachel Johnson</td>
                        <td>19</td>
                    </tr>
    
                </table>
    
                <p>&nbsp;</p>
    
                
                <h3>Form</h3>
    
                <fieldset>
                    <legend>Form legend</legend>
                    <form action="#" method="get">
                        <p><label for="name">Name:</label>
                        <input name="name" id="name" value="" type="text" /></p>
                        <p><label for="email">Email:</label>
                        <input name="email" id="email" value="" type="text" /></p>
    
                        <p><label for="message">Message:</label>
                        <textarea cols="37" rows="11" name="message" id="message"></textarea></p>
                        <p><input name="send" style="margin-left: 150px;" class="formbutton" value="Send" type="submit" /></p>
                    </form>
                </fieldset>
                
            </div>
            
            <div class="sidebar">
                <ul>  
                   <li>
                        <h4><span>Navigate</span></h4>
                        <ul class="blocklist">
                            <li><a href="index.html">Home</a></li>
                            <li><a href="examples.html">Examples</a></li>
                            <li><a href="#">Products</a></li>
                            <li><a href="#">Solutions</a></li>
                            <li><a href="#">Contact</a></li>
                        </ul>
                    </li>
                    
                    <li>
                        <h4>About</h4>
                        <ul>
                            <li>
                                <p style="margin: 0;">Aenean nec massa a tortor auctor sodales sed a dolor. Duis vitae lorem sem. Proin at velit vel arcu pretium luctus.</p>
                            </li>
                        </ul>
                    </li>
                    
                    <li>
                        <h4>Search</h4>
                        <ul>
                            <li>
                                <form method="get" class="searchform" action="http://wpdemo.justfreetemplates.com/" >
                                    <p>
                                        <input type="text" size="24" value="" name="s" class="s" />
                                        <input type="submit" class="searchsubmit formbutton" value="Search" />
                                    </p>
                                </form>  
                            </li>
                        </ul>
                    </li>
                    
                    <li>
                        <h4>Sponsors</h4>
                        <ul>
                            <li><a href="http://www.themeforest.net/?ref=spykawg" title="premium templates"><strong>ThemeForest</strong></a> - premium HTML templates, WordPress themes and PHP scripts</li>
                            <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting"><strong>Web hosting</strong></a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
                            <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates"><strong>4templates</strong></a> - brilliant premium templates</li>
                        </ul>
                    </li>
                    
                </ul> 
                <div class="sidebar-end"></div>
            </div>
            <div class="clear"></div>
        </div>
    </div>
    <div id="footer">
        <div class="footer-content">
            <div class="footer-box">
                <h4>About our site</h4>
    
                <p>
                    Morbi fermentum, nunc id pellentesque blandit, lectus velit pellentesque nisl, a condimentum est velit sed nisi. Sed libero velit, eleifend nec porttitor a, porta quis leo. In hac habitasse platea dictumst. 
                </p>
            </div>
            
            <div class="footer-box">
                <h4>Categories</h4>
                <ul>
                  <li><a href="#">Lorem ipsum dolor sit amet.</a></li>
                  <li><a href="#">Quisque consequat nunc a felis.</a></li>
                  <li><a href="#">Suspendisse consequat magna at.</a></li>
                  <li><a href="#">Etiam eget diam id ligula rhoncus.</a></li>
                  <li><a href="#">Sed in mauris non nibh.</a></li>
                </ul>
            </div>
            
            <div class="footer-box">
    
                <h4>Network sites</h4>
                <ul>
                    <li><a href="http://www.spyka.net" title="spyka Webmaster resources">spyka webmaster</a></li>
                    <li><a href="http://www.justfreetemplates.com" title="free web templates">Free web templates</a></li>
                    <li><a href="http://www.spyka.net/forums" title="webmaster forums">Webmaster forums</a></li>
                    <li><a href="http://www.awesomestyles.com/mybb-themes" title="mybb themes">MyBB themes</a></li>
                    <li><a href="http://www.awesomestyles.com" title="free phpbb3 themes">phpBB3 styles</a></li>
                </ul>  
            </div>
            
            <div class="footer-box end-footer-box">
                <h4>Search our site</h4>
                <form action="#" method="get">
                    <p>
                        <input type="text" id="searchquery" size="18" name="searchterm" />
    
                        <input type="submit" id="searchbutton" value="Search" class="formbutton" />
                    </p>
                </form>
            </div>     
            <div class="clear"></div> 
        </div>
        <div id="footer-links">
        <!-- A link to http://www.spyka.net must remain. To remove link see http://www.spyka.net/licensing -->
                <p>&copy; YourSite 2010. Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
        </div>  
    </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.corpplus
109.corpwire-magazine
110.funkycorporate
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