bed-and-breakfast : Business « Templates « HTML / CSS






bed-and-breakfast

     

<!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>Bed &amp; Breakfast</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
/* CSS Document */
body{padding:0px; margin:0px; background:#ddcfb5; color:#969686; font:10px/14px Tahoma, sans-serif;}
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}

.clear {clear: both; margin: 0px; height:0}

p a{font:10px/14px Tahoma, sans-serif; color:#a06916; text-decoration:underline;}
p a:hover{ color:#000; text-decoration:none;}

p a.a2{font:10px/14px Tahoma, sans-serif; color:#969686; text-decoration:underline;}
p a.a2:hover{ color:#000; text-decoration:none;}

.headline{font:12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#3f3128; font-weight:bold}

#container{width:775px; position:relative; margin:0 auto;}

/* HEADER */

#header{width:775px; height:287px; position:relative; background:url(bed-and-breakfast-images/b_header.jpg) 0 0 no-repeat}
#header img#logo{position:absolute; top:27px; left:71px}
#header img#slogan{position:absolute; top:170px; left:73px}

#header ul.menu{position:absolute; top:32px; left:341px; width:420px}
#header ul.menu li{height:23px; margin-right:17px; float:left}
#header ul.menu li a{height:23px; display:block; text-indent:-20000px; }
#header ul.menu li a:hover{height:23px;}

#header ul.menu li.btn_1 a{width:33px; background:url(bed-and-breakfast-images/btn_1.gif) 0 0 no-repeat; }
#header ul.menu li.btn_1 a:hover{width:33px; background:url(bed-and-breakfast-images/btn_1_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_2 a{width:35px; background:url(bed-and-breakfast-images/btn_2.gif) 0 0 no-repeat; }
#header ul.menu li.btn_2 a:hover{width:35px; background:url(bed-and-breakfast-images/btn_2_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_3 a{width:49px; background:url(bed-and-breakfast-images/btn_3.gif) 0 0 no-repeat; }
#header ul.menu li.btn_3 a:hover{width:49px; background:url(bed-and-breakfast-images/btn_3_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_4 a{width:46px; background:url(bed-and-breakfast-images/btn_4.gif) 0 0 no-repeat; }
#header ul.menu li.btn_4 a:hover{width:46px; background:url(bed-and-breakfast-images/btn_4_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_5{margin-right:0}
#header ul.menu li.btn_5 a{width:52px; background:url(bed-and-breakfast-images/btn_5.gif) 0 0 no-repeat; }
#header ul.menu li.btn_5 a:hover{width:52px; background:url(bed-and-breakfast-images/btn_5_over.gif) 0 0 no-repeat;}

#header ul.menu li.line{width:2px; background:url(bed-and-breakfast-images/line_m.gif) 0 0 no-repeat}

/* CONTENT */

#content{width:675px; position:relative; clear:both; background:#fff; margin-left:50px}

#leftPan{width:335px; float:left; margin:21px 25px 0 28px; display:inline}
#rightPan{width:265px; float:left; margin:21px 0 0 0;}

#welcome{margin-bottom:20px}
#welcome h2{height:32px; position:relative; background:url(bed-and-breakfast-images/h_welcome.gif) 0 0 no-repeat; margin-bottom:10px}
#welcome img{float:left; margin-right:11px; margin-left:3px;}
#welcome p{margin-left:3px}
#welcome p#side{float:left; width:240px; margin-left:0}
#welcome p#side span{display:block; margin-bottom:8px}
.clear#welClear{height:6px}

#services{margin-bottom:20px}
#services h2{height:32px; position:relative; background:url(bed-and-breakfast-images/h_services.gif) 0 0 no-repeat; margin-bottom:10px}
#services ul li{font:11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; background:url(bed-and-breakfast-images/arrow.jpg) 0 2px no-repeat; padding-left:20px; height:26px;}
#services ul li a{color:#3f3128; text-decoration:underline;}
#services ul li a:hover{color:#3f3128; text-decoration:none;}

#rooms{margin-bottom:16px}
#rooms h2{height:32px; position:relative; background:url(bed-and-breakfast-images/h_rooms.gif) 0 0 no-repeat; margin-bottom:10px}
#rooms img{float:left; margin-right:10px; margin-left:5px; display:inline}
#rooms p{margin-left:5px; margin-top:10px}
#rooms p#roomsSide{float:left; width:170px; margin-left:0; margin-top:0}
#rooms p#roomsSide span{ display:block; margin-bottom:8px}

#food h2{height:32px; position:relative; background:url(bed-and-breakfast-images/h_food.gif) 0 0 no-repeat; margin-bottom:10px}
#food  img{float:left; margin-right:10px; margin-left:5px; display:inline}
#food  p{margin-left:5px; margin-top:10px}
#food  p#foodSide{float:left; width:170px; margin-left:0; margin-top:0}
#food  p#foodSide span{ display:block; margin-bottom:8px}

/* FOOTER */

#footer{height:61px; clear:both; width:775px;}
#footer p{padding: 15px 0 0 0; font:11px/16px Tahoma, sans-serif; font-weight:normal; text-align:center; color:#3f3128;}
#footer p a{font:11px/16px Tahoma, sans-serif; font-weight:normal; color:#3f3128; text-decoration:none; padding: 0 3px }
#footer p a:hover{text-decoration:underline; color:#3f3128}


</style>


</head>
<body>
<div id="container">
  <div id="header"> <img src="bed-and-breakfast-images/logo.jpg" width="171" height="30" alt="" id="logo"/> <img src="bed-and-breakfast-images/slogan.jpg" width="457" height="38" alt="" id="slogan"/>
    <ul class="menu">
      <li class="btn_1"><a href="#">home</a></li>
      <li class="line"></li>
      <li class="btn_2"><a href="#">about</a></li>
      <li class="line"></li>
      <li class="btn_3"><a href="#">services</a></li>
      <li class="line"></li>
      <li class="btn_4"><a href="#">booking</a></li>
      <li class="line"></li>
      <li class="btn_5"><a href="#">contacts</a></li>
    </ul>
  </div>
  <div id="content">
    <div id="leftPan">
      <div id="welcome">
        <h2></h2>
        <img src="bed-and-breakfast-images/img_welcome.jpg" width="66" height="66" alt="" />
        <p id="side"><span class="headline">Nam justo augue, dictum a, hendrerit!</span> Fusce interdum. Maecenas eu elit sed nulla dignissim interdum. Sed laoreet. Aenean pede. Phasellus porta. Ut dictum nonummy diam. Cras ullamcorper nibh.</p>
        <div class="clear" id="welClear"></div>
        <p><a href="#">Fusce interdum. Maecenas eu elit sed nulla dignissim interdum. Sed laoreet. Aenean pede. Phasellus porta. Ut dictum nonummy diam.</a></p>
      </div>
      <div id="services">
        <h2></h2>
        <ul>
          <li><a href="#">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam </a></li>
          <li><a href="#">eu nulla. Donec lobortis purus vel urna. Nunc laoreet lacinia </a></li>
          <li><a href="#">nunc. In volutpat sodales ipsum. Sed vestibulum. Integer in </a></li>
          <li><a href="#">ante. Sed posuere ligula rhoncus erat. Fusce urna dui, </a></li>
          <li><a href="#">nunc. In volutpat sodales ipsum. Sed vestibulum. Integer in </a></li>
        </ul>
      </div>
    </div>
    <div id="rightPan">
      <div id="rooms">
        <h2></h2>
        <img src="bed-and-breakfast-images/img_rooms.jpg" width="66" height="66" alt="" />
        <p id="roomsSide"><span class="headline">Fusce urna dui, sollicitudin ac, pulvinar quis, tincidunt </span> <a href="#" class="a2">Fusce interdum. Maecenas eu elit sed nulla dignissim interdum. Sed laoreet. </a></p>
        <div class="clear"></div>
        <p>Fusce interdum. Maecenas eu elit sed nulla dignissim interdum. Sed laoreet. Aenean pede. Phasellus porta. </p>
      </div>
      <div id="food">
        <h2></h2>
        <img src="bed-and-breakfast-images/img_food.jpg" width="66" height="66" alt="" />
        <p id="foodSide"><span class="headline">Fusce urna dui, sollicitudin ac, pulvinar quis, tincidunt </span> <a href="#" class="a2">Fusce interdum. Maecenas eu elit sed nulla dignissim interdum. Sed laoreet. </a></p>
        <div class="clear"></div>
        <p>Fusce urna dui, sollicitudin ac, pulvinar quis, tincidunt et, risus. Quisque a nunc eget nibh interdum fringilla. Fusce dapibus odio in est. Nunc egestas mauris ac leo. Nullam orci. Fusce urna dui, sollicitudin ac, pulvinar quis</p>
      </div>
    </div>
    <div class="clear"></div>
  </div>
  <div id="footer">
    <p><a href="#">HOME PAGE</a> | <a href="#">ABOUT US</a> | <a href="#">SERVICES</a> | <a href="#">BOOKING</a> | <a href="#">SUPPORT</a> | <a href="#">NEWS</a> | <a href="#">CONTACTS</a><br/>
      Copyright &copy; Your Company Name | Design by <a href="http://freshtemplates.com/">Website Templates</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.construction-company
61.construction-group
62.constructional-company
63.consulting-services
64.Consulting
65.corporate-2.0
66.corporate-blue
67.corporate
68.CorporateBlack
69.corporateblue
70.CorporateBlue2
71.corporategreen
72.CorporateGrey
73.corporateluxe
74.corporateprofiles
75.CorporateRedGrey
76.Corporate_Design
77.corporation-ltd
78.design-company
79.metamorph_shopping
80.metamorph_spasaloon
81.metamorph_restaurant
82.metamorph_photostudio
83.abc-company
84.ad-agency
85.foo_shooting_club
86.firming
87.financialco
88.abstract-studio
89.carpet-cleaning
90.architect-company
91.architect-group
92.architect
93.architectural-company
94.architectural-group
95.architecture-bureau
96.architecture
97.computer-business
98.computer-store
99.djclub
100.dally_studio
101.future-business
102.global-business
103.global-hosting
104.global
105.globalhouse
106.globalpress
107.enterprise
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