body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 20px 0;
	padding: 0;
	color: #000000;
}
html img
{
	border: none;
}
h1, h2, h3
{
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 160%;
	font-weight: normal;
}
h2
{
	font-size: 160%;
}
h3
{
	font-size: 140%;
}
p
{
	margin: 0 0 8px;
}
a {
	color: #3F1F1F;
}
a:hover {
	color: #660000;
}

.clear
{
	clear: both;
}
#page
{
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
#header {
	text-align: center;
	margin-bottom: 50px;
}
#topMenu {
	padding-bottom: 2px;
}
table#mainMenu td {
	text-align: center;
}
table#topAnimated td {
	padding-right: 1px;
}
#content {
	background: #ffffff url(../images/content_back_home.jpg) no-repeat left top;
	padding: 0 7px 40px;
}
#leftColumn {
	float: left;
	width:280px;
	margin-top: 18px;
}
#rightColumn {
	float: right;
	width:446px;
	margin-top: 5px;
	text-align:right;
}
#footer {
	border-top: 1px solid #999999;
	margin-top:20px;
	padding-top: 10px;
	overflow: hidden;
}
.contactUs {
	float: left;
	width: 200px;
}
.contactUs a {
	margin: 0 10px;
}
.logoASID {
	float: right;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#tooltip
{
	position: absolute;
	width: 200px;
	text-align: center;
	border: 1px solid #666666;
	padding: 7px;
	background-color: #FFFFE0;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#tooltip p
{
	margin: 5px 0 0;
	font-weight: bold;
}
a.tip
{
	border-bottom: 1px dashed #45634c;
}
.sampleFabric {
	float: left;
	width: 90px;
	height: 125px;
	margin: 0 10px 20px 0;
	padding: 5px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	text-align:center;
}
.sampleFabric p {
	margin: 7px 0 0;
	padding: 0;
}
.sampleFabric:hover {
	border: 1px solid #660000;
}
.inputField {
	width: 200px;
	border: 1px solid #666666;
	background-color: #ffffff;
}
