body  {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
   background: url(../images/bg.jpg) top center;
}
#splash {
	text-align: center;
	width: 100%;
	margin-top: 100px;
	position: relative;
}
form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

p {
	margin: 5px 0;
	text-align: justify;
}

a {
	font-weight: 400;
	color: #666666;
	outline: none;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #999;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
}

input  {
	color: #ccc;
	outline: none;
	margin: 0;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: none;
	background: #696969;
	cursor: pointer;
}


#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
	vertical-align:middle;
}

input.button, .validate  {
	color: #fefefe;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	border: none;
	height:23px;
	line-height:19px;
	padding: 1px 4px 4px;
	margin:6px 0 0 0;
	background: transparent url(../images/but.png) repeat-x top left;
}

input.button:hover, .validate:hover  {
	color: #FE8300;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#top {
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	background: #000000;
	filter: alpha(opacity=70);
   -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
   opacity: 0.7;
	 width: 100%;
	 height: 20px;
	 padding:6px 0px;
}



#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	height: 20px;
	text-align: center;
	font-size: 11px;
	color: #4a4a4a;
	padding:6px 0px;
	background: #000000/* transparent url(../images/belka_foot.jpg) no-repeat top center*/;
	filter: alpha(opacity=70);
   -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
   opacity: 0.7;
}


h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	vertical-align: bottom;
	color: #153A71;
	text-align: left;
}

h2, .contentheading, table.blog td.contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #f11515;
	text-align: left;
	font-weight: normal;
	border-bottom: dotted 1px #999999;
}

h2, a.contentheading {
	background: none;
	border: none;
	margin:6px 0;
}

table.contentpaneopen h3 {
	margin-top: 25px;
	color:#FF0404;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin:0px;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	color: #333;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #999;
	font-weight: 700;
	text-align: left;
}


/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}


#band {
	width: 100%;
	text-align: center;
	z-index: 100;
	top: 450px;
	position: absolute;
}

#unique {
	width: 600px;
	text-align: right;
	z-index: 100;
	top: 0px;
	right: 0px;
	position: absolute;	
}