﻿body{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

table{
	margin:0; padding:0px;
}
tr{
	margin:0; padding:0px;
}
td{
	margin:0; padding:0px;
}
div{
	margin:0px; padding:0px;
}
ul{
	margin:0px; padding:0px;
}
a.nav{
	color:#444444;
	font-size:12px;
	text-decoration:none;
}
a.states{
	text-decoration:none; color:white; margin:0px; padding:0px;
}

a.logister{
	color:#ffffff;
	font-size:12px;
}

td.upper_left_cont{
	background-image:url('images/upper_left_cont.png'); background-repeat:no-repeat; height:65px; width:262px;
}
td.upper_right_cont{
	background-image:url('images/upper_right_cont.png'); background-repeat:no-repeat; height:65px; width:261px;	
}
td.left_cont{
		background-image:url('images/left_cont.png'); background-repeat:no-repeat; height:341px; width:262px;
}
td.right_cont{
		background-image:url('images/right_cont.png'); background-repeat:no-repeat; height:341px; width:261px;
}
td.upper_padding{
	height:55px;
}
td.logo_cell{
	height:120px; width:267px;
}
td.content_center{
	height:341px; width:267px; background-image:url('images/center_content_bg.png'); background-repeat:no-repeat;
}
td.left_cont_foot{
		background-image:url('images/left_cont_foot.png'); background-repeat:no-repeat; height:19px; width:262px;
}
td.right_cont_foot{
		background-image:url('images/right_cont_foot.png'); background-repeat:no-repeat; height:19px; width:261px;
}
td.content_center_foot{
	height:19px; width:267px; background-image:url('images/center_content_foot.png'); background-repeat:no-repeat;
}
td.small_repeat{
		background-image:url('images/19px_repeat.png'); background-repeat:repeat-x; background-color:#000000;	
}
td.content_area{
	background-color:#000000; background-image:url('images/content_area_bg.png'); background-position:top; background-repeat:no-repeat; height:auto
}
#featured_bg{
		background-image:url('images/featured_bg.png'); background-repeat:no-repeat; height:69px; width:261px;	
}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url('images/star.gif') left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url('images/star_small.gif');
	line-height: 10px;
	height: 10px;
}



