/**************************************\

Project:	MOTHERNATURE
Author:	  Pari [http://pari.cz]

\**************************************/
body#themeforest {
	background: url("../images/bg.jpg");
	background-color: #CCCCCC;
	color: #434343;
}
#main { width: 969px; margin: 30px auto; }
#main .top {
  height: 18px;
  background: url("../images/main-top.png") no-repeat;
}
#main .bottom {
  height: 18px;
  background: url("../images/main-bottom.png") no-repeat;
}
#main .text {
  background: url("../images/main-center.png") repeat-y;
}
/**************************************/
/*              GLOBALS               */
/**************************************/
h1, h2, h3 {
	color: #8D181E;
}
h1 a, h2 a { color: #292929; text-decoration: none; }
a { color: #8E191F; cursor: pointer; }
a.button { width: 92px; height: 22px; line-height: 22px; text-decoration: none; color: #000; font-size: 0.8em; text-align: center; background: url("../images/button.jpg") no-repeat; display: block; }
p { text-align: justify; }
p.sight { color: #898989; font-style: italic; text-align: right; }
strong { color: #5e919e; }
.alignleft { float: left; margin: 0 8px 0 0; }
.margin-1 { margin-left: 150px; }

/**************************************/
/*              HEADER                */
/**************************************/
.header {
  height: 205px;
  margin-left: 9px;
  position: relative;
}
.logo {
  position: absolute; top: 30px; left: 220px;
}
.menu {
  position: absolute; top: 20px; left: 0;
  margin: 0;
  list-style: none;
}
.menu li a {
  background: #766b62;
  font-size: 1.2em; font-weight: bold; letter-spacing: 1px;
  margin: 0 0 4px 0; padding: 5px 8px 5px 20px;
  color: #fff;
  text-decoration: none; text-transform: lowercase;
  filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.menu li {
  margin-bottom: 10px;
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
  background: #F4E92E;
  color: #656565;
  text-decoration: none!important;
}
/**************************************/
/*             PANEL                  */
/**************************************/
.panel {

  width: 450px;
  margin: 30px 0 20px 10px;
  float: left;
}
.panel .actualities {

}
.panel a {
	color: #8D181E;
}
.panel strong { color: #292929; }
.panel h2 { color: #f30000; }
.panel h3 { font-size: 1.2em; font-weight: bold; }
.panel h3 a { color: #292929; text-decoration: none; }
.panel p {
	font-size: 11px;
	text-align: justify;
}
.panel p.archive {
	color: #8E191F;
	font-size: 14px;
	text-align: justify;
}
.panel p.archive a { color: #343333; text-decoration: none; }
.panel p.note { color: #434343; font-size:10px; text-decoration: none; }
.panel .newsletter {
  background: #9b9b9a;
  padding: 10px 20px;
  border-top: 5px solid #fff; }
.panel .newsletter h2 { color: #fff; margin-bottom: 5px; }
.panel .newsletter form {
  position: relative;
  padding: 35px 0 0 0;
}
.panel .newsletter input.MailPressFormEmail {
  width: 160px; height: 22px;
  border: 2px solid #7b7b7b;
  background: url("../images/input.jpg");
  position: absolute; top: 0; left: 0;
}
.panel .newsletter input.MailPressFormSubmit {
  height: 28px; line-height: 22px;
  background: #7b7b7b;
  border: 2px solid #bbbbbb;
  color: #fff; font-weight: bold;
  margin: 0 0 0 10px;
  cursor: pointer;
  position: absolute; top: 0; left: 165px;
}
.panel .newsletter p {
	width: 300px;
	font-size: 11px;
}
.panel .footer {
  margin: 10px 0 0 0;
}
.panel .footer p {
  font-size: 0.8em;
  text-align: center;
}
.panel .footer .powered {
  margin: 10px 0 0 70px;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.content {
  width: 460px;
  margin: 30px 0 20px 20px;
  float: left;
}
.reference {
  width: 239px; height: 200px;
  border-right: 1px solid #ddd;
  padding: 0 25px 0 15px;
  float: left;
}
.reference p {
  font-size: 0.9em;
}
.why {
  width: 200px; height: 200px;
  padding: 0 15px;
  float: left;
}
.why li {
  line-height: 22px;
  background: url("../images/true.jpg") no-repeat left center;
  list-style: none;
  padding: 0 0 0 25px;
}
.submit {
	border: 1px solid #8E191F;
}
