/* ----------------------------------------------
	Template Name : OSK Bielski
	Template Code : S-0026
	Version : 1.0
	Author : Dominik Kunysz
	Last Date Modified : Dezember 6, 2011
 ------------------------------------------------ */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url(bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B;
	text-align: center;
}

/* links */
a, a:visited {
	color: #370D84;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #C92B23;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #055343;
}
h1 {
	font-size: 2.9em;
}
h2 {
	font-size: 2.5em;
	color: #8B597F;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 14px 10px;	}

/* Lists */
ul, ol {
	margin: 5px 10px;
	padding: 0 10px;
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #B200BD;
}
dd {
  padding-left: 15px;
}

/* images */
img {
	background: #FAFAFA;
   border: 0px solid#C2B0EE;
	padding: 0px;
}
img.float-right {
  	margin: 9px 5px 5px 5px;
}
img.float-left {
  	margin: 1px 5px 5px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #E11FE8;
	background: #D7CEC9;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #6D3089;
}
blockquote {
	margin: 10px 7px;
 	padding: 3px 5px 3px 40px;
   font-weight: normal;
	font-size: 10px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #539B6A;
	border: 1px solid #0E4721;
	background: #E88C4F url(quote.gif) no-repeat 10px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 7px;
}
th {
	height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	text-align: left;
	background: #966073;
	border-width: 1px;
  	border-style: solid;
  	border-color: #AA0547 #93C138 #93C138 #75304B;
}
tr {
	height: 24px;
	background: #fff;
}
td {
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #E7F0CC;
}
/* end - table */

/* form elements */
form {
	margin: 10px 5px;
	padding: 10px 20px 20px 15px;
	border: 1px solid #E9A85C;
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #827D78;
	padding: 5px 0 2px 0;	margin: 0;
	color: #6D3B03;
}
label {
	font-weight: bold;
	color: #7D480C;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
option { padding-right: 0.5em; }

#name, #email, #message, #website{
	width: 485px;
}
input.button {
	font: bold 10px Arial, Sans-serif;
	height: 20px;
	margin: 0;
	padding: 1px 2px;
	color: #fff;
	background: #A6CD56;

	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(wrap.gif) repeat-y center top;
	margin: 1px auto 1px auto;
	text-align: left;
}
#content {
	clear: both;
	float: left;
	width: 952px;
	padding: 5px 0 20px 0;
}
#header {
	position: relative;
	width: 952px;
	height: 286px;
	background: #FF7538 url(header.jpg) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 46px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;

	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;
}
#header p#slogan {
	position: absolute;
	margin: 18; padding: 19;
	font: bold 24px 'Trebuchet MS', 'Helvetica Neue', Verdana, Sans-serif;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	

	/* change the values of top and left to adjust the position of the slogan*/
	top: 165px; left: 95px; z-index: 2
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 1;
	padding: 0;
	top: 0;	right: 8px; z-index: 1
 }
 #top-menu2 {
 	position: absolute;
	margin: 1;
	padding: 0;
	top: 50;	right: 595px; z-index: 3
 }
 
  #top-menu3 {
 	position: absolute;
	margin: 4;
	padding: 0;
	top: 20;	right: 19px; z-index: 4
	}
 
  #fb-root {
 	position: absolute;
	margin: 1;
	padding: 0;
 	top: 322;	left: 766px; z-index: 8
	}


 /*Navigation */
#nav {
	clear: both;
	padding: 0;	margin: 0;
	width: 952px;
	height: 40px;
	background: #F22C3E url(nav.gif) no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	height: 35px;
	padding: 0 0 0 40px;
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/35px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #EED8D2;
}
#nav ul li#current {
	background: transparent url(left-tab.gif) no-repeat;
}
#nav ul li#current a {
	color: #4B3D2C;
	background: transparent url(right-tab.gif) no-repeat right top;
}

/* Main Column */
#main {
	float: left;
	width: 545px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;
}
#main h2 {
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F;
	padding: 10px 0 8px 2px;
	margin-left: 5px;
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0;
	margin: 0 45px 0 0;
	display: inline;
}
#sidebar h3 {
	color: #51432F;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 10px 0 8px 2px;
	margin: 0px 0 0px 0px;
	border-bottom: 1px solid #E4F2C8;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 1px 3px 1px 7px; padding: 0;
	text-decoration: none;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 2px 10px;
	border-bottom: 1px solid #E8D5ED;
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #930CF1;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #FF8989;
	font-size: 1.9em;

	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {
	color: #000;
	background: none;
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }


/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

/* slides styling */

.photo {width:635px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:137px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:135px; height:30px; text-align:center; 
line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; 
font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#bbb;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:518px; background:#ddd; width:420px; 
padding:30px 60px; border:3px solid #bbb; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:518px; background:#ddd; width:420px; 
padding:30px 60px; border:3px solid #aaa; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:104px; height:71px; float:left; border:0px solid #fff; margin:0px;}

.photo ul.topic li ul li a
{display:block; width:104px; height:71px; cursor:default; float:left; text-decoration:none; background:none; border:0px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:67px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:50px; top:50px; width:600px; height:402px; border-color:#fff;}



/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(footer-bottom.gif) no-repeat left top;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;
	text-align: center;
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
