@charset "utf-8";

/************ CORE *************/

html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.right {
	float: right !important;
}
.left {
	float: left !important;
}

a img{
	border:0;
}

.block{
	display:block;
}

/*img, div, a, input, h1 { 
	behavior: url(/css/iepngfix.htc) 
}*/

h1{
	background-repeat:no-repeat;
	width: 615px;
	height:81px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
}

/* fixes drop down hover issues in IE6 when using ul menus http://www.xs4all.nl/~peterned/csshover.html */
*html body { 
	behavior: url(/css/csshover3.htc) 
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0
}

/* clearfix - is used for clearing floats */
.clearfix:after{
	clear:both;content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix{
	display:inline-block
}

* html .clearfix{
	height:1%
}

.clearfix{
	display:block
}



/************ SITE *************/

body {
	background: url(/images/bg.jpg) left top repeat-x #fffc00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

input {
	font-size: 10px;
	margin: 2px;
}

a, a:visited {
	color: #C00;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.logo {
	margin: 0 auto;
	width: 514px;
}

.pages {
	margin: 0 auto;
	width: 928px;
}

/*Headers */
h2 {
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}

h3{
	background-repeat:no-repeat;
	width: 685px;
	height:77px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #8a0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}


/******************************************
	Wrapper 
******************************************/

.wrapper {
	margin: 0 auto;
	width: 900px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	clear: both;
}


/******************************************
	Header
******************************************/
.holder {
	width: 900px;
	height: 224px;
	display: block;
	border-bottom: 5px solid #fff;
}

.header {
	width: 900px;
	height: 224px;
	position: absolute;
	z-index: 800;
	border-bottom: 5px solid #fff;
}

.logo {
	width: 320px;
	height: 200px;
	float: left;
	margin: 0 0 0 0;
	position: absolute;
	z-index: 3000;
	display: block;
}

.toggle {
	width: 900px;
	position: absolute;
	z-index: 6000;
	margin: 180px 0 0 0;
	height: 50px;
}

.slider {
	position: absolute; 
	margin:0px; 
	z-index: 2000;
}


/******************************************
	Navigation
******************************************/

.navigation {
	width: 900px;
	height: 42px;
	border-bottom: 5px solid #fff;
}



/******************************************
	Homepage Content
******************************************/

.home-main {
	width: 900px;
	background: url(/images/home-bg.jpg) left top repeat-x #f45f0f;
	min-height: 380px;
}

	.home-main a:link, .home-main a:visited {
		color: #00F;
		text-decoration: underline;
		font-weight: normal;
	}
	
	.home-main a:hover {
		color: #900;
		text-decoration: none;
		font-weight: normal;
	}


.home-main-bot {
	width: 900px;
	height: 22px;
	background: url(/images/home-main-bot.png) left top no-repeat #f55f10;
}
	

/* This is the top box */

.home-top {
	width: 900px;
	height: 20px;
	background: url(/images/home-top.jpg) left top no-repeat;
}

.home-bot {
	width: 900px;
	height: 27px;
	background: url(/images/home-bot.png) left top no-repeat;
}

.home-mid { 
	width: 900px;
	background: url(/images/home-mid.png) left top repeat-y;
}


	/* the three boxes in the middle */
	.home1 {
		width: 353px;
		margin: 0 26px 0 21px;
		font-size: 11px;
		float: left;
	}

	
	.home2 {
		width: 226px;
		margin: 0 29px 0 0;
		font-size: 11px;
		float: left;
	}
	
	.home3 {
		width: 226px;
		font-size: 11px;
		float: left;
	}
	


.box-top {
	width: 900px;
	height: 55px;
	background: url(/images/box-top.png) left top no-repeat;
	text-indent: -9999;
}

.box-bot {
	width: 900px;
	height: 11px;
	background:url(/images/box-bottom.png) left top no-repeat;
}

.box-mid {
	width: 900px;
	background: url(/images/box-mid.png) left top repeat-y;
}


	/* four boxes on the homepage */
	.box1 {
		width: 186px;
		margin: 0 0 0 25px;
		float: left;
	}
	
	
	.box2 {
		width: 184px; 
		margin: 0 0 0 37px;
		float: left;
	}
	
	.box3 {
		width: 184px;
		margin: 0 0 0 39px;
		float: left;
	}
	
	.box4 {
		width: 184px;
		margin: 0 0 0 39px;
		float: left;
	}
	

.top-pic {
	float: left;
	border: 3px solid #000;
	margin: 3px 8px 5px 0;
}



/******************************************
	Buttons
******************************************/

.sprite {
	background: url(/images/sprite.png) no-repeat;
}
	

.square-buttons {
	margin: 0;
	padding: 0;
	width: 62px;
	height: 39px;
	display: block;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}

a:link.book-cruises{background-position: 0px 0px;}
a:visited.book-cruises{background-position: 0px 0px;}
a:hover.book-cruises{background-position: 0px -40px;}

a:link.order-cakes{background-position: -62px 0px;}
a:visited.order-cakes{background-position: -62px 0px;}
a:hover.order-cakes{background-position: -62px -40px;}

a:link.order-apparel{background-position: -124px 0px;}
a:visited.order-apparel{background-position: -124px 0px;}
a:hover.order-apparel{background-position: -124px -40px;}


.rec-buttons {
	margin: 0;
	padding: 0;
	width: 82px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

a:link.sign-up{background-position: 0px -80px;}
a:visited.sign-up{background-position: 0px -80px;}
a:hover.sign-up{background-position: -82px -80px;}

a:link.view-gallery{background-position: 0px -103px; margin: 3px 0 0 0;}
a:visited.view-gallery{background-position: 0px -103px; margin: 3px 0 0 0;}
a:hover.view-gallery{background-position: -82px -103px; margin: 3px 0 0 0;}


.social-buttons {
	margin: 5px 0 0 0;
	padding: 0;
	width: 46px;
	height: 50px;
	display: block;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}

a:link.facebook{background-position: 0px -134px;}
a:visited.facebook{background-position: 0px -134px;}
a:hover.facebook{background-position: 0px -184px;}

a:link.twitter{background-position: -46px -134px;}
a:visited.twitter{background-position: -46px -134px;}
a:hover.twitter{background-position: -46px -184px;}

a:link.myspace{background-position: -92px -134px;}
a:visited.myspace{background-position: -92px -134px;}
a:hover.myspace{background-position: -92px -184px;}

a:link.youtube{background-position: -140px -134px;}
a:visited.youtube{background-position: -140px -134px;}
a:hover.youtube{background-position: -140px -184px;}







/******************************************
	Subpage Content
******************************************/

.left {
	width: 615px;
	float: left;
	font-size: 12px;
	line-height: 14px;
}
	

.content-top {
	width: 900px;
	height: 20px;
	background: url(/images/content-top.jpg) left top no-repeat;
}

.content {
	width: 860px;
	min-height: 100px;
	background: url(/images/content-mid.jpg) left top repeat-y;
	padding: 5px 15px 10px 25px;
	color: #000;
}

.content-bot {
	width: 900px;
	height: 18px;
	background: url(/images/content-bot.jpg) left top no-repeat;
}


/******************************************
	Right Side 
******************************************/

.right { 
	width: 240px;
	float: right; 
}

/* the tops of the right boxes */
	.online {
		width: 240px;
		height: 53px
	}
		
	.deals { 
		width: 240px;
		height: 53px
	}
	
	.social {
		width: 240px;
		height: 53px
	}

.right-mid {
	width: 190px;
	background: url(/images/right-bg.jpg) left top repeat-y;
	padding: 0 25px 0 25px;
}

.right-bot {
	width: 240px; 
	height: 15px;
	background: url(/images/right-bot.jpg) left top no-repeat;
	margin: 0 0 10px 0;
}
	


/******************************************
	Footer
******************************************/

.footer {
	width: 600px;
	height: 119px;
	background: url(/images/footer-bottom.gif) left top no-repeat;
	color: #970000;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #fff;
	margin: 0 0 20px 0;
	padding: 20px 150px 20px 150px;
}

	.footer a:link, .footer a:visited {
		color: #970000;
		font-weight: bold;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #F00;
		font-weight: bold;
		text-decoration: underline;
	}
	
.footer-small, .footer-small a:link, .footer-small a:visited, .footer-small a:hover {
	font-size: 10px;
}
/******************************************
	Form
******************************************/


input, select, textarea { 
	padding: 2px;
	border: 1px solid #000;
	font-size: 12px;
}

.deals-input { 
	width: 70px;
	padding: 2px;
	border: 1px solid #000;
	float: left;
}

.deals-but {
	background: #8a0000;
	border: 2px solid #000;
	padding: 1px 2px 1px 2px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}


/******************************************
	Cruises layout
******************************************/

.cruise-top {
	width: 350px;
	background: #f56010;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

.cruise-content1 {
	width: 280px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #f56010;
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 5px;
}

.cruise-content2 {
	width: 57px;
	border-right: 1px solid #f56010;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	float: left;
}

.rotates {
	float: right;
	margin: 0 0 0 5px;
}



/******************************************
	Breaks
******************************************/

.break {
	clear: left;
	height: 15px;
}

.red {
	width: 300px;
	padding: 10px 10px 10px 55px;
	border: 2px ridge #900;
	background: url(/images/info.png) 0px 5px no-repeat #FF9;
	color: #F00;
	font-weight: bold;
}

.rt {
	color: #F00;
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 0 0;
}

/******************************************
	Rows
******************************************/

.row {
	width: 600px;
	padding: 10px;
	border-bottom: 2px ridge #C00;
}

	.row img {
		float: left;
		margin: 0 5px 0 0;
	}
	

/******************************************
	Main Page Formatting
******************************************/

a.main, a:visited.main {
	width: 399px;
	height: 56px;
	padding: 40px 0 0 125px;
	background: url(/images/li.jpg) left top no-repeat;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

a:hover.main {
	background: url(/images/li-over.jpg) left top no-repeat;
	color: #C00;
	text-decoration: none;
}


/*******************************************
	FORM COLOR FORMATTING
********************************************/

.fheader {
	background: #F56010;
	width: 550px;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-bottom: #900 1px solid;
	margin: 10px 0 10px 0;
}

.fleft {
	width: 100px;
	float: left;
	display: block;
}

/*This is for the single form row change. You only need one set of tags here. */
.d3formsingle { 
	display: block;
	float: left;
	padding: 10px;
	width: 550px;
	background: #fff;
	border-bottom: 1px ridge #FBEEDD;
}


/* This is for the group of fields to switch */
.d3formgroup { 
	width: 550px;
	float: left;
	display: block;
}

	.form-row { /* This is for the single form to switch. */
		width: 550px;
		display: block;
		border-bottom: 1px ridge #FBEEDD;
		padding: 10px;
	}


/* All tags below are what switch the colors NOTE: THIS IS WHERE YOU CHANGE YOUR D3FORM COLORS */
	tr:focus{
		background-color:#fcfcf0;
	}
	
	td{
		vertical-align:top;
	}
	
	.over{
		background-color:#e6e2af;
	}


/*******************************************
	TOOLTIP
********************************************/

.hold-tool {
	float: right;
	margin: 0 5px 0 0;
}

a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:-40px;
	margin-top: -150px;
}
a.tooltip:hover span {
	display:inline;
	position:absolute;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}


/*******************************************
	PHOTO GALLERY
********************************************/

.stepcarousel{
margin: 0 0 0 100px;
position: relative; /*leave this value alone*/
border: 10px solid #C00;
overflow: scroll; /*leave this value alone*/
width: 420px; /*Width of Carousel Viewer itself*/
height: 320px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
border: 1px solid #000;
width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/************************************
	FAQ's
************************************/

.qs {
	font-size: 13px;
	font-weight: bold;
	color: #C00;
}

.as {
	font-size:13px;
	font-weight: bold;
	color: #C00;
}

.qa {
	height: 15px;
	border-top: 1px ridge #C00;
	font-size: 10px;
	margin: 15px 0 15px 0;
}

	.qa a {
		text-decoration: none;
		color: #C00;
	}
	
	.qa a:hover {
		text-decoration: underline;
		color: #000;
	}
	