/**
 * 	globaly style
 */
::-webkit-input-placeholder {
    color:    #9f9f9f;
}
:-moz-placeholder {
    color:    #9f9f9f;
}
::-moz-placeholder {
    color:    #9f9f9f;
}
:-ms-input-placeholder {
    color:    #9f9f9f;
}

html{
	background: none;
}

body{
	background-color: #FFF;
}

body a,body a:focus{
	color:#3D54B4;
}

body a:hover{
	color: #0066FF;
	border-bottom: none;
}

body input[type='text'],
body input[type='password'],
body textarea{
	padding: 6px;
	
	border: 1px solid #ddd;
	border-radius: 3px;
	
	box-shadow: inset 0 0 3px #ddd;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

body input[type='text']:focus,
body input[type='password']:focus,
body textarea:focus{
	border-color: #FDA6D3;
	
	box-shadow: 0 0 3px #F2037E;
}

body input[type='submit'],
body input[type='button'],
body input[type='reset'],
.takeatour a{
	border: 1px solid #FF9DD0;
	border-radius: 3px;
	
	font-weight: bold;
	font-size: 18px;
	
	color: #FFF;
	
	background: #fcbcdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcbcdf 0%, #f558aa 50%, #f2037e 51%, #f2037c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcbcdf), color-stop(50%,#f558aa), color-stop(51%,#f2037e), color-stop(100%,#f2037c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbcdf', endColorstr='#f2037c',GradientType=0 ); /* IE6-9 */
	
	padding: 2px 25px;
	
	cursor: pointer;
}

body input[type='submit']:hover,
body input[type='button']:hover,
body input[type='reset']:hover,
.takeatour a:hover{
	background: #f7bbd1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7bbd1 0%, #f2598f 50%, #ed0478 51%, #ed0478 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bbd1), color-stop(50%,#f2598f), color-stop(51%,#ed0478), color-stop(100%,#ed0478)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7bbd1 0%,#f2598f 50%,#ed0478 51%,#ed0478 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7bbd1 0%,#f2598f 50%,#ed0478 51%,#ed0478 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7bbd1 0%,#f2598f 50%,#ed0478 51%,#ed0478 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcbcdf 0%,#f2598f 50%,#ed0478 51%,#AA0059 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bbd1', endColorstr='#ed0478',GradientType=0 ); /* IE6-9 */
}

/**
 * 	HEADER style
 */

header{
	background-color: #06358C;
	width: 100%;
	margin: 0 auto;
	height:65px;
}

header #header-wrapper{
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

header #header-wrapper #logo{
	display: inline;
}

header #header-wrapper #social-header{
	list-style-type: none;
	position: absolute;
    right: 0;
    top: 100px;
}

header #header-wrapper #social-header li{
	float: left;
	margin-left: 5px;
}

header #header-wrapper #social-header li a{
	color: #000;
}

header #header-wrapper #logo a{
	text-decoration: none;
}

header #header-wrapper #logo a img{
	border-width: 0;
	margin-top:10px
}

header #header-wrapper nav{
	position: absolute;
	top: 32px;
	left: 390px;
}

header #header-wrapper nav a{
	display: block;
	float: left;
	
	font-size: 13px;
	font-weight: bold;
	
	color: #FFF;
	text-decoration: none;
	
	margin-left: 10px;
	padding: 5px 20px;
	
	border: 1px solid #FFC1E1;
	border-radius: 4px;
	
	text-shadow: 0 1px 0 #720C53;
	
	-webkit-transition: all 0.22s ease;
	-moz-transition: all 0.22s ease;
	-o-transition: all 0.22s ease;
	-ms-transition: all 0.22s ease;
}

header #header-wrapper nav a.facebook-item{
	background: url(../images/facebook01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	
	padding-left: 30px;
}

header #header-wrapper nav a.facebook-item:hover{
	background-color: #3B5998;
	
	color: #FFF;
	
	text-shadow: 0 1px 0 #720C53;
}

header #header-wrapper nav a:hover{
	background-color: #FFF;
	color: #F2037E;
	
	text-shadow: 0 1px 0 #FFC1E1;
}

header #header-wrapper nav img.nav-join-img{
	float: left;
	
	margin-left: 10px;
	margin-top: -15px;
}

header #header-wrapper nav a.black-navigation{
	color: #53093D;
	
	text-shadow: none;
	
	border-color: #720C53;
}

header #header-wrapper nav a.black-navigation:hover{
	color: #000;
	
	border-color: #000;
	background-color: #F2037E;
}

/**
 * 	.site-search-wrapper
 */

#site-search-wrapper{
	position: relative;
	
	width: 100%;
	height: 0;
	
	margin-bottom: 15px;
	margin-top: 15px;
}

#site-search-wrapper .site-search-bg{
	width: 1000px;
	height: 65px;
	
	margin: 0 auto;
	
	position: relative;
	left: 70px;
    top: -160px;
    
    z-index: 15;
}

#site-search-wrapper .site-search-bg form input[type="text"]{
	font-size: 22px;
	
    background-image: url(../images/search_bg_home.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	background-color: transparent;
	
	border-width: 0;
	
	height: 61px;
    width: 448px;
    
    padding: 0 0 0 20px;
    margin-top: -2px;
    
    position: absolute;
    top: 0;
    left:0;
    
    box-shadow: none;
}

#site-search-wrapper .site-search-bg form input[type="submit"]{
	font-size: 24px;
	
    background-image: url(../images/search_bg_home.png);
	background-position: -468px 1px;
	background-repeat: no-repeat;
	
	background-color: transparent;
	
	border-width: 0;
	
	height: 64px;
    width: 87px;
    
    padding-left: 20px;
    
    cursor: pointer;
    
    position: absolute;
    left: 468px;
    top: -3px;
}


/**
 * 	#CONTENTS
 */

#contents{
	position: relative;
	z-index: 50;
	
	width: 100%;/* same as the header-wrapper */
	min-height: 600px;
	margin: 0 auto;
	text-align:center;
	margin-top:50px;
	
}

.how-it-works-wrapper{
	height: 600px;
	
	top: 20px;
	
	/*overflow: hidden;*/
}

/** SLIDER **/
#contents .page-slider{
	position: relative;
	z-index: 10;
	
	width: 980px;
	height: 400px;
	
	overflow: hidden;
	
	margin: 0 auto 20px auto;
}

#contents .page-slider .slider{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}


#contents .page-slider .slider .slide .slide-text{
	color: #FFF;
	text-shadow: 1px 1px 7px #FFF;
	
	background-image: url(../images/bg_slide_text.png);
	background-position: top left;
	
	width: 400px;
	
	padding: 15px;
	border-radius: 5px;
	
	position: absolute;
	right: 40px;
    top: 165px;
	z-index: 1;
}

#contents .page-slider .slider .slide .slide-text h2{
	color: #FFF;
	margin: 0;
}

/* Home tour listing */

.tours_container{
	width: 980px;
	
	padding: 10px 0 10px 30px;

	position:relative;
	
	display: table;
}

.tours_container .tour-item{
	float: left;
}

.tours_container .tour_container{
	width:290px;
	height:290px;

	position:relative;

	background-color: #FFF;
	border: 1px solid #E2E2E3;
	
	margin-right: 25px;
	margin-bottom: 25px;
	
	/*Transition*/
	-webkit-transition: all 0.22s ease;
	-moz-transition: all 0.22s ease;
	-o-transition: all 0.22s ease;
	-ms-transition: all 0.22s ease;
}

.tours_container .tour_container:hover{
	box-shadow: 0 0 5px #BBB;
	border-color: #67676B;
}

.tours_container .tour_container .tour_image{
	width:290px;
	height:290px;

	position:relative;
}

.tours_container .tour_container .tour_image img{
	width:290px;
	height:290px;

	margin:0px;
	padding:0px
}

.tours_container .tour_container .tour_title_containter{
	width:270px;
	height:auto;

	padding: 15px 10px;

	position:absolute;

	bottom: 0;
	left:0;


}

.tours_container .tour_container .tour_title_containter .tour_title{
	font-size:16px;
	font-weight:bold;

	color: #000;
}

.tours_container .tour_container .tour_title_containter .tour_title a{
	color: #000;
	text-decoration: none;
}

.tours_container .tour_container .tour_title_containter .tour_location{
	font-size:13px;
	font-weight:normal;

	color: #000;
}

/** Tour details page **/
.tour-page-container{
	width: 980px;
}

.tour-page-container .tour-header-container{
	width: 100%;
	height: 430px;
	
	margin: 15px 0;
}

.tour-page-container .tour-header-container .tour-header-left-container{
	width: 640px;
	height: 430px;
	
	border: 1px solid #E6E6E6;
	
	float: left;
	
	background-color: #F1F1F2;
}

.tour-page-container .tour-header-container .tour-header-left-container .tour-header-slider{
	width: 640px;
	height: 360px;
	
	overflow: hidden;
}

.tour-page-container .tour-header-container .tour-header-left-container .tour-header-slider > ul{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

.tour-page-container .tour-header-container .tour-header-left-container .tour-title-container{
	height: 50px;
	
	margin-top: 10px;/* same as height to go over the slider */
}

.tour-page-container .tour-header-container .tour-header-left-container .tour-title-container h1{
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 22px;
	color: #6C0234;
	font-weight:normal ;
}

.tour-page-container .tour-header-container .tour-header-left-container .tour-title-container h2{
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 16px;	
	color: #333333;
	font-weight:bold ;
}

.tour-page-container .tour-header-container .tour-header-right-container{
	width: 310px;
	height: 430px;
	
	margin: 0 0 0 25px;
	
	border: 1px solid #E6E6E6;
	
	position: relative;
	float: left;
	
	background-color: #F1F1F2;
}

.tour-page-container .tour-header-container .tour-header-right-container .shopine_img{
	width: 240px;
	
	margin: 40px auto 15px auto;
}

.tour-page-container .tour-header-container .tour-header-right-container .shopine_img a img{
	border: 2px solid #A9A9A9;
	border-radius: 3px;
}

.tour-page-container .tour-header-container .tour-header-right-container>h2{
	width: 100%;
	
	text-align: center;
	
	font-size: 24px;
	
	position: absolute;
	
	bottom: 0;
}

.tour-page-container .tour-header-container .tour-header-right-container>h2>a{
	display: block;
	
	width: 240px;
	
	margin: 0 auto;
	padding: 12px 0;
	
	border-top: 1px solid #FAFAFA;
	
	text-decoration: none;
	
	color: #000;
}

.tour-page-container .tour-description-content{
	display: table;
}

.tour-page-container .tour-description-content .tour-description-left{
	width: 640px;
	float: left;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header{
	display: table;
	margin-bottom: 15px;
	width: 640px;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .tour-description-cell{
	float: left;
	
	width: 150px;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .book-now{
	text-align: center;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .book-now input[type='submit']{
	border: 1px solid #FF9DD0;
	border-radius: 3px;
	
	font-weight: bold;
	font-size: 18px;
	
	color: #FFF;
	
	background: #fcbcdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcbcdf 0%, #f558aa 50%, #f2037e 51%, #f2037c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcbcdf), color-stop(50%,#f558aa), color-stop(51%,#f2037e), color-stop(100%,#f2037c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcbcdf 0%,#f558aa 50%,#f2037e 51%,#f2037c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbcdf', endColorstr='#f2037c',GradientType=0 ); /* IE6-9 */
	
	margin-right: -100px;
	padding: 10px 25px;
	
	cursor: pointer;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .book-now input[type='submit']:hover{
	background: #f7bbd1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7bbd1 0%, #f2598f 50%, #ed0478 51%, #ed0478 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bbd1), color-stop(50%,#f2598f), color-stop(51%,#ed0478), color-stop(100%,#ed0478)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7bbd1 0%,#f2598f 50%,#ed0478 51%,#ed0478 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7bbd1 0%,#f2598f 50%,#ed0478 51%,#ed0478 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7bbd1 0%,#f2598f 50%,#ed0478 51%,#ed0478 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcbcdf 0%,#f2598f 50%,#ed0478 51%,#AA0059 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bbd1', endColorstr='#ed0478',GradientType=0 ); /* IE6-9 */
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .tour-cell-title{
	font-size: 16px;
	font-weight: bold;
	
	color: #000;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .tour-cell-value{
	color: #6D6D6D;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .tour-price .tour-cell-title{
	float: left;
}

.tour-page-container .tour-description-content .tour-description-left 
.tour-description-header .tour-price .tour-cell-value{
	float: left;
	
	margin-left: 5px;
	
	font-size: 30px;
}

.tour-page-container .tour-description-content .tour-description-left .tour_details_container{
	padding-right: 10px;
}

/** Shopine Details page **/

.shopine_page_container{
	width: 980px;
}

.shopine_page_container .shopine-header-container{
	display: table;
	
	width: 920px;
	min-height: 430px;
	
	margin: 15px 0;
	padding: 35px 25px 25px 35px;
	
	background-color: #F1F1F2;
	
	color: #383838;
	
    border: 1px solid #E6E6E6;
}

.shopine_page_container .shopine-header-container .shopine-img{
	float: left;
	
	height: 100%;
	
	border-right: 1px solid #A9A9A9;

	margin-right: 20px;
	padding-right: 25px;
	
}

.shopine_page_container .shopine-header-container .shopine-img img{
	border: 2px solid #A9A9A9;
	
    border-radius: 3px;
}

.shopine_page_container .shopine-header-container h1{
	font-weight: bold;
}

.shopine_page_container .shopine-header-container .shopine-details>.shopine-location>span.header-zone-title{
	color: #222222;
	
	font-weight: bold;
	font-size: 14px;
}

.shopine_page_container .shopine-header-container .shopine-details>.shopine-location>span.header-zone-value{
	color: #999;
	
	font-weight: normal;
	font-size: 14px;
}

.shopine_page_container .shopine-featured-experiences .tours_container{
	padding-left: 0;
}

.shopine_page_container .shopine-page-section{
	width: 950px;
	
	color: #383838;
	
	padding: 10px 5px 10px 25px;
    border: 1px solid #E6E6E6;
}

.shopine_page_container .shopine-featured-experiences{
	background-color: #F1F1F2;
	
	padding-top: 25px;
}

.shopine_page_container .shopine-page-section h1.section-title{
	color: #F2037E;
}

.shopine_page_container .shopine-featured-experiences h1.section-title{
	margin-left: 15px;
}

/** pagination **/
#contents .tours_pagination{
	width: 100%;
	height: 30px;
	
	clear: both;
	
	padding: 10px 0;
	
	font-size: 14px;
	
	text-align: right;
}

#contents .tours_pagination .pagination-wrap{
	float: right;
}

#contents .tours_pagination a{
	display: block;
	
	float: left;
	
	height: 17px;
	
	margin-left: 2px;
	padding: 4px 10px;
	
	font-size: 14px;
	
	text-decoration: none;
	
	border: 1px solid #E6E6E6;
	
	/*Transition*/
	-webkit-transition: all 0.22s ease;
	-moz-transition: all 0.22s ease;
	-o-transition: all 0.22s ease;
	-ms-transition: all 0.22s ease;
}

#contents .tours_pagination a:hover{
	background-color: #F20080;
	
	color: #FFF;
}

#contents .tours_pagination a>span.deco{
	font-family: icon;
}

#contents .tours_pagination a.pag_activ{
	background-color: #F1F1F2;
	
    border: 1px solid #E6E6E6;
	
	color: #222;
	
	cursor: pointer;
}

/** login/signin **/

#contents .login_container{
	margin-top: 20px;
	padding-top: 20px;
	
	border-top: 1px solid #DDD;
}

#contents .login_container h1.sign-in-title{
	font-size: 34px;
	
	text-align: center;
}

#contents .login_container .usual_login_container{
	width: 930px;
	height: 165px;
	
	border: 1px solid #DDD;
	
	margin: 0 0 25px 0;
	padding: 25px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 68%, #f0f0f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(68%,#ffffff), color-stop(100%,#f0f0f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 68%,#f0f0f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 68%,#f0f0f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 68%,#f0f0f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 68%,#f0f0f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f1',GradientType=0 ); /* IE6-9 */
}

#contents .login_container .usual_login_container .left_usual_login_container{
	float: left;
	
	width: 250px;
	height: 165px;
	
	border-right: 2px solid #DDD;
}

#contents .login_container .usual_login_container .left_usual_login_container h2{
	color: #F2037E;
}

#contents .login_container .usual_login_container .right_usual_login_container{
	float: left;
	
	width: 650px;
	
	margin-left: 15px;
}

#contents .login_container .usual_login_container .right_usual_login_container a{
	text-decoration: none;
}

#contents .login_container .usual_login_container .right_usual_login_container input[type='text'],
#contents .login_container .usual_login_container .right_usual_login_container input[type='password']{
	width: 200px;
}

#contents .login_container .usual_login_container .right_usual_login_container input[type='submit']{
	margin-right: 65px;
}

#contents .login_container .usual_login_container .right_usual_login_container table{
	width: 100%;
}

#contents .login_container .usual_login_container .right_usual_login_container table td.label{
	width: 150px;
}

#contents .login_container .usual_login_container .right_usual_login_container table td.error{
	width: 175px;
}

#contents .login_container .usual_login_container .right_usual_login_container table td.login-actions{
	text-align: right;
}

#contents .login_container .usual_login_container .right_usual_login_container table td>div{
	margin-top: 10px;
	
	text-align: center;
}

/** SHOPINE AGENDA **/

.shopine-myagenda-calendar table{
	width: 280px;
	
	border: 1px solid #DDD;
	border-collapse: collapse;
	border-spacing: 0;
}

.shopine-myagenda-calendar table tr th{
	background-color: #F1F1F2;
	
	border-bottom: 1px solid #DDDDDD;
	
	color: #000;
	
	height: 25px;
	
	vertical-align: middle;
}

.shopine-myagenda-calendar table tr.days td{
	border-bottom: 1px solid #DDDDDD;
	
	font-weight: bold;
	
	color: #5C5C5C;
	
	width: 36px;
}

.shopine-myagenda-calendar tr td.day{
	width: 40px;
	height: 40px;
	
	border: 1px solid #ddd;
	
	text-align: center;
	vertical-align: center;
	
	padding: 0;
	
	cursor: pointer;
}

.shopine-myagenda-calendar tr td.day a{
	text-decoration: none;
	
	font-weight: bold;
}

.shopine-myagenda-calendar tr td.day:hover{
	background-color: #F1F1F2;
}

.shopine-myagenda-calendar tr td.day:hover a{
	color: #222222;
}

.shopine-myagenda-calendar tr td.active{
	background-color: #FFA8D4;
}

.shopine-myagenda-calendar tr td.active:hover{
	background-color: #F1A0C9;
}

.shopine-myagenda-calendar tr td.active a{
	color: #900;
}

.shopine-myagenda-calendar .active a{
	text-decoration:none;
	
	display:block;
}

.shopine-myagenda-calendar .days{
	color:#00F;
	
	width:36px;
}

.shopine-myagenda-calendar .day,
.shopine-myagenda-calendar .active,
.shopine-myagenda-calendar .days{
	text-align:center
}

.monthName{
	color:#390;
	
	font-family:Verdana;
}

.month{
	width:252px;
	
	display:inline-table;
	
	margin:0 5px;
}

#slider .slide{
	width: 980px;
	height: 600px;
	
	background-color: #DDD;
}

#slider .slide>img{
	width: 980px;
	height: 600px;
}

#slider .slide .slide-text{
	position: absolute;
	
	bottom: 0;
	left: 0;
	
	background-image: url(../images/bg_slide_text.png);
	
	color: #FFF;
	
	padding: 10px;
}

#slider .slide .slide-text p{
	margin: 10px 0;
}

#contents #next,#contents #prev{
	position: absolute;
	
	top: 150px;
	left: -50px;
}

#contents #next{
	left: auto;
	right: -50px;
}

/**
 * 	footer
 */
footer{
	position: relative;
	
	width: 980px;
	
	margin: 0 auto;
	margin-bottom: 80px;
}

footer nav{
	position: absolute;
	
	top: 8px;
	left: -20px;
}

footer nav a{
	display: block;
	
	min-width: 100px;
	
	float: left;
	
	text-align: center;
	text-decoration: none;
	
	color: #A3A3A3;
}

footer #footer-contents{
	position: relative;
	
	padding-top: 10px;
	
	width: 980px;
	
	border-top: 1px solid #DDDDDD;
	
	margin: 0 auto;
}

footer #footer-contents .footer-copy{
	float: right;
	
	color:#BEBEBE;
	
	font-size:11px;
}
footer nav.slider-controls{
	position: absolute;
	
    text-align: center;
    
    top: -575px;
    right: 20px;
    
    z-index: 100;
}

footer nav.slider-controls ul#controls{
	top: 35px;
	
	float: right;
	
	width: 115px;
	
	margin: 0 auto;
}

footer nav.slider-controls ul#controls li>a{
	min-width: 0;
}

.goto-slide.current{
	background-color: #F2037E;
}


.takeatour{
   position:absolute;
   left: 465px;
   top: 62px;
   z-index:300000;
   background-color:none;
   
}
.takeatour a{
	padding: 8px 12px;
	font-size: 16px;
	font-weight: bold important;
	text-decoration: none;
	background-image: url(../images/bg_takeatour.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	background-color:transparent!important;
	color:#FFF !important;
	border:none !important;
}

.takeatour a:hover{
	padding: 8px 12px;
	font-size: 16px;
	font-weight: bold important;
	text-decoration: underline;
	background-image: url(../images/bg_takeatour.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	background-color:transparent!important;
	border:none !important;
	color:#FFF !important;
	
	
}


#form-wrapper{
	position: absolute;
    right: 197px;
    top: 595px;
}

#form-wrapper label{
	padding-right: 10px;
}

#form-wrapper .error,
#form-wrapper .warning,
#form-wrapper .success{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#form-wrapper .error{
	color: #E22;
}

#form-wrapper input[type="submit"]{
	padding-top: 3px;
	padding-bottom: 3px;
}

#form-wrapper .warning{
	color: #FF7F00;
}

#form-wrapper .success{
	color: #292;
}

#subscription-text{
	position: absolute;
    right: 150px;
    top: 531px;
}

#subscription-text h1{
	font-size: 18px;
	color: #FFF;
	margin: 0;
}

#subscription-text p{
	color: #FFF;
	margin-bottom: 0;
}