	* { padding: 0; margin: 0; }
	
	html
	{
		font-family: Tahoma, Verdana, Arial, sans-serif;
		background: url('../images/page_bg.gif') repeat-x #FFFFFF;
		color: #7B7B7B;
		height: 100%;
	}
	
	body
	{
		font-size: 1em;
		background: url('../images/bottom_right_corner.png') no-repeat bottom right;
		min-height: 100%;
	}
	
	a img { border: 0; }
	
	a
	{
		text-decoration: none;
		color: #73ad34;
	}
	
	input, textarea, select
	{
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 1em;
	}
	
	.clear
	{
		clear: both;
		height: 0;
		font-size: 0;
		line-height: 0%;
	}
	
	/* CONTENT STYLES */
	
	.whole
	{
		background: url('../images/blue/top_left_corner.jpg') no-repeat top left;
		/*
		min-height: 650px;
		*/
	}
	
	.container
	{
		position: relative;
		width: 870px;
		margin: 0 auto;
	}
	
	.header
	{
		position: relative;
		height: 100px;
	}
	
	.icons
	{
		position: absolute;
		top: 50px;
		left: 5px;
	}
	
	.icons a
	{
		padding: 0 12px;
		background: url('../images/icon_dot.gif') no-repeat left center;		
	}
	
	.icons a.first
	{
		background: none;
		padding-left: 0;
	}
	
	.logo
	{
		position: absolute;
		right: 0;
		top: 50px;
	}
	
	.left
	{
		float: left;
		width: 120px;
		position: relative;
	}
	
	.content
	{
		float: right;
		position: relative;
		width: 750px;
		font-size: 0.75em;
	}
	
	.content p
	{
		padding: 5px 0;
	}
	
	/* LEFT STYLES */
	
	#menu_nav
	{
		list-style: none;
		list-style-position: inside;
		font-size: 0.875em;
	}
	
	#menu_nav li
	{
	}
	
	#menu_nav li a
	{
		display: block;
		color: #6D6D6D;
		text-decoration: none;
		background: url('../images/left_meniu_bullet.gif') no-repeat left center;
		padding: 4px 5px 4px 23px;
	}
	
	#menu_nav li a:hover, #menu_nav li a.active
	{
		color: #409CC6;
		background: url('../images/left_meniu_bullet_active.gif') no-repeat left center;
	}
	
	#menu_nav li ul
	{
		list-style: none;
		font-size: 0.86em;
	}
	
	#menu_nav li ul a
	{
		padding: 0 5px 2px 23px;
		background: none;
	}
	
	#menu_nav li ul a:hover
	{
		background: none;
		text-decoration: underline;
		color: #6D6D6D;
	}
	/* INDEX STYLES */
	
	.index_blue
	{
		background: url('../images/index_blue_line.jpg') no-repeat;
		width: 749px;
		display: block;
		height: 123px;
		margin-bottom: 8px;
		color: #CBE7EE;
		font-size: 1.2em;
	}
	
	.index_green
	{
		background: url('../images/index_green_line.jpg') no-repeat;
		width: 749px;
		display: block;
		height: 123px;
		margin-bottom: 8px;
		color: #D6F59D;
		font-size: 1.2em;
	}
	
	.index_grey
	{
		background: url('../images/index_grey_line.jpg') no-repeat;
		width: 749px;
		display: block;
		height: 123px;
		margin-bottom: 8px;
		color: #D9D9D9;
		font-size: 1.2em;
	}
	
	.index_blue, .index_green, .index_grey
	{
		/*
		opacity: .80;
		*/
	}
	
	.index_blue span, .index_green span, .index_grey span
	{
		display: block;
		padding: 55px 23px 0 85px;		
		float: left;
	}
	
	.index_blue span
	{
		background: url('../images/index_blue_bullet.gif') no-repeat right bottom;
	}
	
	.index_green span
	{
		background: url('../images/index_green_bullet.gif') no-repeat right bottom;
	}
	
	.index_grey span
	{
		background: url('../images/index_grey_bullet.gif') no-repeat right bottom;
	}
	
	.index_blue:hover, .index_green:hover, .index_grey:hover
	{
		/*
		opacity: 1;
		*/
	}
	
	.footer
	{
		clear: both;
		text-align: right; 
		font-size: 0.69em;
		padding: 15px 0 30px 0;
		position: relative;
	}
	
	/* CENTER STYLES */
	.main
	{
		/*
		min-height: 450px;
		*/
	}
	
	.main_text
	{
		padding: 10px 18px 18px 18px;
	}
	
	.main_text p
	{
		padding: 7px 0;
	}
	
	.main_text backquote
	{
		padding: 0 0 0 20px;
	}
	
	.main_text ul
	{
		list-style-position: inside;
		padding-left: 10px;
	}
	
	.text_title_box
	{
		background: url('../images/text_title_bg.jpg') no-repeat;
		height: 52px;
		width: 749px;
		position: relative;
	}
	
	.text_title_box h1
	{
		color: #CBE7EE;
		font-size: 1.5em;
		font-weight: normal;
		position: absolute;
		left: 20px;
		top: 15px;
		padding-left: 23px;
		background: url('../images/blue/text_title_bullet.gif') no-repeat left center;
	}
	
	/* GALLERY STYLES */
	
	.gallery
	{
		padding: 5px 0;
	}
	
	.gallery_left
	{
		
		background: #FFFFFF;
		text-align: left;
		float: left;
		position: relative;
		font-size: 0;
		line-height: 0%;
	}
	
	.gallery_left img
	{
		border: solid 2px #D6D6D3;
	}
	
	.gallery_right
	{
		float: right;
		position: relative;
		width: 280px;
		padding: 5px 0;
	}
	
	.gallery_right h2
	{
		font-size: 1.2em;
		color: #8CCB59;
		font-weight: normal;
		padding: 10px 0;
	}
	
	.logo_date span
	{
		color: #7CC037;
	}
	
	.gallery_right p
	{
		padding: 7px 0;
	}
	
	.gallery_paging span
	{
		color: #73B62A;
		text-decoration: underline;
	}
	
	.gallery_paging a
	{
		text-decoration: none;
		color: #7B7B7B;
	}
	
	.gallery_paging a:hover
	{
		color: #73B62A;
		text-decoration: underline;
	}
	
	.film_strip
	{
		position: relative;
		margin: 5px 0;
		width: 749px;
		
	}
	
	.bottom_right_corner
	{
		display: none;
	}
	
	#loader
	{
		padding: 10px 30px;
		border: solid 1px #82ae2c;
		position: absolute;
		top: 57px;
		left: 0;		
		background: #FFFFFF;
		text-align: center;
		z-index: 10000;
	}
	
	/* FORM STYLES */
	
	.optional, .required
	{
		padding: 5px 0;
		clear: both;
	}
	
	.optional label, .required label
	{
		width: 140px;
		position: relative;
		float: left;
	}
	
	.optional span, .required span
	{
		color: #73ad34;
	}
	
	.optional input, .optional textarea, .required input, .required textarea
	{
		background: #e5f2f9;
		border: 0;
		padding: 2px 7px;
		font-size: 1em;
		color: #2891bf;              
	}                  
	
	.message, .error_message, .message1
	{
		color: #FFFFFF;
		font-weight: bold;
		border: solid 1px #E90844;
		background: #FF8CA8;
		padding: 6px 10px;
		margin: 2px 0;
		clear: both;
	}
	
	.message2
	{
		color: #8ab536;
		font-weight: bold;
		border: solid 1px #8ab536;
		background: #dceebc;
		padding: 6px 10px;
		margin: 2px 0;
		clear: both;
	}
	
	.message2 a
	{
		text-decoration: underline;
		
	}
	
	input.form_error, textarea.form_error
	{
		background: #F6C0C0;
	}
	
	button.button
	{
		background: none;
		border: 0;
		color: #2891bf;
		cursor: pointer;
	}
	
	.button img
	{
		position: relative;
		margin-bottom: -2px;
		margin-left: 3px;
	}
	
	.price_box
	{
		background: url('../images/prices_bg.gif') repeat-y;
		position: relative;
		color: #FFFFFF;
		margin: 20px -18px 20px 0;
	}
	
	.main_text .price_box
	{
		margin: 20px -18px;
	}
	
	.short
	{
		width: 500px;
	}
	
	.price_inner_box
	{
		/* needed to make green background picture work */
		background: url('../images/price_green_bg.jpg') no-repeat 334px bottom;
	}
	
	
	
	.price_inner_box a
	{
		color: #FFFFFF;
	}
	
	.price_info
	{
		float: left;
		width: 249px;
		display: block;
		position: relative;
		margin-left: 1px;
	}
	
	.price_info_blue
	{
		margin-left: 0;
		background: url('../images/price_blue_bg.jpg') no-repeat top right;
	}
	
	.price_info_green
	{
		width: 250px;
	}
	
	.price_info_orange
	{
		background: url('../images/price_orange_bg.jpg') no-repeat top right;
	}
	
	.price_text
	{
		padding: 18px 22px 20px 22px;
	}
	
	.price_text h2, .price_text h3
	{
		font-size: 1.5em;
		font-weight: normal;
	}
	
	.price_text ul
	{
		list-style: none;
		list-style-position: outside;
		position: relative;
		margin-left: -10px;
	}
	
	.price_text ul li
	{
		display: block;
		background: url('../images/price_bullet.gif') no-repeat 0 0.6em;
		padding-left: 9px;
	}
	
	.price_number1, .price_number2, .price_number3
	{
		display: none;
		position: absolute;
		left: -9px;
		top: -12px;
		width: 35px;
		height: 35px;
	}
	
	.price_number1
	{
		background: url('../images/price_number1.gif') no-repeat;
	}
	
	.price_number2
	{
		background: url('../images/price_number2.gif') no-repeat;
	}
	
	.price_number3
	{
		background: url('../images/price_number3.gif') no-repeat;
	}
	
	a.ordering_link
	{
		display: block;
		padding-top: 3px;
		font-size: 1.3em;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	.extra_link
	{
		position: absolute;
		font-size: 1.5em;
		right: 20px;
		top: 15px;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	.payment_table
	{
		border: solid 1px #000;
		border-width: 1px 0 0 1px;
		margin: 15px 0;
	}
	
	.payment_table th
	{
		border-right: solid 1px #000;
		border-bottom: solid 1px #000;
		padding: 6px 15px;
	}
	
	.payment_table td
	{
		border-right: solid 1px #000;
		border-bottom: solid 1px #000;
		padding: 6px 15px;
	}
	
	.paypal_image
	{
		position: absolute; 
		top: 0; 
		left: 116px;
	}
	
	input.pay_button
	{
		height: 26px;
		width: 125px;
		border: 0;
		background: url('../../img/site/paywithcard.gif') no-repeat;
	}