@charset "utf-8";

/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3F4045;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 896px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #000;
	background-image: url(../images/tapnav_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#demicron {
	width: 645px;
	margin-right: 5px;
	border: 1px solid #999;
}
#sidebar {
	width: 242px;
	background-color: #000;
}
#sliding {
	border: 1px solid #999;
	background-color: #3F4045;
	height: 260px;
	width: 240px;
}
#preview {
	background-color: #3F4045;
	border: 1px solid #999;
	margin-top: 5px;
	height: 191px;
	background-image: url(../images/title_preview.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#preview_box {
	padding: 2px;
	height: 150px;
}
#preview_title {
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	text-transform: capitalize;
	font-size: 12px;
}


#topnav {
	position: relative;
	height: 75px;
}
#backto {
	position: absolute;
	right: 0px;
	width: 150px;
}

#sec-title {
	width: 242px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
}
#backto a {
	background-image: url(../images/back-btn.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 19px;
	width: 150px;
	color: #999;
	font-size: 10px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 19px;
}
#backto a:hover {
	color: #FFF;
}


#mainnav {
	width: 647px;
	margin-right: 5px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat {
	clear: both;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	-moz-border-radius:5px; /* bottom right corner */
	-webkit-border-radius:10px; /* all corners */
	padding:2px 5px;
	color:#FFFFFF;
	display:none;
	background-color: #000000;

		/* for IE */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	}	
#optional {
	width: 645px;
	margin-right: 5px;
	background-color: #3F4045;
	border: 1px solid #999;
	position: relative;
	height: 130px;
}
#optional small {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.alttext {
	font-size: 12px;
}


#edge {
	width: 150px;
	font-size: 10px;
}


#info {
	width: 242px;
	background-color: #3F4045;
	border: 1px solid #999;
	height: 130px;
}
#footer {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
#extra .extra_margin {
	margin-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
}


#extra {
	margin-top: 5px;
}
#optional #firstclm {
	position: absolute;
	width: 180px;
}
#optional #sectclm {
	position: absolute;
	width: 205px;
	left: 200px;
	top: 0px;
}
#optional #thrdclm {
	position: absolute;
	width: 205px;
	left: 435px;
	top: 0px;
}
#loading {
	color: #FFF;
	background-color: #3F4045;
	height: 100%;
	width: 100%;
}
.loading_in {
	width: 500px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
