/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	position: relative;
	background-image: url(../images/pal.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto; padding: 0;
}
.container2 {
	position: relative;
	background-image: url(../images/pal2.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto; padding: 0;
}
.container3 {
	position: relative;
	background-image: url(../images/pal3.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto; padding: 0;
}
.container4 {
	position: relative;
	background-image: url(../images/pal4.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto; padding: 0;
}
.container5 {
	position: relative;
	background-image: url(../images/pal5.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	top: 0px;
}
.container6 {
	position: relative;
	background-image: url(../images/pal6.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto; padding: 0;
}
.container7 {
	position: relative;
	background-image: url(../images/pal7.jpg);
	width: 998px;
	height: 800px;
	margin: 0 auto; padding: 0;
}
.content {
	
	width: 998px;
	height: 800px;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.slidingMenu {
	position: absolute;
	height:271px;
	width: 240px;
	top:100px;
	overflow:hidden;
	right:-3px;
	font-family: "MS Serif", "New York", serif;
}
.slidingMenu li {
	display:block;
	float:right;
	clear:both;
	/*position:relative;*/
	overflow:hidden;
}
/* NavBox */
.slidingMenu li.move {
	width: 9px;
	height: 38px;
	right:0px;
	padding-right:10px;
	margin-top:2px;
	z-index: 8;
	position: absolute;
	background: #78858d;
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#999999), 
			to(#3f1d2a)
		);
	background: 
		-moz-linear-gradient(
			top, 
			#999999, 
			#3f1d2a
		);


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#3f1d2a'); /* for IE */
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	}
	/* Navtext */
.slidingMenu li a {
	font-size:20px;
	text-transform:uppercase;
	text-decoration: none;
	color: #ddd;
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: right;
	height: 38px;
	line-height: 38px;
	position: relative;
	/*overflow: hidden;*/
	overflow: visible;
	padding-right:10px;
}
/* Descriptions */
.slidingMenuDesc{
	margin-top:0px;
	position:relative;
}
.slidingMenuDesc div{
	background: #6d7479;
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#999999), 
			to(#3f1d2a)
		);
	background: 
		-moz-linear-gradient(
			top, 
			#999999, 
			#3f1d2a
		);




	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#3f1d2a'); /* for IE */
	filter:alpha(opacity=50);
	opacity:0.5;
	height: 38px;
	padding-right:5px;
	left:-5px;
	width:0px;
	margin-top:118px;
	overflow:hidden;
	position:absolute;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 2;
}
.slidingMenuDesc div span {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:18px;
	color: #FFFFFF;
	text-indent:5px;
	z-index: 10;
	display: block;
	height: 38px;
	line-height: 38px;
	position:absolute;
	right:10px;
	margin-left:5px;
	top:-3px;
}
.TextBox{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:16px;
	color: #CCCCCC;
	text-indent:5px;
	position:absolute;
	height:329px;
	width: 249px;
	top: 772px;
	margin-top:-309px;
	left: 20px;
	text-align: left;
	line-height: 25px;
}
.logo{
	position:absolute;
	height:130px;
	left: 63px;
	z-index: 10;
	width: 283px;
	top: 23px;
}
.imagebox{
	position:absolute;
	height:397px;
	left: 18px;
	z-index: 10;
	width: 963px;
	top: 384px;
}
/* Menu team style */
.teambox{
	position:absolute;
	height:410px;
	left: 0px;
	width: 998px;
	top: 387px;
}
.ei_menu_txt{
	background:#333;
	width:162px;
	position: absolute;
	top: 403px;
	height: 320px;
	left: 817px;
	z-index: 2;
}
.ei_menu{
	width:100%;
	position: relative;
	top: 0px;
	z-index: 11;
	height: 350px;
}
.ei_menu ul{
	height:350px;
	margin-left:50px;
	position:absolute;
	display:block;
	width:auto;
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:350px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:75px;
	height:350px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/bw.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:350px;
	opacity:0.2;
	background:transparent url(../images/color.jpg) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-75px 0px;
}
.pos3 span{
	background-position:-152px 0px;
}
.pos4 span{
	background-position:-227px 0px;
}
.pos5 span{
	background-position:-302px 0px;
}
.pos6 span{
	background-position:-377px 0px;
}
.ei_descr{
	position:absolute;
	width:278px;
	height:310px;
	border-right:7px solid #f0f0f0;
	padding:20px;
	left:79px;
	top:0px;
	background:#fff;
}
.ei_descr h2{
	font-family: 'Rock Salt', arial, serif;
	font-size:26px;
	color:#333;
	padding:10px;
	text-shadow:0px 0px 1px #fff;
	background:#fff url(../images/stripe_light.gif) repeat top left;
}
.ei_descr h3{
	font-family: 'Raleway', arial, serif;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:10px;
	background:#333;
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:18px;
	font-size:11px;
	font-family: Arial;
	text-transform:uppercase;
}
/* ImageBox style */
.im_wrapper div{
	left:-500px;
	width:125px;
	height:125px;
	position:absolute;
	background-repeat:no-repeat;
	background-color:#fff;
	cursor:pointer;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
.im_wrapper div img{
	float:left;
	width:115px;
	height:115px;
	margin:5px 0px 0px 5px;
}
.im_loading{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#fff url(../images/loader.gif) no-repeat center center;
	width:70px;
	height:70px;
	z-index:9999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.im_next,
.im_prev{
	width:50px;
	height:50px;
	position:fixed;
	bottom:50%;
	margin-top:-25px;
	cursor:pointer;
	opacity:0.7;
	z-index:1000;
	-moz-box-shadow:0px 0px 3px #000;
	-webkit-box-shadow:0px 0px 3px #000;
	box-shadow:0px 0px 3px #000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.im_next:hover,
.im_prev:hover
{
	opacity:0.9;
}
.im_next{
	background:#fff url(../images/next.png) no-repeat center center;
	right:-50px; /*10 to show*/
}
.im_prev{
	background:#fff url(../images/prev.png) no-repeat center center;
	left:-50px; /*10 to show*/
}