/*
    Document   : css
    Created on : 2009-06-24, 23:38:14
    Author     : Trawka Studio - www.trawkastudio.pl
    Description: Project Stylesheet
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: Tahoma;
    color: #FEFEDC;
    background: #000000;
}
a {
    color: #C8B684;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img, fieldset {
    border: 0;
    padding-bottom:10px;
}
.panel {
	position: fixed;
	top: 5px;
	left: 0;
	display: none;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	width: 800px;
	height: auto;
	padding: 15px 30px 30px 150px;
	filter: alpha(opacity=85);
	opacity: .90;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}
.panel a, .panel a:visited {
	margin: 0;
	padding: 0;
	color: #9FC54E;
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}
.panel a:hover, .panel a:visited:hover {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#panel_content {
	position: absolute;
	top: 305px;
	left: 4px;
	width: 118px;
	height: 74px;
	background: url('../images/info_1.png') no-repeat; 
}
a.trigger {
	position: fixed;
	text-decoration: none;
	top: 5px;
        left: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	font-weight: 700;
	background: url('../images/form.png') no-repeat;
	border: 1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	width: 44px;
	height: 300px;
        z-index: 1000;
}
a.trigger:hover {
	position: fixed;
	text-decoration: none;
	top: 5px;
        left: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	font-weight: 700;
	background: url('../images/form.png') no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	width: 44px;
	height: 300px;
        z-index: 1001;
}
a.active.trigger {
	background: url('../images/form.png') no-repeat;
        z-index: 1002;
}
/* Add curved borders to various elements */

#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}


/* Style for the contact form and status messages */

#contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}


/* The form dimensions */

#contactForm {
  width: 40em;
  height: 23em;
  padding: 0 1.5em 1.5em 1.5em;
  margin: 0 auto;
}


/* Position the form in the middle of the window (if JavaScript is enabled) */

#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}


/* Dimensions and position of the status messages */

.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}


/* The header at the top of the form */

#contactForm h2 {
  font-size: 2em;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 19.5em;  
  color: #aeb6aa;
  background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}


/* Give form elements consistent margin, padding and line height */

#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}

#contactForm input, #contactForm label {
  line-height: 1em;
}


/* The field labels */

label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}


/* The fields */

input, textarea {
  display: block;
  margin: 0;
  padding: .4em;
  width: 67%;
  font-family: "Georgia", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}

textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}


/* Place a border around focused fields, and hide the inner shadow */

#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}


/* Display correctly filled-in fields with a green background */

input:valid, textarea:valid {
  background: #dfd;
}


/* The Send and Cancel buttons */

input[type="submit"], input[type="button"] {
  float: right;
  margin: 2em 1em 0 1em;
  width: 10em;
  padding: .5em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}

input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

input[type="button"] {
  background: #f33;
}
#fb {
	background: url('../images/fb_1.png') no-repeat;
	width: 232px;
	height: 420px;
	top: 170px;
	right: -205px;
        display:block;
	position: fixed;
	padding: 0;
}
#fb iframe {
	width: 185px;
	height: 368px;
	float: right;
        padding: 10px;
}
#container {
    width: 899px;
    margin: 0 auto;
    position: relative
}
#container #banner_modules {
    display: block;
    position: absolute;
    top: 400px;
    left: -167px;
    z-index: 1;
}
#top {
    width: auto;
    height: 169px;
    background: url('../images/top.jpg');
    position: relative
}
#content {
    width: auto;
    background: url('../images/bg_menu.jpg') 58px 0 repeat-y;
}
#contentIn {
    width: auto;
    background: url('../images/bg_menu_2.jpg') 28px 100% no-repeat;
    overflow:visible;
    height: 100%
}
#left {
    width: 143px;
    float: left;
    padding-left: 86px;
    padding-top: 8px;
    margin-right: 27px;
    color: #000000;
}
#left h2 {
    width: auto;
    text-align: center;
    color: #000000;
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px #8C9395 solid;
}
.moduletable h3 {
    width: auto;
    text-align: center;
    color: #000000;
    font-size: 20px;
    padding-bottom: 12px;
}
.moduletable th {
    width: auto;
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
}
.moduletable {
    padding: 0 3px;
    width: auto;
}
.menu {
    list-style: none;
    margin-bottom: 8px;
}
.menu li {
    border-bottom: 1px #8C9395 solid;
}
.menu li a {
    width: 135px;
    height: 21px;
    color: #000000;
    padding: 8px 0 0 8px;
    display: block;
    white-space: nowrap;
}
li.item92 {
    text-align: center;
}
li.item92 a {
    color: #FF0000;
    font-weight: bold;
}
#right {
    width: 459px;
    padding: 15px 105px 25px 25px;
    background: url('../images/bg_content_2.jpg') 120px 63px no-repeat;
    min-height: 400px;
    float: left;
    line-height: 18px;
}
#right ul {
    margin-left: 20px;
}
#footer {
    width: auto;
    height: 110px;
    background: url('../images/footer.jpg');
    position: relative;
}
#footerText {
    position: absolute;
    top: 47px;
    left: 295px;
    width: 333px;
    text-align: center;
    line-height: 21px;
    font-weight: bold;
}
#lampion {
    position: absolute;
    top: -379px;
    left: 752px;
    width: 113px;
    height: 379px;
    background: url('../images/right.jpg');
    z-index: 10;
}
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}
.contentheading {
    font-weight: bold;
    font-size: 14px;
    background: url('../images/logo_articles.jpg') no-repeat left;
    padding: 10px 10px;
    padding-left: 30px;
}
tr.sectiontableentry1 td {
padding: 0 5px 0 0;
}
tr.sectiontableentry2 td { 
padding: 0 5px 0 0;
}
