@charset "utf-8";
/* CSS Document */

html, body {
background-attachment:fixed;
  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
	color: #000000;
	background-color: #2e8b57;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	background-position:center; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
	
.linus	a { color: #333; text-decoration: none; }	
.linus a:link { color: #333; text-decoration:none; }
.linus a:visited {
	color: #333;
	text-decoration:none;
}
.linus a:hover {
	color: #333;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.linus a:active {
	color: #FEF4F2;
	text-decoration:none;
	font-size: 16px;
}
.linus font {font-weight: bold; font-size:16px}

a {
	font-size: 14px;
}
.ls2	a { color: #FFE4E1; text-decoration: none; }	
.ls2 a:link { color: #FFE4E1; text-decoration:none; }
.ls2 a:visited {
	color: #FFC0CB;
	text-decoration:none;}
.ls2 a:hover {
	color: #fff0f5;
	text-decoration:underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.ls2 a:active {
	color: #d87093;
	text-decoration:none;
	
}
.ls2 font {font-weight: bold; font-size:14px}

a {
	font-size: 16px;
}

#wooden-table {
  position: absolute;
  left: -5000px;
}
#lighttable {
  position: relative;
  width: 800px;
  height: 450px;
  background: #eee url(../gsw/lightbox/kitchen-table-lightbox/images/wooden-table.jpg);
  padding: 70px;
  margin: 0 auto;
  border: 20px solid #111;
  display: none;
}
#lighttable img {
  border: 10px solid #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#lighttable img:hover {
  cursor: pointer;
}

#description {
  padding: 10px 10px 5px 10px;
  background: #111;
  color: #fff;
  width: 45em;
  margin: 0 auto -5px auto;
  text-align: center;
}

#description h1 {
  font-size: 14px;
}

#description a {
  color: #bbf;
}

