body 
{
    background: #9cdedd url(../images/bgtile.gif) repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color:#fff;
    text-align:left;
}

#wrapper
{
   	margin:0;
	width:1000px;
	height:590px;
	text-align: left;
	border:solid 0px #ffcc00;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    height:33px;
    width:1000px;
    z-index:1000;
    padding-top:0;
    text-align:left;
}

#menupadding
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    padding:0px;
    height:12px;
}

#menusystem
{
    height:20px;
    width:1000px;
    z-index:1000;
    padding-top:4px;
    padding-left:20px;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -5px;
	border: 0;
	list-style:none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
	padding-top:0px;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	width: 100%;
	height: 21px;
	_height: 21px;
	line-height: 12px;
	background-color: transparent;
	text-align:left;
	
}

#HouseMenuNav li { /* all list items */
	width: auto;
	background:url(images/pageicon.gif) no-repeat;
	padding-left:15px;
	padding-right:15px;
	height: 21px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 160px;
	height: auto;
	border:solid 1px #fff;
	border-top:0px;
	background:transparent;
	
	padding-left:0px;
	padding-right:0px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Century Gothic;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px;
	color: #fdcfd9;
	background-color: transparent; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #fff;
	background-color: #0099a5; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 0px #fff;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #f05a7d;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 0px #fff;
	line-height: 12px;
	background-color: #f05a7d;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNavCurrentItem a {
    color:#fdcfd9;
    text-decoration:none;
    }

#HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	color: #fdcfd9; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: #FF0099; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 0px;
	color: #000; 
	background-color: #fff; 
	text-decoration: none;
}
    
/* continue with divs */

#contentArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:535px;
    z-index:0;
    border:solid 0px #000;
}

#contentDisplay
{
    color:#000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    padding:0px;
    border:solid 0px #000;
    height:535px;
}


	
#contentDisplay p, li, td
{
    color:#000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    padding:0px;
}

#footer
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:22px;
    text-align:center;
    padding-top:1px;
    border-top:solid 0px #fff;
    padding-left:0px;
 }

#footer a, a:link, a:visited
{
    color:#fff;
    text-decoration:none;
}

#footer a, a:hover
{
    color:#fff;
    text-decoration:underline;
}

#ControlPanel
{
    color:#000;
    border:solid 0px #ff0;
}

/*start of the standard html formatting */

.Normal	{ 
	
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color:#000;
	}


.Head	{
	color:#000;
	font-weight:bold;
font-family: Verdana, Helvetica, Arial, sans-serif; }
.SubHead,.SubSubHead	{
	color:#000; 
	font-weight:bold;
font-family: Verdana, Helvetica, Arial, sans-serif; }

td.bottomend {
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
height: 30px;
color: #ffffff;
font-size: 11px;
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
border-top: 2px #ffffff solid;
}

td.TopBoxIndex {
background-image: url(../images/top1.gif);
background-repeat: no-repeat;
height: 60px;
color: #ffffff;
text-align: center;
border-bottom: 2px #ffffff solid;
font: bold 18px/60px Verdana, Helvetica, Arial, sans-serif;
}

td.fillBox{
background: url(../images/filler.gif) repeat;
border-bottom: 2px #ffffff solid;
}

td.HeadlineOne {
background-color: #f05a7d;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 6px;
border-right: 1px solid #fff;
}

td.HeadlineTwo {
background-color: #f05a7d;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 6px;
}

td.ContentBoxTwo {
padding: 6px;
color: #fff;
font-size: 12px;
line-height: 13px;
}

h1 {
font-size: 20px;
font-weight: bold;
color: #fff;
line-height: 60px;
text-align: center;
}

td.bottomend_left {
height: 26px;
color: #ffffff;
font-size: 11px;
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
padding-bottom: 2px; }

td.bottomend_right {
height: 26px;
color: #ffffff;
font-size: 11px;
text-align: right;
font-family: Verdana, Helvetica, Arial, sans-serif;
padding-bottom: 2px; }

table.cartable {border-collapse: collapse;
border-spacing: 0px;
border: 1px #ffffff solid;
background-color: #ffffff;
margin-left: 15px;
margin-top: 10px;
margin-right: 15px;
margin-bottom: 15px; }

table.cartable2 {border-collapse: collapse;
border-spacing: 0px;
border: 1px #1ebdbd solid;
background-color: #ffffff;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px; }


table.contacttable {
margin-left: 15px;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 20px; }

td.contacttable_left {
color: #333333;
font-weight: bold;
text-align: left;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 5px; }

td.contacttable_right {
color: #333333;
font-weight: normal;
text-align: left;
padding-bottom: 2px;
padding-top: 2px; }

td.contacttable_button {
padding-top: 8px; }

td.cart_table_header {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
height: 16px;
padding-top: 5px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px; 
border-bottom: 1px #ffffff solid;
font-size: 12px; }

td.cart_table_header2 {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
height: 16px;
padding-top: 5px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px; 
border-top: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
font-size: 12px; }

td.cart_table_headerInvertedTop {
background-color: #ffffff;
font-weight: bold;
color: #24BCBD;
height: 14px;
padding-top: 4px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
border-bottom: 1px #ffffff solid;
font-size: 12px;
border-top: 1px #24BCBD solid;
}

td.cart_table_headerInverted {
background-color: #ffffff;
font-weight: bold;
color: #24BCBD;
height: 14px;
padding: 3px;
border-bottom: 1px #ffffff solid;
font-size: 12px;
 }

td.bigcell_border {
border-left: 1px #24BCBD solid;
background-color: #ffffff;
}

td.cart_table_header_right {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
height: 16px;
padding: 4px;
border-bottom: 1px #ffffff solid;
font-size: 12px;
text-align: right; }

td.cart_table_footer_right {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
height: 16px;
border-top: 1px #ffffff solid;
font-size: 12px;
text-align: right;
padding-top: 7px;
padding-right: 5px;
padding-bottom: 4px;
padding-left: 4px; }

td.cart_table_header_center {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
height: 16px;
padding: 4px;
border-bottom: 1px #ffffff solid;
font-size: 12px;
text-align: center; }

td.cart_table_footer_center {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
height: 16px;
padding-top: 7px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px; 
border-top: 1px #ffffff solid;
font-size: 12px;
text-align: center; }

td.cart_table_sidebar {
background-color: #24BCBD;
font-weight: normal;
color: #ffffff;
padding: 4px; }

td.cart_table_minitext {
background-color: #24BCBD;
font-weight: normal;
color: #ffffff;
padding-bottom: 3px; }

td.cart_table_fleettext {
background-color: #24BCBD;
font-weight: normal;
color: #ffffff;
padding-bottom: 6px; }

td.cart_table_fleettext2 {
background-color: #24BCBD;
font-weight: normal;
color: #ffffff;
padding-bottom: 6px;
padding-left: 3px;
padding-top: 3px;  }

td.cart_table_minitext_bold {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
padding-bottom: 3px; }

td.cart_table_minitext_bold2 {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_bold2n {
background-color: #24BCBD;
color: #ffffff;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_bold5 {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
padding-top: 3px;
padding-bottom: 4px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_bold2_top {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_bold2_bottom {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
padding-top: 1px;
padding-bottom: 3px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_bold2_lg {
background-color: #24BCBD;
font-weight: normal;
color: #ffffff;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 3px;
}

td.whitebox {
	background-color: #fff;
}

td.cart_table_minitext_bold4 {
background-color: #ffffff;
font-weight: bold;
color: #24BCBD;
padding-bottom: 3px;
padding-top: 3px;
height: 14px; }

td.cart_table_minitext_sum {
background-color: #f5708e;
font-weight: bold;
color: #ffffff;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_sum2 {
background-color: #f5708e;
font-weight: bold;
color: #ffffff;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 3px;
padding-left: 3px;
height: 12px; }

td.cart_table_minitext_bold3 {
background-color: #24BCBD;
font-weight: bold;
color: #ffffff;
padding-bottom: 3px;
padding-left: 3px;
padding-top: 2px;
height: 18px; }

td.cart_table_pic {
width: 198px;
height: 147px; }

td.cart_table_pic_n {
width: 198px;
height: 147px;
padding-right: 3px; }



td.cart_table_pic2 {
width: 198px;
height: 147px;
background-color: #ffffff; }

td.cart_table_buttons {
background-color: #24BCBD;
font-weight: normal;
color: #ffffff;
padding: 4px;
height: 24px; }

td.button_pink {
border: 2px #ffffff solid;
padding-top: 2px;
padding-bottom: 3px;
padding-right: 6px;
padding-left: 6px;
color: #ffffff;
background-color: #f0527b; }



td.button_spacer {
width: 4px; }

td.contentframe_pd {
background-color: #9cdedd;
background-image: url(../images/contentareagradient.gif);
background-repeat: no-repeat; }

td.contentframenewsletter {
background-color: #9cdedd;
background-image: url(../images/contentareagradientnews.gif);
background-repeat: no-repeat; }

td.contentframenewsletterunsub {
background-color: #9cdedd;
background-image: url(../images/contentunsubscribe.gif);
background-repeat: no-repeat; }

td.1nlsubscription {
background-color: #9cdedd;
background-image: url(../images/successfully-added.gif);
background-repeat: no-repeat; }

td.1nlunsubscription {
background-color: #9cdedd;
background-image: url(../images/unsubscribed-successfully.gif);
background-repeat: no-repeat; }


td.contentframe_pd_review {
background-color: #9cdedd;
background-image: url(../images/contentareabookingreview.gif);
background-repeat: no-repeat; }

td.contentframe_pd_book1 {
background-color: #9cdedd;
background-image: url(../images/hirecontent1.gif);
background-repeat: no-repeat; }

td.contentframe_pd_book2 {
background-color: #9cdedd;
background-image: url(../images/hirecontent2.gif);
background-repeat: no-repeat; }

td.contentframe_pd_book3 {
background-color: #9cdedd;
background-image: url(../images/hirecontent3.gif);
background-repeat: no-repeat; }

td.contentframe_light {
background-color: #9cdedd;
background-image: url(../images/contentareagradient3.jpg);
background-repeat: no-repeat; }

td.pinkbutton_l {
background-color: #ea5078;
border: 2px #ffffff solid;
font-size: 11px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 20px; }

td.tuc_head {
font-size: 11px;
font-weight: bold;
text-align: left;
padding-top: 10px;
padding-bottom: 4px;
padding-left: 4px; }

td.tuc_row {
padding: 3px;
text-align: left;
font-weight: normal;
vertical-align: top; }

td.tuc_row_li {
padding: 3px;
text-align: left;
font-weight: normal;
vertical-align: top;
display: list-item;
list-style-type: square; }

img.floatright {
float: right;
padding-bottom: 10px;
padding-left: 6px; }

img.floatleft {
float: left;
padding-bottom: 10px;
padding-right: 6px; }

img.exclam {
float: left;
padding-right: 6px;
padding-bottom: 100px;
}

img.exclam1 {
float: left;
padding-right: 6px;
padding-bottom: 120px;
}

img.exclam2 {
padding-right: 6px; }

table.abk_table {
	margin-top: 10px;
}


#texter a:link {
color: #000000;
font-weight: bold; } 

#texter a:visited {
color: #000000;
font-weight: bold; }

#texter a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline; }

#texter a:active {
color: #000000;
font-weight: bold; }

#texter {}

div.nicetitle {
    position: absolute;
    padding: 5px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: #4c4c4c url(images/ntbg.gif);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
border: 1px #ffffff solid; }
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 4px;
}

table.newsletter {
background-color: #ffffff; }

table.newsletteroutline {
border: 6px #f0527b solid;
background-color: #ffffff;
width: 420px;
height: 140px; }

td.newsletterbox {
padding-bottom: 6px;
font-weight: bold;
text-align: left; }

a.1bullettext {
display: block;
background-image: url(../images/icon_alert.gif);
background-repeat: no-repeat;
text-indent: +18px;
background-position: -1px;
padding-top: 3px;
padding-bottom: 3px; }

td.alertbox {
padding: 3px;
color: #ffffff;
text-align: left; }

td.alertboxleft {
color: #ffffff;
text-align: left;
padding-top: 5px;
padding-right: 4px;
padding-bottom: 3px;
padding-left: 3px; }

td.hiddentable {
width: 1000px;
height: 534px;
background: url(../images/puffdaddy-index.jpg) no-repeat;
}

table.hiddentextTable {

}
.style3 {
	text-align: left;
	color: #008000;
	font-size: medium;
}
.style4 {
	text-align: left;
	color: #FF0000;
	font-size: medium;
}
.style5 {
	text-align: center;
	color: #FF0000;
	font-size: medium;
	background-color: #33CCCC;
}
.white {
	color: #FFF;
}
.boarder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 10px;
}
.black {
	color: #333;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	text-align: center;
	height: 20px;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
}
.blackfont {
	color: #000;
}
.sitemap {
	text-align: left;
	font-size: 14px;
}
.Stil1 {
	font-size: 13px;
	font-weight: bold;
}.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
}
