@charset "utf-8";
/* CSS Document */
body
{
	padding:0;
	margin:0;
	background:#fff;	
}
#wrapper 
{
	width:100%;
	height:100%;
}
#image:hover, #text:hover 
{ 
	/*opacity: 0.8; */
	cursor:col-resize; 
}
#title 
{
	width:580px;
	text-align:center;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;	
}
#title h1 
{
	color:#000;
	font-size: 24px;	
}
#title p{
	text-align:left;
}
#scrollArrows
{
	width: 200px; 
	height: 185px; 
	float: left; 
	position:absolute; 
	top:54px;
	left:200px; 
	background:#fff;
	z-index:-20;
}
.demo 
{ 
	width:612px; 
	height: 792px; 
	text-align: center;  
	position:relative; 
	overflow:hidden;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border:#000 10px solid;
	-moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
 	box-shadow: 5px 5px 5px #888;
}
ul, li 
{
	padding:0; 
	margin:0
}
#mainBG
{ 
	width: auto; 
	height: 1013px; 
	z-index: 0; 
	float:left; 
	position:absolute; 
	left:-5px; 
	top:-231px; 
	display:inline;
}
#mainBG img
{
	float:left; 
	position:relative; 
	top:0;
	border-right:5px #333 solid;
	border-left:5px #333 solid;
}
#draggable
{ 
	width: 612px; 
	height: 194px; 
	float: left;
	top:529px; 
	z-index:50; 
}
#bandBG 
{
	background:#fff; 
	opacity: 0.7; 
	width: 612px; 
	height: 195px; 
	float: left; 
	position:absolute; 
	left:0; 
	top: 0; 
	z-index:-1;
	border-top:5px #000 solid; 
	border-bottom:5px #000 solid;
}
#draggable:hover 
{ 
	cursor:row-resize; 
}
#upTab
{	
	z-index:-1;
	position:absolute;
	top:-15px;
	left:0;
	float:left;
	background-image:url(../imgs/upTab.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:612px;
	height:20px;
	border-bottom:3px #000 solid;
}
#downTab
{	
	z-index:-1;
	position:absolute;
	bottom:-15px;
	left:0px;
	float:left;
	background-image:url(../imgs/downTab.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:612px;
	height:20px;
	border-top:3px #000 solid;
}
#pullRight{
	z-index:-1;
	position:absolute;
	float:right;
	right:-5px;
	top:0;
	background-image:url(../imgs/pullRight.png);
	background-repeat:no-repeat;
	background-position:center left;
	width:20px;
	height:195px;
	opacity: 0.7; 
	border-left:2px #000 solid;
}
#pullLeft{
	z-index:-1;
	position:absolute;
	float:right;
	left:-5px;
	top:0;
	background-image:url(../imgs/pullLeft.png);
	background-repeat:no-repeat;
	background-position:center right;
	width:20px;
	height:195px;
	opacity: 0.7;
	border-right:2px #000 solid; 
}
#rightTab{
	z-index:-1;
	position:absolute;
	float:right;
	right:-10px;
	top:50%;
	background-image:url(../imgs/rightTab.png);
	background-repeat:no-repeat;
	background-position:center right;
	width:20px;
	height:30px;
	opacity: 0.7; 
}
.tabLeft{
	position:relative;
	float:left;
	background-image:url(../imgs/leftTab.png);
	background-repeat:no-repeat;
	background-position:center left;
	width:20px;
	height:30px;
}
#leftTab
{
	z-index:-1;
	position:absolute;
	float:left;
	left:-10;
	top:50%;
	background-image:url(../imgs/leftTab.png);
	background-repeat:no-repeat;
	background-position:center left;
	width:20px;
	height:30px;
	opacity: 0.7; 
}
#droppable 
{
	width: 612px; 
	height: 185px; 
	float: left; 
	position:absolute; 
	top:54px; 
	background:#000;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#droppable2 
{ 
	width: 612px; 
	height: 185px;  
	float: left; 
	top: 513px; 
	position:absolute; 
	background:#000;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#line 
{
	width:612px; 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px; 
	background:#000; 
	opacity: 0.2; 
	float:left; 
	top: 396px; 
	position:absolute; 
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#lineVert 
{ 
	width:100px; 	
	height: 37px; 
	opacity: 0.4; 
	display:none; 
	float:left; 
	left: 256px;
	top:15px;
	position:absolute;
	background-image:url(../imgs/flip.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#footer 
{ 
	color:#FFF; 
	float:left; 
	width:612px; 
	position: absolute; 
	z-index: 2; 
	top:745px; 
	font: 14px/17px 'PerspectiveSansBold', Arial, sans-serif;
}
#footer span
{
	font-size:14px; 
}
#footerBG 
{ 
	background-color:#aa201d; 
	width: 612px; 
	height: 54px; 
	float:left; 
	position:absolute; 
	top:0; 
	left:0;
	opacity: 0; 
	z-index:-1 
}
#text 
{
	width:295px;
	text-align:center;
	float:left; 
	left: 15px;
	padding-top:25px;
	color:#000; 
}
#text h1
{
	font: 22px/32px 'YataghanRegular', Arial, sans-serif;
	font-weight:bold;
	color:#ed1c23; 
	padding-bottom:10px;
}
#text p 
{
	font: 13px/17px 'PerspectiveSansBold', Arial, sans-serif;
	width:265px;
	margin-left:auto;
	margin-right:auto;
}
#image
{
	float:left;
	left:15px; 
	padding:20px;
	padding-top:30px;	
}
.sideBy 
{
	display:inline-block;
}
@font-face {
	font-family: 'PerspectiveSansRegular';
	src: url('../fonts/persans-webfont.eot');
	src: url('../fonts/persans-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/persans-webfont.woff') format('woff'),
		url('../fonts/persans-webfont.ttf') format('truetype'),
	    url('../fonts/persans-webfont.svg#PerspectiveSansRegular') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'PerspectiveSansBold';
	src: url('../fonts/persansb-webfont.eot');
	src: url('../fonts/persansb-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/persansb-webfont.woff') format('woff'),
		url('../fonts/persansb-webfont.ttf') format('truetype'),
		url('../fonts/persansb-webfont.svg#PerspectiveSansBold') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'YataghanRegular';
	src: url('../fonts/yataghan-webfont.eot');
	src: url('../fonts/yataghan-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/yataghan-webfont.woff') format('woff'),
		url('../fonts/yataghan-webfont.ttf') format('truetype'),
		url('../fonts/yataghan-webfont.svg#YataghanRegular') format('svg');
		font-weight: normal;
		font-style: normal;
}