@import url("common.css");

/* Products Frame */

#productsFrame {
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
	width: 238px;
	height: 181px;
	background: url(../images/products.jpg);
	border: 1px solid #9D9C9C;
}

#productsBG {
	position: absolute;
	top: 186px;
	margin-left: 5px;
	width: 240px;
	height: 46px;
	background: url(../images/products_bg.gif);
}

#productsLeft {
	width: 1px;
	height: 46px;
	float: left;
	background: url(../images/products_border.gif);
}

#productsRight {
	width: 1px;
	height: 46px;
	float: right;
	background: url(../images/products_border.gif);
}

#productsLink {
	position: absolute;
	top: 195px;
	left: 75px;
}

#productsSell {
	position: absolute;
	top: 36px;
	left: 266px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 418px;
	height: 210px;


}

#productsSell * {
	vertical-align: top;
}

#productsTitle {
	position: absolute;
	top: 29px;
	left: 269px;
	overflow: hidden;
	width: 185px;
	height: 14px;
	background: url(../images/products_title.gif);
}

/* Text Area */

#textAreaTop {
	position: absolute;
	margin-left: 5px;
	top: 233px;
	height: 23px;
	width: 688px;
	background: url(../images/textarea_top.gif);
}

#textArea {
	background: url(../images/textarea_bg.gif) center no-repeat #f7f6f6;
	position: absolute;
	top: 245px;
	left: 10px;
	height: 142px;
	width: 676px;
	border: 1px solid #CCCCCC;
}

#statementTitle {
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 1px;
	background: url(../images/statement_title.gif);
	width: 133px;
	height: 14px;
	overflow: hidden;
}

#statementText {
	border-top: 1px solid #8A8787;
	border-bottom: 1px solid #8A8787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 16px;
	padding-top: 6px;
	padding-bottom: 8px;
	color: #666666;
	width: 270px;
}

#aboutTitle {
	position: absolute;
	top: 8px;
	left: 382px;
	margin-bottom: 1px;
	background: url(../images/about_title.gif);
	width: 72px;
	height: 14px;
	overflow: hidden;
}

#aboutText {
	border-top: 1px solid #8A8787;
	border-bottom: 1px solid #8A8787;
	position: absolute;
	top: 24px;
	left: 382px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 8pt;
	color: #666666;
	width: 270px;
}

h1 {
	font-size:14.5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	color: #1d1dad;

	}
	
.gray {
	font-size:14px;
	font-weight: bold;
	color: #6d6c6c;
	font-style: italic;
	text-decoration: none;
	line-height: 21.5x;

	}
