/*GENERIC PAGE STYLES*/
/*------------------*/

body
{
	text-align: center;
	background: #FFF url(/media/images/body-bg.gif) no-repeat top center;
	font: 0.7em Tahoma, Helvetica, sans-serif;
	color: #4B4B4B;
	margin: 0 0 50px 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 10px 0;
	font-weight: normal;
}

h1 {font-size: 165%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 115%;}
h6 {font-size: 105%;}

img 
{
	border: 0;
}

form 
{
	margin: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

input, select, textarea
{
	font: 100% Arial, Helvetica, sans-serif;
}

a
{
	color: #A8B00F;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#wrapper
{
	margin: 0 auto;
	width: 814px;
	text-align: left;
}

/*HEADER STYLES*/
/*-------------*/

#header
{
	text-align: center;
}

#header ul#top
{
	text-align: left;
	text-transform: uppercase;
	background: #d4d0c3 url(/media/images/header-top-bg.gif) top right no-repeat;
	margin: 0 0 20px 0;
	padding: 10px;
	list-style: none;
}

#header ul#top li
{
	display: inline;
	margin-right: 10px;
}

#header ul#top li a
{
	color: #5c594e;
	text-decoration: none;
}

#header ul#top li a:hover
{
	color: #251f0e;
}

#header ul#top li a img
{
	margin-right: 3px;
}

/*NAV STYLES (USED IN HEADER AND FOOTER)*/
/*--------------------------------------*/
ul.nav
{
	text-transform: uppercase;
	margin: 20px 0 15px 0;
	padding: 0;
	list-style: none;
}

ul.nav li
{
	margin-right: 15px;
	display: inline;
}

ul.nav li a
{
	color: #605B52;
	text-decoration: none;
}

ul.nav li a:hover
{
	text-decoration: underline;
}

ul.nav li img
{
	padding-bottom: 3px;
	vertical-align: middle;
	margin-right: 3px;
}

/*MAIN IMAGE STYLES*/
/*-----------------*/

#content #mainimage
{
	padding-top: 1px;
	background-repeat: no-repeat;
	background: #DDD;
	min-height: 286px;
	position: relative;
}

* html #content #mainimage
{
	height: 286px;
}

#content #mainimage #mainimagecontent
{
	/*max-height: 250px;
	min-height: 155px;
	overflow: auto;*/
	background: #AAA;
	/*position: absolute;
	bottom: 0px;
	left: 15px;
	width: 250px;*/
	padding: 18px 25px;
	color: #FFF;
	margin-top: 285px;
}

#content #mainimageNone #mainimagecontent
{
	/*max-height: 250px;
	min-height: 155px;
	overflow: auto;*/
	background: #AAA;
	/*position: absolute;
	bottom: 0px;
	left: 15px;
	width: 250px;*/
	padding: 18px 25px;
	color: #FFF;
	margin-top: 0px;
}

/*
* html #content #mainimage #mainimagecontent
{
	height: 155px;
}
*/

#content #mainimage #mainimagecontent a
{
	color: #FFF;
}

#content #mainimage #mainimagecontent h1,
#content #mainimage #mainimagecontent h2,
#content #mainimage #mainimagecontent h3,
#content #mainimage #mainimagecontent h4,
#content #mainimage #mainimagecontent h5,
#content #mainimage #mainimagecontent h6
{
	text-transform: uppercase;
}

#content #mainimageNone #mainimagecontent h1,
#content #mainimageNone #mainimagecontent h2,
#content #mainimageNone #mainimagecontent h3,
#content #mainimageNone #mainimagecontent h4,
#content #mainimageNone #mainimagecontent h5,
#content #mainimageNone #mainimagecontent h6
{
	text-transform: uppercase;
}

#content #middle
{
	min-height: 151px;
	background: #888;
	padding: 20px 40px;
	color: #FFF;
	font-size: 105%;
	line-height: 15px;
	position: relative;
}

* html #middle
{
	height: 191px;
}

#content #middle a
{
	color: #FFF;
}

#content #middle .right
{
	float: right;
	width: 300px;
}

#content #middle .right-special
{
	float: right;
	width: 400px;
}

#content #middle .right ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #middle .right ul li
{
	border-bottom: 1px solid #FFF;
}

#content #middle .right ul li.end
{
	border-bottom: 0 none;
}

#content #middle .right ul li img
{
	vertical-align: middle;
	margin-right: 6px;
}

#content #middle .right ul li a
{
	text-decoration: none;
	display: block;
	padding: 4px 0;
}

#content #middle .left
{
	width: 370px;
}

#content #middle .left-special
{
	width: 340px;
}

#content #middle .left-special ul, #content #middle .right-special ul
{
	margin:0 0 0 12px;
	padding:0;
}

#content #middle .left-special li, #content #middle .right-special li
{
	margin:0 0 5px 0;
	padding:0;
}

#content #middle h1,
#content #middle h2,
#content #middle h3,
#content #middle h4,
#content #middle h5,
#content #middle h6
{
	color: #383838;
}

#content #bottom-specials
{ 
	float:right;
	width:338px;
	font-size:110%;
	color:#7d7b7b;
}

#content #bottomimage
{
	float: right;
}

#content #bottom
{
	min-height: 219px;
	padding: 1px 20px 10px 40px;
	margin-right: 348px;
}

#content #bottom h5

{
	font-weight: bold;
	margin-bottom: 0;
}

* html #content bottom
{
	height: 219px;
}

#content #bottom .left
{
	min-height: 180px;
	padding-top: 1px;
	border-right: 1px solid #EEE;
	width: 170px;
	padding-right: 10px;
	margin-right: 10px;
}

#content #bottom .left-special
{
	min-height: 180px;
	padding-top: 1px;
	width: 475px;
	padding-right: 10px;
	margin-right: 10px;
}

#content #bottom .left-special ul
{
	color:#7d7b7b;
	margin:0 0 0 12px;
	padding:0;
	font-size:110%;
}

#content #bottom .left-special li
{
	color:#7d7b7b;
	margin:0 0 5px 0;
	padding:0;
}

* html #content #bottom .left
{
	height: 180px;
}

#content #bottom .right
{
	width: 200px;
	float: right;
	min-height: 1px;
}

* html #content #bottom .right
{
	margin-left: -3px;
}

#content #bottom .right ul
{
	margin: 10px 0 10px 15px;
	list-style: url(/media/images/bullet-arrow.gif);
}

#content #bottom h5
{
	margin-bottom:0;
	padding-bottom:0;
}

/*PAGE SPECIFIC STYLES*/
/*HOME*/
/*----*/

#content.home #mainimage
{
	background: url(/media/images/main-image-01.jpg) no-repeat;
}

#content.home #mainimageNone #mainimagecontent
{
	background: #504242;
}

#content.home #middle
{
	background: #C4CA59 url(/media/images/middle-01.gif) no-repeat top right;
}

/*PAGE SPECIFIC STYLES*/
/*SPECIAL OFFER*/
/*----*/

#content.specialoffer #mainimage
{
	background: url(/media/images/special-offer-top.jpg) no-repeat;
}

#content.specialoffer #mainimage #mainimagecontent
{
	background: #298b8f;
}

#content.specialoffer #middle
{
	padding-right: 20px;
	background: #65a227 url(/media/images/middle-special.jpg) no-repeat bottom right;
}

/*VILLA LIVING STYLES*/
/*-------------------*/

#content.villaliving #mainimage
{
	background: url(/media/images/main-image-villaliving.jpg) no-repeat;
}

#content.villaliving #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.villaliving #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.villaliving #middle .right ul li a:hover,
#content.villaliving #middle .right ul li a.active
{
	background: #5C99B8;
}

/*VILLA LIVING - MUSTIQUE STYLES*/
/*-------------------*/

#content.mustique-villas #mainimage
{
	background: url(../images/main-image-mustique-villas.jpg) no-repeat;
}

#content.mustique-villas #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.mustique-villas #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.mustique-villas #middle .right ul li a:hover,
#content.mustique-villas #middle .right ul li a.active
{
	background: #5C99B8;
}
/*VILLA LIVING - la montagne*/
/*-------------------*/

#content.laMontagne #mainimage
{
	background: url(../images/main-image-la-mon.jpg) no-repeat;
}

#content.laMontagne #mainimage #mainimagecontent
{
	background: #61544c;	
}

#content.laMontagne #middle
{
	background: #b49776 url(/media/images/midleLamon.jpg) no-repeat top right;
}

#content.laMontagne #middle .right ul li a:hover,
#content.laMontagne #middle .right ul li a.active
{
	background: #997857;
}
#content.laMontagne #middle h2 
{
	color:#61544c;
}
/*VILLA LIVING - Pambele*/
/*-------------------*/

#content.Pambele #mainimage
{
	background: url(../images/pambele01.jpg) no-repeat;
}

#content.Pambele #mainimage #mainimagecontent
{
	background: #879212;	
}

#content.Pambele #middle
{
	background: #b2caa6 url(/media/images/pl-unique-grad-01_pambele.jpg) no-repeat top right;
}

#content.Pambele #middle .right ul li a:hover,
#content.Pambele #middle .right ul li a.active
{
	background: #9ab58a;
}
#content.Pambele #middle h2 
{
	color:#61544c;
}
/*VILLA LIVING - villatassana*/
/*-------------------*/

#content.villatassana #mainimage
{
	background: url(../images/villatassana1.jpg) no-repeat;
}

#content.villatassana #mainimage #mainimagecontent
{
	background: #3f6b62;	
}

#content.villatassana #middle
{
	background: #bab88f url(/media/images/pl-unique-grad-villatassana.jpg) no-repeat top right;
}

#content.villatassana #middle .right ul li a:hover,
#content.villatassana #middle .right ul li a.active
{
	background: #aaa77a;
}
#content.villatassana #middle h2 
{
	color:#3f6b62;
}
/*VILLA LIVING - HELIANTHUS STYLES*/
/*-------------------*/

#content.helianthus #mainimage
{
	background: url(../images/main-image-helianthus.jpg) no-repeat;
}

#content.helianthus #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.helianthus #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.helianthus #middle .right ul li a:hover,
#content.helianthus #middle .right ul li a.active
{
	background: #5C99B8;
}

/*ABOUT STYLES*/
/*-------------------*/

#content.about #mainimage
{
	background: url(/media/images/main-image-about.jpg) no-repeat;
}

#content.about #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.about #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.about #middle .right ul li a:hover,
#content.about #middle .right ul li a.active
{
	background: #5C99B8;
}
#content.about #bottom a 
{
	color:#5C99B8;
}


/*VILLA LIVING FUSTIC HOUSE*/
/*-------------------*/

#content.villalivingfustic #mainimage
{
	background: url(/media/images/fustic-house.jpg) no-repeat;
}

#content.villalivingfustic #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.villalivingfustic #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.villalivingfustic #middle .right ul li a:hover
{
	background: #5C99B8;
}


/*VILLA LIVING MUSTIQUE VILLAS*/
/*-------------------*/

#content.villalivingmustique #mainimage
{
	background: url(/media/images/fustic-house.jpg) no-repeat;
}

#content.villalivingmustique #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.villalivingmustique #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.villalivingmustique #middle .right ul li a:hover
{
	background: #5C99B8;
}


/*VILLA LIVING PANGKOR LAUT ESTATES*/
/*-------------------*/

#content.pangkorlautestate #mainimage
{
	background:url(../images/pangkor-laut-estates01.jpg) no-repeat;
}

#content.pangkorlautestate #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.pangkorlautestate #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.pangkorlautestate #middle .right ul li a:hover,
#content.pangkorlautestate #middle .right ul li a.active
{
	background: #5C99B8;
}

/*CHATEAU*/
/*-------------------*/
#content.chateau #mainimage
{
	background: url(/media/images/main-image-chateau.jpg) no-repeat;
}

#content.chateau #mainimage #mainimagecontent
{
	background: #225964;
}

#content.chateau #middle
{
	background: #DECEB5 url(/media/images/middle-04.gif) no-repeat top right;
}

#content.chateau #middle .right ul li a:hover,
#content.chateau #middle .right ul li a.active
{
	background: #AB987E;
}


/*PANGKOR LAUT ISLAND*/
/*-------------------*/

#content.pangkorlaut #mainimage
{
	background:url(../images/main-image-pangkorlaut.jpg) no-repeat;
}

#content.pangkorlaut #mainimage #mainimagecontent
{
	background: #012F51;	
}

#content.pangkorlaut #middle
{
	background: #b0d5e4 url(/media/images/pl-villas-grad-01.jpg) no-repeat top right;
}

#content.pangkorlaut #middle .right ul li a:hover,
#content.pangkorlaut #middle .right ul li a.active
{
	background: #5C99B8;
}



/*ISLAND STYLES*/
/*-------------*/

#content.island #mainimage
{
	background: url(/media/images/main-image-islands.jpg) no-repeat;
}

#content.island #mainimage #mainimagecontent
{
	background: #038FA8;
}

#content.island #middle
{
	background: #94B199 url(/media/images/middle-03.gif) no-repeat top right;
}

#content.island #middle .right ul li a:hover,
#content.island #middle .right ul li a.active
{
	background: #57888F;
}

/*ISLAND STYLES MUSTIQUE ISLAND */
/*-------------*/

#content.islandmustic #mainimage
{
	background: url(/media/images/mustique-island.jpg) no-repeat;
}

#content.islandmustic #mainimage #mainimagecontent
{
	background: #038FA8;
}

#content.islandmustic #middle
{
	background: #94B199 url(/media/images/middle-03.gif) no-repeat top right;
}

#content.islandmustic #middle .right ul li a:hover
{
	background: #57888F;
}

/*ISLAND STYLES  Cotton House STYLES*/
/*-------------------*/

#content.cotton #mainimage
{
	background: url(/media/images/main-image-cotton.jpg) no-repeat;
}

#content.cotton #mainimage #mainimagecontent
{
	background: #333E02;
}

#content.cotton #middle
{
	background: #BED06D url(/media/images/middle-08.gif) no-repeat top right;
}

#content.cotton #middle .right ul li a:hover
{
	background: #7A8C42;
}



/*ISLAND STYLE FREGATE ISLAND PRIVATE*/
/*-----------------*/

#content.fregateisland #mainimage
{
	background:url(../images/main-image-fregate.jpg) no-repeat;
}

#content.fregateisland #mainimage #mainimagecontent
{
	background: #038FA8;
}

#content.fregateisland #middle
{
	background: #94B199 url(/media/images/middle-03.gif) no-repeat top right;
}

#content.fregateisland #middle .right ul li a:hover,
#content.fregateisland #middle .right ul li a.active
{
	background: #57888F;
}



/*SPA RETREAT PAGES*/
/*-----------------*/

#content.sparetreats #mainimage
{
	background: url(/media/images/main-image-04.jpg) no-repeat;
}

#content.sparetreats #mainimage #mainimagecontent
{
	background: #292A24;
}

#content.sparetreats #middle
{
	background: #DECEB5 url(/media/images/middle-04.gif) no-repeat top right;
}

#content.sparetreats #middle .right ul li a:hover
{
	background: #AB987E;
}


/*SPA RETREAT PANGKOR LAUT SPA VILLAGE*/
/*-----------------*/

#content.sparetreatspangkor #mainimage
{
	background: url(/media/images/pangkor-laut-spa01.jpg) no-repeat;
}

#content.sparetreatspangkor #mainimage #mainimagecontent
{
	background: #292A24;
}

#content.sparetreatspangkor #middle
{
	background: #DECEB5 url(/media/images/middle-04.gif) no-repeat top right;
}

#content.sparetreatspangkor #middle .right ul li a:hover,
#content.sparetreatspangkor #middle .right ul li a.active
{
	background: #AB987E;
}

/*SPA RETREAT ROCKSPA*/
/*-----------------*/

#content.sparetreatrockspa #mainimage
{
	background: url(/media/images/rockspa-01.jpg) no-repeat;
}

#content.sparetreatrockspa #mainimage #mainimagecontent
{
	background: #292A24;
}

#content.sparetreatrockspa #middle
{
	background: #DECEB5 url(/media/images/middle-04.gif) no-repeat top right;
}

#content.sparetreatrockspa #middle .right ul li a:hover,
#content.sparetreatrockspa #middle .right ul li a.active
{
	background: #AB987E;
}


/*UNIQUE EXPERIENCES STYLES*/
/*-------------------------*/

#content.uniqueexperiences #mainimage
{
	background: url(/media/images/main-image-05.jpg) no-repeat;
}

#content.uniqueexperiences #mainimage #mainimagecontent
{
	background: #164940;
}

#content.uniqueexperiences #middle
{
	background: #b1c29d url(/media/images/pl-unique-grad-01.jpg) no-repeat top right;
}

#content.uniqueexperiences #middle .right ul li a:hover,
#content.uniqueexperiences #middle .right ul li a.active
{
	background: #839F69;
}

/*UNIQUE EXPERIENCES - HARTLEY STYLES*/
/*-------------------------*/

#content.hartley #mainimage
{
	background: url(/media/images/main-image-carr-hartley.jpg) no-repeat;
}

#content.hartley #mainimage #mainimagecontent
{
	background: #164940;
}

#content.hartley #middle
{
	background: #b1c29d url(/media/images/pl-unique-grad-01.jpg) no-repeat top right;
}

#content.hartley #middle .right ul li a:hover,
#content.hartley #middle .right ul li a.active
{
	background: #839F69;
}

/*ROMANTIC INTERLUDES*/
/*-------------------*/

#content.romanticinterludes #mainimage
{
	background: url(/media/images/main-image-occasions.jpg) no-repeat;
}

#content.romanticinterludes #mainimage #mainimagecontent
{
	background: #BF9991;
}

#content.romanticinterludes #middle
{
	background: #DECEB5 url(/media/images/middle-04.gif) no-repeat top right;
}

#content.romanticinterludes #middle .right ul li a:hover
{
	background: #AB987E;

}

/*ROMANTIC INTERLUDES - MAIA*/
/*-------------------*/

#content.maia #mainimage
{
	background: url(/media/images/main-image-maia.jpg) no-repeat;
}

#content.maia #mainimage #mainimagecontent
{
	background: #4E3934;
}

#content.maia #middle
{
	background: #DECEB5 url(/media/images/middle-04.gif) no-repeat top right;
}

#content.maia #middle .right ul li a:hover,
#content.maia #middle .right ul li a.active
{
	background: #AB987E;
}

/*BRAY COTTAGES*/
/*-------------------*/

#content.braycottages #mainimage
{
	background: url(/media/images/braycottages01.jpg) no-repeat;
}

#content.braycottages #mainimage #mainimagecontent
{
	background: #b11f21;
}

#content.braycottages #middle
{
	background: #b5b5b5 url(/media/images/pl-unique-grad-braycottages.jpg) no-repeat top right;
}

#content.braycottages #middle .right ul li a:hover
{
	background: #b11f21;

}

/*silolona STYLES*/
/*--------------------*/

#content.silolona #mainimage
{
	background: url(/media/images/main-image-07b.jpg) no-repeat;
}

#content.silolona #mainimage #mainimagecontent
{
	background: #4A3959;
}

#content.silolona #middle
{
	background: #d5c4e6 url(/media/images/pl-yacht-grad-01.jpg) no-repeat top right;
}

#content.silolona #middle .right ul li a:hover
{
	background: #817594;
}



/*YACHT CHARTER STYLES*/
/*--------------------*/

#content.yachtcharter #mainimage
{
	background: url(/media/images/main-image-07.jpg) no-repeat;
}

#content.yachtcharter #mainimage #mainimagecontent
{
	background: #038FA8;
}

#content.yachtcharter #middle
{
	background: #94B199 url(/media/images/middle-03.gif) no-repeat top right;
}

#content.yachtcharter #middle .right ul li a:hover
{
	background: #57888F;
}

/*JET TRAVEL STYLES*/
/*-----------------*/

#content.jettravel #mainimage
{
	background: url(/media/images/jet-travel01.jpg) no-repeat;
}

#content.jettravel #mainimage #mainimagecontent
{
	background: #0a3557;
}

#content.jettravel #middle
{
	background: #a8cadb url(/media/images/pl-jet-grad-01.jpg) no-repeat top right;
}

#content.jettravel #middle .right img
{
	position: absolute;
	top: 0;
	right: 0;
}

#content.jettravel #middle .right ul li a:hover
{
	background: #0a3557;
}

/*Kayumanis Private Villa and Spa*/
/*-----------------*/

#content.kayumanis #mainimage
{
	background: url(/media/images/main-image-08.jpg) no-repeat;
}

#content.kayumanis #mainimage #mainimagecontent
{
	background: #333E02;
}

#content.kayumanis #middle
{
	background: #BED06D url(/media/images/middle-08.gif) no-repeat top right;
}

#content.kayumanis #middle .right ul li a:hover
{
	background: #7A8C42;
}

/*Kayumanis china*/
/*-----------------*/

#content.china #mainimage
{
	background: url(/media/images/main-image-china.jpg) no-repeat;
}

#content.china #mainimage #mainimagecontent
{
	background: #682410;
}

#content.china #middle
{
	background: #e2ce91 url(/media/images/pl-romantic-grad-01.jpg) no-repeat top right;
}

#content.china #middle .right ul li a:hover,
#content.china #middle .right ul li a.active
{
	background: #B89C5F;
}

/*FUSTIC HOUSE, BARBADOS*/
/*-----------------*/

#content.fustichouse #mainimage
{
	background: url(/media/images/fustic-house01a.jpg) no-repeat;
}

#content.fustichouse #mainimage #mainimagecontent
{
	background: #4b3422;
}

#content.fustichouse #middle
{
	background: #adb9b2 url(/media/images/fustic-house-barbados.jpg) no-repeat top right;
}

#content.fustichouse #middle .right ul li a:hover,
#content.fustichouse #middle .right ul li a.active
{
	background: #adb9b2;
}

/*CONTACT*/
/*-------*/

#content.contact #mainimage
{
	min-height: 129px;
	height: 129px;
	background:#46403A url(../images/main-image-enquiry.jpg) no-repeat;
}

#content.contact #middle
{
	background: #1B1B1B url(/media/images/enquiry-bg.jpg) no-repeat top right;
}

#content.contact #middle .right
{
	float: left;
	padding: 40px 0 50px 0;
}

#content.contact #middle .left
{
	float: left;
	width: 360px;
}

#content.contact label
{
	display: block;
	font-size: 90%;
}

#content.contact #middle input
{
	width: 300px;
	font-size: 90%;
	min-height: 14px;
	margin: 5px 0 10px 0;
}

* html #content.contact #middle input
{
	height: 14px;
}

#content.contact #middle textarea
{
	width: 300px;
	font-size: 90%;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content.contact #bottom textarea
{
	width: 520px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content.contact #bottom
{
	min-height: 219px;
	padding: 20px 20px 10px 40px;
	margin-right: 0;
	background: #fff;
}

* html #content.contact #bottom
{
	height: 219px;
}

#content.contact #bottom tr.odd
{
	background: #F2F2F2;
}

#content.contact #middle h1
{
	color: #8F8179;
}

/*FOOTER STYLES*/
/*-------------*/

#footer
{
	clear: both;
	border-top: 1px solid #EEE;
	text-align: center;
}
