@charset "UTF-8";
/* CSS Document */

.preload1 {background: url(../images/bg.gif);}

body.mainLayout {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#mainContainer {
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 623px;
	background: #FFFFFF;
	position: relative;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #693f05;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#flashHolder {
	margin: 0;
	padding: 0;
	width: 932px;
	height: 429px;
	background-color: #cc9966;
}

#leftColumn {
	float: left;
	margin: 0;
	padding: 0;
	height: 429px;
	width: 222px;
}

#centerColumn {
	float: left;
	margin: 0;
	padding: 0;
	height: 429px;
	width: 710px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#footerContainer {
	float: left;
	margin: 0;
	padding: 0;
	height: 127px;
	width: 932px;
}

#cspFloater {
	z-index: 500;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 475px;
	left: 739px;
}

#aboutAvanti {
	margin: 0;
	padding-left: 50px;
	padding-right: 25px;
	height: 149px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#swprodcontent {
	margin: 0;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#stoneInfo {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	height: 289px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#community {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	height: 258px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#fullContent {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	height: 429px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

td.margins {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
}

td.marginLeft {
	margin: 0;
	padding-left: 25px;
}

td.marginRight {
	margin: 0;
	padding-right: 25px;
}

a.red:link {text-decoration: underline; color: #660000; vertical-align: super;}
a.red:active {text-decoration: underline; color: #660000; vertical-align: super;}
a.red:visited {text-decoration: underline; color: #660000; vertical-align: super;}
a.red:hover {text-decoration: underline; color: #660000; vertical-align: super;}

a.rednorm:link {text-decoration: underline; color: #660000;}
a.rednorm:active {text-decoration: underline; color: #660000;}
a.rednorm:visited {text-decoration: underline; color: #660000;}
a.rednorm:hover {text-decoration: underline; color: #660000;}
