
/* global.css copyright 2007 Sugarhill Works, LLC */

a { 
	color: #333; 
	text-decoration: none;
}
a:link { 
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
    color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
    text-decoration: none;
}
a[href="#"] {
	cursor: default;
}

img { 
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #E8E8E8;
	font: small arial,helvetica,sans-serif;		 
	color: #333;
}
* html body {
	font-size: 75%;
}

#main {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto; 
	width: 900px;
	height: 615px; 
	background: #FFF url(img/corners/UL.gif) no-repeat left top;
	z-index: 1;
}

#hdr {
	position: relative;
	height: 160px;
	text-align: center;
	z-index: 99;
	background: url(img/corners/UR.gif) no-repeat right top;
}
#hdr img.hdr {
	padding: 10px 0px 0px 0px;
}

#menu {
	position: absolute;
	top: 166px;
	left: 2%; 
	height: 13px; 
	width: 96%;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 10;
}
#menu .menuLnk {
	position: relative;
	top: 0px;
	margin: 0px 12px;
	border: 0px;
	padding: 0px;
	text-align: center;
	display: inline;
	z-index: 99;
}

#content {
	position: absolute;
	top: 215px; /* alt bottom: 100px; */
	left: 0px;
	right: 0px;
	width: 900px;
	height: 300px; /* alt 350px */
	z-index: 5;
}

#ctr {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10px;
	right: 10px;
	width: 880px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	z-index: 45;
}
#ctr img {
	position: relative;
	top: 0px;
	padding: 0px;
}

#lt {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 430px;
	height: 300px; /* alt 350 */
	text-align: left;
	z-index: 50;
}
#lt img {
	margin: 0px 30px; /* alt 0 40 */
}

#rt.flexcroll {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 5px;
	width: 895px;
	height: 300px; /* alt 350 */
	overflow: auto;
	z-index: 40;
}
#rt.flexcroll p {
	margin: 0px 30px 0px 430px; /* alt 0 40 0 450 */
	text-align: justify;
}

#rt {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 900px;
	height: 300px; /* alt 350 */
	overflow: auto;
	z-index: 40;
}
#rt p {
	margin: 0px 30px 0px 430px; /* alt 0 40 0 450 */
	text-align: justify;
}

#rt .spcr {
	margin: 10px 0px 0px 0px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

#ftr {
	position: absolute;
	top: 545px;
	left: 0px;
	width: 100%;
	height: 70px; 
	text-align: center;
	overflow: hidden;
	background: url(img/corners/LL.gif) no-repeat left bottom;
	z-index: 90;
}
#ftr p {
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0px;
	background: url(img/corners/LR.gif) no-repeat right bottom;
}
#ftr img.ftr {
	padding: 15px 0px 0px 0px;
}

#nyclogo {
	position: absolute;
	top: 567px;
	right: 10px;
	width: 50px;
	height: 28px;
	background: url(img/nyclogo.gif) no-repeat center top;
	z-index: 95;
}

/* ----------------------------- horizontal lines -------------------------- */
.ln {
	width: 900px;
	height: 1px;
	font-size: 1px;
	padding: 0px 0px;
	margin: 0px 0px;
	z-index: 98;
}
.ln img {
	 height: 1px; 
	 width: 100%;
}
#main #L1{
	position: absolute; 
	top: 155px;
}
#main #L2 {
	position: absolute; 
	top: 160px;
}
#main #L3 {
	position: absolute; 
	top: 184px;
}
#main #L4 {
	position: absolute; 
	top: 189px;
}
#main #L5 {
	position: absolute; 
	top: 540px;
}
#main #L6 {
	position: absolute; 
	top: 545px;
}

/* ---------------------------- SHW webmark ---------------------------- */
#shwFtr {
	position: absolute;
	top: 620px;
	right: 0px;
	/*bottom: 4px;
	right: 12px;*/
	height: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	border: none;
	text-decoration: none;
	text-align: right;
	z-index: 0;
}
#shwFtr a { 
	color: #666; 
	text-decoration: none;
}
#shwFtr a:link { 
	color: #666;
	text-decoration: none;
}
#shwFtr a:visited {
	 color: #666;
	 text-decoration:none;
}
#shwFtr a:hover {
	 color: #999;
	 text-decoration: none;
}
#shwFtr a:active {
	 color: #999;
	 text-decoration: none;
}


/* --------------------------- PRODUCTS PAGE ONLY ------------------------ */

#prod_content.flexcroll {
	position: absolute;
	top: 215px; /* alt bottom: 100px; */
	left: 30px;
	width: 865px;
	height: 300px; /* alt 350px */
	z-index: 40;
	overflow: auto;
}

#prod_slideshow {
	position: relative;
	top: 0px;
	width: auto;
	height: auto; 
	border-bottom: #DDD solid 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#xfsoContainer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 370px;
	height: 300px; 
}
#xfsoContainer img {
	position: absolute;
	visibility: hidden;
	margin: 0 auto;
}

#product_1 {
	position: relative;
	top: 0px;
	width: auto; /* alt height: 350px; */
	height: auto;
	border-left: #DDD solid 0px; /* extra border declarations needed to make border-bottom work in IE6 */
	border-right: #DDD solid 0px;
	border-top: #FFF solid 1px;
	border-bottom: #DDD solid 1px;
	padding-bottom: 25px; /* alt 25px */
	margin-bottom: 25px;
}

#product_2 {
	position: relative;
	top: 0px;
	width: auto; /* alt height: 350px; */
	height: auto;
}
#product_3 {
	position: relative;
	top: 0px;
	width: auto; /* alt height: 350px; */
	height: auto;
}

#product_1 img, #product_2 img, #product_3 img {
	margin: 0px 0px; /* was 25 0 */
	float: left;
}
#product_1 p, #product_2 p, #product_3 p {
	margin: 0px 30px 0px 400px;
	text-align: justify;
	/* width: 424px; */
}

#prod_slideshow div.SStext {
	position: absolute;
	top: 0px;
	left: 410px;
	width: auto;
	text-align: left;
}
/*
#prod_slideshow div.SStext h4 {
	letter-spacing: 2px;
}
#prod_slideshow div.SStext p {
	font-size: 10px;
	font-style: italic;
}*/

.product_hdr {
	font-weight: bold;	
}
.clear {
	clear: both;
}

ul#features li {
	list-style-type: disc;
	list-style-position: inside;
}
ul#features {
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 430px;
}

.prod_form {
	position: relative;
	top: -1px;
	left: 28px; /* + 2px cellspacing = 30 margin*/
	display: table;
	width: 420px;
	margin: 0px;
	padding: 0px; 
	border: #999 solid 0px; /* border for testing only */
}

