/*##########################################
  ##           STILL WILD css             ##
  ##      Pacific West Data Pty Ltd       ##
  ##########################################*/
/*****************************
 * General class definitions *
 *****************************/
a, p, div, img, table, body, input, textarea, span {
	position:relative;
	padding:0;
	margin:0;
	border:none;
	resize:none;
}
body {
	font-family:'Open Sans',Simsun,'宋体',Arial;
	font-size:14px;
}
body.zh {
	font-family:'Open Sans',Simsun,'宋体',Arial;
/*	font-family:'hzguangbiao70'; */
/*	font-family:'Jie Si Ban Xing Ti','杰思半行体'; */
	font-size:20px;
}
body.ja {
	font-family:'Open Sans',Simsun,'宋体',Arial;
	font-size:14px;
}
body.ko {
	font-family:'Open Sans',Simsun,'宋体',Arial;
	font-size:14px;
}
a {
  cursor: pointer;
  color:#ffffff;
  text-decoration: none;
}
input, textarea {
	background:rgba(235, 235, 235, 1);
	padding:5px;
	margin:0 0 5px 0;
	min-height:18px;
	width:100%;
}
button, .btn {
	cursor:pointer;
}
button:hover, .btn:hover {
	-webkit-box-shadow:0 0 4px 2px #a1c1ff;
	-moz-box-shadow:0 0 4px 2px #a1c1ff;
	box-shadow:0 0 4px 2px #a1c1ff;
}

.Green {
	color:#008000;
}
.Blue {
	color:#1bb4e8;
}
.Font24 {
	font-size:24px;
}
.Font30 {
	font-size:30px;
}

#sw_scrollTop {
	position:absolute;
	right:3px;
	display:inline-block;
	top:2px;
	font-size:16px;	
	background-color:#c0c0c0;
	border:1px solid #000000;
	z-index:100000;
	cursor:pointer;
}
.sw_chineseHead {
	color:#90ee90;
	font-weight:bold;
	position:absolute;
	top:10px;
	left:15px;
	font-size:26px;
	background:rgba(0,0,0,0.3);
}
#sw_seemore {
	color:#008000;
	text-decoration:underline;
	margin-left:30px;
	font-style:italic;
	font-size:13px;
}

/**********************************
 * Body Container Section classes *
 **********************************/
#container {
	width:980px;
	margin:0 auto;
}
#sw_LeftSection {
	width:50%;
	float:left;
}

#sw_RightSection {
	width:49%;
	float:right;
}

#mobile_container {
	width:100%;
	margin:0;
	padding:0;
}
#mobile_sw_LeftSection {
	width:75%;
	float:left;
}
#mobile_sw_RightSection {
	width:24%;
	float:right;
}

/**************************************************************
 * Classes specific to the main heading and menu on all pages *
 **************************************************************/
#header {
	position:relative;
	background-color:#21272b;
	height:75px;
	padding:5px;
}
#header_logo {
	float:left;
	width:137px;
	height:98%;
	background-image:url(/images/stillwild_logo.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
#header_right, #mobile_header_right {
	position:absolute;
	right:0;
	height:75px;
	text-align:right;
}
#header_right {
	width:85%;
}
#header_chat {
	display:inline-block;
}
#header_chat img {
	height:22px;
	width:22px;
	padding:0;
	margin:0 5px 0 0;
}
#header_menu {
	position:absolute;
	bottom:0;
	width:100%;
}
#menu_item {
	display:inline-block;
	width:19%;
	text-align:center;
	line-height:21px;
	font-size:16px;
	cursor:pointer;
	color:#ffffff;
	background-color:transparent;
}
.menu_itemHilite {
	color:#daa520;
}
#menu_item:hover {
	font-weight:bold;
	background-color:#707070;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.cs_Audio_Play {
	background:url(../images/soundOn.png);
}
.cs_Audio_Pause {
	background:url(../images/soundOff.png);
}
#cs_Audio {
	position:absolute;
	padding:0;
	margin:0;
	top:55px;
	left:100px;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	z-index:10000;
}

#mobile_menu_icon {
	right:0;
	bottom:0;
	background:url(../images/mobilemenu.png);
}
#mobile_menu_icon_gray {
	left:5px;
	top:2px;
	background:url(../images/mobilemenu_gray.png);
}
#mobile_menu_icon, #mobile_menu_icon_gray {
	position:absolute;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
}

#mobile_menu, #mobile_menu_local {
	position:absolute;
	margin:0;
	display:none;
	font-weight:normal;
	z-index:100000;
	text-align:left;
	border:2px solid #ffffff;
}
#mobile_menu {
	top:80px;
	right:0;
	background-color:#008000;
	color:#ffffff;
}
#mobile_menu_local {
	top:120px;
	left:0;
	background-color:#a0a0a0;
	color:#000080;
}
#mobile_menu li, #mobile_menu_local li {
	border-top:inset 2px #ffffff;
	padding:5px;
	cursor:pointer;
}
#mobile_menu a, #mobile_menu_local li {
	line-height:26px;
	font-size:20px;
	font-weight:bold;
}

/***********************************************************
 * Classes specific to the slideshows and Pics on all pages *
 ***********************************************************/
#sw_LeftSlideshow {
	height:300px;
	width:490px;
	margin-bottom:10px;
}
#mobile_sw_LeftSlideshow {
	height:150px;
	width:100%;
	margin:0;
}
#sw_LeftSlideshow img, #mobile_sw_LeftSlideshow img {
	height:100%;
	width:100%;
}
#sw_LeftSlideshow_overlay {
	position:absolute;
	top:40%;
	left:76%;
	width:20%;
	height:40%;
	background:rgba(0,0,0,0.5);
	padding:20px;
	text-align:left;
	font-style:italic;
	font-size:110%;
	color:#ffffff;
}
#sw_RightSlideshow {
	float:right;
	width:29%;
	height:880px;
}
.sw_RightScrollPic {
	margin:5px 0px 5px 0;
	padding:0;
	width:100%;
	height:100px;
}

/*************************************************
 * Classes specific to Sub headings on all pages *
 *************************************************/
#sw_Subheader1, #sw_Subheader2, #sw_Subheader3 {
	text-align:left;
	font-size:24px;
	font-style:italic;
	color:#1bb4e8;
}
#sw_Subheader1 {
	padding:10px 10px 10px 10px;
	color:#ffffff;
	background-color:#c6b07f;
}
#sw_Subheader2 {
	margin-left:30px;
}
#sw_Subheader4 {
	color:#08A316;
	font-weight:bold;
}
.sw_highlight_text {
	background-color:#707070;
	margin:0 5px 0 5px;
	padding:0 5px 0 5px;
}

#mobile_sw_Subheader2 {
	position:relative;
	background-color:#c6b07f;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	margin:0;
}

/*************************************************
 * Classes specific to the index.php (Home) page *
 *************************************************/
#Home_text {
	padding:5px;
	margin:15px 0px 15px 0px;
/*	font-family:"Architects Daughter",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Architects Daughter";
}
#Home_picdiv {
	width:100%;
	height:200px;
	background-image:url(/images/Moreton_Island_panorama.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
}

/***********************************************
 * Classes specific to the whatcanido.php page *
 ***********************************************/
#What_text1 {
	width:75%;
	margin:0 auto;
	padding:15px 0 30px 0;
}
#What_text2 {
	margin-left:30px;
	font-size:14px;
}
#What_table, #mobile_What_table {
	width:100%;
}
#What_table td {
	vertical-align:top;
	width:50%;
	height:325px;
	padding-bottom:30px;
}
#What_table td img, #mobile_What_table td img {
	width:100%;
	height:100%;
}
#mobile_What_table td {
	vertical-align:top;
}

/********************************************************************
 * Classes specific to the contactus.php (Lets Go Adventuring) page *
 ********************************************************************/
#Contact_table {
	width:100%;
	margin:2% 0px 0px 0px;
}
#Contact_table td {
	width:49%;
	vertical-align:top;
	font-size:13px;
}
#Contact_text {
	margin:0 0 20px 0;
}
.Contact_info {
	background-color:#08A316;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	margin:0px 15px 0px 15px;
}
.Contact_signup {
	float:right;
	margin:10px 15px 0 0;
/*	font-family:"Architects Daughter",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Architects Daughter";
	font-size:18px;
	font-weight:bold;
}

/********************************************************************
 * Classes specific to the email.php (Take Me on an Adventure) page *
 ********************************************************************/
#Email_text {
	width:70%;
	margin:15px auto 10px auto;
	font-family:"Nothing You Could Do";
	font-size:21px;
	font-weight:bold;
			
}
#Email_text a {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	color:#008000;
}
#Email_signature {
/*	font-family:"Tangerine",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Tangerine";
	font-weight:bold;
	font-size:40px;
}

/************************************************************************
 * Classes specific to the mywishlist.php (some examples of ideas) page *
 ************************************************************************/
#Wish_header {
/*	font-family:"Architects Daughter",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Architects Daughter";
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:15px;
}
#Wish_text {
	width:70%;
	margin:15px auto 10px auto;
}
.Wish_text1 {
	font-weight:bold;
	font-size:18px;
}
.Wish_text2 {
/*	font-family:"Architects Daughter",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Architects Daughter";
}

/**************************************
 * Classes specific to gallery images *
 **************************************/
.sw_galleryPic {
	margin:0 10px 20px 10px;
	width:100px;
	display:inline-block;
}
.sw_galleryLink {
	width:400px;
}
.mobile_sw_galleryLink {
	padding:10px;
}
.sw_galleryLink, .mobile_sw_galleryLink {
	margin:0 auto;
	height:120px;
	font-size:18px;
	font-weight:bold;
/*	font-family:"Architects Daughter",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Architects Daughter";
	font-style:italic;
	cursor:pointer;
}
.sw_galleryText {
	margin:0 5px 0 5px;
	padding:0;
	font-size:12px;
	font-style:italic;
	color:#a0a0a0;
	font-weight:bold;
}
.sw_gallerycover {
	position:absolute;
	background:transparent;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	top:0;
	left:0;
	display:inline-block;
	cursor:pointer;
}
.sw_galleryheader {
	margin:20px 0 0 250px;
	font-size:24px;
/*	font-family:"Architects Daughter",'Jie Si Ban Xing Ti','杰思半行体'; */
	font-family:"Architects Daughter";
	color:#ffffff;
	font-weight:bold;
}