/* 
    Document   : style
    Created on : 2008-11-28, 14:35:18
    Author     : Maklube
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
  margin: 0;
  padding: 0;
  background-color: #171717;
  background-image: url('images/back.gif');
  background-repeat: repeat-x;
}
.wrapper {
  width: 1000px;
  margin: auto;
}
.header {
  float: left;
  width: 1000px;
  margin: 0;
  padding: 0;
}
.up {
  float: left;
  width: 1000px;
  height: 8px;
  background-image: url('images/up.gif');
  background-repeat: no-repeat;
}
.menu {
  float: left;
  width: 1000px;
  height: 69px;
  background-image: url('images/menu.gif');
  background-repeat: no-repeat;
}
.banner {
  float: left;
  width: 1000px;
  height: 153px;
  background-image: url('images/banner.gif');
  background-repeat: no-repeat;
}
.down {
  float: left;
  width: 1000px;
  min-height:40px;
  background-image: url('images/down.gif');
  background-repeat: no-repeat;
}
.body {
    float: left;
  width: 1000px;
  margin: 0;
  padding: 0;
}
.text {
    float: left;
  width: 1000px;
  background-image: url('images/text.gif');
  background-repeat: repeat-y;
}
.copy {
  float: left;
  width: 1000px;
  height: 116px;
  color: #86c227;
  font-size: 12px;
  background-image: url('images/copy.gif');
 /* background-repeat: no-repeat;*/
}
.copy a{
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.text-content {
  text-align: left;
  font-size: 14px;
  font-family: Arial;
  color: #171717;
  width: 740px;
  margin: auto;
  padding-top: 15px;
}
.text-content a {
  font-size: 14px;
  font-family: Arial;
  color: #86c227;
  text-decoration: none;
}
.down-content {
    text-align: left;
  font-size: 18px;
  font-style: italic;
  font-family: Arial;
  color: white; /*#171717;*/
  /*background-color:#262626;*/
  width: 745px;
  margin: auto;
}
.down-content a {
  font-size: 18px;
  font-style: italic;
  font-family: Arial;
  color: white;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.down-content a:hover {
  font-size: 18px;
  font-style: italic;
  font-family: Arial;
  color: #86c227;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.menu-content{
  width: 800px;
  margin: auto;
}

a:hover {
text-decoration:none;
margin:0px;
padding:0px;
}
a img {border: 0px solid red;
margin:0px;
padding:0px;
}
/*form*/
td.form_headers
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	font-weight: bold;
	background-color: #acdb39;
	padding-left: 5px;
	padding-right: 40px;	
	height: 20px;
}


td.form_rows
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	font-weight: normal;
	background-color: #86c227;

	height:25px;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;	
	padding-left: 5px;	
}

td.form_footers
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	font-weight: normal;
	background-color: #acdb39;
	padding-left: 10px;			
	height: 26px;
}

input.btn
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	font-weight: normal;
	background-color: #86c227;
	padding-left: 10px;
	padding-right: 10px;	
	border-style: solid;
	border-color: #32007e;
	border-width: 1px 1px 1px 1px;
	cursor: pointer;
	cursor: hand;
}
.oleft{
width:300px;
float:left;
}
.oright{
width:400px;
float:right;
}
.box{
width:240px;
height:250px;
float:left;
border: 1px solid green;
margin:2px;
}
.locator{
color: #86c227;
font-size: 14px;

}
.right{
text-align:right;
}
.procentRight
{
    width:10%;
}
.procentLeft
{
    width:60%;
}

