body {
	font-family:Arial, Verdana, Sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-top:16px;
}

h1 {
	color:#A54041;
	font-weight:bold;
	font-size:22px;
	margin-top:0px;
}

h2 {
	color:#4E82A6;
	font-weight:bold;
	font-size:18px;
	margin-top:0px;
}

h3 {
	font-size:14px;
}

p {
	margin-top:12px;
}

a {
	color:#5C7F99;
}

form {
	margin:0px;
}

.error {
	color:red;
	font-weight:bold;
}

.hsep {
	clear:both;
	width:100%;
	height:4px;
	border-bottom:2px dashed lightgrey;
	padding:0px;
	margin-top:2px;
	margin-bottom:2px;
	position:relative;
	top:-2px;
}

#root {
	width:739px;
	margin:auto;
	text-align:left;
}

/* =================== */
#dhtmltooltip
{
	position: absolute;
	width: 150px;
	visibility: hidden;
	z-index: 100;
}

div.tooltip, #dhtmltooltip
{
	border: 2px solid #5C7F99;
	padding: 2px;
	background-color: #F6BB5F;
	color:black;
	text-align:left;
}

/* =================== */
#topbar {
	height:58px;
}

#topbar .logo {
	float:left;
}

#topbar .menu {
	float:right;
	height:58px;
}

#topbar table.menu td.content {
	vertical-align:bottom;
}

#topbar .menu .money {
	width:127px;
	margin-left:auto;
}

#topbar .menu .money a.selected img{
	border:2px solid green;
}

#topbar .menu .txt {
	font-size:9px;
	color:#5A5F86;
	display:inline;
	vertical-align:middle;
	height:24px;
	white-space:nowrap;
}

#topbar .menu .links a, #topbar .menu .links  {
  text-align:right;
}


#topbar .menu .links a, #topbar .menu .links a:hover {
	font-size:11px;
	color:#9E9E9E;
}

/* =================== */

#menu {
	float:left;
	width:209px;

	background-color:#A59858;
	position:relative;
}

#menu .content {
	height:200px;

	text-align:center;
	border:3px solid white;

	padding:5px;
	margin:5px;
}

#menu .links {
	padding-top:15px;
	text-align:left;
	margin:auto;
}

#menu a {
	display:block;
	color:white;
	text-decoration:none;
	font-size:14px;
	padding-left:25px;
}

#menu a:hover {
	background-image:url("images/menu-anim.gif");
	background-color: transparent;
}

#menu a em {
	font-weight:bold;
}

#menu .separator {
	border-top:2px solid white;

	position:absolute;
	width:210px;
	left:0;

	margin-top:12px;
	padding-top:12px;
}

#menu a.buynow {
	font-size:18px;
	text-align:center;
	padding:0px;
	margin:0px 15px 0px 15px;
}

#menu .space {
	margin-top:15px;
}

/* =================== */
 
#footer, #footer a {
	font-size:9px;
	color:#9E9E9E;
}

#footer .links {
	float:left;
}

#footer .address {
	float:right;
	width:460px;
	text-align:right;
}

#footer table {
	margin-left:auto;
}


#footer .address .accepted {
	float:left;
	margin-right:0px;
	text-align:center;
}

.strike {
	text-decoration:line-through;
}

/* =================== */
div.left {
	float:left;
	clear:both;
	width:209px;
	position:absolute;
	top:315px;
}

div.left div {
	margin-bottom:15px;
}

div.left div div {
	margin-bottom:auto;
}