/* ----------------------------------------------------
				style sheet for Eve Travel 
------------------------------------------------------- */


/* -----------------------------------------------------
						Template 
-------------------------------------------------------- */


html, body { height: 100%; }

* { margin: 0; padding: 0; }

body { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../images/background-tile.jpg) repeat-x;
	background-color: #63191A;
	color: #736F00;
	line-height: 19px;
}

#wrapper { /* pushes container to bottom of browser window */
	width: 796px;
	border-left: 2px solid #FFCB20;
	border-right: 2px solid #FFCB20;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/content-tile.jpg);
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	background-image: url(../images/header.jpg);
	height: 295px;
}

#header2 {
	background-image: url(../images/header2.jpg);
	height: 163px;
	background-repeat: no-repeat;
}

#menu { 
	position: absolute;
	left: 156px;
	top: 15px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	width: 628px;
	height: 41px;
	padding-left: 17px;
	padding-top: 8px;
	text-align: left;	
}

#menu li { float: left; list-style-type: none; }

#menu li.special { margin-top: -3px; display: block; }

#content {
	padding: 25px 0 60px 0;
	width: 100%;
}

#content a:link { color: #63191A; text-decoration: underline; }
#content a:visited { color: #63191A; text-decoration: none; }
#content a:hover { color: #C56627; text-decoration: none; }
#content a:active { color: #C56627; text-decoration: none; }

#content-main {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

#content img { 
	display: block; 
	margin: 0 auto; 
	text-align: center; 
}

#content ul li { 
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 6px;
}

#content:after {
	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}
            		
#column1 {
	float: left;
	width: 372px;
	padding: 0 12px;
	text-align: left;
}

#column1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#column1 ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

#column2 {
	float: right;
	width: 372px;
	padding: 0 12px;
	text-align: left;
}

#column2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#column2 ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

#column2 img { display: block; float: left; }

#footer {
	width: 796px;
	background-color: #fff;
	border-top: 1px solid #736F00;
	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /* For Certain IE widths */
  	height: 40px;
  	left: 0;
}

#footer ul li {
	float: left;
	text-align: left;
	list-style-type: none;
	line-height: 40px;
}

#footer ul li#copyright { 
	float: right; 
}

#copyright {
	text-align: right;
	margin-right: 10px;
	font-size: 10px;
	color: #666600;
}

#footer li a {
	color: #666600;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#footer li a:hover { text-decoration: underline; }




/* -----------------------------------------------------
					global styles
-------------------------------------------------------- */


h1 { font-size: 16px; font-family: Tahoma, Arial, sans-serif; text-transform: uppercase; font-weight: bold; margin-bottom: 18px; }

h2 { font-size: 14px; font-weight: bold; margin-bottom: 18px; }

h3 { font-size: 12px; font-weight: bold; margin-bottom: 18px; }

h4 { 
	font-size: 12px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	margin-top: 15px; 
	margin-bottom: 5px;
	color: #660000;
}

p { margin: 12px 0; }

img { display: block; }

#content #buttons { width: 320px; }

.float {
	float: left;
	margin-right: 10px;
}

#content .buttons {
	font-size: 10px;
	border: 1px solid #63191A;
	text-align: center;
	background-color: #E7D3CC;
	margin-top: 15px;
	width: 60px;
}

html>body #content .buttons {
	width: auto;
	min-width: 60px;
}

#content .buttons a { 
	text-decoration: none;
	padding: 2px 6px;
	display: block;
}

#content .buttons a:hover, #content .buttons a:active { background: #666600; color: #FFFFCC; }

#buttons:after, #purchase:after, #purchase:before {
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0px/1px;
	display: block;
	content: ".";
}

.marginBottom { margin-bottom: 20px; }

.marginTop { margin-top: 25px; }

.left { text-align: left; }

.goback {
	width: 200px;
	text-align: left;
	margin: 20px 10px;
	display: block;
	width: 126px;
	height: 32px;
}

.narrowWidth { width: 600px; }

.strong, .bold { font-weight: bold; }

.dkred { color: #660000; }

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

.justify { text-align: justify; }

.small { font-size: 10px; }

.quiet { color: #999; }

.italic { font-style: italic; }

.imageMarginTop { display: block; margin-top: 15px; }

.imageMarginLeft { display: block; margin-left: 26px; }

.border { 
	margin-top: 20px; 
	margin-bottom: 20px; 
	width: 98%; 
	height: 2px; 
	border-top: 1px solid #D1D2AC; 
}

.borderleft {
	border-left: 1px solid #EAEAEB; 
	padding-left: 10px; 
}

.borderbottom { 
	border-bottom: 1px solid #EAEAEB; 
	padding-bottom: 10px; 
}

.borderRight {
	border-right: 1px solid #CCC;
	padding-left: 10px;
	height: 400px;
}

.rule {
	width: 600px;
	height: 1px;
	margin: 20px auto;
	border-top: 1px solid #CCCCCC;
}

.errortext { color: red; }

.alignleft { text-align: left; }

.bottom { margin-bottom: 10px; }

.credit { 
	display: block; 
	margin-left: 600px; 
	margin-top: -25px;
}

.hidden { display: none; }

.answer { color: #790000; }

#logos { clear: both; }

#purchase li { list-style-position: outside; }

#restriction_page { width: 380px; background-color: #fff; background-image: none; text-align: justify; color: #000; padding: 10px; }

.tiphead {
    background: #63191A;
    color: #fff;
    font-size: 12px;
    border: 1px solid #63191A;
    padding: 5px;
    width: 175px;
    color: #FFCB20;
   }
         
.tipbody {
   background: #E7D3CC;
   font-size: 10px;
   border: 1px solid #63191A;
   padding: 5px;
   width: 175px;
   color: #461D06;
}

.thumb { 
	width: 172px;
	height: 144px;
	top: 0;
	left: 0;
	float: left;
}

.rectangle {
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 12px 20px 12px 20px;
	color: #666;
	margin-top: 25px;
}

.redrectangle {
	font-size: 10px;
	background-image: url(../images/redrectangle.gif);
	background-repeat: no-repeat;
	padding: 16px 16px 22px 26px;
	margin-left: -12px;
	margin-bottom: -10px;
	color: #666;
}

#purchase { width: 650px; margin: 0 auto; }

#content .buy a {
	text-align: center; 
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0;
	display: block;
	width: 200px;
	border-top: 1px solid #63191A;
	border-bottom: 1px solid #63191A;
	background-color: #FFCB20;
	margin: 25px 0;
}

#content .buy a:hover, #content .buy a:active { background: #CC9900; color: #EBE6BF; }

.bordered { 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	color: #461D06;
}

.value {
	font-weight: bold;
	color: #63191A;
}

#photoholder { position: relative; height: 275px; }

#bar-container { margin: 0 auto; text-align: center; width: 772px; }

#bar { 
	background: url(../images/bar.gif) no-repeat;
	width: 700px;
	height: 78px;
	text-align: justify;
	color: #660000;
	padding: 25px 25px;
}

#more {
	border: 1px solid #461D06;
	background-color: #E7D3CC;
	padding: 6px;
	color: #461D06;
	margin-right: 20px;
}

#destination { margin-bottom: 25px; }

#destination ul { 
	display: block; 
	margin: 0; 
	padding: 0;
}

#destination ul li { list-style-type: none;  float: left; }

#destination .button { width: 135px; margin: 0 5px; }

#content ol { list-style: lower-roman outside; }




/* --------------------------------------------------------------------
						PLATINUM TRAVEL PAGES
---------------------------------------------------------------------- */


#learnmore { clear: both; text-align: center; }

#learnmore a { color:#660000; text-decoration: none; }

.more { 
	background-color: #DAD0A1; 
	border-top: 1px solid #666600; 
	border-bottom: 1px solid #666600;
	padding: 4px 0; 
}

.more a { color: #660000; font-weight: bold; text-decoration: none; }

.more a:link { color: #660000; }
.more a:visited { color: #660000; }
.more a:hover { color: #666600; }
.more a:active { color: #666600; }

#subcontent {
	clear: both;
	text-align: center;
	margin: 0 auto;
	color: #660000;
	width: 700px;
	padding-top: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#column3 {
	float: left;
	width: 372px;
	text-align: justify;
	padding: 0 12px;
}

#column4 {
	float: right;
	width: 372px;
	text-align: left;
	padding: 0 12px;
	border-left: 1px solid gray;
}

#platinumstay {
	margin: 0 auto;
	width: 372px;
	text-align: left;
	padding: 0 12px;
}

#platinumbuttons { 
	width: 460px;
	margin: 0 auto;
}

#locations { padding-top: 15px; }

#locations li { list-style-type: none; margin-left: 0px; }

h4 { letter-spacing: 1px; text-align: left; }

#content ol li { list-style: decimal outside; }

#purchase-platinum { width: 700px; clear: both; margin: 25px auto; }

.icon { width: 219px; }

#clearall {
	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

#livechat {
	margin: 25 auto;
	text-align: center;
}
   
   
/* --------------------------------------------------------------------
				Cruise Directions Page
---------------------------------------------------------------------- */   

#directions {
	width: 600px;
	margin: 30px auto;
	padding-bottom: 30px;
	text-align: left;
}

#directions div.buttons { width: 120px; }

#directions h3, h4 { text-align: center; }

#directions img { margin: 20px auto; text-align: center; }

#directions ul li {
	list-style: square;
}
    


/* --------------------------------------------------------------------
				EVE TRAVEL MAIN PAGE (evetravel.php)
---------------------------------------------------------------------- */


#box { width: 314px; height: 268px; margin-top: 15px; margin-left: 35px; }

#box .top { 
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	margin: 0 0 -14px 0;
	padding: 25px 0;
	height: 30px;
}

* html #box .top { margin-bottom: -25px; }

#box .body { 
	background-image: url(../images/boxbody.gif);
	margin: 0;
	padding: 0 25px;
	height: 320px;
	text-align: left;
}

#box .bottom { 
	background-image: url(../images/boxbottom.gif);
	margin: 0;
	padding: 0;
	height: 31px;
}

#box ul { margin: 0; padding: 0; }

#box ul li { text-align: left; list-style-type: square; margin-left: 45px; }

#box a:link { text-decoration: none; color: #63191A; }
#box a:visited { text-decoration: none; color: #BE4B0C; }
#box a:hover { text-decoration: underline; color: #C56627; }
#box a:active { text-decoration: none; color: #C56627; }




/* --------------------------------------------------------------------
							LINKS 
---------------------------------------------------------------------- */

#mainmenu a { padding: 0 36px; }

#mainmenu a:link { color: #F0E0C6; text-decoration: none; }
#mainmenu a:visited { color: #63191A; text-decoration: none; }
#mainmenu a:hover { color: #736F00; text-decoration: none; background-color: #AFAC59;}
#mainmenu a:active { color: #736F00; text-decoration: none; background-color: #AFAC59; }


a.laughlin { 
	display: block;
	background-image: url(../images/laughlin.jpg);
	width: 172px;
	height: 144px;
}

#column2 a.laughlin:link { background-image: url(../images/laughlin.jpg); }
#column2 a.laughlin:visited { background-image: url(../images/laughlin.jpg); }
#column2 a.laughlin:hover { background-image: url(../images/laughlin.jpg); }
#column2 a.laughlin:active { background-image: url(../images/laughlin.jpg); }


a.vegas { 
	display: block;
	background-image: url(../images/vegas.jpg);
	width: 172px;
	height: 144px;
}

#column2 a.vegas:link { background-image: url(../images/vegas.jpg); }
#column2 a.vegas:visited { background-image: url(../images/vegas.jpg); }
#column2 a.vegas:hover { background-image: url(../images/vegas.jpg); }
#column2 a.vegas:active { background-image: url(../images/vegas.jpg); }


a.cruise { 
	display: block;
	background-image: url(../images/cruise.jpg);
	width: 172px;
	height: 144px;
}

#column2 a.cruise:link { background-image: url(../images/cruise.jpg); }
#column2 a.cruise:visited { background-image: url(../images/cruise.jpg); }
#column2 a.cruise:hover { background-image: url(../images/cruise.jpg); }
#column2 a.cruise:active { background-image: url(../images/cruise.jpg); }


a.mexico { 
	display: block;
	background-image: url(../images/mexico.jpg);
	width: 172px;
	height: 144px;
}

#column2 a.mexico:link { background-image: url(../images/mexico.jpg); }
#column2 a.mexico:visited { background-image: url(../images/mexico.jpg); }
#column2 a.mexico:hover { background-image: url(../images/mexico.jpg); }
#column2 a.mexico:active { background-image: url(../images/mexico.jpg); }


a.travelchoice { 
	display: block;
	background-image: url(../images/mexico.jpg);
	width: 172px;
	height: 144px;
}

#column2 a.travelchoice:link { background-image: url(../images/travelchoice.jpg); }
#column2 a.travelchoice:visited { background-image: url(../images/travelchoice.jpg); }
#column2 a.travelchoice:hover { background-image: url(../images/travelchoice.jpg); }
#column2 a.travelchoice:active { background-image: url(../images/travelchoice.jpg); }


a.combo { 
	display: block;
	background-image: url(../images/combo.jpg);
	width: 172px;
	height: 144px;
}

#column2 a.combo:link { background-image: url(../images/combo.jpg); }
#column2 a.combo:visited { background-image: url(../images/combo.jpg); }
#column2 a.combo:hover { background-image: url(../images/combo.jpg); }
#column2 a.combo:active { background-image: url(../images/combo.jpg); }


.moreinfo a:link { color: #63191A; text-decoration: none; }
.moreinfo a:visited { color: #63191A; text-decoration: none; }
.moreinfo a:hover { color: #BE4B0C; text-decoration: none; }
.moreinfo a:active { color: #BE4B0C; text-decoration: none; }


#restrictions a { display: block; text-decoration: none; padding: 3px; }

#restrictions a:link { background-color: #E7D3CC; color: #63191A; text-decoration: none; }
#restrictions a:visited { background-color: #E7D3CC; color: #63191A; text-decoration: none; }
#restrictions a:hover { background-color: #FFCB20; color: #BE4B0C; text-decoration: none; }
#restrictions a:active { background-color: #FFCB20; color: #BE4B0C; text-decoration: none; }


#purchase a { text-decoration: none; }

#purchase a:link { color: #63191A; }
#purchase a:visited { color: #63191A; }
#purchase a:hover { color: #BE4B0C; }
#purchase a:active { color: #BE4B0C; }


#copyright a:link { color: #E7D3CC; }
#copyright a:visited { color: #E7D3CC; }
#copyright a:hover { color: #C56627; }
#copyright a:active { color: #C56627; }


#content a.boxlink  { 
	padding: 4px 8px; 
	line-height: 20px; 
	text-decoration: none;
	border: 1px solid #660000;
	font-weight: bold;
	font-family: "Trebuchet MS",arial,sans-serif;
}

#content a.boxlink:link, #content a.boxlink:visited { text-decoration: none; background: #A29739; color: #660000; }
#content a.boxlink:hover, #content a.boxlink:active { background: #660000; color: #A29739; }

/* Widgets 
------------------------------------------------- */

/* external links */

a.external span { /* pushes screen reader text description <span> off screen */
	position: absolute;
	left: -5000px;
	width: 4000px;
}

a.external:link {
	background: url('../assets/icon.gif') no-repeat 100% 0;
	padding: 0 20px 0 0;
}

a.external:visited {
	color: #999;
	background: url('../assets/icon.gif') no-repeat 100% -100px;
	padding: 0 20px 0 0;
}

a.external:hover {
	color: red;
	background: url('../assets/icon.gif') no-repeat 100% -200px;
	padding: 0 20px 0 0;
}

div#livechat {
	width: 150px;
	height: 22px;
	display: block;
	margin: 20px auto;
}





