body {
  background-color: #96f;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;
  padding:0;
  margin:0;
  background-image: url(/images/vivthomas.com/bg_main.gif);
  background-repeat: repeat-x;
  background-position: left top;
  line-height: 24px;
   
}

.header{
  position: relative;
  
  left: auto;
  right: auto;
  
  margin-left: 50;
  margin-right: auto;
}



.content{
  font-family: georgia;
  position: relative;
  
  width: 980px;
  left: auto;
  right: auto;
  
  margin-left: auto;
  margin-right: auto;
  
  background-color: #ffffff;
  background-image: url(/images/vivthomas.com/bg_gray.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  border: 15px solid #ffffff;
  display: table;
  
}

.content h2, .content h1{
  font-family: georgia;
  font-weight: normal;
}
.contentoutfooter{
  top: 0;
  left: auto;
  right: auto;
  
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  background-image: url(/images/vivthomas.com/bg_container.png);
  background-repeat: repeat-x;
  background-position: left bottom;
   
}
.contentfooter{
  
  width: 980px;
  padding: 15px;
  background-color: #ffffff;
  background-image: url(/images/vivthomas.com/bg_content.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  left: auto;
  right: auto;
  
  
  
}

a {
  color: #939;
}

a:visited {
  color:#939;
}

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

a:active { color:#000000;}


/* -----------------Content--------------------- */

h1 {
  
}

.big{
  font-size: 45px;
  font-weight: bold;
}
.price{
  font-size: 35px;
  font-weight: bold;
}
.shadow_dark{
  text-shadow: #000000 2px 2px 1px;
}
.shadow_light{
  text-shadow: #ffffff 2px 2px 1px;
}
.joinHeading{
  font-size: 19px;
  text-decoration: underline;
}

.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footerBar{
  border-top: 1px solid #FFFFFF;
}
.footer {
  background-color: #9966ff;
}
.shadow {
  background-image: url(/images/vivthomas.com/nl_footer_shadow.jpg);
  background-repeat: no-repeat; 
  background-position: center 15px ;
}

.footerInner {
  margin-top: 20px;
  color: #000;
  font-size: 11px;
}
.footerInner a, .footerInner a:visited, .white a, .white a:visited {
  color: #000;
  text-decoration: none;
  padding:6px;
}
.footerInner a:hover {
  color: #000;
  text-decoration: none;
  background-color:#cc99ff;
-moz-border-radius: 5px;
border-radius: 5px;

}
.footerHeader {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
} 
.left_border{
  border-left: solid 1px #cc99ff;
  padding-left: 15px;
}
.top_border{
  border-top: solid 1px #cc99ff;
}
.white{
  color: #ffffff
}
/*.gray{
  color: #333;
}
.gray:hover{
  color: #fff;
}*/
.footerInner a, .footerInner a:visited, .white span a, .white span a:visited {
  color: #000;
  text-decoration: none;
  padding:6px;
}
.footerInner a:hover, .white span a:hover {
  color: #000;
  text-decoration: none;
  background-color:#cc99ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bottom_border{
  border-bottom: 1px solid #333333;
}

/* options */

.options_holder{
  margin-left: 20px;
  text-align: center
}

.options{
  
  height: 420px;
  width: 220px;
  
  position: relative ;
  display: inline-block;
    
  padding: 5px;
  text-align: center; 
  font-style: italic;
    
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  background: #ffffff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#CDCDCD) 380px);
  background: -webkit-linear-gradient(#ffffff, #CDCDCD 380px);
  background: -moz-linear-gradient(#ffffff, #CDCDCD 380px);
  background: -ms-linear-gradient(#ffffff, #CDCDCD 380px);
  background: -o-linear-gradient(#ffffff, #CDCDCD 380px);
  background: linear-gradient(#ffffff, #CDCDCD 380px);
  -pie-background: linear-gradient(#ffffff, #CDCDCD 380px);
  behavior: url(/js/csspie/PIE.htc);
  

}

.options a, .options a img{
  text-decoration: none;
  color: inherit;
  border:0;
  
}
  
.option_first{ 
}
.option_main{
  
  color:#000;
  
  height: 450px;
  width: 240px;
  left: -10px;
  z-index: 10;
  top: 18px ;  
  /*will overtite default .options settings*/
  background: #622278;
  background: -webkit-gradient(linear, 0 0, 0 bottom , from(#FDCAFD) , to(#622278) 380px);
  background: -webkit-linear-gradient(#FDCAFD , #622278 380px);
  background: -moz-linear-gradient(#FDCAFD , #622278 380px);
  background: -ms-linear-gradient(#FDCAFD, #622278 380px);
  background: -o-linear-gradient(#FDCAFD, #622278 380px);
  background: linear-gradient(#FDCAFD, #622278 380px);
  -pie-background: linear-gradient(#FDCAFD, #622278 380px);
  behavior: url(/js/csspie/PIE.htc);
}
.option_sec{
  left: -20px;
  z-index: 9;
}
.option_third{
  left: -30px;
  z-index: 8;
  top: auto;
  bottom: auto;
}
.option_blur{
  background-image: url(/images/vivthomas.com/blur.png);
  background-repeat: no-repeat; 
  background-position:  center 5px ;
}
.options:hover { 
  background: #fff;
  color: #000;
}
.options:hover .price {
  font-size: 49px;
}
.option_main:hover { 
  background: #000;
  color: #fff;
}
/**/
.billingBox{
  
  width: 800px;
  height: 200px;
  
  position: relative ;
  display: inline-block;
    
  padding: 5px;
  text-align: center; 
  font-style: italic;
    
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  background: #f3f3f3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3f3f3), to(#c1c1c1) 380px);
  background: -webkit-linear-gradient(#f3f3f3, #c1c1c1 380px);
  background: -moz-linear-gradient(#f3f3f3, #c1c1c1 380px);
  background: -ms-linear-gradient(#f3f3f3, #c1c1c1 380px);
  background: -o-linear-gradient(#f3f3f3, #c1c1c1 380px);
  background: linear-gradient(#f3f3f3, #c1c1c1 380px);
  -pie-background: linear-gradient(#f3f3f3, #c1c1c1 380px);
  behavior: url(/js/csspie/PIE.htc);

}

.billingBoxAlt{
  
  background-image: url(/images/vivthomas.com/box_bg.jpg);
  background-repeat: no-repeat; 
  background-position: center 10px ;
  margin: 15px;
  padding: 10px;
  width: 400px;
  height: 410px;
  text-align: center;
  float:left;
}
.billingBoxAltDD{
  background-image: url(/images/vivthomas.com/dd_map.jpg);
  background-repeat: no-repeat; 
  background-position: center 45px;
}

.billingBoxAltDD a{
  background-color: #f3f3f3;
}

.alttext{
  font-family: Verdana,sans-serif,serif;
}
