@charset "utf-8";

a:link, a:visited, a:hover, a:active {
	color: #999999;
}

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #999999;
}
.thrColFixHdr #container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/************************************************/
.thrColFixHdr #header { 
	background: #000000; 
	padding: 0px;
	margin: 0px;
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 20px 0;
	font-size: 120%;
}
.thrColFixHdr #header p {
	padding:0;margin:0;
}
/************************************************/
.thrColFixHdr #mainContent {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
} 

.thrColFixHdr #mainContent .image {
	float:left;
	width: 325px;
	margin: 40px 40px 0px 0px;
}

.thrColFixHdr #mainContent .description {
	text-align: center;
	float:right;
	width: 402px;
	margin: 40px 20px 0px 0px;
}
.thrColFixHdr #mainContent .description strong{
	font-size: 110%;
}
/************************************************/
.thrColFixHdr #mainContent .description .pricing {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.thrColFixHdr #mainContent .description .pricing td{
	padding: 10px;
	vertical-align:top;
}
/************************************************/
.thrColFixHdr #footer { 
	background:#000000;
} 
.thrColFixHdr #footer p {
	text-align:center;
	border-top:1px solid #999999;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}
/************************************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/************************************************/

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
