@charset "utf-8";
/* IE6 PNG fix */
img, div, {
	behavior: url(scripts/iepngfix.htc)
}
body {
	background-image: url(../images/bg-blue.gif);
	color: #000000;
	font-family: Arial, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	line-height: 1.5em;
}
#left {
	background-color: #000000;
	background-image: url(../images/bg-left-column.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 314px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 50;
}
#left-shadow {
	background-image: url(../images/bg-left-column-shadow.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 36px;
	position: fixed;
	left: 314px;
	top: 0px;
	display: none;
}
#logo {
	background-image:url(../images/logo.gif);
	margin:50px auto 0 auto;
	position:relative;
	left:-3px;
	width: 256px;
	height: 203px;
}
/* -----------------------navigation--------*/
#navigation {
	position: absolute;
	height: 150px;
	width: 130px;
	top: 270	px;
	left: 137px;
	z-index: 55;
}
#navigation li, #navigation a {
	width:130px;
	height: 20px;
	cursor: hand;
	display: block;
	margin: 7px 0 0 0;
}
#navigation h2 {
	text-indent: -999px;
}
li#home h2		{width:130px; height:20px; background:url(../images/nav-home.gif) 0 0 no-repeat;}
li#products h2	{width:130px; height:20px; background:url(../images/nav-products.gif) 0 0 no-repeat;}
li#staff h2		{width:130px; height:20px; background:url(../images/nav-staff.gif) 0 0 no-repeat;}
li#contact h2	{width:130px; height:20px; background:url(../images/nav-contact.gif) 0 0 no-repeat;}

#copyright {
	position: absolute;
	width: 314px;
	bottom: 25px;
	left: 0px;
	overflow: visible;
}
#copyright p{
	font-size: 0.8em;
	color: #83D8D1;
	line-height: 1.5em;
	clear: both;
	text-align: center;
}
/* --------------------------------------------------------generic content--------*/

#content {
	min-width: 650px;
	padding: 50px 0 0 364px;
	position: relative;
}
#content .right-content {
	position: absolute;
	top: 0px;
	right: 0px;
}
.right-float {
	float: right;
	clear: right;
	margin-left: 60px;
}
.left-float {
	text-align: left;
	font-size:0.8em;
}
p.justified {
	text-align: left;
	font-size:0.8em;
	max-width: 700px;
}
h3 {
	font-size: 1.3em;
	color: #113734;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	text-align: left;
	font-style: italic;
}
h4 {
	font-size: 1em;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	text-align: left;
	font-style: italic;
}
#content a {
	color:#003333;
	border-bottom:dotted #003333 1px;
}
/* -------------------------------------------------------- HOME (mirror and pics) --------*/

#mirror-mirror {
	background-image: url(../images/mirror.png);
	height: 550px;
	width: 390px;
	position: absolute;
	z-index: 10;
	top: 50px;
	right: 50px;
}
#mirror-behind {
	background-image: url(../images/mirror-pics/black.jpg);
	height: 316px;
	width: 252px;
	position: absolute;
	z-index: 0;
	top: 195px;
	right: 125px;
}

.mirror-pics {
	height: 316px;
	width: 252px;
	position: absolute;
	z-index: 5;
	top: 195px;
	overflow: hidden;
	right: 125px;
}

/* ------------------------------------mailing list biz--------*/

#mailing-list-box h2 {
	background-image:url(../images/mailing-list.gif);
	height: 61px;
	width: 144px;
	text-indent: -9935px;
	cursor:pointer;
}
#mailing-list-box {
	height: 61px;
	width: 144px;
	float:left;
	margin-left:25px;
}
#facebook-box h2 {
	background-image:url(../images/facebook-fan.gif);
	height: 61px;
	width: 105px;
	text-indent: -9935px;
	cursor:pointer;
}
#facebook-box {
	height: 61px;
	width: 105px;
	float:right;
	margin: 0 24px 14px 0;
}
/* -------------------------------------------------------- PRODUCTS --------*/

/* -------------------------------------------------------- STAFF --------*/

.staff-box {
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid #000 1px;
	background: #C1ECE9;
	height: 220px;
	width: 310px;
	margin: 0 8px 8px 0;
	line-height: 1.3em;
	float: left;
	position: relative;
}

.staff-box .staff-pic-holder { position: absolute; top: 10px; left: 10px; width: 133px; height: 200px; background: url(../images/staff-pic-border.png); position: absolute; z-index: 100; }

.staff-box img { position: absolute; top:10px; left: 10px; width: 133px; height: 200px; z-index: 99; }

.staff-box .info	{ position: absolute; top: 10px; left: 155px; width: 140px; height: 205px; }

.staff-box p.firstname {
	color: #113734;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
}
.staff-box p.lastname {
	color: #113734;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}
.staff-box p.title {
	color: #113734;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	font-size: .7em;
}
.staff-box p.number {
	color: #113734;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
