* {
	behavior: url("iepngfix.htc");
}

body {

	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/stribe_bg_light.png);
}

.scnLayout #container {
	width: 1000px;
	margin: 20px auto;
	text-align: left;
}

.scnLayout #header {
	height: 250px;
	background: url(../img/header.png) no-repeat;
}

.scnLayout #content {
	padding: 20px 20px;
	background-color: #fff;
}

.scnLayout #footer {
	background: url(../img/footer.png) no-repeat;
	height: 31px;
	position: relative;
}

/* @group Button */

.scnLayout #buttonBar {
	height: 70px;
	background-color: #fff;
	position: relative;
	list-style: none;
	margin: 0;
}

.scnLayout #buttonBar li {
	width: 100px;
	height: 85px;
	position: absolute;
	top: -25px;
}

.scnLayout #buttonBar #homeBtn {
	float: left;
	left: 100px;
}

.scnLayout #buttonBar #tripBtn {
	float: left;
	left: 220px;
}

.scnLayout #buttonBar #galleryBtn {
	float: left;
	left: 340px;
}

.scnLayout #buttonBar a {
	display: block;
}

.scnLayout #buttonBar span {
	left:  0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

/* Tool tip */
.scnLayout #buttonBar .buttonToolTip {
	visibility: hidden;
	width:  208px;
	position: absolute;
	left: -54px;
	bottom: 85px;
}

.scnLayout #buttonBar .buttonToolTip .toolTipTop {
	width: 100%;
	height: 10px;
	background-image: url(../img/toolTip_top.png);
}
.scnLayout #buttonBar .buttonToolTip .toolTipBody {
	width: 100%;
	background-image: url(../img/toolTip_body.png);
}
.scnLayout #buttonBar .buttonToolTip .toolTipBottom {
	width: 100%;
	height: 34px;
	background-image: url(../img/toolTip_bottom.png);
}

.scnLayout #buttonBar .buttonToolTip p {
	margin: 0 20px;
	padding: 0;
}

/* @end */

.scnLayout #errorContainer {
	margin: 0 auto;
	width: 75%;
	text-align: center;
}

.scnLayout #errorContainer p {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 50px;
}

/* @group trip page
 */

.scnLayout #content #clearContent {
	clear: both;
}

.scnLayout #content #tripDetails {
	width: 740px;
	float: left;
}



/* @end */



/* @group Default values */

img {
	border-style: none;
}

/* @end */


