/* basic layout css */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {text-decoration: none; color: #ffffff; font-weight:bolder;}
A:visited {text-decoration: none; color: #ffffff;font-weight:bolder;}
A:active {text-decoration: none; color: #ffffff;font-weight:bolder;}
A:hover {
		text-decoration: underline;
		overflow: hidden;
	}




#logo{
	width:885px;
	height:45px;
		margin-left: auto;
	margin-right: auto;
	background-color: #333333;
}
#Sitecontainer {
	background-color: #333333;
	width:885px;
	height:535px;
	margin-left: auto;
	margin-right: auto;

} 


#MenuLayer {
	width:885px;
	height:40px;
	background-color: #FFFFFF;
}

#MenuLayer	A:link {text-decoration: none; color: #000000; font-weight:bolder;}
#MenuLayer	A:visited {text-decoration: none; color: #000000;font-weight:bolder;}
#MenuLayer	A:active {text-decoration: none; color: #000000;font-weight:bolder;}
#MenuLayer	A:hover {
		text-decoration: underline;
		overflow: hidden;
	} 
/* holding page */
#holdingNanner {
	width:885px;
	height:82px;
	background-color: #FFFFFF;
}
#holdingPageLeft
{
	width:420px;
	height:370px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
/* end holding page */

body,td,th {
	color: #FFFFFF;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:10px; /* half of container's height */
}
 
.MenuItem {
	width:auto;
	height:32px;
	float: left;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
	text-align: center;
	padding-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
}
.MenuSpcr {
	width:60px;
	height:40px;
	float: left;
}

#halfPageLeft
{
	width:433px;
	height:455px;
	float: left;
	overflow: hidden;
	padding-left: 10px;

}

#halfPageRightTxt
{
	width:420px;
	height:440px;
	float: left;
	padding-left: 10px;
	overflow: auto;
	padding-right: 10px;
		scrollbar-base-color: #333333;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #333333;
}




#FullPgTopSpcr {
	width:885px;
	height:45px;
	float: left;
	overflow: visible;
}
/* home page specific */
#HomePgSpcr {
	width:225px;
	height:510px;
	float: left;
}
.HomePgImg {
	width:225px;
	height:225px;
	float: left;
}
#HomePgTopSpcr {
	width:600px;
	height:45px;
	float: left;
}
/* product page specific */

.ProductPgImg {
	width:221px;
	height:221px;
	float: left;
}
/* product thumbnails specific */

.ProductPgImgThm2 {
	width:110px;
	height:110px;
	float: left;
}

/* services page specific */


#ServPgTxt {

	width:675px;
	height:125px;
	float: left;
}


	
	
	#ServPgSpcr {
	width:115px;
	height:510px;
	float: left;
}
/* interiors page specific */ 

#InteriorsPgImg1 {
	width:391px;
	height:215px;
	float: left;
	background-color: #FFFFFF;
}
#InteriorsPgImg2 {
	width:195px;
	height:215px;
	float: left;
}
#InteriorsPgImg3 {
	width:195px;
	height:215px;
	float: left;
	background-color: #FFFFFF;
}


/* press pages */


.PressPgImg {
	width:150px;
	height:221px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#PressPgSpcr {
	width:175px;
	height:510px;
	float: left;
}

#pressHzSpcr {
	width:700px;
	height:10px;
	float: left;
}

#pressTxt {
	width:700px;
	padding-left:100px;
	height:30px;
	float: left;
}

/* interior page specific */
#InteriorsPgImg {
	width:820px;
	height:auto;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
