/* General Elements */
body
	{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	padding: 0;
	margin: 0;
	text-align: center;
	}
*
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
img
	{
	border-style: none;
	}
a
	{
	color: #86471f;
	text-decoration: none;
	font-style: normal;
	}
a:hover
	{
	color: #c0b678;
	text-decoration: none;
	font-style: normal;
	}
h1
	{
	font-size: 14px;
	color: #000000;
	font-style: normal;
	}
h2
	{
	font-size: 12px;
	color: #fbb034;
	}
	
/* Container */

#container
	{
	width: 900px;
	color: black;
	background-color: white;
	margin: 3em auto 4em;
	border: 4px solid #c0b678;
	overflow: auto;
	}
	
/* leftsidebar */

#leftsidebar
	{
	width: 250px;
	float: left;
	}
#logo
	{
	margin: 70px auto 0 auto;
	}
#mission
	{
	width: 180px;
	text-align: justify;
	margin: 55px auto 50px auto;
	font-size: 11px;
	color: #c0b678;
	line-height: 20px;
	}
#mission2
	{
	width: 180px;
	text-align: justify;
	margin: 55px auto 50px auto;
	font-size: 11px;
	color: #86471f;
	line-height: 16px;
	}

/* right side elements */

#links
	{
	text-align: right;
	margin: 50px 35px 15px 0; 
	}
#links li
	{
	display: inline;
	list-style: none;
	margin-right: 1.75em;
	border-right: 1px solid #c0b678;
	padding-right: 2em;
	}
#links li.last
	{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
	}
#color
	{
	color: #c0b678;
	font-size: 13px;
	}
#image
	{
	float: right;
	margin: 0 16px 0 0;
	}
#footer
	{
	clear: both;
	font-size: 10px;
	color: #86471f;
	text-align: right;
	margin: -100px 17px 7px 0;
	}
#footer li
	{
	display: inline;
	list-style: none;
	padding-right: 1.6em;
	}
#footer li.last
	{
	padding-right: 0;
	}

/* pages */
#links a.selected
	{
	color: #c0b678;
	}
#text
	{
	width: 400px;
	font-size: 12px;
	color: #86471f;
	float: right;
	text-align: justify;
	margin: 40px 30px 40px 0;
	}
#text h1
	{
	color: #fbb034;
	font-size: 14px;
	margin: 0 0 13px 0;
	text-align: right;
	}
#text2
	{
	width: 400px;
	font-size: 12px;
	color: #86471f;
	float: right;
	text-align: right;
	margin: 40px 30px 40px 0;
	}
#text2 h1
	{
	color: #fbb034;
	font-size: 14px;
	margin: 0 0 13px 0;
	text-align: right;
	}
#footer2
	{
	clear: both;
	font-size: 10px;
	color: #86471f;
	text-align: right;
	margin: -100px 17px 7px 0;
	}
#footer2 li
	{
	display: inline;
	list-style: none;
	padding-right: 1.6em;
	}
#footer2 li.last
	{
	padding-right: 0;
	}

/* portfolio HOVER section*/
#port
	{
	width: 590px;
	height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	color: #86471f;
	float: right;
	text-align: justify;
	margin: 40px 30px 40px 0;
	}
table
	{
	float: left;
	}
table td
	{
	color: #86471f;
	font-size: 12px;
	}
/* needed for IE */
a:hover img
	{
	filter: none;
	}
a:hover div
	{
	filter: none;
	}
 	
/* set the image for each link as a background image */
/* bedrooms */
div.i1
	{
	background-image: url(images/bedroom1large.jpg);
	}
div.i2
	{
	background-image: url(images/bedroom2large.jpg);
	}
div.i3
	{
	background-image: url(images/bedroom3large.jpg);
	}
div.i4
	{
	background-image: url(images/bedroom4large.jpg);
	}
div.i5
	{
	background-image: url(images/masterbathlarge.jpg);
	}
div.i6
	{
	background-image: url(images/masterbedlarge.jpg);
	}
/* Before and after */
div.ba1
	{
	background-image: url(images/before1large.jpg);
	}
div.ba2
	{
	background-image: url(images/after1large.jpg);
	}
div.ba3
	{
	background-image: url(images/before2large.jpg);
	}
div.ba4
	{
	background-image: url(images/after2large.jpg);
	}
/* kitchens and living rooms */
div.klr1
	{
	background-image: url(images/kitchen1large.jpg);
	}
div.klr2
	{
	background-image: url(images/kitchen2large.jpg);
	}
div.klr3
	{
	background-image: url(images/kitchen3large.jpg);
	}
div.klr4
	{
	background-image: url(images/kitchen4large.jpg);
	}
div.klr5
	{
	background-image: url(images/kitchen5large.jpg);
	}
div.klr6
	{
	background-image: url(images/lr2large.jpg);
	}
div.bb9
	{
	background-image: url(images/basement2large.jpg);
	}
/* basements and bars */
div.bb1
	{
	background-image: url(images/basement1large.jpg);
	}
div.bb4
	{
	background-image: url(images/after2large.jpg);
	}
div.bb2
	{
	background-image: url(images/wetbarlarge.jpg);
	}
/* other */
div.o1
	{
	background-image: url(images/other1large.jpg);
	}
div.o2
	{
	background-image: url(images/other2large.jpg);
	}
div.o3
	{
	background-image: url(images/other3large.jpg);
	}
div.o4
	{
	background-image: url(images/denlarge.jpg);
	}
div.o5
	{
	background-image: url(images/frontexteriorlarge.jpg);
	}
		
div.hoverArea
	{
	background-repeat: no-repeat;
	background-position: left top;
	}
	
a.mylink11 img
	{
	border:none
	}
	
/* render hoverarea NOT there when not in state hover */
div.hoverArea
	{
	display:none;
	}

/* show hoverarea on hover; define size of hover space */
a:hover div.hoverArea
	{
	display: block;
	width: 400px;
	height: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	} 

/* by having a higher z-index this remains on top allowing the mouse to move to a new link */
div.linkText
	{
	z-index: 999;
	}

/* size each link */
a.mylink11, a.mylink11 div.linkText
	{
	display: block;
	width: 55px;
	height: 55px;
	}
	
#selected
	{
	font-weight: bold;
	}
