/*
	author: slowik.krzysiek@gmail.com
*/
body {
	margin: 0;
	padding: 0;
	font: normal 13px Geneva, Arial, Helvetica, sans-serif; 
	background-color: #e3efbe;
	color: #467E21;
}
#main {
	width: 1000px;
	margin:0px auto;
}
/*-------------------------------------- MENU -----------------------------------------*/
#menu a{
  font-family: tahoma, arial, helvetica, sans-serif;
  display:block;
  border-width:1px;
  border-style:solid;
  border-color:#ccc #888 #555 #bbb;
  white-space:nowrap;
  margin:0;
  padding:3px 5px;
}
#menu h2{
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
  height: 23px;
  padding-top: 6px;
  display: block;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  white-space: nowrap;
  margin: 0;
  padding: 3px 5px;
}

#menu h2{
  color: #527908;
  background: transparent url(arrow.gif) no-repeat 100% 100%;
}

#menu a{
  background:#eee;
  text-decoration:none;
}

#menu a, #menu a:visited{
  color:#000;
}

#menu a:hover{
  color: red;  /* Kolor czcionki po najechaniu myszka*/
  background:#ddd; /* Kolor tla po najechaniu myszka */
}

#menu a:active{
  color:#060;
  background:#ccc;
}

#menu ul{
  list-style:none;
  margin:0;
  padding:0;
  float:left;
  width:13em;
}

#menu li{
  position:relative;
}

#menu ul ul{
  position:absolute;
  z-index:500;
  top:auto;
  display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}
div#menu h2:hover{
  
}

div#menu li:hover{
  cursor:pointer;
  color: yellow;
  z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background:#eee url(../images/arrow.gif) no-repeat 97% 52%;
}

#menu a.x:hover{
color: yellow;
background: #939393 url(../images/arrow.gif) no-repeat 97% 52%;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* --------------------------- KONIEC MENU --------------------------- */

#header {
    border: 0px solid black;
	width: 1000px;
	height: 264px;
	background: #fff url('../images/logo.jpg') no-repeat;
	position: relative;
}
#menu {
    border: 0px solid black;
	width: 1000px;
	height: 41px;
	background: #fff url('../images/menu.jpg') no-repeat;
}
#menu #learnfast a:hover{
    background: transparent url('../images/learnshop.jpg') no-repeat;
}
#menu #russian a:hover{
    background: transparent url('../images/russian.jpg') no-repeat;
}
#menu #polish a:hover{
    background: transparent url('../images/polish.jpg') no-repeat;
}
#menu #ukrainian a:hover{
    background: transparent url('../images/ukrainian.jpg') no-repeat;
}
#home, #method, #about, #purchase, #resources, #faq{
   font-family: tahoma;
   font-size: 11px;
   font-weight: bold;
   color: green;   
   position: absolute;
}
#purchase{
   top: 60px;
   right: 260px;
}

#method{
   top: 14px;
   right: 155px;
}
#about{
  top: 168px;
   right: 85px;
}
#home{
   top: 127px;
   right: 140px;
}
#resources{
   top: 173px;
   right: 235px;
}
#faq{
    top: 62px;
   right: 52px;
}
#top {
	height: 19px;
	background: url('../images/bgTop.gif') no-repeat;
}
#content {
	_height: 1%;
	padding: 1px 35px;
	background: url('../images/content.jpg') repeat-y left top;
}

#submenu{
  float: left;
  width: 155px;
  padding: 5px;
  border: 0px solid black;
}
#submenu p{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #dbe4a7;
  text-align: center; 
  padding: 2px;
  font-weight: bold;
  margin: 5px 0;
  font-size: 14px;
}
#submenu a{
  text-decoration: none;
}
#tresc{
  float: right;
  width: 745px;
  padding: 10px;
  border: 0px solid black;
}

#footer {
	height: 55px;
	background: url('../images/stopka.jpg') no-repeat;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 15px 0 0 30px;
}
#footer li {
	display: inline;
	font: bold 11px Verdana, sans-serif;
	color: #fff;
}
#footer a {
	font-weight: bold;
	color: #15970f;
	text-decoration: none;
}
#footer a:hover {
	color : purple; 
}
#footer p {
	margin: 0;
	padding: 3px 0 0;
	font: normal 9px Verdana, sans-serif;
}
a.picture {
	float: left;
	margin: 0;
}
a img {
	border: none;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color : #f60; 
	text-decoration : none; 
} 
h1 {

	padding: 0 0 3px;
	font-size: 20px;

	color: #577909;
	border-bottom: 1px dotted #f7941c;
}
h2 {
	margin: 5px 0 0;
	padding: 0 0 3px;
	font-size: 13px;
	color: #d96f04;
	}
h3 {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #72882e;
}
p {
	position: relative;
	margin: 0 0 15px;
}
.greenBox {
	margin-bottom: 10px;
	padding: 15px 25px;
	background-color: #adcd49;
}
.greenBox ol {
	margin: 0 0 15px;
	padding: 0 0 0 0px;
	list-style-position: inside;
}
ul {
	margin: 0 0 10px;
	padding: 100;
}
#blogLinks {
	margin: 20px 0 0 0;
}
#blogLinks a {
	margin: 2px 2px 2px 10px;
	color:#9bbb38
}
/**purchase**/
table {
	border-collapse: collapse;
}
table th {
	padding: 2px 5px;
	border-bottom: 1px dotted #d96f04;
}
table td{
	padding: 15px 20px 0;
	text-align: center;
	white-space: nowrap;
}
table span {
	color: #d96f04;
}
.c {
	text-align: center;
}
big   { font-size: 1.1em }
a.home {



    font-weight: bold;

    padding-right: 0.2em;

    border-right: solid 1px;

}
