@charset "UTF-8";
/* CSS Document */
body  {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	background:url(images/anti-bg.jpg) repeat;
	margin: 0;
	padding: 0;
	line-height:16px;
	text-align: center;
	color: #000000;
}
* {
	margin:0;
	padding:0;
}
a:link, a:visited {
	color:#000000;
	}
a:hover, a:active {
	color:#666666;
}
img {
	border:0px;
}
.thrColFixHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header { 
	padding: 0 10px 0 0px;
	height:106px;
} 
.thrColFixHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainContent {
	margin: 0 80px;
	padding:0px;
	border:3px solid #333333;
	height:500px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
	height:106px;
} 
.thrColFixHdr #footer p {
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Inside Container */
.innerHeader {
	width:810px;
	float:left;
	margin-bottom:20px;
}
.innerContainer {
	width:820px;
	float:left;
	clear:left;
}
.innerContainer p {
	line-height:16px;
	margin-bottom:10px;
}
.innerNav {
	float:right;
	width:180px;
	text-transform:uppercase;
}
.innerNav a {
	margin-left:20px;
	text-decoration:none;
}
.innerpad {
	margin:10px;
}
.logo {
}
.copyright {
	font-size:10px;
	padding:10px 60px;
}

/* Form Design */
.designForm {
	width:780px;
}

/* ajax loader */
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

/* Star Rating */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(alt_star.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a {
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow: hidden;
	outline: none;
	border:0;
	} 
.star-rating li {
	text-indent:-9000px;
}
.star-rating li a:hover{
	background: url(alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
	}
.star-rating a.one-star, .star-rating li.one-star {
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars, .star-rating li.two-stars {
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars, .star-rating li.three-stars {
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars, .star-rating li.four-stars {
	left: 75px;
	}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars, .star-rating li.five-stars {
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
	
.star-rating-warning {
	font-size:smaller;
	color: maroon;
}		
