@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;  /* POTREBNÉ PRE FULL HEIGHT */
	
	/* PÍSMO */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;

	/* POZADIE */
	background-position: center center;
	background-attachment:fixed;
	background-image:url('body-bg.jpg');

	}


/*  IE PNG FIX */

img { 
    behavior: url('iepngfix.htc');
}


/***  ----------------     Tag definitions      -----------------    ***/
a {
    color: #000000;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    margin: 0px;
}

h2 {
    margin: 15px 5px 20px;
    font-size: 18px;
    font-weight: normal;
}

h3 
{
	background-image:url('default-kvet-small.png');
	_background-image:url('default-kvet-small.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 30px;
	padding-top: 16px;
	color: #B31E24;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 0px;
    display: block;
    margin-bottom:10px;
}

h4 
{
	color: #B31E24;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 0px;
    margin-bottom:10px;
}


/***  ----------------       Page styles       -----------------    ***/

div.body {
	width: 1000px;
}


div.left {
    float: left;
}

div.right {
    float: right;
}

div.top-container-left
{
	float: left;
  width:317px;    
  height:330px;
  /*margin-left:6px;*/
}

div.top-container-left a 
{
	color: #ffffff;
}

div.top-container-right
{
	float: right;
  width:317px;
  height:330px;
}

div.top-container-right a 
{
	color: #ffffff;
}

div.text-right {
    text-align: right;
}

div.clear {
    clear: both;
}



/***  ----------------   Header & menu styles  -----------------    ***/
	
.header {
	height: 30px;
	vertical-align: baseline;
	margin-bottom: 5px;
	line-height:14px;
}

.header a{
	color: #b31e24;
	text-decoration: none;
}

.header a:hover.lng{
	text-decoration: underline;
}

.header a.lng-active{
	text-decoration: underline;
}

div.redline{
	border-top: 2px solid #b31e24;
	line-height:14px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.logo {
    border-right:5px solid #B31E24;
    padding:5px 15px 3px 10px;
    _padding:5px 15px 13px 10px;
    margin-right: 3px;
}

.main_menu {
	text-align: left;
	height: 73px;
	line-height:14px;
}	
	
div.menuitem_on a {
	width: 128px;
	_width: 140px;
	height: 45px;
	padding: 14px;
	
	float: left;
	display: block;
	
	background-color: #b31e24;
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
	_height: 56px;                 /* IE 6 FIX*/
}

div.menuitem_off a {
	width: 128px;
	_width: 140px;
	height: 45px;
	padding: 14px;
	
	float: left;
	display: block;
	color: #b31e24;
	font-size:16px;
	text-decoration: none;
}

div.menuitem_off a:hover {
	width: 128px;
	_width: 140px;
	height: 45px;
	padding: 14px;
	
	float: left;
	display: block;
	
	background-color: #b31e24;
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
}

span.menu_about {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
}

.vitajte {
	font-size: 36px;
	line-height: 87px;
}



/***  ----------------       Boxes styles       -----------------    ***/


.contents {
	text-align: left;
	width: 316px;
	float: left;
}
	
.thirdbox {
    width: 316px;
    _width: 290px;                /* IE 6 FIX*/
	padding: 10px;
	_padding: 10px 0px;           /* IE 6 FIX*/
	_margin-left: 7px;            /* IE 6 FIX*/
}

div.search {
    border-bottom: 2px solid #000000;
    padding: 0px 0px 20px 10px;
}

form.search-form input.search {
    border: 1px solid #000000;
    background-color: #b31e24;
    color: #FFFFFF;
    width: 185px;
    height: 16px;
    font-size:12px;
    padding: 2px 5px 0px;
}

form.search-form input.submit {
    position: relative;
    top: 6px;
    _top: 4px;                /* IE 6 FIX*/
    padding-top: 3px;
}

form.search-form select {
    border: 1px solid #000000;
    background-color: #b31e24;
    color: #FFFFFF;
    width: 197px;
    height: 16px;
    font-size:12px;
    margin-top: 5px;
}

form.search-form label {
    font-size: 11px;
}


.searchbox {
    padding: 10px 0px 4px 0px;
    margin-right: 10px;
    border-bottom: 2px solid #000000;
}

div.new-offers {
    padding-left: 10px;
}

div.new-offers div.offer {
    border-bottom: 1px solid black;
    padding: 5px;
}

div.new-offers div.offer a {
    font-size: 14px;
    text-decoration: none;
}

div.all-offers {
    margin-top: 4px;
    padding-right: 10px;
}


.H1_box {
	font-size:24px;
}

.H2_box {
	font-size:14px;
	font-weight: bold;
	text-align:left;
}

.halfox_text {
	color: #FFFFFF;
	padding-left: 130px;
	/*_padding-left: 135px;*/                /* IE 6 FIX*/
}

.halfox_text p 
{
	width: 190px;
}
	
.disabled {
	color:#999999;
	text-decoration:line-through;
}



/***  ----------------       Content styles       -----------------    ***/

div.container {
    padding: 0px 0px 20px 0px;
    width: 675px;
    float: right;
    
}

div.container-top 
{
	background: #E67F2A
}

div.contact-text {
    text-align: left;
    color: #b31e24;
    width: 300px;
    padding: 15px 8px 0px 8px;
    height: 100px;
}

div.content {
    width: 675px;
    text-align: left;
    /*margin: 0px 10px 0px 0px;*/
}

div.article {
    padding: 25px 15px;
    text-align:left;
} 

div.article h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}

span.name {
    font-size: 14px;
    font-weight: bold;
}

div.white-line {
    margin-bottom: 2px;
    border-bottom: 2px solid #FFFFFF;
}

div.footer {
    text-align: left;
    font-size: 10px;
    background-color: #FFFFFF;
    color: #b31e24;
    padding: 5px 15px;
    height: 50px;
}

div.footer img 
{
	vertical-align:bottom;
}

.right_align 
{
	text-align:right;
}

img.trinso-logo
{
	vertical-align:middle;
}

div.duobox1 {
    width: 315px;
    /*_width: 290px; */                /* IE 6 FIX*/
    background-color: #e6812f;
    text-align: left;
}

div.duobox2 {
    width: 650px;
    /*_width: 630px; */               /* IE 6 FIX*/
    margin-left: 30px;
}

div.topbox {
    background-color: #e78332;
    padding-left: 21px;
}

div.topbox img.ie6fix
{
	_margin-right: -7px;
}

div.topbox a.search-for-work {
    display:block;
    height:80px;
    margin-left:500px;
    position:relative;
    top:-105px;
    width:147px;
    /*border: solid 1px red;*/
    text-decoration:none;
}

div.topbox div.topbox-text {
    color: #ffffff;
    padding-bottom: 1px;
    margin-left: 130px;
    text-align: left;
    padding-right: 40px;
    padding-top:105px;
}

div.topbox div.topbox-text a{
    color: #ffffff;
}

.default_header_banner 
{
	padding-left:110px;	
}

.default_header_banner img
{
	_height:110;
	_width:544;	
}

.banner_text 
{
	font-size: 35px;
	padding: 60px 0px 35px 10px;
	color: #B31E24;
    font-weight: normal;
}

.contact_banner img 
{
	margin-bottom:10px;
	_height: 105px;
	_width: 544px;
}

div.bottombox {
    text-align: left;
    padding: 10px 20px 20px;
}

div.bottombox
{
	line-height: 20px;
}

div.bottombox h3 {
	color: #B31E24;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 0px;
}

div.bottombox div.services {
    width: 310px;
}

div.bottombox div.service-entry {
    width: 267px;
    padding-bottom: 1px;
}

div.bottombox div.service-entry h3 {
    color: #B31E24;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 0px;
}

div.redbox {
    background-color: #B31E24;
    color: #ffffff;
    padding: 25px 10px 10px;
    margin-bottom: 10px;
}

div.redbox a{
    color: #ffffff;
}

div.redbox p{
    line-height: 20px;
    padding: 5px 10px 5px 20px;
	text-align: left;
}

div.orangebox {
    padding: 20px 10px 10px;
    border-bottom: 1px solid #ffffff;
}

div.orangebox-text {
    padding-left: 18px;
    color: #ffffff; 
}

div.orangebox-text p {
    line-height: 20px;
}

div.orangebox-text h2 {
    margin: 5px 0px;
    font-size: 14px;
    font-weight: bold;
}

div.orangebox-text div.aim {
    padding-left: 10px;
}

div.orangebox-text div.aim a {
    text-decoration: none;
    color: #ffffff;
    line-height: 15px;
}

div.orangebox-text div.all-aim a {
    color: #ffffff;
}

div.orangebox-button a{
    padding: 10px 15px;
    border-top: 1px solid #ffffff;
    display: block;
}

div.orangebox-button a:hover {
    background-color: #B31E24;
}

.ButtonAdd
{
	padding-right: 13px;
	top:-52px;
	margin-left: 5px;
	position:relative;
	background-image: url(add.png);
	background-position:right;
	background-repeat: no-repeat;
	cursor:pointer;
}

.ButtonRemove
{
	position:relative;	
	margin-right: 3px;
	padding-left: 13px;
	padding-bottom: 1px;
	background-image: url(remove.png);
	background-position:left;
	background-repeat: no-repeat;
	cursor:pointer;
}

.ButtonAddToCart
{
	font-weight:normal;
	font-size:larger;
}

.Fieldset
{
	text-align:center;
}

.LinkDownload
{
	background-image:url(pdf_icon_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:3px;
	padding-left:22px;	
}

.List, .Pager
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #464646;
}

.List
{
	border-style:none;
	border-width:0px;
}

.List td
{
	padding:2px;
}

.List .FirstColumn
{
	width:8%;
	text-align:right;
	padding-right:20px;
}

.List .ThirdColumn
{
	width:15%;
	text-align:right;
}

.jobShop
{
	font-size:16px;
	padding-top:0px;
	margin-top:2px;
}

.TableJobDetail
{
	border-width:0px;
	border-style:none;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.TableJobDetail td
{
	width:22%;
	height:20px;
	font-size:11px;
}

div.bottomBanner img
{
	padding-left: 15px;
}

.flowerList li 
{
	list-style-image: url('default-kvet-small.png');
	line-height:20px;
	_list-style-image: url('default-kvet-small.gif');
}

.address span 
{
	font-weight:bold;	
	font-size: 17px;
}

/** Footer navigation menu start **/

#footer_nav_menu ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#footer_nav_menu li
{ 
	/* all list items */
	float: left;
	padding: 0px 14px 10px 14px;
	margin: 0px;
	width: auto;
	height: auto;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	border: 0px;
	text-align: center;
	display: block;
	vertical-align:middle;
 }

#footer_nav_menu li a {
	/* all links, inside of list items */
	font-family: arial, tahoma, verdana;	
	margin-top:0px;
	padding: 0px;
	margin-bottom:auto;
	font-weight: normal;
	text-decoration: underline;
	text-transform: capitalize;
	vertical-align:middle;
	cursor:pointer;
	font-size:13px;
}

#footer_nav_menu li a#houseMenuCurrentLink {
	font-weight: bold;
	font-size:18px;
	color:#B31E24;
}

#footer_nav_menu li a:hover 
{
	text-decoration:none;
}

/** Navigation menu end **/