html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding:0;
	margin:0;
	font-size:100%;
	font-weight:normal;
}
ol {
	margin-left:1.4em;
	list-style:decimal;
}
ul {
	margin-left:1.4em;
	list-style:square;
}
img {
	border:0;
}
body {
	background:#333;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	background:url(../images/header_bg.jpg) no-repeat;
	height:258px;

}
#logo {
	background:url(../images/logo.png) no-repeat;
	height:81px;
	width:551px;
	float:right;
	top:15px;
	position:relative;
	right:50px;
}
#content-top {
	height:542px;
	background:url(../images/body-big_bg.jpg) no-repeat;
	border-bottom:20px solid black;


}
/*-----------------------other------------*/
.blue-line {
	background:url(../images/blue-line.png) no-repeat;
	display:block;
}
.largetext {
	font-size:370%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#9C0;
}
#tabs-2 ul {
	color:#fff;
	font-size:110%;
	list-style-image:url(../images/crates.png);
	margin-left:50px;
}
/*--#submit {
	position:absolute;
	top:210px;
	left:80px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);


}
--*/
#submit {
	position:relative;
	top:10px;
	left:80px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #3C6;
	background: #9C0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0C9), to(#0C3));
	background: -moz-linear-gradient(top,  #0C9,  #0C3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C9', endColorstr='#0C3');
	cursor:pointer;

}
.button:hover {
	text-decoration: none;
	position: relative;
	top: 2px;
}
.button:active {
	position: relative;
	top: 2px;
}
.white {
	color:#888;
}
#sidebar {
	background:url(../images/sidebar.png) no-repeat;
	position:absolute;
	top:160px;
	left:0px;
	height:500px;
	width:200px;
	z-index:500000;
}
#tabs-4 table {
	position:relative;
	top:-80px;
	float:right;
	margin-right:-40px;
}
#tabs-4 th {
	font-size:120%;
	display:table-cell;
	text-align:left !important;

}
#tabs-4 td {
	color:#9C0;
	font-size:120%;
	background:url(../images/1px.30alphablack.png);
}
.none {
	background:none !important;
}
.pushRight {
	padding-left:0px;
}