body{
	background-image: url(../images/bodybg.jpg);
	background-color: #8FA6C5;
/*	background-color: #323C7A;*/
	background-repeat: repeat-x;
/*	background-attachment: fixed;*/
	background-position: top;
	margin: 0px;
	padding: 0px;
	padding-bottom: 70px;
	color: #080808;
}

.shadow {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 30px;
	height: 940px;
	width: 935px;
	background-color: #808080;
	background-image: url(../images/shadow.jpg);
  background-repeat: no-repeat;
	background-position: bottom left;
}

.main {
	position: absolute;
	text-align: left;
	top: 0px;
	height: 920px;
	width: 935px;
	background-color: white;
	background-image: url(../images/tlcorner.jpg);
  background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

hr{
  color: #B3B3B3;
  background-color: #B3B3B3;
	height: 1px;
}

img{
  border: none;
}

#searchbox{
  display: none;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 0px;
	width: 230px;
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#searchbox a, #searchbox a:hover{
  color: white;
  text-decoration: none;
}

#searchbox a{
	border: 1px solid #8FA6C5;
}

#searchbox a:hover{
	border: 1px solid white;
}

#searchbox input{
  	border: none;
}

#searchbox input.button{
  	border: none;
		color: white;
		background-color: transparent;
}

.searchresults{
	position: absolute;
	top: 270px;
	left: 150px;
	width: 650px;
	background-color: transparent;
	color: #404040;
	font-size: 10pt;   
}

.content{
  top: 10px;
}

.header{
  position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	height: 272px;
	background-color: #000E5B;
	color: #B3B3B3;
	text-align: left;
	cursor: pointer;
	z-index: 200;
	background-image: url(../images/home-small.jpg);
  background-repeat: no-repeat;
	background-position: bottom center;
/*  filter:alpha(opacity=75);
  -moz-opacity:0.75;*/
}

.name{
  position: relative;
	top: 90px;
	left: 58px;
	background-color: transparent;
	color: #E6E6E6;
	font-size: 21pt;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 3px;
	width: 160px;
	/*font-family: Arial, Verdana, sans-serif, Helvetica;*/
}

.section{
  position: relative;
	top: 82px;
	left: 130px;
	background-color: transparent;
	color: white;
	font-size: 17pt;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Verdana, sans-serif, Helvetica;
	width: 88px;
}

.section-header{
	position: absolute;
	top: 80px;
	left: 100px;
	width: 350px;
	background-color: #FFFFFF;
	color: #404040;
	font-size: 26pt;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-left: 4px solid #B3B3B3;
	border-right: 4px solid #B3B3B3;
}

.breadcrumbContainer{
	position: absolute;
	top: 0px;
	height: 0px;
	width: 100%;
	background-color: transparent;
}

.breadcrumbs{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 175px;
	height: 10px;
	width: 735px;
	background-color: transparent;
	color: #404040;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}

.breadcrumbs a, .breadcrumbs a:visited{
  font-weight: normal;
	color: #404040;
}

.breadcrumbs a:hover{
  font-weight: normal;
	color: #B3B3B3;
}

.breadcrumbs a#lastNode{
	font-weight: bold;
}

.sitemap{
	position: absolute;
	top: 180px;
	width: 935px;
	color: white;
	background-color: transparent;
	background-image: url(../images/selected-btn-blue.jpg);
  background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	z-index: 300;
}

.selected{
  color: white;
	background-color: transparent;
	background-image: url(../images/selected-section-blue.jpg);
  background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	font-size: 10pt;
  cursor: pointer;
}

.sitemap a, .sitemap a:visited{
	background-color: transparent;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

.sitemap a:hover{
	background-color: transparent; 
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.sitemap td{
  width: 500px;
}

.sitearea{
  cursor: pointer;
}

.sitearea:hover{
	background-color: transparent;
	background-image: url(../images/selected-btn-blue.jpg);
  background-repeat: repeat-x;
	background-position: top;
}

.backToGallery{
  position: absolute;
  top: 267px;
	width: 100%;
	text-align: center;
  font-size: 10pt;
  font-weight: normal;
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 12px;
	padding: 10px;
	display: none;
	
	-moz-border-radius-topleft: 100px;
  -khtml-border-radius-topleft: 100px;
  border-radius-topleft: 100px;
}

.introduction{
	position: absolute;
	top: 230px;
	left: 100px;
	background-color: transparent;
	color: #404040;
	font-size: 10pt;
}

.areas-header{
	position: absolute;
	top: 275px;
	left: 50px;
	right: 50px;
	background-color: #FFFFFF;
	color: #404040;
}

.interiors, .garden, .alan, .linda{
	position: absolute;
	width: 355px;
	height: 141px;
	background-color: #FFFFFF;
	color: white;
	padding: 0px;
	border: none;
	font-size: 16pt;
	font-weight: normal;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
}

.interiors{
	top: 630px;
	left: 100px;
	/*background-image: url(../images/storage.jpg);
	background-color: #000D5B;
	background-position: top left;*/
	text-align: right;
}

.garden{
	top: 630px;
	right: 100px;
	/*background-image: url(../images/garden.jpg);
	background-color: #000D5B;
  background-position: bottom left;*/
	text-align: left;
}

.alan{
	top: 320px;
	right: 100px;
	height: 185px;
/*	background-image: url(../images/bodybg.jpg);
	background-color: #8FA6C5;
	background-repeat: repeat-x;
	background-position: top;*/
	text-align: center;
}

.linda{
	top: 320px;
	left: 100px;
	height: 185px;
/*	background-image: url(../images/logos/lindapic.jpg);
	background-color: #000D5B;
	background-position: left;*/
	text-align: left;
}

.interiorsLabel{
  cursor: pointer;
  position: absolute;
	top: 555px;
	left: 100px;
	width: 340px;
	color: #404040;
	font-size: 14pt;
	text-align: left;
	border-left: 5px solid #D5D5D5; 
	padding: 5px;
}

.interiorsSubLabel{
  cursor: pointer;
  position: absolute;
	top: 585px;
	left: 100px;
	width: 340px;
	color: #404040;
	font-size: 8pt;
	text-align: left;
	border-bottom: 1px solid #D5D5D5;
	border-left: 5px solid #D5D5D5; 
	padding: 5px;
}

.interiorsSubLabel a, .interiorsSubLabel a:visited{
	color: #404040;
	font-size: 8pt;
	font-weight: normal;
}

 .interiorsSubLabel a:hover{
	color: #B3B3B3;
	font-size: 8pt;
	font-weight: normal;
 }

.gardenLabel{
  cursor: pointer;
  position: absolute;
	top: 555px;
	right: 100px;
	width: 340px;
	color: #404040;
	font-size: 14pt;
	text-align: left;
	border-left: 5px solid #D5D5D5;
	padding: 5px;
}

.gardenSubLabel{
  cursor: pointer;
  position: absolute;
	top: 585px;
	right: 100px;
	width: 340px;
	color: #404040;
	font-size: 8pt;
	text-align: left;
	border-bottom: 1px solid #D5D5D5;
	border-left: 5px solid #D5D5D5; 
	padding: 5px;
}

.gardenSubLabel a, .gardenSubLabel a:visited{
	color: #404040;
	font-size: 8pt;
	font-weight: normal;
}

.gardenSubLabel a:hover{
	color: #B3B3B3;
	font-size: 8pt;
	font-weight: normal;
} 

.designers{
  cursor: pointer;
  position: absolute;
	top: 245px;
	left: 100px;
	width: 645px;
	color: #404040;
	font-size: 14pt;
	text-align: left;
	border-left: 5px solid #D5D5D5;
	padding: 5px;
}

.lindaLabel{
  cursor: pointer;
  position: absolute;
	top: 275px;
	left: 100px;
	width: 340px;
	color: #404040;
	font-size: 8pt;
	text-align: left;
	border-bottom: 1px solid #D5D5D5;
	border-left: 5px solid #D5D5D5; 
	padding: 5px;
}

.lindaLabel a, .lindaLabel a:visited{
	color: #404040;
	font-size: 8pt;
	font-weight: normal;
}

.lindaLabel a:hover{
	color: #B3B3B3;
	font-size: 8pt;
	font-weight: normal;
}

.alanLabel{
  cursor: pointer;
  position: absolute;
	top: 275px;
	right: 100px;
	width: 340px;
	color: #404040;
	font-size: 8pt;
	text-align: left;
	border-bottom: 1px solid #D5D5D5;
	border-left: 5px solid #D5D5D5; 
	padding: 5px;
}

.alanLabel a, .alanLabel a:visited{
	color: #404040;
	font-size: 8pt;
	font-weight: normal;
}

.alanLabel a:hover{
	color: #B3B3B3;
	font-size: 8pt;
	font-weight: normal;
}

.tradeEnquires{
      	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: 785px;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	width: 100%;
        height: 15px;
}

.footer{
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	width: 100%;
}

.footer table{
  width: 100%;
}

.footer img{
	border: none;
}

a, a:visited{
	color: #000D5B;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #B3B3B3;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.skin0{
  position:absolute;
  width:165px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	background-color: white;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	color: #000D5B;
  font-family:Verdana;
  line-height:20px;
  cursor:default;
  z-index:100;
  visibility:hidden;
}

.menuitems{
  padding-left:10px;
  padding-right:10px;
}
