@charset "UTF-8";
.twoColFixLtHdr #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixLtHdr #container #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D3D4E9;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 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. */
	background: #DDDDDD url(../images/images/website-copy_03.jpg)  no-repeat top ;
} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 3px 10px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 190px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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;
	margin-right: 8px;
}
.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;
}

#titleline {
display:block;
height: 43px;
width:549px;
padding:1px 2px 1px 10px;
/* background-color:#fbfab3;*/
font-size: 20px;
font-weight:bolder;
}

#titleline h2 {
font-size: 14px;
font-weight:bolder;
}

.facts li {
padding: 0px;
clear:both;
}

.menu{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size: 13px;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

#menu_ad{
display:block;
width:150px;
padding:3px 3px 3px 3px;
font-size: 14px;
font-weight:bold;
background-color:inherit;
color:#FFFFFF;
border:1px solid #FFFFFF;
text-align:center;
}

#menu_ad a{
	display:block;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	background-color:inherit;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	text-align:center;
}

.menu:hover{
background-color:#90b6d1;
color:#286ea0;
border:1px solid #dadada;
}

.packages td {
font-size:11px;
}

.packages h2 {
	font-size:18px;
	color: #7D0101;
	margin: 0;
	padding: 2;
}

#packages ul {
	margin:0;
	padding:2px 0 0;
}

#packages li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border: thin #cccccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 6px;
}

.packages_b {
	font-size:13px;
	font-weight:bold;
	font-stretch:expanded;
	padding:4px 4px 4px 4px;
	background-color:#0099FF;
	color:#ffffff;
	border:1px solid #B24D4D;
	width:80%;
	text-decoration:none;
	text-align: center;}

.packages_b:hover {
	background-color:#CCCCCC;
	padding:4px 4px 4px 4px;
	color:#660102;
	border:1px solid #660102;
}

.prices {
	font-size:14px;
}

.prices_num {
	font-size:32px;
}

.prices_smallnum {
	font-size:24px;
}

#styledetails td ul{
font-size:11px;
padding-left:0.5em;
margin-left:1em;
padding-top:0em;
margin-top:0em;
}

#styledetails a{
text-decoration:none;
color:#0066FF;}

#styledetails a:hover{
color:#ff0000;
}

.button a {
font-size:13px;
font-weight:bold;
font-stretch:expanded;
padding:4px 10px 4px 10px;
background-color:#660102;
color:#ffffff;
border:1px solid #B24D4D;
text-decoration:none;
}

.button a:hover {
background-color:#f8f8f8;
padding:4px 10px 4px 10px;
color:#660102;
border:1px solid #660102;
}

.header_grey {
background:transparent url(../images/title-bg.png) repeat-x scroll 0 0;
}


/* Easy Slider */
	#container_promos{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		border:solid 1px #000;
		}	


	#content{
		position:relative;
		border:solid 1px #bcbcbc;
		}	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:548px;
		height:200px;
		overflow:hidden; 

		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
