.title {
   display: none;
}

* {
   margin: 0 auto;
   font: 11px  Arial, Helvetica, sans-serif;
}

img {
   border: none;
}

body {
   min-width: 780px;
   margin-bottom: 20px;
   background: #ABB1AD url('images/rotator_gradient.jpg') repeat-x;
}

.header {
   background: #7E92AB url('images/header.jpg') center no-repeat;
   /* background: #ABB1AD url('images/content_pages/content_heading.jpg') left no-repeat; */
   height: 120px;
   text-align: center;
   margin: 0;
}

table {
   background: #B5BCB5;
}

.header img {
   margin-top: 5px;
}

.header_container {
   width: 980px;
   margin: auto;
}

.header_left {
   float: left;
   width: 300px;
}

.header_right {
   margin-left: 650px;
   width: 308px;
   text-align: right;
   padding-top: 12px;
}

.navigation {
   /* background: #B4AAB5; */
   background: #CFC7BE;
   margin: 16px;
   padding: 10px;
   margin-right: 0;
}

.box {
   background: #EEECEC;
   margin: 1px 0;
   padding: 6px;
   font-size: 9px;
}

.box p {
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   color: #631B6D;
}

select {
   width: 100px;
   border: 1px solid #CCC;
   padding: 1px;
   font-size: 11px;
}

option, input {
   font-size: 11px;
}

.navigation_left {
   float: left;
   width: 45px;
}

.navigation_right {
   margin-left: 45px;
}

.navigation p {
   text-align: center;
}

.main_page_center_padding {
   padding-top: 16px;
   text-align: center;
}

.tuscany_left {
   float: left;
   width: 80px;
   text-align: left;
}

.turtletop_right {
   margin-left: 80px;
   text-align: left;
}

.rotator {
   text-align: left;
   background: #CFC7BE;
   margin: 16px;
   padding-top: 10px;
   margin-left: 0;
}

.rotator .box {
   margin: 1px 10px;
}

.navigation, .rotator {
   padding-bottom: 10px;
}


.specials_burst {
   text-align: center;
	margin: 10px auto;
	height: 80px;
}



.specials p {
   font-size: 10px;
}

.specials a {
   text-decoration: none;
}

#specials_table {
   width: 800px;
   margin: 0 auto;
   background: #FFF;
}

#specials_table table {
   background: #CCC;
}

#specials_table td {
   background: #FFF;
}

#specials_table h1 {
   font-size: 18px;
   margin: 0px 20px;
   padding: 10px 0;
   color: #000066;
}

#specials_table td {
   padding: 10px;
}

#specials_table p {
   padding: 4px 0;
}

.footer {
   font-size: 9px;
   text-align: center;
   padding: 10px;
   margin: 0 20px 10px 20px;
   background: #CFC7BE;
}

.footer_small {
   width: 980px;
   padding: 10px;
	font-size: 9px;
	color: #6B6B59;
}

.footer a {
   color: #0066CC;
   text-decoration: none;
}

.footer p {
   margin: 4px auto;
}

.center {
   text-align: center;
}

 /* Drop Down Menu CSS */
   #dropmenudiv {
      position: absolute;
      border: 1px solid black;
      border-bottom-width: 0;
      font: normal 12px Verdana;
      line-height: 18px;
      z-index: 100;
      text-align: left;
   }
   #dropmenudiv a {
      width: 100%;
      display: block;
      text-indent: 3px;
      border-bottom: 1px solid black;
      padding: 3px 0;
      text-decoration: none;
      font-weight: bold;
      color: #631B6D;
   }
   #dropmenudiv a:hover {
      background-color: #CACCC9;
   }
 /* End Drop Down Menu CSS */
 
    .navigation_top {
      background: url('images/content_pages/navigation.jpg');
      height: 30px;
      text-align: center;
      min-width: 780px;
   }
   .navigation_top p {
      margin: 0 auto;
      width: 1000px;
      padding-top: 8px;
      color: #AAA;
   }

   .navigation_top a {
      color: #631B6D;
      font-weight: bold;
      text-decoration: none;
      padding: 3px 15px;
      font-size: 12px;
   }
