#mainContent5 {
	padding: 20px 20px 0 5px;
	float: right;
	width: 605px;
	margin: 0 0 0px;
	background: url(../images/blue_gradient.png) repeat-x;
	text-align: justify;
}

#mainContent6 {
	padding: 20px 20px 0 5px;
	float: right;
	width: 605px;
	margin: 0 0 0px;
	text-align: justify;
} 

.sidewrap_orange {
	width: 275px;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	width: 230px !important;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
/* white */
.white {
	color: #204AA0 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #204AA0 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.newsletter {
	display: none;
}

/* Cruise Promotion Table 
---------------------------------------------- */

table.promotions {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
}
table.promotions td{
	padding: 10px 0 10px 5px;
}
tr.thead {
	font-size: 13px;
	font-weight: bold;
	background: #faad46;
	color: #fff;
	font-size: 14px;
}
table.promotions a:link {font-size: 16px !important;	font-weight: bold;}
.redText {
	color: #DE0E0E;
	font-size: 16px;
	font-weight: bold;
}

/* Cruise Promo Button 
---------------------------------------------- */
table.promotions a.button:link {
	font: 14px Arial, Helvetica, sans-serif !important;
	display: inline-block;
	width: auto !important;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
table.promotions .button:hover {text-decoration: none;}
table.promotions .button:active {position: relative;	top: 1px;}

/* green */
table.promotions .green {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
table.promotions .green:hover {
	background: #538018 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
table.promotions .green:active {
	color: #a9c08c !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.shipInfo {margin-top: 20px;}
#hidden_dw {display: none;}