
/* 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: absolute;
	top: 10px;
	margin: 0px 5% 20px 5%; 
	width: 90%; 
	min-width: 900px;
	max-width: 1200px;
	height: 90%; 
	min-height: 615px; 
	background: #FFF url(img/corners/UL.gif) no-repeat left top;
	z-index: 1;
}
#splash #main {
	height: 615px;
}

#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: 5%; 
	height: 13px; 
	width: 90%;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 10;
}
#menu .menuLnk {
	position: relative;
	top: 0px;
	margin: 0px 15px;
	border: 0px;
	padding: 0px;
	text-align: center;
	display: inline;
	z-index: 99;
}

#content {
	position: absolute;
	top: 215px; 
	bottom: 100px; 
	left: 0px;
	width: 100%;
	min-height: 300px;
	z-index: 5;
}

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

#lt {  
	position: relative;
	top: 0px; 
	left: 0px;
	width: 450px;
	height: 300px;
	text-align: left;
	z-index: 50;
}
#lt img {
	margin: 0px 0px 0px 40px; 
	/*border: solid 1px #DDD;*/
}

/*#content #rt.flexcroll {
	position: relative;
	height: 410px;
	width: 590px;
	overflow: auto;
}*/

/*#corrects the margin on scrollable pages,
#content .flexcroll p, 
#main_div .flexcroll ul, 
#main_div .flexcroll h4 {
padding-right: 40px;
}*/

#rt.flexcroll {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 99%;
	height: auto;
	min-width: 870px;
	min-height: 300px;
	max-height: 100%;
	overflow: auto;
	z-index: 40;
}
#rt.flexcroll p {
	margin: 0px 40px 0px 450px;
	text-align: justify;
}
#contact #rt { 
	width: 98%;
}

#rt {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	min-width: 870px;
	min-height: 300px;
	max-height: 100%;
	overflow: auto;
	z-index: 40;
}
#rt p {
	margin: 0px 40px 0px 450px;
	text-align: justify;
}
#contact #rt { 
	width: 98%;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

#ftr {
	position: absolute;
	bottom: 0px;
	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;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 28px;
	background: url(img/nyclogo.gif) no-repeat center top;
	z-index: 95;
}

/* --------------------- horizontal lines --------------------- */
.ln {
	width: 100%;
	height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
	z-index: 98;
}
.ln img {
	width: 100%;
	height: 1px;
}
#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; 
	bottom: 75px;
}
#main #L6 {
	position: absolute; 
	bottom: 70px;
}

/* ---------------------------- SHW webmark ---------------------------- */
#shwFtr {
	position: absolute;
	bottom: -15px;
	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;
	bottom: 100px; 
	left: 40px;
	right: 0px;
	width: auto;
	height: auto;
	min-height: 300px; /* was 350px */
	margin-right: 1%;
	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;
	height: auto; 
	border-bottom: #DDD solid 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#product_2 {
	position: relative;
	top: 0px;
	width: auto;
	height: auto; 
	border-bottom: #DDD solid 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#product_3 {
	position: relative;
	top: 0px;
	width: auto;
	height: auto; 
	border-bottom: #DDD solid 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#product_1 img, #product_2 img, #product_3 img {
	margin: 0px;
	float: left;
	margin: 0px;
	float: left;
	margin: 0px;
	float: left;
	margin: 0px;
	float: left;
	margin: 0px;
	float: left;
}
#product_1 p, #product_2 p, #product_3 p {
	margin: 0px 40px 0px 410px;
	text-align: justify;
}
#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 {
	margin: 0px 40px 20px 0px;
}

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

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

.prod_form { 
	position: relative;
	top: -1px;
	left: 38px; /* + 2px cellspacing = 40 margin*/
	display: table;
	width: 420px;
	margin: 0px;
	padding: 0px; 
	border: #999 solid 0px; /* border for testing only */
}
td {
	margin: 0px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
.btm {
	vertical-align: bottom;
}
.mid {
	vertical-align: middle;
}

