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

@font-face {
	font-family: Archer-Semibold;
	src: url('../fonts/Archer-Semibold-Pro.otf');
}
@font-face {
	font-family: Archer-Book;
	src: url('../fonts/Archer-Book-Pro.otf');
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #94AB99;
	text-align: center;
}

a{
	text-decoration: none;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
 	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	color: #D9A29A;
}

#container{
	width: 465px;
	margin-top: -162px;
	margin-left: -232px;
	position: absolute;
	height: 325px;
	top: 50%;
	left: 50%;
	z-index: 3;
} 

#container #Header{
	position: relative;
	width: 100%;
	text-align: center;
	height: 35px;
}
#container #Buttons{
	position: relative;
	width: 100%;
	text-align: center;
	height: 165px;
}
#container #Buttons ul.Flags{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	width: 465px;
	left: 0px;
	top: 115px;
}
#container #Buttons ul.Flags li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 50px;
}
#container #Buttons ul.Flags li img{}
#container #Buttons ul.Heads{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	width: 465px;
	background-image: url(../images/back-linesHorizontal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #Buttons ul.Heads li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 165px;
	width: 155px;
	display: block;
}
#container #Buttons ul.Heads li img, #container #Logo img{
	cursor:pointer;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
 	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}
#container #Buttons ul.Heads li img:hover{
	-webkit-transform:scale(1.2) translate(0px,-10px);
	-moz-transform:scale(1.2) translate(0px,-10px);
	-o-transform:scale(1.2) translate(0px,-10px);
	transform:scale(1.2) translate(0px,-10px);	
}
#container #Buttons ul.Heads li.Tucker img:hover{
	-webkit-transform:scale(1.2) translate(0px,-10px) rotate(-15deg);
	-moz-transform:scale(1.2) translate(0px,-10px) rotate(-15deg);
	-o-transform:scale(1.2) translate(0px,-10px) rotate(-15deg);
	transform:scale(1.2,1.2) translate(0px,-10px) rotate(-15deg);
}
#container #Buttons ul.Heads li.Susie img:hover{	
	-webkit-transform:scale(1.2) translate(0px,-10px) rotate(15deg);
	-moz-transform:scale(1.2) translate(0px,-10px) rotate(15deg);
	-o-transform:scale(1.2) translate(0px,-10px) rotate(15deg);
	transform:scale(1.2) translate(0px,-10px) rotate(15deg);
}

#container #Logo{
	width: 100%;
	position: relative;
	text-align: center;
	height: 125px;
}
#container #Logo img:hover{
	-webkit-transform:scale(1.2) translate(0px,10px);
	-moz-transform:scale(1.2) translate(0px,10px);
	-o-transform:scale(1.2) translate(0px,10px);
	transform:scale(1.2) translate(0px,10px);
}

/*----- Hover Info Box-----*/

#InfoBox{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 245px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	
	/*opacity: 0;
	filter: alpha(opacity=0); *//* older IE */
}
#InfoBox #Box{
	width: 120px;
	height: auto;
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-family: "Archer-Semibold", "Courier New", Courier, monospace;
	-moz-text-shadow: -1px -1px 1px #FFF;
	-webkit-text-shadow: -1px -1px 1px #FFF;
	text-shadow: -1px -1px 1px #FFF;
	-moz-text-shadow: 2px 2px 7px #000;/*---68473E----*/
	-webkit-text-shadow: 2px 2px 7px #000;
	text-shadow: 2px 2px 7px #000;
}
#InfoBox #Box #BoxMid h1{
	text-transform: uppercase;
	color: #DD9A91;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#InfoBox #Box #BoxMid p{
	text-align: left;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Archer-Book", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 0px;
	text-transform: none;
	letter-spacing: 1px;
}
#InfoBox #Box #BoxMid #More{
	color: #B7AFB2;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}
#InfoBox #Tail{
	background-image: url(../images/popUp-spike.png);
	background-repeat: no-repeat;
	width: 10px;
	float: left;
	background-position: right bottom;
	height: 40px;
}
#InfoBox #Box #BoxTop{
	clear: left;
	float: left;
	height: 10px;
	width: 235px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/popUp-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#InfoBox #Box #BoxMid{
	clear: left;
	float: left;
	height: auto;
	width: 235px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/popUp-mid.png);
	background-repeat: repeat-y;
	background-position: left;
}
#InfoBox #Box #BoxBottom{
	clear: left;
	float: left;
	height: 10px;
	width: 235px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/popUp-bottom.png);
}

/*----| banner |----*/

#banner{
	width: 100%;
	z-index: 99;
	position: absolute;
	font-family: "Archer-Book", Georgia, "Times New Roman", Times, serif;
	color: #AEA3A9;
	background-color: #0B0500;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	left: 0px;
	top: 0px;
}
#banner p{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#banner p a{
	color: #AEA3A9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEA3A9;
}
#banner p a:hover{
	color: #E1A69E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1A69E;
}


/*----| back main |----*/

#BackMain{
	background-image: url(../images/back-largeHomeMain.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 2;
	height: 800px;
	width: 1000px;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -500px;
	overflow: hidden;
}
#BackColor{
	position: absolute;
	z-index: 1;
	height: 800px;
	width: 1000px;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -500px;
	overflow: hidden;
	background-color: #FFF;
	
	/*opacity: 0;
	filter: alpha(opacity=0); *//* older IE */
}

#BackStable{
	position: absolute;
	z-index: 0;
	height: 800px;
	width: 1000px;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -500px;
	overflow: hidden;
	background-color: #FFF;
	
}
