#logo {
	background-repeat: no-repeat;
}
#key_visual {
	background-repeat: no-repeat;
}
#slogan {
  font-family: Impact,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #000600;
}
#main_nav_list a.main_nav_active_item {
  background: url(images/core/main_nav_active.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#main_nav_list a.main_nav_item {
  background: url(images/core/main_nav.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #4d564e;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/core/main_nav_active.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/core/main_nav.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/core/main_nav.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #474d47;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(images/core/main_nav_active.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#content_container h1 {
  font-family: Impact, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #58655c;
}
#content_container h2 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #58655c;
}
#content_container h3 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #58655c;
}
#content_container, #content_container p {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
#content_container a:visited {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}
#content_container a:link {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #58655c;
}
#content_container a:hover {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #0e0e0e;
}
#content_container a:active {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #0e0e0e;
}
#footer_text {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #515952;
}
#main_container h1 {

  font-family: Impact, Arial, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
#main_container h2 {
	font-family: Impact, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: inline;
}
#main_container h3 {
	font-family: Impact, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: inline;
}
.reviews {
	float: left;
	width: 260px;
	margin-right: 3px;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.ranking {
	font-family: Impact, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.box {
	float: left;
	border: 1px solid #333333;
	padding-right: 1px;
	padding-left: 1px;
}
.bold {
    font-weight: bold;
}
.alert {
    font-weight: bold;
	color: red;
}
.floatLeft {
	float: left;
	padding-right: 5px;
}
.floatRight {
	float: right;
	padding-left: 5px;
}
.floatCenter {
	text-align: center;
}
a.noUnderLine, .noUnderLine a {
	text-decoration: none
}
a:hover.noUnderLine, .noUnderLine a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.noUnderLine {
	color: #000000;
}

