/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	background: #CAB3A6 url(../images/template/bgd.gif) repeat-x;
}
a:link, a:visited {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color:#06C;
	text-decoration: underline;
}
p {
margin-top:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #900;
 margin-bottom:0px;
}
h2{
 font-size: 114%;
 color: #900;
}
h3{
 color: #900;
 font-weight: normal;
}
h4{
 font-size: 100%;
 font-weight: normal;
 color: #900;
}
h5{
 font-size: 100%;
 color: #900;
}
ul{
 list-style-type: none;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
caption {
font-weight: bold;
color:#900;
}
h3 .date {
font-style:italic;
padding-left: 25px;
color: #333;
}
/* ####################################################*/
/* Class Elements  */
/* ####################################################*/
.topnav {
padding: 0px 0px 0px 20px;
vertical-align:baseline;
font-weight:bold;
}
.topnav img {
vertical-align:baseline;
}
.topnav a, .topnav a:visited {
margin: -5px;
padding: 9px;
font-size: 0.95em;
color:#000;
text-decoration:none;
}
.topnav a:hover {
color:#000;
text-decoration:none;
background: #FFEE80 url(../images/template/header_bgd.gif) repeat-x;
}
.clicktohear, .clicktohear a {
font-size:1.4em;
color:#000;
}
.hilite {
font-weight: bold;
color:#900;
}
.smallText {
	font-size: 80%;
}
.hidden {
color:#999;
background-color:#EEE;
}
form.tidy label {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
form.tidy label {
	text-align: right;
	width: 115px;
	padding-right: 15px;
}
form.tidy br {
	clear: left;
}
.keygen {
	color:#FFF;
	background:#F33;
	padding:2px 5px;
	border:1px solid #C00;
	margin: 0px 3px;
	font-weight:bold;
}
.rounded_promote {
background:#FFFFC0;
}
.rounded_info {
background:#EEE;
}
/***********************************************/
/* Right nav                                   */
/***********************************************/ 
#rightNav {
	text-align:left;
	
}
#rightNav ul {
	list-style: none; 
	margin: 1em 0.5em 0em 1em;
	padding: 0;
	
}
#rightNav ul a:hover{
	text-decoration:none;
	color: #06C;
	background: url(../images/template/bgd.gif) repeat-x;

}
#rightNav ul a:link, ul a:visited{
	color: #03C;
	font-weight:bold;
	margin: -6px;
  padding: 9px;
  font-size: 0.95em;
	line-height: 22px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/ 
#header {
	min-height:70px;
	min-width:645px;
	margin:30px 59px 0px 59px;
	padding:0px;
	vertical-align: bottom;
	background: #FFEE80 url(../images/template/header_bgd.gif) repeat-x;
	height:5.7em;
	border: 1px solid #8C6956;
}
#header_left_top {
float:left;
position:relative;
left: -1px;
top: -1px;
}
#header_left_bottom {
float:left;
position:relative;
top: -35px;
left: -22px;
}
#header_right_top {
position:relative;
right: -1px;
top: -1px;
float:right;
}
#header_right_bottom {
position:relative;
float:right;
top: -35px;
right: -22px;
}
#header2 {
font-size:1px;
min-width:603px;
margin:0px 80px;
padding:0;
background: #900;
height:11px;
border: 1px solid #000;
}
#content {
padding: 0;
border-left: 1px solid #8C6956;
border-right: 1px solid #8C6956;
min-width:606px;
margin:0px 80px 0px 80px;
background: #FFF url(../images/template/content_bgd.gif) repeat-y right;
}
#main {
margin-right: 175px;
padding: 20px 25px;
}
#main2 {
position: absolute;
margin-top: 10px;
margin-right: 81px;
text-align:center;
width:175px;
right: 0px;
background: #FFF url(../images/template/content_bgd.gif) repeat-y right;
}
#main2 div {
margin: 15px 10px;
}
#footer {
min-width:574px;
margin:0px 80px;
padding:10px 15px;
vertical-align: middle;
background-color: #F1F1F1;
border:1px solid #8C6956;
}
#sitelogo {
float:right;
padding: 0.6em 0px 0px 0px;
}
#frmdieter, #frmcardholder, #frmproceed, #frmlogin{
margin: 15px 0px;
padding: 10px;
clear:both;
}
#frmdieter {
background-color:#FC9;
border:1px solid #930;
}
#frmcardholder {
background-color:#6CF;
border:1px solid #339;
}
#frmproceed {
background-color:#0C6;
border:1px solid #060;
}
#frmlogin {
background-color:#0C6;
border:1px solid #060;
}
#col1 {
width:48%;
float: left;
}
#col2 {
width:48%;
float:right;
}
#login {
display: block;
float: right;
}
#error {
background-color:#FCC;
border:1px solid #F00;
color: #F00;
padding: 10px;
margin: 3px;
}
.clearboth {
clear:both;
}