/* This CSS document consists mostly of code provided by Sanda. I don't think most of it is still being used. */

/* Top tabs, not sure if these are used anymore... */
#toptabs {
margin: 20px auto -13px;
font-size: 0.8em;
width: 760px;
}

#toptabs p {
text-align: left;
color: #808080;
}

.toptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #f0f0f0 url(../img/corner2.gif) top right no-repeat;
color: #808080;
border-bottom: 1px solid #e0e0e0;
}

.toptab:hover {
background: #fafafa url(../img/corner2.gif) top right no-repeat;
border-bottom: 1px solid #eaeaea;
color: #505050;
text-decoration: none;
}

.activetoptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
color: #505050;
text-decoration: none;
background: #ffffff url(../img/corner2.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
}

.activetoptab:hover {
text-decoration: none;
}

/* A container but what does it contain? */
#container {
	margin: 10px auto 15px;
	width: 740px;
	padding: 5px 20px 20px;
	background: #ffffff;
}

#container_hm {
	height: 275px;
	width: 575px;
	position: absolute;
	left: 25%;
	top: 25%;
	border:0px dashed #000000;
}

/* Not sure what logo this is, may be for the frontend... */
#logo {
	margin: 15px 0 0;
	width: 350px;
	float: left;
}

/* Not sure if this is still being used... */
#login {
	color: #999999;
	float: right;
	margin-top: 15px;
	background: #E3F1FF;
	padding: 10px;
	margin-left: 35px;
}

/* More logo stuffs */
#logo h1 a {
color: #303030;
}

#logo h1 a:hover {
text-decoration: none;
}

/* Description maybe? */
#desc {
height: 200px;
color: #ffffff;
padding: 0;
background: #505050 url(../img/front.png) no-repeat left top;
clear: both;
margin: 5px 0 0 0;
}

#desc p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 15px;
}

#desc h2 {
padding: 15px 15px 0 15px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}

/* I don't think this is being used. */
#main {
	width: 510px;
	float: left;
	padding: 0 15px 0 0;
	border-right: 1px solid #d0d0d0;
	min-height: 550px;
}

/* Pretty sure this isn't either */
.block {
background: #f0f0f0;
padding: 15px;
}

/* If this footer is being used it's only on the initial front-end page. */
#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #47A3FF;
}

.right {
text-align: right;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}
#desc_simple {
height: 10px;
color: #ffffff;
padding: 0;
background: #505050 url(../img/front_simple.gif) no-repeat left top;
clear: both;
margin: 5px 0px 0px;
}

#hm_box {
	background: url(../img/hm_box.jpg) no-repeat center;
	height: 280px;
	width: 575px;
	border:0px solid #0000FF;
}
#hm_tour {
	position:absolute;
	top:0px;
	left:0px;

	width: 320px;

	margin-right: 8px;

	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;

	font-size: 10px;
	line-height: 9px;

	border:0px solid #FFAA00;
}

#hm_login {
	position:absolute;

	top:0px;
	right:0px;

	z-index:999;

	width: 195px;

	margin-top: 10px;
	margin-right: 10px;

	padding: 10px;

	background: url(../img/login_bkgrd.gif) repeat;
	border:0px solid #00FF00;
}

#hm_signup {
	position: absolute;
	bottom:0px;
	right:0px;
	width: 215px;
	padding-top: 5px;
	margin-left: 10px;
	padding-bottom:10px;
	border:0px solid #FF0000;
}

#hm_rightcol {
	position:absolute;
	top:0px;
	right:0px;
	height:275px;
	width: 190px;
	border:0px solid #FF00FF;
}
#hm_links {
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-right: 10px;
	border:0px solid #FFFF00;
}
#hm_logo {
	font-size: 9px;
	width: 250px;
	float: left;
	margin-top: 0px;
	border:0px solid #00AAFF;
}
#hm_links a {
	color: #E3F1FF;
}
#pkg_container {
	width: 240px;
	border: thin dotted #CCCCCC;
	text-align:left;
}
#pkg_hdr {
	background-image: url(../img/pkg_hdr_bkgrd.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	height: 32px;
	padding-top: 5px;
	border-top: #505050;
	border-right: #505050;
	border-bottom: #505050;
	border-left: #505050;
	vertical-align: middle;
}
#pkg_description {
	height:86px;
	color: #FFFFFF;
	background-color: #505050;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	line-height: 18px;
	margin-top: -4px;
}
#pkg_prices {
position: relative;
	height: 230px;
	background-color: #e3f1ff;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 55px;
	margin-top: 2px;
}
.pkg_details {
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
}
.pkg_price {
	font-size: 14px;
	font-weight: bold;
}
ul#hm_signup {
	margin-top: -15px;
	padding-bottom: 5px;
}
