/* CSS Document */

#center-bttn {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
	border: medium none blue;
}

#tour-container-tbl {
	background-image: url(http://www.monicajanea.com/360Templates/graphics/RndSqBackground2-DrkBlue.png);
	background-repeat: no-repeat;
	width: 925px;
	height: 525px;
	border: 3px none #FFFF00;
	overflow: hidden;
	position: relative;
	margin: 0px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding: 0px;
}


#tour-image-td {
	width: 640px;
	height: 100%;
	border: medium none #FF9900;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#tour-nav-td {
	width: 275px;
	height: 100%;
	border: medium none #FF0000;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding: 0px;
}

.tour-bttn {
	width: 246px;
	height: 46px;
	background-image: url(http://www.monicajanea.com/360Templates/graphics/Button-LteBlue.gif);
	vertical-align: middle;
	display: table;
	overflow: hidden;
	#position: relative;
	border: medium none red;
}

.tour-bttn-active {
	width: 246px;
	height: 46px;
	background-image: url(http://www.monicajanea.com/360Templates/graphics/Button-Orange.gif);
	vertical-align: middle;
	display: table;
	overflow: hidden;
	#position: relative;
	border: medium none red;
}

#tour-bttntxt {
	position: relative;
	border: medium none orange;
	vertical-align: middle;
	#top: -50%;
	#left: -50%;
}

#tour-nav-td a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #00265d;
}

#tour-nav-td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #00265d;
}

#tour-nav-td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #919100;
}