/****** REGULAR ************/
* {
	margin:0;
	padding:0;
}
html {
	min-height:100%;
	margin-bottom:1px;
}
img, a img {
	border:0;
}
body {
	font-size:12px;
	line-height:16px;
	font-family:helvetica, arial, sans-serif;
	text-align:center;
	color:#9e9e9e;
	background-color: #000000;
	background-image: url(../images/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
}
h1 {
	color: #FFFFCC;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 5px;
}
h2 {
	color: #99CCFF;
	margin-bottom: 5px;
}

h3 {
	color: #CCFF99;
	margin-bottom: 5px;
}

form, input, textarea, select {
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
}
input, textarea, select {
	background-color:#121212;
	border:1px solid #3E3E3E;
	color:#999999;
	padding:1px;
}
.clear {     content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
input.form-submit {
	color:#34B7E0;
}
a:link, a:visited {
	color:#99CCFF;
	text-decoration:none;
}
a:hover {
	color:#97c2ca;
	text-decoration:underline;
}
/****** CONTAINER  ************/

#container {
	width:954px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_shadow {

}
/****** HEADER   ************/
#header {




}


#header_bg {
	background:url(../images/bg_header.png) no-repeat 50% 0;
	min-height:300px;
	_height:300px;
	padding:0 0 40px;
	z-index: -99;
	position: relative;
}


/****** TOP NAVIGATION   ************/
#top-nav {
	z-index: 50;
}
#top-nav ul {
	margin:0;
	padding:0;
	background-color: #99FF99;
}
#top-nav li {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	font-size:11px;
	list-style:none;
	text-transform:uppercase;
}
#top-nav li a:link, #top-nav li a:visited {
	position:relative;
	float:left;
	display:block;
	text-decoration:none;
	line-height:22px;
	height:22px;
	padding:0 12px;
}
#top-nav li a:hover {
	color:#fff;
}
#top-nav li.active a:link, #top-nav li.active a:visited, #top-nav li.active a:hover {
	color:#fff;
}
#top-nav li.active a:link, #top-nav li.active a:visited, #top-nav li.active a:hover, #top-nav li a.active:hover, #top-nav li a:hover {
	color:#fff;
}


/****** MAIN CONTENT   ************/
#content {
	background-color: #000000;
	padding: 6px;
	margin-top: 11px;
	color: #FFFFFF;
}
#main-content {
	float:left;
	display:inline;
	margin:0 5px 0 0;
	width:640px;
}
#big-module {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding: 5px;
}
#big-module p {
	padding-bottom: 10px;
}

#big-module ul {
	list-style-type: none;
}
#big-module li {
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 5px;
}
#big-module label {
	padding-right: 20px;
	width: 300px;
}
#big-module select {
	width: 200px;
	margin-left: 20px;
}


#left-module {
	width: 308px;
	margin-right: 2px;
	float: left;
	display: inline;
	padding: 5px;
}
#right-module {
	float: right;
	width: 308px;
	margin-left: 2px;
	display: inline;
	height: 100%;
	padding: 5px;
}


/****** SIDE BAR   ************/

#sidebar {
	width: 289px;
	float: right;
}
#sidebar-box {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCFF;
	margin-top: 5px;
}
#sidebar-box ul {
	list-style-type: none;
}



/****** FOOTER  ************/

#footer {
	padding: 8px;
	background-color: #333333;
}

