body {
  background: #aeaeae url(/website_images/sixhanded/bg.jpg) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
}

a, a:visited{
  color: #0033FF;
}

a:hover {
  color: #0033FF;
}
a img {
border:none;
}
strong {
  font-weight: bold;
  color: #0033FF;
}

p {
  margin: 0 0 12px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #000000}

label {
  font-weight: bold;
  color: #2F65A8;
  text-align: right;
}

/* STRUCTURAL ELEMENTS */

#header {
  background: #fff url(/website_images/sixhanded/bg-header.jpg) repeat-x;
  color: #fff;
  font-size: 22px;
  height:104px;
  text-align: left;
  width:980px;
  margin:0 auto;
}
#header img {
  margin: 30px 0 0 20px;
}

#leftside {
}
#rightside {

}
#container {
overflow:hidden;
  background: #fff url(/website_images/sixhanded/bg-page.jpg) repeat-y;
 }

#content {
text-align: left;
}

/* HEADINGS */
h1.pas {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

h2.pas {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

h3.pas {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

/* TABLE AND LIST HEADERS */
#pas_login table thead th,
#pas_nav_offers thead th,
#pas_nav_side li.header {
  color:#E2E6EA;
  background-color:#3B5472;
  height: 36px;
  line-height:36px;
  text-indent:20px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;

}
table.pas_data_table thead th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #943e41 #570f11 #570f11 #943e41;
  background: #c0c0c0;
  padding: 3px;
}

/* BORDERS */
#pas_nav_side ul, 
#pas_login table,
#pas_nav_offers table {

}
table.pas_data_table {
  border: 1px solid #ccc;
}

/* ALTERNATING ROW COLORS */
#pas_nav_offers tbody tr.alt th,
#pas_nav_offers tbody tr.alt td,
table.pas_data_table tbody tr.alt td, 
table.pas_data_table tbody tr.alt th {
  background: #f0f0f0;
}

/* BUTTONS */
input.pas_button {
  font-size: 12px;
  color: #000;
  border: 1px solid #B0B0B0;
  background-color: #E6E6E6;
}

input.pas_button:hover {
  background-color: #D3D3D3;
  color: #000;
}

a.pas_button, 
a.pas_button:visited {
  padding: 2px;
  font-size: 12px;
  color: #000;
  border: 1px solid #B0B0B0;
  background-color: #E6E6E6;
  text-decoration: none;
  line-height: 26px;
}

a.pas_button:hover {
  background-color: #D3D3D3;
  color: #000;
}

/* TOP NAVIGATION BAR */
#pas_nav_top ul {
  margin: 0 auto;
  padding: 0;
  width:980px;
  clear:both;
  height: 27px;
  background-color: #871e21;
  border-top:1px solid #333;
}

#pas_nav_top ul li {
  list-style-type: none;
  margin: 0;
  display: block;
  float: left;
  text-align: center;
}

#pas_nav_top ul li a, 
#pas_nav_top ul li a:visited {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  line-height: 27px;
  display: block;
  padding: 0 25px;
  border-right: 1px solid #570f11;
  border-left: 1px solid #943e41;
}

#pas_nav_top ul li a:hover {
  text-decoration: underline;
}


/* SIDE NAVIGATION BAR */

#pas_nav_side ul {
  width: 210px;
  list-style: none;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  
}

#pas_nav_side ul li.header {
  display: block;
}

#pas_nav_side ul li a, 
#pas_nav_side ul li a:visited {
  background: url(/website_images/sixhanded/bullet.jpg) no-repeat 0 5px;
  margin: 0 0 0 20px;
  padding: 0 0 0 26px;
  color: #0033FF;
  font-size: 12px;
  text-decoration:underline;
  display: block;
  line-height: 25px;
  height: 25px
}

#pas_nav_side ul li a:hover {

  color: #0033FF;
}

/* NAV LOGIN */
#pas_login {
  color: #000;
}

#pas_login table {
  width: 210px;
  margin: 0 0 10px 0;
}

#pas_login input.login {
  width: 100px;
}

/* NAV OFFERS */
#pas_nav_offers table{
  width: 210px;
  background: #fff;
  font-size: 12px;
  text-align: left;
  color: #000;
  margin: 0 0 10px 0;
}

#pas_nav_offers tbody th,
#pas_nav_offers td  {
  cursor: pointer;
  border-bottom: 1px solid #C1CCDD;
  padding: 3px;
}

#pas_nav_offers a, 
#pas_nav_offers a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

#pas_nav_offers tbody tr.over th a,
#pas_nav_offers tbody tr.over td {
  text-decoration:underline;
}

#pas_nav_offers tbody tr.over th, 
#pas_nav_offers tbody tr.over td {

}

/*  DATA TABLE  */
table.pas_data_table {
  width: 100%;
  font-size: 12px;
  margin: 8px 0;
}

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
}

table.pas_data_table thead td{
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #ccc;
  padding: 4px;
}

table.pas_data_table tbody td{
  color: #000;
  padding: 3px;
}

/* FORM ELEMENTS */
table.pas_form {
  margin: 0px auto;
  font-size: 12px;
}

table.pas_form td {
  color: #626262;
}

table.pas_form th {
  text-align: right;
  padding-right: 8px;
}

/* MY ACCOUNT */
#pas_main_index table {
  margin: 0;
}

#pas_main_index table thead th{
  width: 175px;
  background-color: #DDDDDD;
  border: 1px solid #C3C3C3;
}

#pas_main_index table tbody th{
  background-color: #EFEFEF;
  border: 1px solid #C3C3C3;
  font-weight: normal;
  font-size: 22px;
}

#pas_main_index tbody td{
  font-size: 11px;
  text-align: center;
}

/* GLANCE PAGES */

#pas_glance .pas_logo {
  float: right;
}

/* OFFERS GRID */
table.pas_offers_grid {
  padding: 10px;
  text-align: center;
}

#pas_offers_grid {
  text-align: center;
  border: 1px solid #000;
  width: 170px;
  padding: 0 0 5px 0;
  margin: 2px;
}

#pas_offers_grid h1 {
  font-size: 16px;
  margin: 0;  padding: 0;
}

#pas_offers_grid h2 {
  font-size: 14px;
  color: #832323;
  margin: 0;  padding: 0;
}

#pas_offers_grid h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;  padding: 0;
}

#pas_offers_grid h4 {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  margin: 0;  padding: 0;
}

/* OFFERS LIST */
#pas_offers {
  text-align: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #CECECE;
}

#pas_offers .pas_logo {
  float: right;
  margin: 4px;
}

/* STATISTICS */
#pas_quick_statistics th {
  text-align: center;
}

#pas_full_statistics th {
  text-align: center;
}
/* HELPDESK */

#pas_new_ticket table {
  text-align: left;
}

#pas_view_ticket table td{
  width: 70%;
  text-align: left;
}

#pas_view_ticket h4{
  font-size: 10px;
  font-weight: normal;
  padding: 0;  margin: 0;
}

#pas_view_ticket h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;  margin: 0;
}

#pas_new_ticket td, #pas_new_ticket tbody th{
  background-color: #fff;
  border: 0px;
  text-align: left;
}

#pas_reply_form table td {
  background-color: #fff;
  border: 0;
}
/* REFERRAL CENTER */

#pas_referral_center table {
  width: 400px;
}

#pas_referral_center table th {
  text-align: center;
}

/* LANDING PAGE */

#pas_landing_page table.pas_data_table {
  width: 400px;
}

#pas_landing_page table.pas_data_table td{
  color: #000;
}

#pas_landing_page table.pas_form {
  color: #000;
  border: 1px solid #000;
}

#pas_landing_page table.pas_form tbody td{
  color: #000;
}

#pas_landing_page table.pas_form tbody th{
  padding: 4px;
}

/* OTHER FONTS */
.pas_error, .paserror, p.pas_error {
color: red;
}

/* FOOTER */

#footer {
margin: 0px auto;      
padding: 0;
width:980px;
font-family: arial;
color: #fff;
text-align: left;
clear: both;
background: #3b5472;
}
#footer td.footer-bottom  {
  background: url(/website_images/sixhanded/footer.jpg) no-repeat;
  height:114px;
  }
#footer a, footer a:visited {
color: #F8E5C1;
}

#footer_center {
font-size:10px;
}

#footer_left  {
width: 102px;          
padding: 0px;       
}

#footer_right {
width: 263px;         
padding: 0;       
}

#footer_right a {
text-decoration: none;
font-size: 12px;
font-weight:bold;
float: right;
margin: 39px 25px 0 0;
}

#footer_cont {
margin: 4px 0 9px 0;
overflow: hidden;
}

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

#footer_list li {
float: left;
line-height: 14px;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#footer_list li a,
#footer_list li a:visited {
color: #F8E5C1;
font-size: 11px;
text-decoration: none;
}

#footer_list a:hover {
text-decoration: underline;
}
/* general calculator styles */
#rakebackcalc, #rakebackcalc_links {
width: 210px;
border-bottom: 1px solid #ccc;
font-family: Arial, sans-serif;
font-size: 12px;
background-color: #FFF;
color: #000;
}

/* backlink */
#rakebackcalc_links {
border-top: none;
text-align: center;
padding: 2px 0;
}

/* calculator header */
#rakebackcalc h3 {
  color:#E2E6EA;
  background-color:#3B5472;
  height: 36px;
  line-height:36px;
  text-indent:20px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

/* labels for input controls */
#rakebackcalc label {
display: block;
margin: 8px 0 0;
width: 142px;
text-align: left;
text-indent: 5px;
color:#000;
}

/* input controls */
#rakebackcalc input, #rakebackcalc select {
margin: 5px 0 0 4px;
}

/* calculate button container */
#rakebackcalc_button {
margin: 10px 0;
text-align: center;
}

/* calculate button */
#rakebackcalc_button button {
padding: 2px;
font-size: 12px;
color: #000;
border: 1px solid #B0B0B0;
background-color: #E6E6E6;
text-decoration: none;
cursor: pointer;
}

/* results header */
#rakebackcalc h4 {
margin: 0 0 5px;
font-size: 13px;
}

/* results container */
#rakebackcalc_results {
display: none;
margin: 0 8px;
}

/* results table */
#rakebackcalc_results table {
margin: 0 0 5px;
width: 170px;
border-collapse: collapse;
background-color: #EAF0F0;
border: 1px solid #88ACCF;
}

/* results table cell */
#rakebackcalc_results td {
border-top: 1px solid #88ACCF;
padding: 2px 10px;
font-size: 12px;
} 

ul.menutop, ul.menutop * {
	margin:0;
	padding:10;
}

#horiz-menu {  /* this is a z-index ie6 and ie7 bug fix */
	position: relative;
	z-index: 5;
}

#horiz-menu .wrapper {
	position: relative;
}

#horiz-menu li li {
	margin: 0;
}


#horiz-menu li li span,
#horiz-menu li.active li span,
#horiz-menu li:hover li span {
	background:none;
}


#horiz-menu ul.menutop {
line-height:42px;
margin:0 auto;
position:relative;
width:980px;
}

#horiz-menu ul.menutop ul {
	background:#fff; /*IE6 needs this*/
	padding: 0;
}

#horiz-menu ul.menutop li {
	float:left;
	list-style:none;
	position:relative;
}

.menutop li li a {
	display:block;
	padding: .75em 0 .25em 10em;
	text-decoration:none;
	background-image: none;
	float:none;
	width:120px
}

#horiz-menu li li a {
	height: 100px;
	line-height: 30px;
}

#horiz-menu li:hover li,
#horiz-menu li.sfHover li,
#horiz-menu li.active:hover li,
#horiz-menu li.active.sfHover li {
	background-image: none;
}

#horiz-menu li:hover li a,
#horiz-menu li.sfHover li a,
#horiz-menu li.active:hover li a,
#horiz-menu li.active.sfHover li a {
	background-image: none;
}

ul.menutop li ul {
	float:none;
	left:-999em;
	position:absolute;
	width: 175px;
	z-index: 5;
}

ul.menutop li:hover ul,
ul.menutop li.sfHover ul {
	left:5px;
	top: 42px;
}

.menutop li:hover li ul,
.menutop li.sfHover li ul,
.menutop li li:hover li ul,
.menutop li li.sfHover li ul,
.menutop li li li:hover li ul,
.menutop li li li.sfHover li ul {
	top:-999em;
}
.menutop li li:hover ul,
.menutop li li.sfHover ul,
.menutop li li li:hover ul,
.menutop li li li.sfHover ul,
.menutop li li li li:hover ul,
.menutop li li li li.sfHover ul {
	left: 178px;
	top:0px;
	width: 175px;
}

.menutop li li {
	position: relative;
	float:none;
	width: 175px;
}





/* horiz menu */

div#horiz-menu a,
div#horiz-menu li.active li a  {
  color:#FFFFFF;
  display:block;
  font-size:12px;
  font-weight:bold;
  height:46px;
  padding:0 25px;
  text-decoration:none;
}

div#horiz-menu li:hover,
div#horiz-menu li.sfHover,
div#horiz-menu li.active:hover,
div#horiz-menu li.active.sfHover {
	background: url(/website_images/sixhanded/menu2-r.png) 100% 0 no-repeat;
}

div#horiz-menu li:hover a,
div#horiz-menu li.sfHover a,
div#horiz-menu li.active:hover a,
div#horiz-menu li.active.sfHover a {
	background: url(/website_images/sixhanded/menu2-l.png) 0 0 no-repeat;
	color: #fff;
}

#horiz-menu li.active {
	background: url(/website_images/sixhanded/menu-r.png) 100% 0 no-repeat;
}

#horiz-menu li.active a {
	background: url(/website_images/sixhanded/menu-l.png) 0 0 no-repeat;
	color: #881F22;
}

#horiz-menu li.active li.active,
#horiz-menu li.active li.active a {
	background: none;
}

/* moomenu */

#horiz-menu li li {
	background:#272727;
	border-bottom: 1px solid #1C1C1C;
	border-right: 1px solid #1C1C1C;
}

#horiz-menu li li:hover,
#horiz-menu li li.sfHover,
#horiz-menu li:hover li:hover,
#horiz-menu li.sfHover li.sfHover,
#horiz-menu li.active li.active {
	background: #3D3D3D;
}

#horiz-menu li:hover li a.daddy:link,
#horiz-menu li.sfHover li a.daddy:link,
#horiz-menu li:hover li a.daddy:visited,
#horiz-menu li.sfHover li a.daddy:visited  {
	background: url(/website_images/sixhanded/bullet-sucker.png) 100% 50% no-repeat;
}

#horiz-menu li.sfHover,
#horiz-menu li:hover {
	background: url(/website_images/sixhanded/menu2-r.png) 100% 0 no-repeat;
}

#horiz-menu li.sfHover a,
#horiz-menu li:hover a {
	background: url(/website_images/sixhanded/menu2-l.png) 0 0 no-repeat;	
}



