p, ul, ol, li, h2, h3 {
 margin: 0;
 padding: 0;
}

body {
 margin: 4px 8px 0 14px;
 background: #313031;
 font: 12px Arial, Helvetica, sans-serif;
 color: #FFFFFF;
}

a {
 color: #FFFFFF;
 text-decoration: none;
}

a:hover { text-decoration: underline; }

h2 {
 font-weight: normal;
 font-size: 18px;
}

#wrapper { width: 982px; }

#header { height: 67px; }

#header img { float: left; }

#navbar {
 font-size: 11px;
 float: left;
 margin: 5px 0 0 23px;
 height: 35px;
 width: 786px;
 background: url('../images/top_bg.gif');
}

#navbar a {
 margin-left: 7px;
 margin-right: 7px;
 font-weight: bold;
}

#navbar ul, #navbar li {
 display: block;
 list-style-type: none;
 float: left;
 height: 35px;
 line-height: 35px;
}

#navbar #list1 {
 padding-left: 16px;
 background: url('../images/top_beg.gif') no-repeat;
}

#navbar #list2 {
 padding-left: 24px;
 background: url('../images/top_mid.gif') no-repeat;
}

#left_col {
 font-size: 11px;
 float: left;
 width: 180px;
}

#left_col div.cat a {
 font-size: 12px;
 display: block;
 height: 18px;
 width: 150px;
 background: #4f5559 url('../images/cat_bullet.gif') no-repeat 18px 9px;
 text-transform: uppercase;
 font-weight: bold;
 padding: 6px 0 0 30px;
 border-top: 1px solid #313031;
}

#left_col div.cat a:hover {
 background-color: #5f666a;
 text-decoration: none;
}

#left_col .subcats {
 width: 162px;
 padding-left: 18px;
 padding-top:2px;
 padding-bottom:2px;
 display: block;
 background-color: #7c7d80;
}

#mid_col {
 float: left;
 margin-left: 38px;
 padding-right: 4px;
 width: 600px;
}

#mid_left_col {
 float: left;
 margin-left: 27px;
 width: 468px;
}
 
#mid_right_col {
 font-size: 11px;
 float: left;
 margin-left: 11px;
 width: 136px;
}

#mid_right_col h2 {
 font-size: 11px;
 text-transform: uppercase;
 font-weight: bold;
}

#mid_right_col ol { list-style-position: inside; }

#right_col {
 font-size: 11px;
 float: left;
 width: 152px;
 height: 450px;
 background-color: #3d4242;
 margin-bottom: 10px;
 padding: 4px;
}

#footer {
 font-size: 11px;
 position: relative;
 width: 982px;
 left: -14px;
 clear: left;
 background-color: #272926;
 margin-top: 10px;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-left:16px;
 padding-right:16px;
}

#footer a { text-decoration: underline; }

#faq {
	font-size:12px;
	text-decoration:none;
	padding: 3px;
}
	
#contact .labelinput { font-weight: bold; }
#contact input, #contact select, #contact textarea { margin: 3px; font: 12px Arial, Helvetica, sans-serif; }

#channelname { float:left;text-align:left; }
#channelrating { vertical-align:bottom;text-align:right; }
#channeldescription { clear:both;text-align:left; }

.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;
}

/*messages*/

.message_error { 
  background: #DC4141 url("/img/message_error.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin:10px auto 0px auto; width:90%; color:#ffffff; padding: 12px 8px 8px 30px;
  }
.message_error li {color:#ffffff;}
.message_error a:link, .message_error a:active, .message_error a:visited {color: #ffffff; text-decoration: underline;}
.message_error a:hover {color: #ffffff; text-decoration: none;}

.message_success { 
  background: #9ADF61 url("/img/message_success.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin:10px auto 0px auto; width:90%; color:#ffffff; padding: 12px 8px 8px 30px;
  }
.message_success li {color:#ffffff;}
.message_success a:link, .message_success a:active, .message_success a:visited {color: #ffffff; text-decoration: underline;}
.message_success a:hover {color: #ffffff; text-decoration: none;}

.message_caution { 
  background: #FFFAAD url("/img/message_caution.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin:10px auto 0px auto; width:90%; color:#0D1F48; padding: 12px 8px 8px 30px;
  }
.message_caution li {color:#0D1F48;}
.message_caution a:link, .message_caution a:active, .message_caution a:visited {color: #0D1F48; text-decoration: underline;}
.message_caution a:hover {color: #0D1F48; text-decoration: none;}

.message_info { 
  background: #E3F6FF url("/img/message_info.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin:10px auto 0px auto; width:90%; color:#0D1F48; padding: 12px 8px 8px 30px;
  }
.message_info li {color:#0D1F48;}
.message_info a:link, .message_info a:active, .message_info a:visited {color: #0D1F48; text-decoration: underline;}
.message_info a:hover {color: #0D1F48; text-decoration: none;}

h5.msg {padding:0px;margin:0px;}