/* CSS Document */

#main{
	width:655px;
	float:left;
  display: inline;
	}
/* *************************** Structure ******************************** */

/* affiliates Menu */
#affiliates{
	float:left;
	width:132px;
	margin-top:0px;
  margin-left:18px;
  display: inline;
	}

  
#affiliates #find{
  margin-bottom:7px;
  padding-bottom:5px;
}
  
#affiliates .top{
	background-color:#000353;
	background-image:url(../images/site_images/aff_top.png);
	background-repeat:no-repeat;
	min-height:113px;
  height:auto !important;
  height:113px;
	width:132px;
	color:#FFFFFF;
	}
	
#affiliates .bottom{
	background-image:url(../images/site_images/aff_bottom.png);
	background-repeat:no-repeat;
	height:6px;
	width:132px;
	margin-bottom:10px;
	}

 #affiliates .top .title,  #affiliates .top img{
  margin-left:4px;
 } 
  #affiliates .top .title{
    padding:5px 3px;
  }
  
  
/* Page content */
.home_tr{
	background-image:url(../images/site_images/gold_barx3_top.jpg);
	width:654px;
	}
.home_tr .cell1, .home_tr .cell2, .home_tr .cell3{
	min-height:254px;
  height:auto !important;
  height:258px;
	float:left;
	width:170px;
	margin-top:15px;
  display:inline;
	}
.home_tr .cell1{
	margin-left:26px;
	}

.home_tr .cell2{
	margin-left:52px;
	}
.home_tr .cell3{
	margin-left:50px;
	}
.home_tr img{
	margin-top:10px;
	}
.home_foot{
	background-image:url(../images/site_images/gold_barx3_bottom.png);
	height:19px;
	width:654px;
	clear:both;
  margin-left:1px;
	}
 .home_tr .description{
   display: block;
    min-height:65px;
    margin-top:10px;
 }
  
/* **************************** Images ***************** */



/* ***************************** Fonts ***************** */


.home_tr .title, .home_tr .teaser{
	font-weight:bold;
	}	
.home_tr .description, .home_tr .teaser{
	margin:10px 0px;
	}
#main .main_quote{
	font-weight:bold;
	margin:5px;
	width:100%;
	} 
  .buy{
    text-align: center;
    font-weight: bold;
  }


/* ***************************** Links ***************** */
	
#affiliates a{
	color:#FFFFFF;
  font-size: 1.2em;
	}

/* ****************************** Forms **************** */
#page_edit{
  width:300px;
  padding:10px 10px;
}
#page_edit input{
  width:500px;
  clear:both;
  margin:3px 0px 20px 0px;
}
#page_edit label{
  clear:both;
  width:500px;
  font-weight:bold;
}
#page_edit textarea{
  width:500px;
}
#page_edit{
  border:0px;
}

#meta_edit{
  padding:10px 10px;
  border:0px;
  background-color: #F0F0F0;
  margin-bottom:10px;
  margin-left:10px;
  padding-bottom:20px;
}
#meta_edit input{
  width:300px;
}
#meta_edit legend{
  font-weight:bold;
}

	
