/***************************************************************
 * TITLE: Common Stylesheet for HOTR                           * 
 * URI  : hotr.css *
 * MODIF: 2008-05-08 1608 +0800                                *
 ***************************************************************/
 
/* ------------------------------------------------------------------------
   Four basic colors are used to render HOTR. These are:
     1. Text Color
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

#header, #header div, #header div *, 
#header a:link, #header a:hover, 
#footer,  #left_column ul a:link
{ /* Text Color: (yellow) */  color: #ffcc66; }

h1, h2, label, q, /* *, */ .headerTitle, 
#left_column ul a:visited, #left_column ul a:hover, #left_column ul a:active, 
#uberlink ul a:link, #uberlink ul a:visited, #uberlink ul a:hover, 
.products a:link, .topOfPage, .form_header, blockquote, legend, 
#center_column a:hover, .toll-free, #center_column b, strong
{ /* Text Color: (dark brown) */  color: #996633; }

h1, q, #left_column, #left_column div, .form, .form_header, fieldset
{ /* Border Color: (dark brown)*/  border-color: #996633; }

#header
{  /* Background Color (dark brown): */ background-color: #996633;  }

#footer 
{  /* Background Color (darker brown): */ background-color: #664422;  }

h3, html
{ /* Text Color: black */  color: #000000; }

a:link    { color: #0000ff; }
a:visited { color: #800080; } 
a:hover   { color: #996633; text-decoration: underline;	} 
a:active  { color: #ff0000; } 

html, /*#left_column ul a, #uberlink ul a:link, #uberlink ul a:visited, #uberlink ul a:hover,*/ blockquote
{ /* Background Color (lighter):  */ background-color: #fff0D1; }


/* ###### Special Colors ###### */

#footer a:visited, #header a:visited 
{ /* Text Color: */  color: #ffcc99; }

#header a:active	
{	color:#FFFF66;	}  

acronym
{  color: blue;  border-bottom-color: blue; }

/* ###### Scrollbar Colors -if code doesn't validate, remove - ###### */
html {
scrollbar-face-color:#ffcc66;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:silver;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:#996633;
scrollbar-track-color:#996633;
}

/* ###### Color Scheme End ###### */


/* ###### Global Styles ###### */

* 		{
	margin: 0px;
	padding: 0px;
	}
	
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

body	{
/* sets minimum width for brower resize IE-compatible */
	min-width: 700px;
	_width: 700px;

/* sets maximum width for brower resize not IE-compatible */
    max-width:75em;
	}
img {
	border: none;
}	
	
/* ###### hacks ###### */

/*  IE 3 pixel jog fix */
/* hide from MacIE \*/
* html #header img{
	margin-left: -3px;
	}
/* end hide */



/* ###### Layout Styles ###### */


#header {
	background-image: url(../../images/banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 120px;
	text-align: right;
	font-size: .85em;
	width: 100%;

	}
	
#header img {
float:left;
	}
	
#MenuBar  {
	background-color: #664422;
	color: #ffcc66;
	font: bold small-caps 1em Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	width: 100%;
	text-decoration: none;
	}

#container {
	position: relative;
	background-color: #fff0d1;
        height: 100%;
	}

#left_column		{
	position: absolute;
	left: 0;
	top: 0;
	width: 183px;
	background-color: #fff0d1;
	}

#center_column {
	margin: 0px 183px 0px 183px;
	padding: 0em 2em 1em;
	border: thin none #FF0000;
	text-align: justify;
	line-height: 1.4em;
	background-color: #fff0d1;
	}

#right_column	{
	position: absolute;
	right: 0;
	top: 0;
	width: 183px;
	background-color: #fff0d1;
	
	}

#footer {
	clear: both;
	padding-top: 0.75ex;
	padding-bottom: 0.75ex;
	border-top: 0px solid;
	font-size: .85em;
	line-height: 1.25em;
	text-align: center;
	font-variant: small-caps;
	margin-top: 0ex;
	}	


hr      {
        display: block; clear: both;
        margin: -0.66em 0;
        visibility: hidden;
        }

.floatleft {
	float: left;
	position: relative;
	margin: 0px 15px 10px 0px;

/*	left: -157px; */

        }


.floatright {
	float: right;
	position: relative;
	margin: 5px 0px 10px 15px;


        }

/* ###### Layout Styles End ###### */


/* ###### Header ###### */


#header h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: normal;
  display: none;
}

#header a:link  {
	text-decoration: none;
	font-weight: bold;
	margin: ;

	}
	
#header a:visited { 
	text-decoration: none;
	font-weight: bold;

	}
	
#header a:hover {
	text-decoration: underline;

	}

#header a:active	{
	text-decoration: none;
	}  



/* ###### Side Box ###### */

	/* ###### The Entire Side Box ###### */

	#left_column {
	font-size: .85em;
	}

	#right_column {
	font-size: .85em;
	}

	/* ###### Side Box Heading ###### */

	#left_column h1 {
	font-weight: bold;
	font-variant: ;
	font-size: 1em;
	border-top: 0px solid #996633;
	padding: .5em 0em 0em 0em;
	margin: 0em 0em 0em 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;


	}

	#right_column h1 {
	font-weight: bold;
	font-variant: ;
	font-size: 1em;
	border-top: 0px solid #996633;
	padding: .5em 0em 0em 0em;
	margin: 0em 2em 0em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;


	}
	/* ###### Side Box Text ###### */
	#left_column p {
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	border-bottom: 1px solid #996633;
	padding: .5em 0em .5em 0em;
	margin: 0em 0em 0em 2em;

	}

	#right_column p {
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	border-bottom: 1px solid #996633;
	padding: .5em 0em .5em 0em;
	margin: 0em 2em 0em 0em;

	}

	/* ###### Side Box Links ###### */

	#left_column a:link, #right_column a:link  {
	  text-decoration: none;
	}

	#left_column a:visited, #right_column a:visited { 
	  text-decoration: none;
	}

	#left_column a:hover, #right_column a:hover {
	  text-decoration: underline;
	}

	#left_column a:active, #right_column a:active {
	  text-decoration: none;
	}  


	

/* ###### Horizontal Navigation Bar ###### */

  
#MenuBar a
  {
  color: #ffcc66;
  text-decoration: none;
  margin: 0;
  padding: 0;

  }  

#MenuBar a:visited
  {
  color: #ccb399;

  }  

#MenuBar a:hover
  {
  color: #996633;
  background-color: #ffcc66;
  text-decoration: none;

  }  

#MenuBar a:active
  {
  color: #664422;

  }  

.MenuHorizontal
  {
  background-color: #996633;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  line-height: 25px;
  z-index:100;
  }
  
.MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  padding-right: 13px;
  }
  
.MenuVertical
  {
  background-color: #996633;
  color: #ffcc66;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 208px;
  }

.MenuVertical li  
  {
  cursor: pointer ;
  float: none;
  min-height: 17px;
  line-height: 20px;
  padding: 0 0 0 6px;
  margin: 0;
  border-bottom: #ffcc66 1px solid;
  }
  
.MenuVertical li a
  {
  display: block;
  }

.Level1
  {
  position: relative; 
  }

.Level2
  {
  position: absolute; 
  top: 25px;
  left: -4px;
  display: none;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #ffcc66;
  color: #996633;
  }

.Level3
  {
  position: absolute; 
  top: 0px;
  left: 208px;
  display: none;
  }
  

.Level4
  {
  position: absolute; 
  top: 0px;
  left: 208px;
  display: none;
  }

.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2
  { 
  display: block;
  
  }

.Level2 li:hover ul.Level3,
.Level2 li.over ul.Level3
  {
  display: block;
  }

.Level3 li:hover ul.Level4,
.Level3 li.over ul.Level4
  {
  display: block;
  }

 
 * html .MenuVertical li
   {
   height: 17px;
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url(assets/scripts/ieMenu.htc) ;

  }

.HasChild 
  {
  background: url(../../images/arrows.gif) no-repeat right;
  }


/*  ###### Horizontal Navigation Bar end ###### */



/* ###### center_column styles ###### */


#center_column p {
	padding-bottom: 0.3em;
	border: thin none #FF0000;
	padding-top: 0;
	font-size: 1em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;

	}


#center_column a {
	text-decoration: underline;
	}
	
	#center_column a:link  {
	  text-decoration: underline;
	}

	#center_column a:visited {
	  text-decoration: underline;
	}

	#center_column a:hover {
	  text-decoration: underline;
	}

	#center_column a:active	{
	  text-decoration: underline;
	}  



h1 {
	font-weight: bold;
	font-size: 2em;
	font-family:  western, "Times New Roman", Times, serif;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border: 1px none;
	margin: 5px 0px 0px 0px;
	line-height: normal;
	text-align: left;

    }

h2 {
   font-weight: bold;
   font-size: 1.35em;
   line-height: normal;
   text-align: left;
   border-bottom: 0px solid;
   padding-bottom: 0;
   margin-top: 1em;
   margin-bottom: .5em; 
   }

h3 {
	text-indent: 0px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
	text-align: left;
	border-bottom: 0px solid;
	padding-bottom: 0ex;
	margin-bottom: 0.5em;
	margin-top: 1em;
	}

h4 {
	text-indent: 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
        text-align: left;
	border-bottom: 0px solid;
	padding-bottom: 1em;
	margin-top: 1.5em;
        margin-bottom: 0; 
	}

h5 {
	text-indent: 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
    text-align: left;
	border-bottom: 0px solid;
	padding-bottom: 0ex;
    margin-bottom: 0; 
 
	}

blockquote {
	text-indent: -0.5em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	background-color: #ffe3aa;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 20px 0px;
	border-top: 1px solid #996633;
	border-right: 1px none #996633;
	border-bottom: 1px solid #996633;
	border-left: 1px none #996633;

	}
	
blockquote p{
	text-indent: 0em;
	}

cite {
	font-size: 0.8em;
	font-style: normal;
	}

q {
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  font-weight: bold;
  border: 2px dotted;
  width: 9em;
  float: left;
	}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
	}

code {
  font-family: "lucida console", monospace;
  font-size: .9em;
	}

#center_column .topOfPage {
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

#center_column b {
	font-weight: bold;
  
	}
	
#center_column ol {
	line-height: 1.75em;
	list-style-position: inside;
  
	}

#center_column ul, ol {
	margin: 1em 0em 1em 0.5em;
	padding: 0em 0em 0em 1em;
 
	}
	
#center_column ul ul li{
	margin: 0em 0em 0em 1em;
	padding: 0em 0em 0em 0em;
 
	}


.smallCaps {
  font-variant: small-caps;
	}



/* ###### breadcrumbs in Body ###### */

.breadcrumbs {
	font-size: .85em;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	border: thin none #FF9933;
	display: block;
	}



/* ###### Footer ###### */


#footer a:link  {
	text-decoration: none;
	font-weight: bold;
	margin: auto;
	color: #FFCC66;
	}
	
#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ccb399;

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

	}

#footer a:active	{
	text-decoration: none;
	color: #ffd580;
	}  


.footerLHS {
  float: left;
  clear: left;
  margin-left: 2.5mm;
  text-align: left;
	}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer ul li {
	margin-left: 0;
	padding: 0px 0px 3px;
	border-left: 0px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}



/* ###### list ###### */

ul {
	list-style-position: outside;
	list-style-type: square;
	
	}




/*  Table Styles */

  TABLE  { 
    font-family:;
    font-size: 1em;
	width:;
	border-collapse: collapse;
	border: 1px solid #996633;
	margin: 10px 0px 0px 0px;
	
        

     }

  CAPTION
  {
	color:#996633;
	font-weight: bold;
	border: 0px none #FF0000;
        padding: 5px 5px 5px 5px;

  }


  TH
  {
    font-size:;
	font-weight: bold;
	background-color:#996633;
	color:#FFCC66;
	text-align:center;
	border: 0px none;
     padding: 5px 5px 5px 5px;
  }


  TR
  {
	border: #FF0000;

  }

  TD
  {  
    font-size:;
	background-color:#ffdd99;
	color:#664422;
	text-align:left;
	border: 1px solid #996633;
    padding: 5px 10px 10px 10px;

  }

thead, tfoot {
    }

thead th {
    }

tfoot th {
    }

/*  Table Styles end*/


/* ###### form Styles ###### */

.form {
       width:90%;
       border-bottom:2px solid;
       padding:10px 10px 10px 10px;
       
       }

.form_header {
       width:90%;
       border-top:2px solid;
	   border-bottom: 1px dotted;
       padding:5px 0px 5px 10px;
	   text-align: center;
       font-weight:bold;
       font-size:1em;

       }
	   

input {
       font-size:1em;
       margin-bottom:10px;
       }

label {
	 font-weight:bold;
     font-size:.8em;
	 
       }
	  
fieldset {
	    border:1px solid;
	    padding:10px 15px 10px 15px;
         
          }

legend {
        font-size:1em;
        font-weight:bold;
       	  
	  }	  	  

.footnote {
	font-size: 0.9em;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.Packages {
	color: #FF0000;
}


/* ###### Photo Gallery Styles ###### */

#showimage{
z-index:1;
position:absolute;
visibility:hidden;
background-color: #996633;
border: 1px solid #664422;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #996633;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
color: #ffcc66;
margin-right: 5px;
}	

/* ###### Photo Gallery Styles End ###### */

/* ###### Tour Descriptions Styles Start ###### */


#flydrive {
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
background-color: ;
border: solid 0px black;
}

.tourtitle {
	font-weight: bold;
	text-align: left;
}

#flydrive img {
margin: 0px 10px 0px 0px;
border: solid 0px red;
float: left;
}

.tourduration {
	font-size: 1em;
	font-weight: bold;
	color: #996633;
	text-align: left;
	}

h1 + .tourduration {
position:relative;
top: -12px;
font-weight: bold;
}

#flydrive p {
margin: 0px 0px 0px 0px;
overflow:auto;
font-size: 0.9em;
text-align:left;
}
