/*
Theme Name: Trenity
Theme URI: http://wordpress.org/
Description: Custom made theme for Trenity s.r.o by Oliver Jurčák
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


@charset "utf-8";
/* CSS Document */

/* reset ********************************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0;	margin: 0;	}
table {	border-collapse: collapse;	border-spacing: 0;	}
fieldset,img { border: 0;	}

ol,ul {	list-style: none;	}
caption,th {	text-align: left;	}

q:before,q:after {	content:'';	}
abbr,acronym { border: 0;	}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }

caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* body ********************************************************************/

body {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	
	}
/* Typo********************************************************************/

p {
	color:202020;
	
	}

/* Header ********************************************************************/

#header{
	background: url(img/header_bg.jpg) repeat-x;
	height: 222px;
	margin: 0px auto 0px;
	padding: 0px;
		}

#head{
	
	width: 1000px;
	height:222px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow:hidden;
	position:relative;
	}

#logo{
	
	width: 159px;
	height: 160px;
	float:left;
	padding: 0px;

	
	}
#menu{
	width:1000px;
	height:60px;

}

/* =Menu
-------------------------------------------------------------- */

#pmenu {
	width:520px; 
	height:60px;
	float:left;
	padding: 0px;
	display: block;
	float: left;
	margin: 15px 0px 0px 0px

}
#pmenu .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#pmenu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#FFF;
	font-size: 13px;
}
#pmenu .menu-header li,
div.menu li {
	background-image: url(img/roz.png);
	background-repeat:no-repeat;
	float: left;
	position: relative;
	font-size: 13px;
	display:inline-block;
	height:30px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	
}
#pmenu a {
	text-shadow: 0px -1px 0 #666;
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 20px;
	text-decoration: none;
}
#pmenu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#pmenu ul ul li {
	min-width: 180px;
}
#pmenu ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#pmenu li:hover > a,
#pmenu ul ul :hover > a {
	color:#333;
	text-shadow:none;
		background: #fbc3a1; /* for non-css3 browsers */ 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc3a1', endColorstr='#f69a68'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fbc3a1), to(#f69a68)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fbc3a1,  #f69a68); /* for firefox 3.6+ */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
-moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  text-shadow: 0px 1px 2px #fff;
}
#pmenu ul li:hover > ul {
	display: block;
}
#pmenu ul li.current_page_item > a,
#pmenu ul li.current-menu-ancestor > a,
#pmenu ul li.current-menu-item > a,
#pmenu ul li.current-menu-parent > a {
		color:#333;
	text-shadow:none;
		background: #fbc3a1; /* for non-css3 browsers */ 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc3a1', endColorstr='#f69a68'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fbc3a1), to(#f69a68)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fbc3a1,  #f69a68); /* for firefox 3.6+ */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
-moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  text-shadow: 0px 1px 2px #fff;
}
* html #pmenu ul li.current_page_item a,
* html #pmenu ul li.current-menu-ancestor a,
* html #pmenu ul li.current-menu-item a,
* html #pmenu ul li.current-menu-parent a,
* html #pmenu ul li a:hover {
	color: #fff;
}

/* =slider */	

#slider_con {
	margin: 0px auto 15px ;
    position:relative;
    width:930px;
	height:318px;
	background:url(img/back_sliver.png);
	background-repeat:no-repeat;
	background-color:#fed6bd;
	padding-bottom:15px;

	
	} 
#slider, #slider_gal {
	margin: 0px auto 15px ;
    position:relative;
  
    background:url(img/loader.gif) no-repeat 50% 50%;}



#slider_gal {	
    width:795px;
	float:right;
	height:600px;
	background-color:#F90;} 

	
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;}
	
#slider a {
    border:0;
    display:block;}

#slider .nivo-controlNav{
	text-align:center;
	display:block;
	position:absolute;
 	bottom:-18px;
	left:20px;
 	z-index:20; /* Make sure it is visible above the slides */}

#slider .nivo-controlNav a {
    display:block;
    width:10px;
    height:12px;
    background:url(img/black.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;}
	
#slider .nivo-controlNav a.active {
    background:url(img/green.png) no-repeat;}
	
 #slider .nivo-directionNav{
	 cursor:pointer;
	position:absolute;}
	

#slider .nivo-prevNav{
	 cursor:pointer;
	position:absolute;
	float:right;
	background:url(img/left_a.png) no-repeat;
	width:35px;
	height:35px;
	display:block;
	text-indent:-9999px;
	margin:10px;
	top:145px;}
	
#slider .nivo-nextNav{
	 cursor:pointer;
	position:relative;
	float:left;
	background:url(img/right_a.png) no-repeat;
	width:35px;
	height:35px;
	display:block;
	text-indent:-9999px;
	margin:10px;
	top:145px;
	left:880px;
	margin:10px;}
	

.akcia {
	 top:20px;
    left:15px;
    z-index:300;
	position:absolute;
	display:inline-block;
	height:60px;
	width:110px;
	background-image:url(img/akcia.png);
	background-position:0px 0px;
	}
	
	
.akcia:hover {
	display:inline-block;
	background-position:0px -60px;
	}




/************************************************
*	Search Form									*
************************************************/

#search{
	background-image: url(img/search.png);
	background-repeat:no-repeat;
	width: 187px;
	height: 30px;
	float:right;
	padding:0px 0px 0px 8px;
	margin: 15px 0px 0px 0px;
	font-size:10px;
	color:#333; }
	

	
#s {
	width: 130px;
	height:12px;
	font-size: 11px;
	padding: 0px;
	margin: 10px 10px 10px 10px ;
	padding: 0px 0px 0px 0px;
	border:none;
	background-image:url(images/s_back.png);
	color: #404040; /* tmava seda */
	text-shadow:0 1px 0 #FFFFFF;
	}
	
.lupa {
	vertical-align:top;
	text-indent: -9999px;
	background: url(images/s_back.png);
	background-repeat:no-repeat;
	border:none;
	width:35px;
	height:36px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	cursor: pointer; /* hand-shaped cursor */
	}

.lupa:hover {
	background: url(images/s_back.png);
	
	background-repeat:no-repeat;
	}



------------------ */
/* =Menu
---------------------------------------------------------*/

#trimenu {
	width:940px; 
	height:45px;
	float:left;
	padding: 0px;
	display: block;
	float: left;
	margin: 0px 0px 0px 35px;
	position:relative;

	

}
#trimenu .triomenu,
div.tmenu {
	font-size: 13px;
	width: 930px;
	position:absolute;
bottom:1px;
margin-left:35px;
}
#trimenu .triomenu ul,
div.tmenu ul {
	height:45px;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#FFF;
	font-size: 13px;
}

#trimenu .triomenu li,
div.tmenu li {

	background-image: url(img/trimenu.png);
	background-repeat:no-repeat;
	float: left;
	position: relative;
	font-size: 13px;
	display:inline-block;
	width:310px;
	height:45px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
#menu-item-57  {

	
	background-position:0px 0px;
	
	
}
#menu-item-57:hover {
	background-position:0px -45px;
	
}

#menu-item-56 {
	background-position:-310px 0px;
	
	
}
#menu-item-56:hover {
	background-position:-310px -45px;
	
}

#menu-item-55 {

	background-position:-620px 0px;

	
}
#menu-item-55:hover {
	background-position:-620px -45px;
	
}
#trimenu a {
	font-size:16px;
	font-weight:bold;
	text-shadow: 0px 2px 3px #fff;
	color: #8a1d1c;
	display: block;
	padding: 20px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display:inline-block;
	height:25px;
	width:210px;
	text-align:left;
}
#trimenu ul ul {
	
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#trimenu ul ul li {
	min-width: 180px;
}
#trimenu ul ul ul {
	left: 100%;
	top: 0;
}
#trimenu ul ul a {
	display:inline-block;
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#trimenu li:hover > a,
#trimenu ul ul :hover > a {
	color:#fff;
	text-shadow: 0px -1px 0px #000;
	
}
#trimenu ul li:hover > ul {
	display: block;
}
#menu-item-57.current_page_item > a,
#menu-item-57.current-menu-ancestor > a,
#menu-item-57.current-menu-item > a,
#menu-item-57.current-menu-parent > a {
		background-image: url(img/trimenu.png);
	background-repeat:no-repeat;
	background-position:0px -45px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;
}

#menu-item-56.current_page_item > a,
#menu-item-56.current-menu-ancestor > a,
#menu-item-56.current-menu-item > a,
#menu-item-56.current-menu-parent > a {
	
		background-image: url(img/trimenu.png);
	background-repeat:no-repeat;
	background-position:-310px -45px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;

}

#menu-item-55.current_page_item > a,
#menu-item-55.current-menu-ancestor > a,
#menu-item-55.current-menu-item > a,
#menu-item-55.current-menu-parent > a {
	
		background-image: url(img/trimenu.png);
	background-repeat:no-repeat;
	background-position:-620px -45px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;

}

#menu-item-55 a {
	height:25px;
	width:240px;
	padding: 20px 0px 0px 70px;

}

#menu-item-55 a:hover {
	height:25px;
	width:240px;
	padding: 20px 0px 0px 70px;

}



* html #trimenu ul li.current_page_item a,
* html #trimenu ul li.current-menu-ancestor a,
* html #trimenu ul li.current-menu-item a,
* html #trimenu ul li.current-menu-parent a,
* html #trimenu ul li a:hover {
	color: #fff;
}


. {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5x; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	text-decoration:none;
	margin:20px 0px 0px 0px;
	font-weight:bold;
	color:#000;
	padding: 5px 15px 5px 15px;
	text-shadow: 0px 1px 0 #fff;
	border: solid 1px #fddfcd;
	background: #f8ae84;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbc19f), to(#f69a68));
	background: -moz-linear-gradient(top,  #fbc19f,  #f69a68);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc19f', endColorstr='#f69a68');
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);

	
}
. {
	background: #f2712e;
	background: -webkit-gradient(linear, left top, left bottom, from(#f79d6c), to(#f2712e));
	background: -moz-linear-gradient(top,  #f79d6c,  #f2712e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79d6c', endColorstr='#f2712e');
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
}
. {
	background: #f8ae84;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbc19f), to(#f69a68));
	background: -moz-linear-gradient(top,  #fbc19f,  #f69a68);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc19f', endColorstr='#f69a68');
}



#claim{
	background-image: url(img/sa_logo.png);
	width: 226px;
	height: 33px;
	float:right;
	margin:0px 0px 0px 0px;
	display:block;
	bottom:0px;
	position:absolute;
	bottom:10px;
	right:10px;


	}


#social { display: block;
    float: right;
    height: 30px;

    vertical-align: bottom;
    width: 400px;
	}

#social_con {
	position:relative;
	overflow:hidden;
	height:100px;
	width:750px;
	float:right;
	margin-right:35px;}






/* =Menu
-------------------------------------------------------------- */

#pmenu {
	width:520px; 
	height:50px;
	float:left;
	padding: 0px;
	display: block;
	float: left;
	margin: 15px 0px 0px 0px

}
#pmenu .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#pmenu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#FFF;
	font-size: 13px;
}
#pmenu .menu-header li,
div.menu li {
	background-image: url(img/roz.png);
	background-repeat:no-repeat;
	float: left;
	position: relative;
	font-size: 13px;
	display:inline-block;
	height:30px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	
}
#pmenu a {
	text-shadow: 0px -1px 0 #666;
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 20px;
	text-decoration: none;
}
#pmenu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#pmenu ul ul li {
	min-width: 180px;
}
#pmenu ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#pmenu li:hover > a,
#pmenu ul ul :hover > a {
	color:#333;
	text-shadow:none;
		background: #fbc3a1; /* for non-css3 browsers */ 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc3a1', endColorstr='#f69a68'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fbc3a1), to(#f69a68)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fbc3a1,  #f69a68); /* for firefox 3.6+ */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
-moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  text-shadow: 0px 1px 2px #fff;
}
#pmenu ul li:hover > ul {
	display: block;
}
#pmenu ul li.current_page_item > a,
#pmenu ul li.current-menu-ancestor > a,
#pmenu ul li.current-menu-item > a,
#pmenu ul li.current-menu-parent > a {
		color:#333;
	text-shadow:none;
		background: #fbc3a1; /* for non-css3 browsers */ 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc3a1', endColorstr='#f69a68'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fbc3a1), to(#f69a68)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fbc3a1,  #f69a68); /* for firefox 3.6+ */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
-moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  text-shadow: 0px 1px 2px #fff;
}
* html #pmenu ul li.current_page_item a,
* html #pmenu ul li.current-menu-ancestor a,
* html #pmenu ul li.current-menu-item a,
* html #pmenu ul li.current-menu-parent a,
* html #pmenu ul li a:hover {
	color: #fff;
}


#sidebar {
	width:285px;
	float:left;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	height:auto;
	}
	
#sidebar_con {
	width:285px;
	float:left;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	height:auto;
	}
	
#sidebar_con a {
color:#8A1D1C;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
}

#sidebar_con h2 {
	 
    color: #8A1D1C;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 5px 5px 0px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
	width:285px;
	}
.searchresult {
	    color: #8A1D1C;

    font-size: 14px;
    font-weight: bold;
 
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;

	}
#sidebar ul {
	width:275px;
	list-style: none;
	margin: 0;
}

#sidebar  li {
	border-bottom:solid 1px #8A1D1C;
	padding:6px 5px 5px 5px;
	margin:0px 5px 0px 0px;
	width:275px;
	display:inline-block;
	float: left;
	position: relative;
}

#sidebar  li:first-child {
	border-top:solid 1px #8A1D1C;

}



#sidebar a {
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	line-height:1.4em;
	color:#8A1D1C;
}

#sidebar ul ul {
	margin-left:10px;
	margin-top:10px;
	left: 0;
	
	float: left;
	width: 250px;
	z-index: 99999;
	
}

#sidebar ul ul li {
	width: 250px;
	background-image:none;
	font-size:1em;
	}
#sidebar ul ul li:first-child {
	border-top:solid 1px #8A1D1C;
	}

#sidebar ul ul li a {
	text-shadow:none;	
	line-height: 18px;
	}

#sidebar ul ul li:hover a {
	
	color:#000;
	
}

#sidebar ul ul li:first-child a{
	}

#sidebar ul ul li:last-child a{
border-bottom: none;	
}
#sidebar ul ul ul {
	left: 100%;
	top: 0;
}
#sidebar ul ul a {

	line-height: 1em;
	height: auto;
	margin:0px;
}
#sidebar li > a
 {

	 background-image:url(img/line_menu.png);
	 background-position:left;
	 background-repeat:no-repeat;

}

#sidebar li:hover > a,
#sidebar ul ul :hover > a {
	color: #000;
	
}
#sidebar ul li:hover > ul {
	display: block;
}
#sidebar ul li.current_page_item > a,
#sidebar ul li.current-menu-ancestor > a,
#sidebar ul li.current-menu-item > a,
#sidebar ul li.current-menu-parent > a {
	color: #000;
}
* html #sidebar ul li.current_page_item a,
* html #sidebar ul li.current-menu-ancestor a,
* html #sidebar ul li.current-menu-item a,
* html #sidebar ul li.current-menu-parent a,
* html #sidebar ul li a:hover {
	color: #000;
}

.sipka{
	width:9px;
	height:9px;
	display:block;
	float:right;
background-image:url(img/sipka.png);
margin-top:5px;
margin-left:5px;
	}



/* Content ********************************************************************/

#wrapper{	
	margin: 0px auto 0px;
	padding: 0px;
	}

#image{
	background: url(img/foto.jpg);
	width: 960px;
	height: 345px;
	margin: 0px auto 0px;
	padding: 0px;
	}



#content{	
	width: 960px;
	min-height: 350px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#page {
	padding:5px;
	width:610px;
	
	float:right;
	margin-bottom:80px;
	}
	
#page a {
	text-decoration:none;
	color:#8A1D1C;
	}
#page a:hover {
	color:#000;
	}
/* atr?list ********************************************************************/

#wps{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
	width:290px;
	height:250px;
	float:left;
	margin:10px 10px 10px 5px;
	
	
}
#wps:hover{

color: #FFFFFF;

}


#wps a {
	
	display:block;
	

	line-height:26px;
	font-size:16px;
	font-weight:bold;

	color: #8A1D1C;

	
	}


	


.atr {
	padding:5px 5px 5px 5px;}



div.img_l{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
	width:600px;
	height:350px;
	float:left;
	margin:10px 0px 30px 5px;

}

.img_l{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */

	float:left;
	margin:0px 0px 30px 0px;
		-moz-box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
  border:5px solid #fdd6be;
	
}



div.dess2{

	position:absolute; /* absolute position (so we can position it where we want)*/
	top:10px; /* position will be on bottom */
	right:10px;
	background-color:#079045;
	/* styling bellow */
	margin-bottom:10px;

	border:solid 3px #fff;
	float:right;

	}
div.green, div.red, div.blue{

	position:absolute; /* absolute position (so we can position it where we want)*/
	top:10px; /* position will be on bottom */
	right:10px;
	/* styling bellow */
	margin-bottom:10px;
	border:solid 3px #fff;
	float:right;

	}
div.green	{
	background-color:#079045;}
div.red{
	background-color:#b01f86;

	}
div.blue{


	background-color:#0089d0;


	}
p.tag{
	
	color:#FFF;
	font-size:16px;
	padding:10px;
	margin:0px;
	font-weight:bold;
}







#sidebar{
	padding:5px;
	width:300px;
	min-height: 350px;
	float:left;
	margin-bottom:80px;
	}
	
#page_con{

	width: 930px;
	min-height: 350px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#page_con p{
	padding: 0px 5px 10px 5px;
	line-height:18px;}


		

h1 {	
color:#8A1D1C;
float:left;
font-size:18px;
font-weight:bold;
padding: 5px 5px 5px 10px;
margin:0px 0px 10px 0px;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
display:inline-block;
width:275px;
border-bottom:solid 1px #8A1D1C;
	}

h1.page {	
color:#8A1D1C;
float:left;
font-size:16px;
font-weight:bold;
padding: 5px 5px 5px 10px;
margin:10px 0px 10px 0px;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
display:inline-block;
width:100%;
border-bottom:solid 1px #8A1D1C;
	}

#page h3 {	
color:#8A1D1C;

font-size:22px;
font-weight:bold;
padding: 5px 5px 5px 10px;
}

#page ul {
	list-style-type:disc;
	padding: 5px 5px 5px 30px;}

#page ul li {

	padding: 5px 0px 5px 0px;}



#content li {
	
	
	display:inline-block;
	width:300px;
	margin:0px 0px 80px 15px;
	vertical-align:top;
	
		}
#content p {
	padding: 0px 10px 10px 10px;
		}

#content a {
color:#8A1D1C;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
}

.cena  {
	font-size:16px;
	color:#8A1D1C;
	font-weight:bold;
	
	margin:0px;}
.sub {font-size:12px;
	color:#8A1D1C;
	
	}

/* Footer ********************************************************************/

#footer{
	  position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
	background: url(img/foot_bg.png);

	margin: 0px auto 0px;
	padding: 0px;
	height:66px;
	width:100%;

	}

#foot{
	width: 910px;
	height: 66px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px;
	padding: 0px;
	}
.mail{
	margin:20px 0px 0px 10px;
	float:left;
	font-size:14px;
	font-weight:bold;
	
	text-decoration:none;
	text-shadow: 0px 1px 0 #fff;}
	
.phone{
	margin:20px 0px 0px 10px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#8a1d1c;
	text-shadow: 0px 1px 0 #fff;}
	
	
.imail{
	margin:12px 0px 0px 40px;
	float:left;}
	
.iphone{
	margin:9px 0px 0px 0px;
	float:left;}	
	
.legal{
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin-top:20px}	
	
	
#footer a{
	color:#8a1d1c;
	text-decoration:none;
	}
#footer a:hover{
	text-shadow:0 1px 0 #FFFFFF;
	}	
	
	
/* cform */
#c_form .text, .drop, .tarea {
	display:block;
	float:left;

background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #C7C8CA;
padding:3px;
vertical-align:top;
width:300px;
}

#c_form .aarea {
	background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #C7C8CA;
padding:3px;
vertical-align:top;
width:300px; 
height:100px;}




#c_form .text:hover {
	

}

#c_form .drop:hover {
	

}
#c_form .text:focus {
	

}

#c_form .drop:focus {
	

}

#c_form .popis {
	margin-left:10px;
color:#404040;
font-weight:bold;
font-size:14px;
width:120px;
padding: 3px 0px 0px 0px;
vertical-align:top;
text-align:left;


}

#c_form .req {
	padding-top:3px;
color: #900;
display:inline-block;
width:100px;
font-size:12px;
vertical-align:top;
text-align:left;


}

#c_form .nadpis {
color:#0F75BC;
font-size:18px;
width:120px;
vertical-align:top;
text-align:left;


}
#c_form .sub{
height:25px;
margin:5px 0 0;
padding:0;
width:100px;}

#c_form td {
	padding:5px 5px 5px 5px;

}
	
	/* table ********************************************************************/
	
td{
	vertical-align:top;
	
	padding:5px 10px 5px 10px;
	}


	
.partner {
	color:#8A1D1C;
	border-bottom:solid 1px #666;}	
	
.cennik {
	border: 1px #8A1D1C;}
	
.head {
	background-color:#fdd6be;
	font-weight:bold;}
	
.foto{
	width:20%;}
.meno{
	width:40%;}
.cena{
	width:40%;}

.prof{
	display:inline-block;
	margin: 30px 0px 0px 10px;
	font-size:18px;
	font-style:oblique;
	color:#8A1D1C;
	line-height:26px;}
#page td {
	vertical-align:top;
	padding:5px;}
