/* Caribyte Inc. */

img {
	border: 0;
}

p {
	margin-top: 0;
}

form {
	margin-bottom: 0;
	margin-top: 0;
}

table {
   margin-bottom:0 ;
}

div { padding: 0; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	/*font-weight: bold;*/
	color: #CC0000;
	margin: 0;
	margin-top: 1.5em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: 14px;
	margin-top: 0.5em;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #660066;
	margin-bottom: 0;
}

input[type="text"],input[type="password"],textarea, select {
	border: 1px solid #999999;
}

body {
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	background-color: #660000;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}

#maincontainer {
	width: 800px;
	position: relative;
	margin: 0px auto;
	background-color: #33ffff;
	border: 4px solid #ffffff;
	background-color: #CC0000;
}

#header {
   background-color: #ffffff;
   float: left;
}

#header a {
   color: #ffffff;
   text-decoration: none;
}

#titletopbar {
	padding: 4px 30px;
   background-color: #660066;

   /*position: relative;*/
	font-size: 11px;
	color: #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
   clear: both;
   height: 15px;

	/*word-spacing: 5px;*/
}

#leftnav {
	width: 190px;
	float: left;
	clear: both;
	color: #ffffff;
	background-color: #ffffff;
}

#loginwin {
	padding: 1em 0.7em;
	margin-bottom: 0.3em;

	background-color: #CC0000;
}

#loginwin th {
	font-weight: normal;
	text-align: right;
}

#menuwin {
	background-color: #CC0000;
	/*height: auto;*/
}

#menuwin a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	width: 170px;
	display: block;
	padding: 2px 10px;
	/*border-bottom: 1px solid #ffffff;*/
}

#menuwin a:hover {
	background-color: #990000;
}

#menuwin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuwin ul li {
	/*margin-bottom: 0.3em;*/
}

#menuwin li li {
	/*margin-top: 0.3em;*/
}

#menuwin li li a {
	text-decoration: none;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: normal;
	width: 160px;
}

.active>a {
	background-color: #990000;
}

#content {
	float: left;
	width: 576px;
	padding-left: 32px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	min-height: 260px;
	margin-bottom: 0;
}

#footer {
	font-size: smaller;
	padding: 0.3em;
	float: right;
	width: 604px;
	bottom: 0;
	text-align: center;
	color: #999;
	background-color: #ffffff;
}

/***Content Pages****/
#subcontent {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.RewardItem {
	float: left;
	width: 265px;
	margin: 0 0.5em 0.5em 0;
	border: 1px solid #999999;

	min-height: 145px;
	height: auto !important;
	height: 145px;
}

.RewardItem table {
   height: 150px;
   width: 100%;
}

.RewardItem th {
	font-size: smaller;
	color: #FFFFFF;
	background-color: #CC0000;
	/*height: 30px;*/
}

.RewardItem td {
	color: #660066;
	font-size: 18px;
	font-weight: bold;
}

#frmRegister th {
	color: #000000;
	font-weight: normal;
	text-align: right;
}

/***My Info page****/
#myinfo table {
   float: left;
   margin-right: 25px;
}

.tabmenu {
   padding: 3px 0;
   margin-left: 0;
   border-bottom: 1px solid #778;
}

.tabmenu li {
   list-style: none;
   margin: 0;
   display: inline;
}

.tabmenu li a {
   padding: 3px 0.5em;
   margin-left: 3px;
   border: 1px solid #778;
   border-bottom: none;
   background: #cc0000;
   text-decoration: none;
   color: #ffffff;
}

.tabmenu li a:hover {
   background: #990000;
   border-color: #227;
}

.tabmenu li a#current {
   background: white;
   border-bottom: 1px solid white;
}

#boxSpecial {
	border: 1px solid #999;
}

#boxSpecial th {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #CC0000;
	padding: 4px 0;
	text-align: center;
}

#boxSpecial td {
	font-size: 14px;
	text-align: center;
}

#boxSpecial a, #boxSpecial a:hover   {
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.floatl {
   float: left;
}

.floatr {
   float: right;
}

#news {
   background-image: url(img/newsletter.gif);
   background-repeat: no-repeat;

   width: 570px;
   height:100%;
   min-height: 744px;  
   /*overflow: hidden;*/
}

.altcolour td {
   background-color: #dddddd;
}