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

html {
	height:100%;

}


body {
	margin: 0px 0px 0px 0px;
	background-color: #11100E;
	background-image: url(../pics/spot.gif);
	background-repeat: no-repeat;
	padding-bottom:100px;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#page{
	height: 100%;
}

#flashcontent {
		height: 100%;
		z-index: 1;
		cursor:pointer;
	}
	
#download {
	color: #D101A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	padding-top:10px;
}

#header {
	height:240px;
	z-index: 1;
}


#preview_field {
	width: 350px;
	padding-left:40px;
	float: left;
	top:0px;
	margin-bottom: 20px;
}


#navigation {
	height: auto;
	width: auto;
	margin-left: 390px;
}


#PanelTab {
	border-top: solid 1px #E02400;
	height: 30px;
	width: auto;
	cursor: pointer;
	width: auto;
	padding: 0px;
	margin: 0px;
	top:0px;
    outline:none;
}

#PanelTab a{
	cursor: pointer;
	width: auto;
	padding: 0px;
	margin: 0px;
	top:0px;
    outline:none;
}

#PanelTab:hover {
	background-color: #0E0C0B;
	cursor: pointer;
	outline:none;
}

#folio_tab {
	border-top: solid 1px #D100A5;
	height: 30px;
	width: auto;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	outline:none;
}

#folio_tab a{
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	outline:none;
}

#folio_tab:hover {
	background-color: #0E0C0B;
	cursor: pointer;
	outline:none;
}




#footer {
	height:22px;
	margin-left: 400px;
	background-color: #000000;
	background-image: url(../pics/letspush.gif);
	background-position: 5px 1px;
	background-repeat: no-repeat;
	cursor:pointer;
}

#pointer {
	width:43px;
	height:30px;
	background-image: url(../pics/pointer.gif);
	background-repeat: no-repeat;
	float: right;	
	margin-top:-5px;
	z-index: 3;
	background-color: #11100E;
}

#widget{
	height:99px;
	width:78px;
	position:absolute;
	background-image: url(../pics/widget.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#IE {
	width:500px;
	height:350px;
	margin-left:80px;
	margin-top:50px;
}

.inline
{
  display:inline;
}

#down {
	left:0;
	position:fixed;
	width:100%;
	bottom:0;
	height:30px;
	background-color:#000000;
	border-top: solid 1px #544C44;
}
