/*
	Zalozitspolocnost.sk
	========================================================================

	media: screen, projection
	browser: all

	------------------------------------------------------------------------
	
	Version: 04-23-2009
	Last edit: Jozef Benko

*/
 
/*  [+] General ============================================================  */
 

	/* global reset */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
	abbr, acronym, address, big, cite, code, del,
	dfn, em, font, img, ins, kbd, q, s, samp, small,
	strike, strong, sub, sup, tt, var, b, u, i,
	center, dl, dt, dd, ol, ul, li, fieldset, form,
	label, legend, table, caption, tbody, tfoot,
	thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0; 
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}

	del {
		text-decoration: line-through;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	html {
		font-size: medium;
	}

	body {
		color: #333;
		background: #fff url('../images/bg_body.gif') center top repeat-x;
		font: normal normal 67.5%/1.4 Arial, Helvetica, sans-serif;
	}
	
	body#home {
		background-image: url('../images/bg_body_home.gif');
	}
	 
	/*  [+] headings and paragraphs -----------------------------------------  */
	
	h1 {
		font-weight: normal;
	}
	
	h2 {
		font-weight: normal;
	}
	
	h3 {
		font-weight: normal;
	}
	
	h4 {
		font-weight: normal;
	}
	
	p {
	}

	/*  [+] forms -----------------------------------------------------------  */
	
	input, textarea, select {
		color: #333;
		font: normal normal 1em/1.3 Arial, Helvetica, sans-serif;
	}
	
	/*  [+] links -----------------------------------------------------------  */
	
	a {
		color: #419200;
		text-decoration: underline;
	}
	
	a:hover {
		color: #2c6200;
	}
	
	/*  [+] others ----------------------------------------------------------  */
	
	hr, .hide {
		position: absolute;
		top: -999em;
		left: -999em;
	}

/*  [+] General elements ====================================================  */


	/* clearfix */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.clear {
		clear: both;
	}

	/* image replacement */

	/* gilder method  */
	
	.ir {
		display: block;
		overflow: hidden;
		position: relative;
	}
	
	.ir span {
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: transparent no-repeat left top;
	}

	/* phark method */
	
	.ir_p {
		display: block;
		overflow: hidden;
		background: transparent no-repeat left top;
		text-align: left;
		text-indent: -1000em;
	}


/*  [+] Layout ==============================================================  */

	#outer {
		background: url('../images/bg_outer.png') center bottom repeat-x;
		font-size: 1.3em;
	}

	#wrapper {
		width: 880px;
		margin: 0 auto;
		position: relative;
	}

	/*  [+] header -----------------------------------------------------------  */
	
	#header {
		height: 30px;
		padding: 48px 0 47px 20px;
	}
	
	body#home #header {
		background: url('../images/bg_header_home.jpg') left bottom no-repeat;
	}
	
	#header h1, #header h1 span {
		display: block;
		width: 300px;
		height: 30px;
		overflow: hidden;
		position: relative;
		float: left;
		margin-right: 52px;
	}
	
	#header h1 span {
		margin: 0;
		background: url('../images/logo.gif') no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		float: none;
		cursor: pointer;
		margin-right: 0;
	}
	
	#header h1 a {
		text-decoration: none;
	}
	
	#header ul#nav {
		float: right;
		padding-right: 40px;
		font-size: .9em;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	#header ul#nav li {
		float: left;
		margin-right: 11px;
	}
	
	#header ul#nav li span {
		display: block;
		float: left;
		background: #e0e0e0 url('../images/bg_nav_left.gif') no-repeat;
	}
	
	#header ul#nav li a {
		display: block;
		float: left;
		color: #666;
		padding: 0 18px;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
		background: url('../images/bg_nav_right.gif') right top no-repeat;
	}
	
	#header ul#nav li a:hover {
		color: #000;
	}
	
	#header ul#nav li.selected span {
		background: #50b300 url('../images/bg_nav_left_selected.gif') no-repeat;
	}
	
	#header ul#nav li.selected a {
		background: url('../images/bg_nav_right_selected.gif') right top no-repeat;
		color: #fff;
		text-decoration: none;
	}
	
	/*  [+] subheader -------------------------------------------------------  */
	
	#subheader {
		height: 100px;
		background: #09428a url('../images/bg_subheader.jpg') repeat-x;
		padding: 30px 0;
		color: #fff;
	}
	
	body#home #subheader {
		height: 215px;
		background-image: url('../images/bg_subheader_home.jpg');
		padding: 30px 0 35px;
	}
	
	#title, #title span {
		display: block;
		width: 880px;
		height: 100px;
		overflow: hidden;
		position: relative;
	}
	
	#title span {
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.title_home span {
		background-image: url('../images/bg_title_home.jpg');
	}
	
	.title_order span {
		background-image: url('../images/bg_title_order.jpg');
	}
	
	.title_prices span {
		background-image: url('../images/bg_title_prices.jpg');
	}
	
	.title_readymade span {
		background-image: url('../images/bg_title_readymade.jpg');
	}
	
	.title_contact span {
		background-image: url('../images/bg_title_contact.jpg');
	}
	
	.title_readymade_order span {
		background-image: url('../images/bg_title_readymade_order.jpg');
	}
	
	#subheader #order {
		height: 80px;
		margin: 35px 0 0 165px;
	}
	
	#subheader #order h4, #subheader #order h4 span {
		display: block;
		width: 250px;
		height: 20px;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}
	
	#subheader #order h4 span {
		background: url('../images/bg_home_order_title.gif') no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		margin-bottom: 0;
	}
	
	#subheader #order input.text {
		border: none;
		background: #fff url('../images/btn_home_order_input.gif') right top no-repeat;
		background-attachment: scroll;
		width: 140px;
		height: 24px;
		padding: 8px 15px 0;
		display: block;
		float: left;
		font-size: .9em;
		margin: 0;
		overflow: hidden;
	}
	
	#subheader #order input.submit {
		display: block;
		float: left;
	}
	
	/*  [+] content ---------------------------------------------------------  */
	
	#content {
		padding: 40px 0;
		float: left;
		width: 880px;
	}
	
	.column_33, .column_33_last {
		float: left;
		width: 270px;
		margin-right: 30px;
	}
	
	.column_33_last {
		margin-right: 0;
	}
	
	.column_66 {
		width: 610px;
		float: left;
	}
	
	#content h2 {
		color: #07346d;
		font-size: 1.3em;
		margin-bottom: 20px;
	}
	
	#content p {
		margin-bottom: 25px;
	}
	
	#content ol.orderlist {
		margin: -10px 0 25px;
		line-height: 40px;
		background: url('../images/bg_ol.png') 0 8px no-repeat;
		padding-left: 35px;
	}
	
	#content .note {
		width: 270px;
		height: 200px;
		margin: -55px 0 25px -5px;
		background: url('../images/bg_note_home.png') no-repeat;
	}
	
	#content .note_home {
		background: url('../images/bg_note_home.png') no-repeat;
	}
	
	#content .note_prices {
		background: url('../images/bg_note_prices.png') no-repeat;
	}
	
	#content .note_readymade {
		background: url('../images/bg_note_readymade.png') no-repeat;
	}
	
	#content .checklist {
		margin-top: -5px;
		padding-left: 35px;
		line-height: 40px;
		background: url('../images/bg_checklist.png') repeat-y;
	}
	
	/*  [+] form ------------------------------------------------------------  */
	
	#content .message {
		background: url('../images/bg_message.png') no-repeat;
		height: 110px;
		padding: 40px 25px 0;
		color: #50b300;
		margin: -15px 0 20px;
	}
	
	#wrapper #content .message h2 {
		font-size: 1.8em;
		margin-bottom: 5px;
		color: #50b300;
	}
	
	#content form fieldset {
		background: url('../images/bg_fieldset_full.png') center bottom no-repeat;
		padding: 15px 30px 50px;
	}
	
	#content form .legend {
		float: left;
		width: 267px;
		font-size: 1.7em;
		color: #07346d;
		line-height: 1.1;
		background: url('../images/bg_set_1.png') no-repeat;
		height: 45px;
		padding: 5px 0 0 43px;
	}
	
	#content form .set_2 .legend {
		background-image: url('../images/bg_set_2.png');
	}
	
	#content form .set_3 .legend {
		background-image: url('../images/bg_set_3.png');
	}
	
	#content form .set_4 .legend {
		background-image: url('../images/bg_set_4.png');
	}
	
	#content form .set_5 .legend {
		background-image: url('../images/bg_set_5.png');
	}
	
	#content form .legend span {
		display: block;
		font-style: italic;
		font-size: .5em;
		color: #333;
	}
	
	#content form input.text {
		width: 188px;
		padding: 5px;
		border: solid 1px #999;
		margin: 0 20px 15px 0;
		float: left;
	}
	
	#content form textarea {
		width: 298px;
		height: 100px;
		padding: 5px;
		border: solid 1px #999;
		margin: 0 0 15px;
		float: left;
	}
	
	#content form input.text:focus, #content form textarea:focus {
		background-color: #f1faea;
	}
	
	#content form .fields {
		width: 510px;
		float: left;
	}
	
	#content form label {
		font-size: .85em;
		color: #666;
		display: block;
		clear: both;
		margin: 0 0 2px;
	}
	
	#content form label.error {
		float: left;
		clear: none;
		color: #f63;
		width: 250px;
		padding-top: 4px;
	}
	
	#content form ol {
		margin-left: -35px;
		clear: both;
	}
	
	#content form ol li {
		background: url('../images/bg_form_ol_1.png') 5px 20px no-repeat;
		padding: 0 0 20px 35px;
		display: none;
		clear: both;
	}
	
	#content form ol li.item_1 {
		display: block;
		background-image: url('../images/bg_form_ol_1.png');
	}
	
	#content form ol li.item_2 {
		background-image: url('../images/bg_form_ol_2.png');
	}
	
	#content form ol li.item_3 {
		background-image: url('../images/bg_form_ol_3.png');
	}
	
	#content form ol li.item_4 {
		background-image: url('../images/bg_form_ol_4.png');
	}
	
	#content form ol li.item_5 {
		background-image: url('../images/bg_form_ol_5.png');
	}
	
	#content form ol li.item_6 {
		background-image: url('../images/bg_form_ol_6.png');
	}
	
	#content form ol li.item_7 {
		background-image: url('../images/bg_form_ol_7.png');
	}
	
	#content form ol li.item_8 {
		background-image: url('../images/bg_form_ol_8.png');
	}
	
	#content form ol li.item_9 {
		background-image: url('../images/bg_form_ol_9.png');
	}
	
	#content form #addbutton {
		background: url('../images/btn_plus.png') left center no-repeat;
		margin: -10px 0 10px 25px;
		font-size: .9em;
		clear: both;
	}
	
	#content form #addbutton a {
		display: block;
		width: 130px;
		padding-left: 32px;
		color: #3169ae;
		line-height: 25px;
		height: 25px;
		font-weight: bold;
	}
	
	#content form #addbutton a:hover {
		color: #4183d5;
	}
	
	#content form .checkbox {
		clear: both;
		float: left;
		padding-bottom: 10px;
	}
	
	#content form .checkbox input {
		float: left;
		margin-right: 7px;
	}
	
	#content form .checkbox label {
		float: left;
		clear: none;
		width: 150px;
		height: 16px;
		overflow: hidden;
	}
	
	#content form .checkbox label strong {
		color: #3169ae;
	}
	
	#content form .info {
		clear: both;
		color: #999;
		width: 400px;
		margin-bottom: 15px;
		font-size: .9em;
	}
	
	#content form .info h4 {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 5px;
		color: #333;
		font-size: .89em;
	}
	
	#content form .relative {
		position: relative;
	}
	
	#content form .tooltip {
		background: url('../images/bg_tooltip.png') no-repeat;
		color: #fff;
		width: 235px;
		height: 105px;
		position: absolute;
		left: 125px;
		top: 10px;
		padding: 25px 10px 10px 25px;
		font-size: .8em;
		display: none;
	}
	
	#content form .tooltip h4 {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#content form .button {
		padding: 15px 0 10px;
		text-align: center;
	}
	
	#content .column_66 form {
		background: url('../images/bg_form_narrow.png') 0 10px no-repeat;
		width: 572px;
		padding-top: 10px;
	}
	
	#content .column_66 form fieldset {
		background-image: url('../images/bg_fieldset_narrow.png');
		padding-bottom: 60px;
	}
	
	#content .column_66 form .legend_single {
		font-size: 1.4em;
		width: 175px;
		margin: -30px 0 30px -8px;
		padding-left: 8px;
	}
	
	* html #content .column_66 form .legend_single {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	* html #content .column_66 form {
		padding-top: 20px;
	}
	
	#content .column_66 form .fields_50 {
		float: left;
		width: 50%;
	}
	
	#content .column_66 form input.text {
		width: 210px;
	}
	
	#content .column_66 form textarea {
		width: 466px;
		height: 200px;
		margin-bottom: 5px;
	}
	
	#content .column_66 form .info {
		background-color: transparent;
		font-size: .9em;
		width: 100%;
		padding: 10px 0 0;
	}
	
	#content form dl {
		background-color: #f1ffe6;
		color: #50b300;
		padding: 10px 10px 5px;
		margin-bottom: 15px;
		border: solid 1px #abdb85;
		width: 178px;
	}
	
	#content form dt {
		font-size: .80em;
	}
	
	#content form dd {
		padding: 0 0 5px 10px;
	}
	
	/*  [+] table -----------------------------------------------------------  */
	
	.table table {
		width: 590px;
		border-spacing: 1px;
		border-collapse: separate;
	}
	
	.table table a {
		color: #09428a;
	}
	
	.table table a:hover {
		color: #4982ca;
	}
	
	.table th, .table td {
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}
	
	.table th {
		background: url('../images/bg_th.png');
	}
	
	.table th.left {
		background: url('../images/bg_th_left.png') repeat-y;
	}
	
	.table th.right {
		background: url('../images/bg_th_right.png') right top repeat-y;
	}
	
	.table td {
		background: url('../images/bg_td.png');
	}
	
	.table td.left {
		background: url('../images/bg_td_left.png') repeat-y;
	}
	
	.table td.right {
		background: url('../images/bg_td_right.png') right top repeat-y;
	}
	
	.table .ico {
		font-size: .8em;
		text-align: center;
	}
	
	.table .price {
		text-align: right;
	}
	
	.table .state {
		text-align: center;
		font-size: .89em;
	}

	.table .link {
		text-align: center;
		font-size: .89em;
	}
	
	/*  [+] prices ----------------------------------------------------------  */
	
	.readymade_prices {
		background: url('../images/bg_readymade_prices.gif') no-repeat;
		width: 572px;
		height: 60px;
		color: #2f7200;
		margin: 0 0 40px;
	}
	
	.readymade_prices h3 {
		color: #2f7200;
		font-size: 1em;
		font-weight: bold;
		width: 210px;
		text-align: center;
		float: left;
		line-height: 60px;
	}
	
	.readymade_prices p {
		line-height: 60px;
		text-align: center;
		float: right;
		width: 356px;
		padding-right: 5px;
	}
	
	.readymade_prices p a {
		color: #2f7200;
		font-weight: bold;
	}
	
	.readymade_prices p a:hover {
		color: #4f9220;
	}
	
	.prices_table {
		width: 572px;
		overflow: hidden;
	}
	
	.prices_table table {
		color: #09428a;
		width: 572px;
	}
	
	.prices_table th {
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.prices_table td {
		width: 30%;
		padding: 20px 10px 0;
		font-size: .9em;
		text-align: center;
		height: auto;
		line-height: 1.4;
		background: #c6e2ff none;
	}
	
	.prices_table tr.prices td {
		padding: 7px 0 0;
		line-height: 1.1;
		font-size: 1.1em;
	}
	
	.prices_table tr.prices td div {
		font-size: 1.7em;
		word-spacing: -5px;
	}
	
	.prices td {
		background: url('../images/bg_prices_td.png') repeat-x;
		height: 60px;
	}
	
	.prices td.left {
		background: url('../images/bg_prices.png') 0 0 no-repeat;
	}
	
	.prices td.right {
		background: url('../images/bg_prices.png') -385px 0 no-repeat;
	}
	
	/*  [+] footer ----------------------------------------------------------  */
	
	#footer {
		clear: both;
		background: #09428a url('../images/bg_footer.gif') repeat-x;
	}
	
	#footer p {
		font-size: .9em;
		width: 880px;
		height: 70px;
		line-height: 70px;
		padding-top: 5px;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		background: url('../images/bg_footer_light.gif') no-repeat;
	}
	
	#footer a {
		color: #fff;
	}
	
	#footer a:hover {
		text-decoration: none;
	}