@charset "utf-8";
/* CSS Document */



a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000
}
a:hover {
	text-decoration: none;
	color: #FFffff
}
a:active {
	text-decoration: none;
	
}

a img { border: #000000; }

.quicklinks
{
border:#262626;
}

{
	margin: 0;
	padding: 0;
}

html, body 
{
	height: 100%;
}

/*FONTS*/

.glamorouslife {color: #FF0000}

.booking 
{
	color: #FF0000;
	text-align:center;
	font-weight:bold;
	
}

.dates 
{

	color:#FF0000;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}



	
		

/*BODY*/
body  
{
	font: 100%  Arial, Helvetica, sans-serif;
	background-image:url(images/grungeBackground.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account    for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to     the left aligned default in the #container selector */
	color: #ffffff;
}

.twoColFixLtHdr #container 
{ 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids    a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 6px solid #333333;
	border-right: 6px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

.twoColFixLtHdr #header 
{ 

	background: #000000; 
	padding: 0 10px 0px 20px;  /* this padding matches the left alignment of the elements in the                                 divs that appear beneath it. If an image is used in the #header                                  instead of text, you may want to remove the padding. */
	height:302px;
	
} 

.twoColFixLtHdr #header h1 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.twoColFixLtHdr #sidebar 
{
	float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 15px 2px;
	margin: 0 0 0 20px;
	display: inline;  /* <---Solution for bug IE6 */ 
}
.twoColFixLtHdr #mainContent 
{ 
	width:340px;
	margin: 0 30px 0 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: inline;  /* <---Solution for bug IE6 */ 
} 
.twoColFixLtHdr #footer 
{ 
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	border-bottom: 7px solid #ff0000;
	text-align:center;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
} 

.twoColFixLtHdr #footer p 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	
}
.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar { padding-top: 30px; }
.twoColFixLtHdr #mainContent 
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>


/*HEADER AREA*/

#title 
{
	position:relative;
	left:0px;
	top:7px;
	width:98.5%;
	height:25px;
	z-index:1;
	padding: 0 0px 0px 0px;
	
}

#topButtons 
{
	position:relative;
	left:560px;
	top:-50px;
	width:175px;
	height:29px;
	z-index:2;
	padding: 10px 10px 10px 10px;
	
}

#slideshow {
	position: relative;
	left: -20px;
	top: -52px;
	width: 780px;
	height: 215px;
	padding:0px 0 5px 0;
	background-image:url(images/slideshowBackground.jpg);
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	margin: 0;
	   
}

#links

{
	position:relative;
	left:-20px;
	top:-50px;
	width:773px;
	height:33px;
	border-bottom:#FF0000 solid 1px;
	background-color:#000000;
	padding: 7px 2px 0px 5px;
	text-align:center;
	z-index:1;
	text-decoration: none;
	margin: 0;
}



    /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(images/corner.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
 .cssbox_head
 {background-position:top right; /* pull the right image over on top of border */  
 margin-right:-15px; /* right-image-gap + right-inside padding */ 
 padding-right:40px;
 margin-bottom:-15px;
 border-bottom:0px #FF0000 solid;
 text-align:left;
 } /* set the top-left image */ 
 
 .cssbox_head h2{ background-position:top left; 
 margin:0; /* reset main site styles*/ 
 border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ padding:25px 0 6px 16px; 
 height:auto !important; 
 height:1%} /* IE Holly Hack */ /* set the lower-left corner image */ 
 
 .cssbox_body{ background-position:bottom left; 
 margin-right:-14px;  
 padding:15px 15px 10px 15px;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:14px;
 border-top:0px #FF0000 solid;
 text-align:justify;
 
 } /* mirror .cssbox_head right/left */ 
 
 
 /*NEWS BOX*/
  
    .cssbox1, .cssbox_body1, .cssbox_head1, .cssbox_head1 h2{
      background: transparent url(images/corner.png) no-repeat bottom right}
    .cssbox1{
    
      width:335px !important; 
    
      padding-right:15px; 
      margin:20px 0 0px 0px;}

  
 .cssbox_head1{background-position:top right; 			 
 margin-right:-15px;  
 padding-right:10px;
 padding-top:2px;
 margin-bottom:-2px;
 border-bottom:1px #FF0000 solid;
 text-align:right;
}  

 .cssbox_head1 h2{ background-position:top left; margin:0; /* reset main site styles*/ 
 border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ padding:25px 0 15px 40px; 
 height:auto !important; 
 height:1%} /* IE Holly Hack */ /* set the lower-left corner image */ 
 
 .cssbox_body1
 
 { 
 
 	background-position:bottom left; 
	margin-right:-14px; 
	padding:0px 18px 15px 14px; 
 	border-top:1px #FF0000 solid;
 	text-align:justify;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
 
 }  
 
  
  
  
  
  /*QUICK LINKS BOX*/
  
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2
{
      background: transparent url(images/corner.png) no-repeat bottom right
}
  
	  
.cssbox2
{
	width:335px !important;
	width: 320px;
	padding-right:15px;
	margin:8px 0 0px 0px
}

    
 .cssbox_head2
{
 
 	background-position:top right;    		 
 	margin-right:-15px; 
 	padding-right:10px;
 	padding-top:2px;
 	margin-bottom:-2px;
 	border-bottom:1px #FF0000 solid;
 	text-align:right;
} 

 .cssbox_head2 h2
{ 
 	background-position:top left; margin:0; 
  	border:0; 
  	padding:25px 0 15px 40px; 
  	height:auto !important; height:1%
	
} 
   
 .cssbox_body2
{ 
 	background-position:bottom left; 
	margin-right:0px; 
 	padding:0px 0 15px 9px;
	text-align:center;
} 


/* ABOUT US ABOUT US ABOUT US */ /* ABOUT US ABOUT US ABOUT US */ /* ABOUT US ABOUT US ABOUT US */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 10px 2px 2px;
	margin: 0px 0 0 20px;
}


    .cssboxAbout, .cssbox_bodyAbout, .cssbox_headAbout, .cssbox_headAbout h2{
      background: transparent url(images/aboutCorner.png) no-repeat bottom right}
.cssboxAbout
{
    /* intended total box width - padding-right(next) */
      width:635px !important; /* IE Win = width - padding */
      
    
      padding-right:15px; 
      margin:20px auto}

    
 .cssbox_headAbout
{
	background-position:top right; /* pull the right image over on top of border */  
 	margin-right:-15px; /* right-image-gap + right-inside padding */ 
 	padding-right:25px;
 	margin-bottom:-10px;
 	border-bottom:0px #FF0000 solid;
 	text-align:center;
}  
 
 .cssbox_headAbout h2
{ 
	background-position:top left; 
 	margin:0; /* reset main site styles*/ 
 	border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 					    padding:25px 0 6px 16px; 
 	height:auto !important; 
 	height:1%
} /* IE Holly Hack */ /* set the lower-left corner image */ 
 
 .cssbox_bodyAbout
{ 

	background-position:bottom left; 
 	margin-right:-14px;  
 	padding:15px 15px 10px 15px;
 	font-family:Geneva, Arial, Helvetica, sans-serif;
 	font-size:13px;
 	border-top:0px #FF0000 solid;
 	text-align:justify;
 
 } 
 
 /*PURCHASE*/
 
 
 
 .cssboxPurchase, .cssbox_bodyPurchase, .cssbox_headPurchase, .cssbox_headPurchase h2{
      background: transparent url(images/aboutCorner.png) no-repeat bottom right}
.cssboxPurchase
{
    /* intended total box width - padding-right(next) */
      width:635px !important; /* IE Win = width - padding */
      
    
      padding-right:15px; 
      margin:20px auto}

    
 .cssbox_headPurchase
{
	background-position:top right; /* pull the right image over on top of border */  
 	margin-right:-15px; /* right-image-gap + right-inside padding */ 
 	padding-right:40px;
 	margin-bottom:-10px;
 	border-bottom:0px #FF0000 solid;
 	text-align:center;
}  
 
 .cssbox_headPurchase h2
{ 
	background-position:top left; 
 	margin:0; /* reset main site styles*/ 
 	border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 					    padding:25px 0 6px 16px; 
 	height:auto !important; 
 	height:1%
} /* IE Holly Hack */ /* set the lower-left corner image */ 
 
 .cssbox_bodyPurchase
{ 

	background-position:bottom left; 
 	margin-right:-14px;  
 	padding:15px 15px 10px 15px;
 	font-family:Geneva, Arial, Helvetica, sans-serif;
 	font-size:13px;
 	border-top:0px #FF0000 solid;
 	text-align:justify;
 
 } 
 
#downloadList li {
	display:inline;
	padding:0 .3em;
	text-align:center;

}