html {
	margin: 0;
	padding: 0;
	}

body {
  background: url(common/bg.gif) repeat fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	}

#main {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  }

#page { 
  width: 800px; 
  position: absolute;
  top: 80px; left: 0px;
  background: url(common/page.gif) repeat-y;
  }

#header {
  background: url(common/header.jpg) no-repeat top left;
  position: absolute;
  width: 800px;
  height: 210px;
  top: 20px;
  z-index: 1;
  }

#navbox {
  float: left; width: 130px;
  padding: 0 0 0 10px;
  margin: 165px 0 0 0px;
  }

#nav ul {
	list-style: none;
	padding: 0;
  margin: 0;
	font-family: georgia, times new roman, times, serif;
	font-size: 16px;
  font-style: normal;
  font-weight: normal;
	color: #d0ffff;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#nav li a, 
#nav li a:link, 
#nav li a:active,
#nav li a:visited {
	height: 23px;
  width: 130px;
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
	display: block;
	color: #d0ffff; 
	text-decoration: none;
  text-align: center;
  background: url(common/navbar.gif);
  background-position: 0 0;
  }

#nav li a.live, 
#nav li a.live:link, 
#nav li a.live:active,
#nav li a.live:visited {
  background-position: -130px 0;
  font-weight: normal;
	}

#nav li a:hover {
	color: #004060; 
	text-decoration: none;
  background: url(common/navbar.gif);
  background-position: 0 0;
	}

#content {
  position: relative;
  z-index: 10;
  width: 600px;
  float: left;
  margin: 100px 0 10px 35px;
  padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #002030;
  display: block;
  min-height: 450px;
  /* next two lines are IE hacks to make min-height work */
  height:auto !important;
  height:450px;
  }

#content p {
	font-family: georgia, times new roman, times, serif;
	font-size: 16px;
  line-height: 1.4;
	color: #002030;
  }

#content p.error {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #002020;
  background: #ffa0a0;
  padding-left: 5px;
  }

#content h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #004060;
  margin: 20px 0 0 0;
  }

#content h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #004060;
  margin: 10px 0 0 0;
  }

#content h3 {
	font-family: georgia, times new roman, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #004060;
  margin: 10px 0 0 0;
  }

#content a, 
#content a:link, 
#content a:active,
#content a:visited {
  color: #0080a0;
	text-decoration: none;
  }
	
#content a:hover {
  border-bottom: double;
	}

#content ul {
	margin: 10px 10px 10px 5px;
	padding: 0;
	color: #582b2b;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	}
	
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 18px;
	line-height: 1.5em;
	}

#content table {
  padding: 20px 0 0 0;
	border-collapse:collapse;
  }

#content td {
  padding: 5px 0px 5px 5px;
 }

#content td.tight {
  padding: 0px 0px 0px 5px;
 }

#content td.error {
  background: #ffa0a0;
  font-weight: bold;
  text-align: center;
  }

#content iframe {
  border: 2px solid #006080;
  background: #8cb6a5;
  position: relative;
  margin: 10px auto 0px auto;
  padding: 20px 5px 0px 20px;
  text-align: center;
  display: block;
  }

#special {
  border: 2px solid #006080;
  position: relative;
  /* background: #ffffe0; */
  background: url(common/startile.gif) repeat;
  width: 450px;
  margin: 0px auto 5px auto;
  padding: 5px 5px 10px 5px;
  text-align: center;
  display: block;
  }

#special p {
  margin: 5px 0 0 0;
  color: #c06000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  }

#special h1 {
  margin: 0;
  color: #ff8000;
	font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  }

#faqs em {
  font-style: normal;
  font-weight: bold;
  }

#faqs p.question {
  font-weight: bold;
  color: #000080;
  margin-bottom: 0;
  }

#faqs p.answer {
  margin-top: 0;
  }

#packages table {
  width: 95%;
  border: none;
  border-spacing: 0;
  border-collapse:collapse;
  margin: 20px 0 20px 5px;
  }

#packages th {
  font-weight: normal;
  border: 2px solid #000000;
	border-collapse:collapse;
  margin: 0;
  padding: 3px 10px 3px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
  text-align: center;
	color: #000000;
  }

#packages th.right {
  text-align: right;
  }

#packages th.invisible {
  border: 0;
  font-size: 11px;
  color: #ff0000;
  }

#packages td {
  border: 1px solid #000000;
	border-collapse:collapse;
  padding: 2px;
  margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
  text-align: center;
	color: #000000;
  width: 90px;
  }

#packages td.rightedge {
  border-right: 2px solid;
  }

#packages td.bottomedge {
  border-top: 2px solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  }

#packages a.info {
  position: relative;
  z-index: 20;
  color: #000000;
  text-decoration: none;
  }

#packages a.info:hover{
  z-index: 20;
  color: #000000;
  border: none;
  }

#packages a.info span {display: none}

#packages a.info:hover span { /*the span will display just on :hover state*/

  display: block;
  position: absolute;
  z-index: 20;
  top: -150px; left: 0px;
  width: 300px;
  height: 120px;
  border: 2px solid #ff0000;
  background-color: #e8f8ff;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  padding: 10px 10px 10px 10px;
  line-height: 150%;
/*
  display: block;
  padding-top: 10px;
  font-style: italic;
  color: #004080;
*/
  }

#links h1 {
  padding-bottom: 15px;
  }

#links h2 {
  padding: 10px 0 5px 0;
  }

#links a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
  }

#links p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
  padding-left: 10px;
  /*line-height: .8;*/
  }

#cart table {
  width: 99%;
  border: 2px solid #000000;
  border-spacing: 0;
  border-collapse:collapse;
  margin: 20px 0 20px 5px;
  }

#cart td {
  border: 1px solid #000000;
	border-collapse:collapse;
  padding: 2px;
  margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
  text-align: center;
	color: #000000;
  height: 100%;
  }

#cart td.left {
  text-align: left;
  }

#cart td.right {
  text-align: right;
  }

#cart th {
  border: 1px solid #000000;
	border-collapse:collapse;
  padding: 2px;
  margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
  font-weight: bold;
  text-align: center;
	color: #000000;
  height: 100%;
  }

#cart img {
  border: 0;
  }

#cart a:hover {
  border: 0;
  }

#gallery img {
  border: none;
  }

#gallery a {
  border: none;
  }

#gallery a:hover {
  border: none;
  }

#gallery td {
  padding: 5px 10px 5px 20px;
  }

#footer {
  background: url(common/footer.gif) no-repeat;
  width: 800px;
  height: 20px;
  padding: 0 0 0 0;
  clear: both;
  text-align: center;
  color: #e0e0ff;
  padding: 10px 0 0 0;

  }

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #c0c0ff; 
	text-decoration: none;
  padding: 5px 0 0 0;
	}
	
#footer a:hover {
	color: #ffffff; 
	text-decoration: none;
	}

/* form classes */
.formtext {
  border: 1px solid #000000;
  background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
  padding: 2px 0 2px 2px;
  margin: 0;
  }
.formtext_c {
  border: 1px solid #000000;
  background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
  padding: 2px 0 2px 0;
  margin: 0;
  text-align: center;
  }
.formsubmit {
  border: 2px outset #808080;
  background: #e0e0e0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
  font-weight: normal;
	color: #000000;
  }
.formsubmit2 {
  border: none;
  background: none;
	color: #0080a0;
  }
.formsubmit2:hover {
  border: none;
  background: none;
	color: #004050;
  }
.formselect {
  border: 1px solid #000000;
  background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
  }
.formtextarea {
  border: 1px solid #000000;
  background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
  padding: 0;
  margin: 0;
  }
.formfile {
  border: 1px solid #000000;
  background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
  padding: 0;
  margin: 0;
  }
.formradio {
  /* border: 1px solid #000000; */
  background: #ffffff;
  }
.formcheck {
  /* border: 1px solid #000000; */
  background: #ffffff;
  }
