/* Kitchen & Lighting of Scotts Valley main css page */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f4e9db;
	font-family:Arial, Helvetica, sans-serif;
	color: #082d45;
}

#wholepage {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	border: 1px solid #DDCFC0;
	position: relative;
}

#masthead {
	width: 760px;
	height: 159px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
}

#menu-bar {
	width: 115px;
	height: 450px;
	position: relative;
	float: left;
	background-image: url(images/menu-bkgd.gif);
	background-repeat: repeat-y;
	background-position: top left;
	top: 0;
	/* border: 1px solid teal; /* DEBUG */
}

#content {
	position: relative;
	margin-left: 115px;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

#lighting-pic-home {
	position: absolute;
	top: -61px;
	left: 24px;
}

.homepage-bullets {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#lighting-text-home {
	position: absolute;
	top: 32px;
	left: 380px;
}

#kitchen-pic-home {
	position: relative;	
	top: 185px;
	left: 282px;
}
#kitchen-text-home {
	position: absolute;
	top: 269px;
/*	left: 24px; */
	left: 41px;
}

#footer {
	clear: both;
	position: relative; /* this is needed to show footer-text's border in IE 6 -- IE 6 bug */
	background-image: url(images/menu-bkgd.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#footer-text {
	margin: 0px 0px 0px 115px;
	padding: 1px 0px 4px 4px; /* TODO */
	border-top: 1px solid #DDCFC0;
	color:#b1a69a;
	font-size: 0.7em;
}

#footer-text a:link, #footer-text a:visited  {
	color: #b1a69a;
}

#footer-text a:hover, #footer-text a:active  {
	color: #082d45;
}

.nonCSS {
	display: none;
}

#menu-bar ul {
	margin: 0px;
	margin-top: 1.3em;
	margin-left: 0px;
	padding-left: 24px;
	font-size: 0.95em; 
	list-style-image:url(images/menu-arrow.gif);
}

#menu-bar li {
	margin-bottom: 0.5em;
}

#menu-bar a:link, #menu-bar a:visited {
	color: #082d45;
	text-decoration: none;
}

#menu-bar a:hover, #menu-bar a:active {
	color: #082d45;
	text-decoration: underline;
}

#vendor-area {
	position: relative;
	left: 33px;
	top: 0px;
}

#vendor-area li {
	width: 83px;
	list-style: none;
	display:inline;
	float:left;
}

#vendor-area ul {
}

#vendor-area .thumb-list {
	position:absolute;
	left: 0px;
	top: 45px;
	margin: 0;
	padding: 0;
}

#vendor-area .thumb {
	text-align:center; 
	width: 82px;
	vertical-align: top;
	font-size: 0.9em;
/*	margin-right: 33px;
	margin-bottom: 20px;*/
}

#vendor-area .spacer {
	width: 31px;
}

#vendor-area .thumb a:link, #vendor-area .thumb a:visited {
	color: #082d45;
}
#vendor-area .thumb a:hover, #vendor-area .thumb a:active {
	color: #082d45;
}

#vendor-area .thumb img {
	margin-bottom: 5px
}

#vendor-area.hardware {
	position: relative;
	top: 10px; /* TODO determine correct size */
}

#vendor-area.contactus table a {
	color: #082d45;
}

/*
#vendor-area.contactus table a:link, #vendor-area.contactus table a:visited {
	color: #082d45;
}

#vendor-area.contactus table a:hover, #vendor-area.contactus table a:active {
	color: #082d45;
}
*/
#contact-info td {
	vertical-align: top;
}

