body {
	background:#000 url(http://images.2gb-hosting.com/i/header.jpg) no-repeat center top;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:13px;
	font-style:normal;
	color:#4e4e4e;
	min-height:800px;
	height:auto !important;/* <- ie6 ignores it */height:100%;/* fix */
	position:relative;
}

a {
	color:#0071bb;
	outline:none;
}

a:hover {
	color:#ed1e24;
	text-decoration:none;
}

h1 {
	font-weight:normal;
	font-size:270%;
	letter-spacing:-.04em;
	line-height:100%;
	margin:.8em 0 .2em;
}
	
h2 {
	font-weight:normal;
	font-size:200%;
	letter-spacing:-.04em;
	line-height:110%;
	margin:.7em 0 .2em;
}
	
h3 {
	font-size:160%;
	font-weight:normal;
	letter-spacing:-.04em;
	line-height:110%;
	margin:.7em 0 .2em;
	text-shadow:#fff 1px 1px 1px;
}
	
h4 {
	font-size:140%;
	font-weight:bold;
	margin:.7em 0 .2em;
}

h5 {
	font-family:"Palatino Linotype", Georgia, Serif;
	font-size:140%;font-weight:bold;
	margin:.5em 0 .2em;
	letter-spacing:-.02em;
}
	
h6 {
	font-size:120%;
	font-weight:normal;
	text-transform:uppercase;
	margin:.5em 0 .2em;
}
	

input,textarea,select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	font-size:100%;
	margin:.2em 0;
}

input,textarea {
	padding:.2em .4em;
	margin:0 2px 4px 2px;
}

input.radio,input.checkbox {
	background-color:#fff;
	padding:2px;
}

form label {
	font-weight:normal;
	margin:0 2px;
}

fieldset {
	padding:.8em;
	border:1px solid #ddd;
	background-color:#fff;
	margin:1em 0;
}

legend {
	padding:2px 15px 10px;
	text-transform:uppercase;
	font-style:italic;
	font-size:115%;
	background-color:#fff;
	border-top:1px solid #ddd;
}

.clear {
	clear:both;
}

.border-bottom {
	border-bottom:1px solid #4e4e4e;
}

.padding {
	padding:5px;
}

.divider {
	padding:1em 0 0 0;
	display:block;
	background:transparent url(http://images.2gb-hosting.com/i/dot.gif) repeat-x left bottom;height:2px;min-height:2px;}

#page {

	background:transparent url(http://images.2gb-hosting.com/i/bg.png) repeat-x center bottom;
}

.page-content {
	width:100%;/* <- do not change this! use max-width to set the page width! */max-width:980px;
	min-width:780px;
	margin:0 auto;
}

#header {
	display:block;
	position:relative;
	z-index:5;
	height:180px;
}

#header .nav-extra {
	width:64px;
	height:36px;
	display:block;
	position:absolute;
	bottom:18px;
	z-index:10;
}

#header .nav-extra span {
	display:none;
}

/*** LOGO & HEADLINE ***/

#site-title {
	position:absolute;
	left:0;
	top:40px;
	z-index:6;
}

#site-title #logo {
	font-size:400%;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:0;
	float:left;
	line-height:60px;
}

#site-title #logo a {
	color:#fff;
	text-decoration:none;
	text-shadow:#000 1px 1px 1px;
	font-variant:small-caps;
	letter-spacing:-0.04em;
}
 
#site-title #logo a:hover {
	color:#ed1e24;
}

#site-title p.headline {
	float:left;
	border-left:1px solid #999;
	margin:0 0 0 1em;
	padding:.2em 0 .2em .8em;
	font-weight:normal;
	font-size:140%;
	line-height:64px;
	letter-spacing:0.4em;
	color:#c2dc15;
}

/*** TOP NAVIGATION ***/

ul#navigation {
	background:#eee url(http://images.2gb-hosting.com/i/nav.png) repeat-x left top;
	position:absolute;
	z-index:15;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul#navigation li {
	display:block;
	position:relative;
	float:left;
	list-style-type:none;
	padding:0 1px 0 0;
	margin:0;
	background:transparent url(http://images.2gb-hosting.com/i/nav-div.png) no-repeat right top;
}

ul#navigation li a {
	min-height:32px;
	display:block;
	font-weight:bold;
	font-size:115%;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:#fff 1px 1px 1px;
	text-align:center;
	color:#4e4e4e;
	padding:0 13px 0 11px;
	position:relative;
	line-height:31px;
}

ul#navigation li a.home span.title {
	padding-left:22px;
}

ul#navigation li.active a.home span.title, ul#navigation li.current_page_item a.home span.title {
	background-position:0px -710px;
}

ul#navigation li a:hover, ul#navigation li:hover a {
	background-color:#fff;
}

ul#navigation li.active a:hover, ul#navigation li.active:hover a {
	background-color:#000;
}

ul#navigation li a span.title {
	display:block;
	padding:0;
}

ul#navigation li a span.pointer {
	display:none;
}

ul#navigation li.active a span.pointer, ul#navigation li.current_page_item a span.pointer, ul#navigation li.current_page_parent a span.pointer, ul#navigation li.current_page_ancestor a span.pointer {
	position:absolute;
	width:100%;
	height:7px;
	bottom:-7px;
	left:0;
	display:block;
	background:transparent url(http://images.2gb-hosting.com/i/nav-pointer.png) no-repeat center top;
}

ul#navigation li.active a, ul#navigation li.current_page_item a, ul#navigation li.current_page_parent a, ul#navigation li.current_page_ancestor a {
	background:#000 url(http://images.2gb-hosting.com/i/nav-active.png) no-repeat left top;
	color:#dedede;
	text-shadow:#000 1px 1px 1px;
}

ul#navigation li a span.arrow {
	display:none;
}

.shadow-left {
	background:url(http://images.2gb-hosting.com/i/shadow.png) no-repeat left bottom;
}

.shadow-right {
	background:url(http://images.2gb-hosting.com/i/shadow.png) no-repeat right bottom;
	padding-bottom:32px;
}

#main {
	background:#e5e5e5;
	width:980px;
	margin:20px auto 0 auto;
}

#main .main-content {
	float:left;
	width:650px;
	padding:10px 0 10px 10px;
}

#main .sidebar {
	float:right;
	width:300px;
	padding:10px 10px 10px 10px;
}

#main .sidebar .side-title {
	border-top:2px solid #d1eb52;
	background:#abd91d;
	padding:5px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#fff;
	text-shadow:#4e4e4e 1px 1px 1px;
}

#main .info {
	margin-top:10px;
	border-top:2px solid #e1e1e1;
	background:#f0f0f0;
	padding:5px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#5e5e5e;
	text-shadow:#bbbbbb 1px 1px 1px;
}

#main .description {
	margin-top:10px;
	border-top:2px solid #9b9b9b;
	background:#5e5e5e;
	padding:5px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#cccccc;
	text-shadow:#232323 1px 1px 1px;
}

#main #list {
	list-style:none;
	margin:0;
	padding:0;
}

#main #list li {
	float:left;
	margin-right:10px;
	border:1px solid #dddddd;
	background:#f3f3f3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:center;
	padding:0 10px;
	margin-top:10px;
}

#main #list li a {
	text-decoration:none;
	color:#4e4e4e;
}

#main #list li a img {
	border:0;
}

#main #list li .button {
	font-size:10px;
	color:#0071bb;
	text-decoration:underline;
}

#main #list li .button:hover {
	color:#ed1e24;
	text-decoration:none;
}

#main #pagination {
	list-style:none;
	padding:0;
	margin:0;
}

#main #pagination li {
	float:left;
	margin-right:3px;
}

#main #pagination li a {
	padding:5px;
	background:#f3f3f3;
}

.top_banner {
	margin:0 auto;
	text-align:center;
}

#player {
	visibility:hidden;
	display:none;
}

.ad {
	position:relative;
}

.ad a {s
	border:0;
}

.ad a img {
	border:0;
}

#player_ad {
	z-index:10;
	margin:20px 175px 0 175px;
	position:absolute;
}

/* UPLOADER STYLE */
#main_container{
	width:100%;
	height:100%;
	margin:auto;
	text-align:center;
}

#ubr_debug {
	background-color: #f0f0f0;
	border: 1px solid #e1e1e1;
	width: 780px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#ubr_alert {
	text-align: center;
	margin-bottom: 5px;
}

.ubrError {
	color: red;
}

.ubrWarning{
	color: orange;
}

#upload_container{
	display:none;
}

/* PROGRESS BAR */
#progress_bar_container{
	width:482px;
	margin:auto;
	text-align:center;
	display:none;
	height:22px;
}

#upload_stats_toggle{
	float:left;
	width:40px;
	height:20px;
	text-align:center;
	padding-top: 3px;
	cursor:pointer;
}

#progress_bar_background{
	float:left;
	background-color: #f0f0f0;
	height:21px;
	width:400px;
	z-index:5;
	border:1px solid #e1e1e1;
}

#progress_bar{
	float:left;
	background-color: #999999;
	height:21px;
	width:0px;
	z-index:6;
}

#percent_complete{
	float:left;
	width:40px;
	height:20px;
	text-align:center;
	padding-top: 3px;
}
/* PROGRESS BAR */

/* UPLOAD STATISTICS */
#upload_stats_container{
	background-color:#f0f0f0;
	width:323px;
	margin:auto;
	display:none;
	border-top:1px solid #e1e1e1;
	margin-bottom: 5px;
}

.upload_stats_label{
	width: 160px;
	height: 20px;
	text-align: left;
	float:left;
	background-color:#f0f0f0;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	padding-top: 3px;
}

.upload_stats_data{
	width: 160px;
	height: 20px;
	text-align: center;
	float:left;
	background-color:#f0f0f0;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	padding-top: 3px;
}
/* UPLOAD STATISTICS */

/* FILE PICKER */
#file_picker_container{
	width:500px;
	margin:auto;
	text-align:center;
	margin-bottom: 10px;
}

.upfile_ultimo{}
/* FILE PICKER */

/* UPLOAD SLOTS */
#upload_slots_container{
	display:none;
	margin:auto;
	text-align:center;
	width:400px;
	border-top:1px solid #e1e1e1;
	margin-top: 10px;
	margin-bottom: 10px;
}

#upload_form_values_container{
	margin:auto;
	text-align:center;
}

.upfile_label{
	height:24px;
	background:#f0f0f0;
}

.upfile_name {
	width:371px;
	height:20px;
	float: left;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	padding-top: 3px;
}

.upfile_remove{
	float:left;
	width:26px;
	height:20px;
	padding-top: 3px;
	cursor:pointer;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
/* UPLOAD SLOTS */

/* UPLOAD BUTTONS */
#upload_buttons_container{
	width:500px;
	height:20px;
	margin:auto;
	text-align:center;
	margin-top: 10px;
}

#reset_button{}

#upload_button{}
/* UPLOAD BUTTONS */

/* UPLOAD RESULTS */
#upload_results_container{
	width:603px;
	margin:auto;
	text-align:center;
}

#upload_results_file_name_header{
	font-weight:bold;
	background-color:#f0f0f0;
	float:left;
	width:450px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}

#upload_results_file_size_header{
	font-weight:bold;
	background-color:#f0f0f0;
	float:left;
	width:150px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}

.upload_results_file_name{
	float:left;
	width:450px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}

.upload_results_file_size{
	float:left;
	width:150px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}

.upload_results_even{
	background-color:#f0f0f0;
}

.upload_results_odd{
	background-color:#f0f0f0;
}
/* UPLOAD RESULTS */

#preloader{
	position: absolute;
	left: -110%;
	top: -110%;
	height: 0;
	width: 0;
	border-width: 0;
	z-index: -30;
}
/* END UPLOADER STYLE */

#footer {
	padding:10px;
	text-align:center;
}