html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
span { color:#69a615;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background-color: #151515;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input,textarea {vertical-align: middle; background-color: #DDDDDD;}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {


	height: 120px;
	background: #0c0c0c;
    background-image: url(../images/bg_header.gif);
  background-position: center;
  background-repeat: no-repeat;

}

#logo{
  width: 140px;
  height: 120px;
  float:left;
  cursor: pointer;
}

#menu_top{
  margin:0 auto;
  display:block;
  width: 970px;
  position:relative;
/*  padding-left: 200px;
  padding-right: 60px;*/

}
.menu {
  margin-left:160px;

}


.menu a{
  margin-top: 70px;
  display:block;
  width: 18%;
  float: left;
  text-align:center;
 /* border: solid 1px #ffffff; */
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 970px;
/*   	min-height: 100%;
	height: auto !important;
	height: 100%;*/
    margin: 0 auto;
    padding: 0 ;
    background-image: url(../images/bg_centr.jpg);
    background-repeat: no-repeat;
    background-position: top;


  }
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;

}
/*#container {
	width: 970px;
	float: left;
	overflow: hidden;
    background-image: url(../images/bg_centr.jpg);
  background-repeat: no-repeat;
  background-position: top;
}*/
.text{
  position: absolute;
  overflow:hidden;
  top: 120px;
  left:200px;
  width: 270px;
  height: 244px;
  padding-top: 30px;
  display:none;

}


h1{
  font: 30px Tahoma, Arial, sans-serif normal;
  color:#ebebeb;
  text-shadow:/*0 1px 1px #EEE,*/ 1px 1px 2px #999;
}
h2{
  font: 18px Tahoma, Arial, sans-serif normal;
  color:#ebebeb;
}

h3{
  font: 16px Tahoma, Arial, sans-serif normal;
  color:#ebebeb;
  text-shadow:/*0 1px 1px #EEE,*/ 1px 1px 2px #999;
}

#content {
  padding-left:40px;
  padding-top:40px;
  width: 350px;
  display: block;
  position:relative;
  float:left;

   }
 #i1 {
   background-image: url(../images/icons/1.jpg);
   display: block;
   position:absolute;
   width:54px;
   height: 54px;
   left:56px;
   top:89px;
   cursor: pointer;
 }

 #i2 {
   background-image: url(../images/icons/2.jpg);
   display: block;
   position:absolute;
   width:54px;
   height: 54px;
   left:20px;
   top:149px;
   cursor: pointer;
 }

  #i3{
   background-image: url(../images/icons/3.jpg);
   display: block;
   position:absolute;
   width:54px;
   height: 54px;
   left:5px;
   top:214px;
   cursor: pointer;
 }

   #i4{
   background-image: url(../images/icons/4.jpg);
   display: block;
   position:absolute;
   width:54px;
   height: 54px;
   left:19px;
   top:281px;
   cursor: pointer;
   }

   #i5{
   background-image: url(../images/icons/5.jpg);
   display: block;
   position:absolute;
   width:54px;
   height: 54px;
   left:56px;
   top:340px;
   cursor: pointer;
   }
   #i1:hover{background-image: url(../images/icons/1_p.jpg);}
   #i2:hover{background-image: url(../images/icons/2_p.jpg);}
   #i3:hover{background-image: url(../images/icons/3_p.jpg);}
   #i4:hover{background-image: url(../images/icons/4_p.jpg);}
   #i5:hover{background-image: url(../images/icons/5_p.jpg);}




/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
    margin-left:60px;
    padding:40px 0 0 10px;
	width: 340px;
    height:450px;
	position: relative;
	background: transparent;
}

.sl img {
	display:block;
	margin:0 auto;
	margin:0 0 10px 0;
}
.sl .imgcenter { border:3px #CCC solid; width:270px; height:398px; margin: 0 auto; display:block;}

a{
  color:#69a615;
  text-decoration: underline;
  font-weight: bold;

}
.green{
  color:#69a615;
  font
  font-weight: bold;
}


.sub-send{
  color:#69a615;
  text-decoration: underline;
  font-weight: bold;
  width: 105px;
  height: 30px;
}


p,li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999999;

}



.feed{
  padding: 40 0 0 40;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  	width: 100%;
	margin: 0px auto 0;
	height: 190px;
	background: #0c0c0c;
	clear:both;
}
#footer_content{
   padding-left:65px;
   width: 905px;
   margin: 0 auto;

}
#footer_content p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color:#666666;
}


#footer .menu a{
  color:#a1a1a1;
  margin-top: 10px;
  width: auto;
  padding-right:41px;
  font-weight: normal;
  text-align: left;

}
#footer .menu{
  padding-left:40px;
  width: 960px;
  margin: 0 auto;
  display: block;


}

#preLoadImg { position: absolute; width: 0; height: 0; margin: -1150px 0 0; }

/* Headline
-----------------------------------------------------------------------------*/
#head_line{
  display: inline;
  position:absolute;
  top:0;
  background-color: #0c0c0c;
  z-index:0;
  width:100%;
  height:120px;
}
.clear{
  clear: both;
}
ul{
  padding-bottom: 18px;
}

td, tr, table {
  border: solid 2px;
  color: #333;
  padding: 3px;
  text-align:center;

}
/*img:hover{
  cursor: pointer;

}*/

ul{
  list-style: circle;
}

