@charset "utf-8";
/*
Theme Name: RMRS Wordpress Theme
Theme URI: http://www.readymadereviewsites.com/
Description: RMRS Wordpress Theme
Version: 1.1
Author: Ready Made Review Sites
Author URI: http://www.readymadereviewsites.com/
*/

body {
	background-color: #0a0087;
	background-repeat: repeat-x;
	background-image: url(./images/bg.jpg);
	margin: 0px;
}

img, div { behavior: url(wp-content/themes/rmrs_theme/iepngfix.htc) }

.toplinks a{
	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.toplinks a:hover{
	color:#FFCF51;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(./images/max-nav-tab-highlight.jpg);
	background-repeat: no-repeat;
}
.nav-bar-active-bg {
	background-image: url(./images/max-nav-tab.jpg);
	background-repeat: no-repeat;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

.subhead {
	font-family: Impact;
	font-size: 25px;
	font-style: normal;
	font-weight: lighter;
	color: #990000;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}
.footer-text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
.footer-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}
.footer-text a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFCC00;
	text-align: center;
}
.navbar-bg {
	background-image: url(./images/nav-bar.jpg);
	background-repeat: no-repeat;
}
.header-bg {
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
}
.copyright-text {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
.toplinks {

	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.optin-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.optin-spam-text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

/* Clickbank Product Page CSS */

.product_title
{
	font-size: 1.5em;
}
.product_description
{
	font-size: 1em;
}
.product_hoplink
{
	font-size: 1em;
}
h1 {
	font-family: Impact;
	font-size: 25px;
	line-height: 32px;
	font-style: normal;
	font-weight: lighter;
	color: #990000;
	text-align: center;
}


/* End Clickbank Product Page CSS */



div#catfish {
  z-index: 100000; 
  padding-top: 8px;

  font-size: 12px;


  white-space: nowrap; 
	display: none; /* Stops catfish appearing before the page is fully loaded */
	text-align: center;
	border-top: 0px solid black;
	line-height: normal;
}

div#ufa_position {
top: expression( ( -0 - catfish.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
				padding: 0px;
				margin: 0px;
				overflow: hidden;
}

body {
				overflow-x: hidden;
			}
			div#catfish {
				/* IE5.5+/Win - this is more specific than the IE 5.0 version */
				display: none;
				position: absolute;
				right: auto; bottom: auto;
				left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
				top: expression( ( -0 - catfish.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
				padding: 0px;
				margin: 0px;
				overflow: hidden;
			}



div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	text-align: center;
}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}


	<!-- CSS REQUIRED FOR CATFISH TO WORK IN IE6 -->
	<!--[if lt IE 7]>
		<style type="text/css">
			body {
				overflow-x: hidden;
			}
			div#catfish {
				/* IE5.5+/Win - this is more specific than the IE 5.0 version */
				display: none;
				position: absolute;
				right: auto; bottom: auto;
				left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
				top: expression( ( -0 - catfish.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
				padding: 0px;
				margin: 0px;
				overflow: hidden;
			}
		</style>
	<![endif]-->