/* thebasics */
html {
margin: 0;
padding: 0;
}

/*corrects menu bar background from running off the page */
table.main {
background: #fff url('images/background.gif') repeat-x 0px 136px;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color:#1f1f1f;
/*background: #fff url('images/background.gif') repeat-x 0px 136px;;*/
}

a {
color:#ffb608;
text-decoration:underline;
}

a:hover {
color: #000;
}

/* headings */
h1{
background: #fff url('images/header.jpg') no-repeat top left;
width:645px;
height:238px;
padding: 0;
margin: 0;
}

h1 span{
display:none;
}

h2{
display:none;
}

h3 {
color:#3c3c3c;
font-family: Tahoma, Arial Black, Arial, sans-serif;
font-size: 3em;
font-weight:bold;
letter-spacing: -0.1em;
margin:0;
}

h4{
color:#ffb608;
font-family: Tahoma, Arial Black, Arial, sans-serif;
font-size: 2em;
font-weight:bold;
margin:0;
}

h5{
color:#ffb608;
font-family: Tahoma, Arial Black, Arial, sans-serif;
font-size: 2em;
font-weight:bold;
text-align:center;
}

/* menu */
a.homelink {
top:51px;
left:208px;
position:absolute;
width: 432px;
height: 53px;
}

a.homelink span {
display:none;
}

div#menu {
	position:absolute;
	top:140px;
	left:220px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	width:600px;
	height: 19px;

}

div#menu a {
color:#326513;
border-right: 1px solid #555;
padding: 0 10px 0 5px;
}

div#menu a:hover {
color:#000;
}

div#menu a.first {
padding: 0 10px 0 0;
}

div#menu a.last {
border-right: 0;
}

/* themaincontent */
div#content {
margin:-50px auto 10px 210px;
padding:0;
width: 521px;
}

.choosepackage {
font-weight:bold;
font-style:none;
}

img {
border:0;
}

.paypalbtn {
margin: 0 0 0 38px;
}

.paypal {
	border: 0;
	float:none;
	width: 50px;
	height: 30px;
	margin: 0 0 0 0;
}

.paypalcheckout {
	border: 0;
	float:none;
	width: 82px;
	height: 18px;
	margin: 0 0 0 0;
}

.details {
font-style:italic;
}

/* the lists on the page */
div#content ul {
padding: 0px;
margin:10px 0 0 0;
line-height:1.5em;
}

div#content ul li {
background: transparent url(images/listitem.gif) no-repeat center left;
list-style: none;
padding: 0px 0px 0px 15px;
}

/* the login */
div#login {
float:right;
background: #fff url(images/logindiv.gif) no-repeat top left;
width: 192px;
height: 164px;
margin-left: 10px;
padding: 40px 5px 5px 10px;
color:#012b43;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

input {
border:1px solid #c0c0c0;
padding:0px 1px 0px 2px;
font-size:1.3em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.hidden {
display:none;
}

input.logindiv {
width:85px;
}

input.login {
width:46px;
height:20px;
float:right;
margin:0px 30px 0px 0px;
border:0px;
background: none;
}

input.buttons {
display:inline;
float:none;
width: 50px;
}

input.buttons2 {
display:inline;
float:none;
width: 75px;
}

textarea {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	height:80px;
	border:1px solid #c0c0c0;
}


label {
	line-height:20px;
	text-align: left;
	width: 200px;
	padding-right: 20px;
}

label.login {
	line-height:20px;
	text-align: left;
	width: 59px;
	padding-right: 20px;
}

form br {
	clear: left;
}

optgroup {
font-style:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* the footer */
div#footer {
border-top: 1px solid #1f1f1f;
width:auto;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
}

div#footer a {
text-decoration: none;
color: #1f1f1f;
border-right: 1px solid #555;
padding: 0 10px 0 5px;
}

div#footer a.first {
padding: 0 10px 0 0;
}

div#footer a.last {
border-right: 0;
}

div#footer a:hover {
color: #f8ce12;
}

div#footer span {
display:block;
float:right;
margin: 10px 0 0 0;
}

/* packages */
ul#packages {
position: absolute;
top:261px;
left:30px;
width:176px;
margin:0;
padding:0;
list-style-type:none;
}

ul#packages li{
margin:0 0 10px 0;
padding:0;
width: 156px;
height: 155px;
position:relative;
}

ul#packages li.package1{ background: #fff url(images/pack1.jpg) no-repeat top left; }
ul#packages li.package2{ background: #fff url(images/pack2.jpg) no-repeat top left; }
ul#packages li.package3{ background: #fff url(images/pack3.jpg) no-repeat top left; }

ul#packages li a {
  position: absolute;
  height: 21px;
  width: 64px;
  top: 124px;
  left: 84px;
  text-decoration: none;
  }

ul#packages li a i {
visibility: hidden;
}
