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

* {margin:0; padding:0; border:0; outline:0;}

html, body	{
	height: 100%;
	}


body	{
	min-height: 100%;
	background: #c2dbb1 url(../images/sh_bgTile.jpg) repeat-x;
	color: #F60;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
#wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}



#cafe {
	postition: absolute;
	right: -10px;
	top: -500px;
	z-index:999;
	float:right;
}

#layoutTable {
	width: 960px;
	margin: 0 auto;
	margin-top: -18px;
	text-align:center;
}

td {
	vertical-align: top;
}

#leftCol {
	width: 325px;
	text-align: center;
}

#rightCol {
	width: 613px;
	text-align: center;
}

#bigContent {
	width: 613px;
	height: 624px;
	background-image: url(../images/sh_bigContent.png);
	background-repeat:no-repeat;
	text-align: left;
	margin-top: -10px;
}

#footer {
	width: 750px;
	margin: 30px auto 5px auto;
	}
	

#headText {
	width: 381px;
	height: 78px;
	margin: 20px;
}

#headPic {
	width: 575px;
	height: 243px;
	margin: 5px auto;
}

#headBtns {
	width: 590px;
	height: 52px;
	margin: 5px auto;
}

#adBtn1 {
	height: 52px;
	width: 324px;
	background-image:url(../images/adBtn1.png);
	background-repeat: no-repeat 0 0;
	display: block;
	float: left;
}



#adBtn1:hover {
	background-position: 0 -53px;
}

#adBtn1 span {
	visibility:hidden;
	text-decoration:none;
}

#adBtn1 a {
	text-decoration:none;
	display: block;
	height: 53px;
}

#adBtn2 {
	height: 53px;
	width: 259px;
	margin-left: 324px;
	background-image:url(../images/adBtn2.png);
	background-repeat: no-repeat 0 0;
	display: block;
	
}



#adBtn2:hover {
	background-position: 0 -53px;
}

#adBtn2 span {
	visibility:hidden;
	text-decoration:none;
}

#adBtn2 a {
	text-decoration:none;
	display: block;
	height: 53px;
}

.spec {
	height: 33px;
	width: 200px;
	background-image:url(../images/specs.png);
	background-repeat: no-repeat 0 0;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 5;
}


.spec a{
	text-decoration:none;
	display: block;
}

.spec:hover {
	background-position: 0 -33px;
}

.spec span {
	visibility:hidden;
	text-decoration:none;
}
	



.subContent {
	width: 613px;
	height: 285px;
	background-image: url(../images/package_bg.png);
	background-repeat:no-repeat;
	text-align: left;
	position: relative;

}

.subWrap {
	padding: 10px 10px 10px 20px;
}

.subText {
	width: 355px; 
	float:left;
}

.infoText {
	text-align:left;
	width: 300px;
	margin: 5px 10px;
}

.subTable {
	margin: 0;
	width: 600px;
}
	
.package {
	margin: 5px 10px;
	width: 380px;
}

.pkgPic {
	margin-left: 300px;
	margin-top: -100px;
	float: right;
}
	





