/* CSS Document */
/*General stuff*/
body{
	text-align:center;
	margin-top:0px;
}
p{
	font-family:arial;
	font-size:10pt;
	color:black;
	font-weight:normal;
	text-align:left;
}
h1{
	font-family:arial;
	color:black;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
}
ul{
	padding-left:10px;
	margin-left:10px;
}
li{
	font-family:arial;
	font-size:10pt;
	color:black;
	font-weight:normal;
	text-align:left;
	list-style:none;
	background-image:url("../images/bullet.gif");
	background-repeat:no-repeat;
	padding-left:20px;
}
a:link{
	color:#b38a0d;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:none;
}
a:visited{
	color:#999999;
	text-decoration:none;
}
.image{
	border:0px;
}
.button{
	border:0px;
	cursor:pointer;
}
.container{
	font-family:arial;
	font-size:10pt;
	color:black;
	font-weight:normal;
	border:4px;
	border-style:solid;
}
#container{
	position:relative;
	margin:auto;
	width:790px;
	height:582px;
}
/*Header stuff*/
.header{
}
#header{
	top:0px;
	left:0px;
	position:absolute;
	width:790px;
	height:194px;
	z-index:6;
}
/*Leftbar stuff*/
.leftbar{
}
#leftbar{
	top:172px;
	left:0px;
	position:absolute;
	width:228px;
	height:410px;
	z-index:5;
}
#leftbar2{
	top:172px;
	left:0px;
	position:absolute;
	width:228px;
	height:410px;
	z-index:1;
}
#left-image{
	z-index:1;
}
/*Content stuff*/
.content{
	text-align:left;
}
#content{
	top:172px;
	left:190px;
	position:absolute;
	width:600px;
	height:410px;
	z-index:4;
}
#content-text{
	top:28px;
	left:45px;
	position:absolute;
	width:545px;
	height:382px;
	overflow-y:scroll;
	padding-right:10px;
	z-index:6;
}
#content-text2{
	top:28px;
	left:5px;
	position:absolute;
	width:585px;
	height:382px;
	overflow-y:scroll;
	padding-right:10px;
	z-index:6;
}
/*Content items for different pages*/
#headerimage{
	top:0px;
	left:31px;
	position:absolute;
}
#index-smarthomes{
	top:305px;
	left:0px;
	position:absolute;
}
#index-projects{
	top:305px;
	left:296px;
	position:absolute;
}
#index-text{
	top:136px;
	left:58px;
	position:absolute;
	width:515px;
}
/*Text navigation stuff*/
.navigation{
	color:black;
	text-align:center;
	font-family:arial;
	font-size:10pt;
	font-weight:normal;
}
#navigation{
	top:594px;
	left:0px;
	position:absolute;
	width:790px;
}
#designers{
	top:614px;
	left:0px;
	position:absolute;
	width:790px;
}
a.nav:link{
	color:#ffca36;
	text-decoration:none;
}
a.nav:hover{
	color:black;
	text-decoration:none;
}
a.nav:visited{
	color:#999999;
	text-decoration:none;
}
#fade{
	top:0px;
	left:0px;
	position:absolute;
	visibility:hidden;
	width:790px;
	height:582px;
	background:black;
	z-index:1;
}
#image-container{
	top:250px;
	left:250px;
	position:absolute;
	visibility:hidden;
	width:26px;
	height:26px;
	background:white;
	z-index:2;
}
#image-holder{
	position:absolute;
	width:1px;
	height:1px;
}
#image-shield{
	position:absolute;
	width:1px;
	height:1px;
	cursor:pointer;
	opacity:0.01;
	z-index:1;
}
.image-thumb{
	border:0px;
	cursor:pointer;
	width:100px;
	height:75px;
}

