﻿body, table
{
	background: #cae9c3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

table { margin-bottom: 15px; }

/* tables */

td 
{ 
	border: solid 1px #b5e0aa;
	padding: 3px 5px 3px 5px;
}

/* headings */
h1, .Heading1
{
	font-size: 20px;
	font-family: Arial, Sans-Serif;
	/*color: #427634;*/
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
	text-transform: capitalize;
	color: #36A324;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Arial, Sans-Serif;
	/*color: #000000;*/
	color: #36A324;
	margin: 10px 0 7px 0;
	padding : 0 0 0 0;
	font-weight: normal;
	text-transform: capitalize;
}

h2, .Heading2 { font-size: 18px; }
h3, .Heading3 { font-size: 16px; }
h4, .Heading4 { font-size: 14px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #36A324;
}

a:hover
{
	color: #73ce5b;
}

/* lists */
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	border: 0;
	outline: 0;
}

li 
{
	background-image: url(Graphics/tick.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	margin: 2px 10px 0 10px;
	padding-left: 25px;
	line-height: 20px;
	border: 0;
	outline: 0;
}	
			
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.ExtraLargeText { font-size: 16px; }
.BigText { font-size: 14px; }
.HugeText { font-size: 30px; line-height: 30px; }
.NormalText { font-size: 12px; }
.SmallText { font-size: 10px; }		
.SmallH { font-size: 10px; margin: 0 0 0 0; }

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel, .Highlight { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }
.Separator { clear: both; width: 100%; margin: 20px 0 20px 0; height: 3px; background-color: #36A324; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

.ThreeCol { float:left; width: 33%; }

/* Standard warnings */
.InfoMsg , .ErrorMsg, .WarningMsg
{	
	background: #092500 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #ececec;
	font-style: italic;
	border: solid 1px #dcdcdc;
}

.ErrorMsg
{	
	background: #092500 url(Graphics/error.gif) no-repeat;
}

.WarningMsg
{
	background: #092500 url(Graphics/warning.gif) no-repeat;
}

/* top section */
.Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}
	
#Logo
{
	width: 412px;
	height: 45px;
	background: transparent url(Graphics/logo-text.gif) no-repeat scroll center center;
	float: left;
}

#Social
{
	float: right;
	width: 180px;
	height: 30px;
	padding-top: 10px;
}	

#Brochure
{
	float: right;
	width: 170px;
	height: 30px;
	padding-top: 5px;
}

#Brochure a
{
	background: transparent url(Graphics/pdf.gif) no-repeat scroll center left;
	padding-left: 20px;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size:14px;
}
		

/* navigator */
#Navigator
{
	width: 100%;
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: solid 5px #ffffff;
}

#Navigator a
{
	display: block;
	float: left;
	color: #101010;
	height: 30px;
	margin: 0 14px 0 14px;
	border-bottom: solid 5px #ffffff;
}

#Navigator a:hover
{
	border-bottom: solid 5px #73ce5b;
	color: #082200;
}
	
/* hero pic and text */
.HeroLine
{
	width: 100%;
	background-color: #E7ECD6;
	height: 320px;
	border-bottom: solid 1px #D1DCC0;
}	
	
.Hero
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-color: #E7ECD6;
	height: 300px;
	position: relative;
}	

.HeroPic
{
	float: left;
	width: 500px;
	height: 300px;
}

.HeroText
{
	float: right;
	width: 360px;		
	height: 280px;
	background: #D1DCC0; /* url(Graphics/bamboo.png) no-repeat scroll bottom right; */
	padding: 10px 10px 10px 10px;
	font-size: 40px;
	font-weight: bold;
	color: #808080;
	line-height: 45px;
}

.HeroText a:hover { color: #082200; }

/* standard button */
.Btn
{
	border: solid 1px #808080;
	height: 30px;
	width: 120px;
	color: #000000;
	display:block;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background: #c0c0c0;
}		
.Btn:hover
{
	background: #73ce5b;
	color: #000000;
}	

/* content section */
.ContentHolder { width: 100%; background-color: #ffffff; }

#Content
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 20px 0 10px 0;
	color: #202020;
	background-color: #ffffff;
}

/* home page */
.LeftBar
{
	float: left;
	width: 480px;
}

.RightBar
{
	float: right;
	width: 390px;
}
	
/* events list */
.List
{
	width: 390px;
	background: #ececec;
	margin-bottom: 5px;
	font-size: 12px;
}

.List h2
{
	background-color: #dcdcdc;
	text-align: center;
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

.List p
{
	margin-left: 10px;
	margin-right: 10px;
}

.Event
{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 5px;
	height: 20px;
}

.EventDate
{
	float: left;
	width: 20%;
	color: #808080;
	height: 20px;
}

.EventText
{
	float: right;
	width: 78%;
	height: 20px;
}		

a.Evt1 { color: #BC1C28; }
a.Evt2 { color: #506bc4; }
a.Evt3 { color: #1a327f; }
a.Evt4 { color: #a61b1b; }
a.Evt5 { color: #99cc00; }
a.Evt6 { color: #0099cc; }

/* contact */
#ContactForm
{
	width: 40%;
	float:left;
}

#ContactMap
{
	float: right;
	width: 40%;
	padding-left: 5%;
	border-left: solid 1px #dcdcdc;
	font-size: 14px;
}	

/* footer */
#Footer
{
	clear: both;
	color: #000000;
	background: #cae9c3;
	border-top: solid 1px #b5e0aa;
}

.FooterPanel
{
	width: 950px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	font-size: 12px;
}
	
.flinks { float: left; width: 75%; }
.fcopy { float: right; width: 24%; text-align: right; }

/* events calendar */
.Calendar
{
	border: solid 1px #dcdcdc;
	width: 875px;
	background-color: #dcdcdc;
}
	
.CalendarRow, .CalendarHeadingRow
{
	line-height: 17px;
	min-height: 105px;
	width: 100%;
	margin-bottom: 1px;
}
.CalendarHeadingRow { min-height: 30px; height: 30px; }
.CalendarRow h4 { margin: 0 0 0 0; }

.CalendarSquare, .CalendarHeading
{
	width: 123px;
	min-height: 105px;
	float:left;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #c0c0c0;
	font-size: 11px;
}

.CalendarHeading
{
	background-color: #74c7e3; /* #808080; #5e3547;*/
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
}

.Booked { background-color: #ffffff; }
.Available { background-color: #ececec; }
.Empty { background-color: #dbdbdb; /*#B8B8B8;*/ }
.Today { background-color: #FFF799; }

.CalendarSquare h4 
{
	background-color: #4d4d4d;
	color: #ffffff;
	margin-bottom: 2px;
}

a.Evt1 { color: #BC1C28; }
a.Evt2 { color: #506bc4; }
a.Evt3 { color: #1a327f; }
a.Evt4 { color: #a61b1b; }
a.Evt5 { color: #99cc00; }
a.Evt6 { color: #0099cc; }

/* events calendar key */
.Key1, .Key2, .Key3, .Key4, .Key5, .Key6 { line-height: 20px; height: 20px; padding: 5px 10px 5px 10px; margin-right: 5px; color: #ffffff; float: left; }

.Key1 { background-color: #BC1C28; }
.Key2 { background-color: #506bc4; }
.Key3 { background-color: #1a327f; }
.Key4 { background-color: #a61b1b; }
.Key5 { background-color: #99cc00; }
.Key6 { background-color: #0099cc; }

.Mth { width: 25%; float: left; }
.Key { width: 74%; float: right; }

/* ajax loader */
.AjaxLoader, .AjaxLoaderCentral
{
	background-color: #ffffff;
	padding: 50px 50px 50px 50px;
	text-align: center;
	font-style: italic;
	border: solid 1px #BC1C28;
	position: fixed;
	top: 40%;
	left: 50%;
}

.AjaxLoaderCentral
{
	top: 40%;
	left: 43%;
}
	
#EntryForm h2
{
	background-color: #506bc4;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}	

.TwoCol
{ float: left; width: 49%; }

/* grids */
.Grid { width: 100%; font-size: 12px; }

.GridRow { background-color: #ffffff; color: #000000; border-bottom: solid 1px #808080; vertical-align:text-top; }

.GridAlternateRow { background-color: #dcdcdc; color: #000000;  border-bottom: solid 1px #808080; vertical-align: text-top; }

.GridHeading { background-color: #BC1C28; color: #ffffff; font-weight: normal; }

/* Disclaimer */
.Disclaimer
{
	font-weight: bold;
	color: #000000;
}

/* standard pic and text columns */
.TextCol
{
	float: left;
	width: 550px;
}

.PicCol
{
	float: right;
	background-color: #ececec;
	padding: 5px 5px 0 5px;
	width: 300px;
	font-size: 12px;
	color: #000000;
}

.PicCol img
{
	width: 300px;
	padding-bottom: 5px;
	border: none;
}			

.FullText { width: 100%; }

/* home page */
.HomeCol1
{
	float: left;
	width: 285px;
}

.HomeCol2 { float: left; width: 285px; padding-left: 23px; }

.HomeCol3 { float: right; width: 285px; }

/* flooring page */
.SearchBox
{
	width: 160px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #c0c0c0;
	float: left;
}

.SearchResults
{
	float: right;
	width: 708px;
}
	
.SchHd
{
	font-size: 14px;
}

#Colours, #Grain, #Finish, #Installation { padding-left: 10px; }			

.Sch, .SchAlt, .SchPrd
{ 
	background-color: #ececec; 
	border: solid 1px #dcdcdc; 
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

.SchPrd { min-height: 70px; }

.SchLeft
{
	width: 465px;
	float: left;
}	

.SchRt
{
	width: 225px;
	float: right;
	padding-top: 10px;
}

.SchRt1
{
	width: 50px;
	float:left;
}

.SchRt2
{
	width: 170px;
	float: right;
}
	

.Product
{
	background-color: #ececec; 
	border: solid 1px #dcdcdc; 
	padding: 5px 5px 5px 5px;
	width: 477px;
	float: left;
	min-height: 240px;
}

.ProductGallery
{
	background-color: #000000;
	padding: 5px 5px 0 5px;
	border: solid 1px #000000;
	width: 200px;
	float: right;
	min-height: 245px;
}

.PrdImg { width: 200px; height: 150px; overflow: hidden; padding-bottom: 5px; text-align: center; }
.PrdImg img { border: none; }
		
.Prd { width: 100%; min-height: 20px; font-size: 12px; }
.PrdLbl { width: 40%; float: left; min-height: 20px; text-align: right; }
.PrdDtl { width: 59%; float: right; min-height: 20px; }

.ProductButtons
{
	height: 32px;
	padding: 10px 0 10px 0;
}

a.PrdBtn, a.SchBtn
{
	float: right;
	border: solid 1px #808080;
	height: 30px;
	width: 120px;
	color: #000000;
	display:block;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background: #c0c0c0;
	margin-right: 10px;
}	

a.SchBtn { width: 80%; }
	
a:hover.PrdBtn, a:hover.SchBtn
{
	background: #73ce5b;
	color: #000000;
}		

.SlideInfo { text-align: center; font-size: 11px; color: #ffffff; line-height: 15px; }

.DtlCol { float:left; width: 70%;}
.BtnCol { float: right; width: 25%; }

/* home page */
#HomeBanner, #AnyBanner
{
	background: #000000;
	height: 350px;
}

#HomeLogo
{
	height: 350px;
	background: #000000 url(Graphics/holding-hands.jpg) no-repeat;
	width: 306px;
	float: left;
}

#HomeBannerText
{
	float: right;
	width: 450px;
	font-size: 35px;
	line-height: 40px;
	color: #ffffff;
	padding-top: 100px;
	text-align: center;
}

#AnyBanner, #AnyBannerText
{
	height: 200px;
}	

#AnyBannerLogo
{
	height: 200px;
	background: #000000 url(Graphics/holding-hands-small.jpg) no-repeat;
	width: 200px;
	float: left;
}

#AnyBannerText
{
	float: right;
	width: 500px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 50px;
	height: 150px;
}

.BannerWrapper
{
	width: 900px;
	background-color: #000000;
	margin: 0 auto 0 auto;
}

.HomeContent
{
	float: left;
	width: 450px;
	height: 620px;
	background-color: #ffffff;
}

.HomeRightBar
{
	float: right;
	width: 440px;
	background-color: #cae9c3; 
	border: solid 1px #b5e0aa; 
	padding: 10px 0 10px 0;
	height: 600px;
}
	
.HomeGallery		
{
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	height: 600px
}

.HomeBullets
{
	float: right;
	width: 220px;
	min-height: 400px
}	

.HomeBullets li
{
	margin-bottom: 8px;
}
	
#Slider1_div
{
	width:200px;
	height:600px;
	position:relative;
	overflow:hidden;
}

#Slider1_div table, #Slider1_div tr, #Slider1_div td
{
	border: none;
	padding: 0;
}

.IndLogo { height: 58px; margin-right: 10px; border: solid 1px #808080; }

#ExtLogos
{
	height: 121px;
}

.ExtLogosLeft
{
	float: left;
	width: 445px;
	height: 121px;
}

.ExtLogosRight
{
	float: right;
	width: 505px;
	height: 121px;
	text-align: right;
}

.ExtLogosLeft img { border: solid 1px #808080; margin-right: 18px; margin-bottom: 5px; }
.ExtLogosRight img { border: solid 1px #808080; margin-right: 18px;}
		
/* floor selector */
.Step
{
	border: solid 1px #b5e0aa;
	background-color: #cae9c3; 
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}

/* faq */
.Question
{
	margin-top: 10px;
	padding: 0 0 5px 25px;
	background: transparent url(Graphics/question.png) no-repeat;
	font-weight: bold;
}

.Answer
{
	padding: 0 0 5px 25px;
	background: transparent url(Graphics/answer.png) no-repeat;
}

/* gallery */
#Gallery
{
	background-color: #101010;
	padding: 12px 12px 12px 12px;
}

.grow
{
	width: 100%;
	height: 172px;
}
	
.gimg, .gimgr
{
	background-color: #000000;
	border: solid 5px #000000;
	text-align: center;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin-right: 12px;
	float: left;
	line-height: 150px;
}

.gimgr { margin-right: 0; }


#Gallery img { border: none; }

/* why choose earth bamboo / faq */
#WhyChoose h2, #WhyChoose h3
{
	color: #000000;
	margin: 0 0 2px 0;
	font-size: 18px;
	padding: 0 10px 0 10px;
	min-height: 35px;
	line-height: 35px;
}		

#WhyChoose h2 { background-color: #cae9c3; }
#WhyChoose h3 { background-color: #b5e0aa; }

#WhyChoose h2 a, #WhyChoose h3 a { font-size: 12px; }

#WhyChoose h4 { margin-top: 30px; }

.Boxed
{
	margin-top: 20px;
	margin-bottom: 100px;
	border: solid 2px #b5e0aa;
	padding: 20px 20px 0 20px;
	text-align: center;
}

.Spacing150 { clear: both; height: 225px; }

/* quotation request */
.BtnCol { float: left; width: 200px; }
