@media print{
/*hide the left column when printing*/
  #leftcol{
    display: none;
  }

  #twocols, #maincol{
    float: none;
    width: 100%;
  }
}

html, body {
  background: #800020;
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  font-size: 0.75em;
}

html > body {
  font-size: 12px;
}

body, p, br, ul, ol, dl, dt, dd, div, span, td, input, textarea, submit, h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #ff1d1d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #ffabc0;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 1.50em;
  font-weight: normal;
  margin: 1em 0;
  padding: 0;
}

h2 {
  color: #ffabc0;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin: 1em 0;
  padding: 0;
}

h3 {
  background: #171717;
  border: 1px solid black;
  color: #bb003e;
  font-size: 0.92em;
  margin: 1em 0;
  padding: 8px 10px;
  text-transform: uppercase;
}

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

.smalltext {
  font-size: 0.92em;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

#pagewidth{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 790px;
}
/*   ------------   HEADER    ------------   */

#header {
  background: url(images/header-bg.jpg);
  height: 193px;
  position: relative;
  width: 100%;
}

#header h1 {
  height: 40px;
  margin: 0;
  padding: 50px 0 0 15px;
  width: 360px;
}

#header h1 a {
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 360px;
}

#top-nav {
  color: #c7c7c7;
  float: right;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  margin: 41px 10px 0 0;
  text-align: center;
  width: 597px;
}

#top-nav a {
  color: #c7c7c7;
  padding: 0 2px;
  text-decoration: none;
  text-transform: uppercase;
}

#top-nav a:hover {
  color: white;
}

#phone-n {
  float: left;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin-top: 41px;
  text-align: center;
  width: 173px;
}
/*   ------------   LEFT COLUMN    ------------   */

#leftcol{
  float: left;
  padding: 15px 10px 10px 20px;
  position: relative;
  width: 154px;
}

#leftcol a {
  color: #fcaa06;
  text-decoration: none;
}

#leftcol a:hover {
  color: #ff6708;
  text-decoration: none;
}

#leftcol label {
  display: block;
  padding: 4px 0;
}

.ticket-fld {
  background: #323232;
  border: 1px solid #939393;
  height: 16px;
  padding: 2px;
  width: 145px;
}

.req {
  color: #fcaa06;
}

#req {
  color: #fcaa06;
  font-size: 0.92em;
  margin: 5px 0 10px 0;
}
/*   ------------   MAIN CONTENT    ------------   */

#wrapper {
  background: url(images/bg.png);
}

#maincol {
  display: inline;
  float: right;
  padding: 0 27px 30px 17px;
  position: relative;
  width: 562px;
}

* html #maincol {
  width: 556px;
}

.banner-wrap {
  padding: 10px 0;
  text-align: center;
}

.banner-wrap table {
  margin: 0 auto;
}

.options li {
  background: url(images/bullet.gif) 10px 11px no-repeat;
  color: #ffabc0;
  font-weight: bold;
  padding: 6px 0 6px 30px;
}

#bookmark {
  background: #171717;
  border: 1px solid black;
  clear: both;
  margin: 1em 0;
  padding: 2px 10px;
}

#bookmark img {
  vertical-align: middle;
}

#breadcrumb {
  padding-top: 5px;
  text-align: center;
}

#breadcrumb a {
  background: #171717;
  border: 1px solid black;
  color: white;
  font-size: 0.92em;
  padding: 4px 8px;
}

#breadcrumb a:hover {
  background: black;
  color: #999999;
  text-decoration: none;
}
/*   Right Column   */

#right-col {
  float: right;
  padding-left: 10px;
}
/*   Venusfree page*/

#free-entry-maincol {
  float: left;
  margin-right: 30px;
  padding: 5px 0;
  width: 150px;
}

* html #free-entry-maincol {
  margin-right: 20px;
}

#free-entry-maincol label {
  display: block;
  padding: 5px 0;
}

#half-maincol {
  float: left;
  width: 380px;
}
/*   Venus Tour page   */

#maincol-full {
  background: url(images/maincol-full-bg.png);
  margin: 0;
  padding: 0 10px;
  width: 770px;
}
/*   ------------   FOOTER    ------------   */

#footer{
  background: url(images/footer-bg.png) 0 0 no-repeat;
  clear: both;
  padding: 15px 10px 30px 10px;
}

#sub-footer {
  float: right;
  text-align: center;
  width: 596px;
}

#sub-footer a {
  color: #ffabc0;
}

#footer-links {
  color: #ffabc0;
}

#cards {
  margin: 0 0 0 30px;
}

/* *** Float containers fix:  *** */

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix{
  display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix{
  height: 1%;
}

.clearfix{
  display: block;

}
/* End hide from IE-mac */
/*printer styles*/

/*   ------------   forms    ------------   */
.formtxt {
 background: #323232;
  border: 1px solid #939393;
  padding: 2px;
  }
  .formdrop {
 background: #323232;
  border: 1px solid #939393;
  padding: 2px;
  color: White;
  }
  .formborder {
  	border: dashed;
	color: #8B0000;
  }
