body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/interior_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#parent {
	margin:0 auto;
	width:845px;	
}

#top {
	position:relative;
	width:845px;
	height:165px;
}

#middle {
	position:relative;
	width:845px;
	overflow:visible;
}

#bottom {
	position:relative;
	width:845px;
	height:250px;
	text-align:center;
}

#content {
	padding:20px;
	overflow:visible;
	min-height:400px;
}

#searchdiv {
	position:absolute;
	top:-110px;
	left:610px;
	z-index:8;
	font-size:10px;
	height:60px;
}

#digital {
	position:absolute;
	top:130px;
	left:700px;
	z-index:4;
	padding:12px;
	border:1px dashed #F03;
	background-color:#ffdeea;
	text-align:center;
}

#titlediv {
	position:absolute;
	top:-160px;
	left:200px;
	z-index:7;
	font-weight:bold;
	color:#FFF;
}

#info {
	position:absolute;
	top:-40px;
	left:460px;
	z-index:17;
	padding:12px;
	border:1px dashed #000;
	background-color:#b5e356;
	visibility:hidden;
}

input, .fs10 { font-size:10px; }

input { background-color:#b5e356; }

a:visited{color: #006600;}
a:link{color: #006600;}
a:hover{color: #F60;}

#nav {
	background-color:#b5e356;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	margin-bottom:25px;
	padding:12px;
	border-bottom:1px dashed #060;
	overflow:hidden;
	text-align:center;
}

.prod_title {
	background-color:#b5e356;
	border-bottom:1px dashed #060;
	padding:6px;
}

.prod_desc {
	padding:30px;
}

h1 { font-size:16px;margin-top:30px; }

