html {
	height: 100%;
	background: #FBF7D8;
}

body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: Trebuchet MS;
	font-size: 70%;
	line-height: 1.3;
	color: #55646E;
	background: #FBF7D8 url(../img/background.gif) top left repeat-x;
}

a {
	color: #84B1F4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0;
	margin-top: 11px;
	font-size: 12px;
	font-weight: bold;
	color: #F66A00;
}
h3 {
	margin: 0;
	margin-top: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #F66A00;
}
h3 a {
	color: #F66A00;	
}
h4, h5 {
	margin: 0;
	margin-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #F66A00;
}
h6 {
	width: 225px;
	font-size: 11px;
	margin: 0;
	margin-top: 10px;
	padding: 18px 20px 20px 35px;
	font-weight: normal;
	background: #FBF7F2 url(../img/link_arhiv_icon.gif) 20px center no-repeat;	
}

.contenttable {
	width: 488px;
}

/*********************************************************************
*	main wireframe + common elements
*
*********************************************************************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	min-height: 100%;
}

#header {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	padding-left: 79px;
	padding-top: 8px;
	padding-bottom: 21px;
	width: 668px;
	height: 55px;
	background: #F8F6E5 url(../img/header.gif) top left no-repeat;
}

#menu {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	height: 25px;
}	
#main_menu {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	width: 720px;
	height: 25px;
	padding-left: 16px;
	background: #FFF url(../img/menu_left.gif) top left no-repeat;	
}
#menu_right_border {
	position: relative;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 12px;
	height: 25px;
	background: #FFF url(../img/menu_right.gif) top right no-repeat;
}

#spacer {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	height: 36px;
	background: #FFF url(../img/spacer_left.gif) top left no-repeat;
}
#spacer_right_border {
	position: relative;
	display: block;
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 28px;
	height: 36px;
	background: #FFF url(../img/spacer_right.gif) top right no-repeat;
}

#inner_wrapper {
	position: relative;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	height: 100%;
	background: #FFF;
	background: url(../img/inner_wrapper_back.gif) top left repeat-y;
}

#footer {
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto;
	width: 748px;
	height: 40px;
	padding-top: 17px;
	text-align: center;
	background: #FBF7D8 url(../img/footer.gif) top left no-repeat;
}
	#footer .eliksir-logo img {
		margin: 7px 0 7px; 0;
		border: none;
		text-decoration: none;
	}

/************************************************************************
*   index items:
*
*************************************************************************/

#left_border, #right_border {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 513px;
	//height: 100%;
	//min-height: 100%;
}
#left_border {
	height: 513px;
	width: 27px;
	background: transparent url(../img/border_left_main.gif) top right repeat-y;
}
	#left_border_top {
		height: 513px;
		background: transparent url(../img/border_left.gif) top right no-repeat;
	}
	
#right_border {
	height: 513px;
	float: right;
	width: 22px;
	background: transparent url(../img/border_right_main.gif) top left repeat-y;
}
	#right_border_top {
		height: 513px;
		background: transparent url(../img/border_right.gif) top left no-repeat;
	}

#content_wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	display: block;
	float: left;
	width: 699px;
	padding: 0 22px 0 27px;
	height: auto;
	background: transparent url(../img/content_wrapper_back.gif) top left no-repeat;
}
	#main_content_wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		float: left;
		width: 699px;
		height: auto;
		background: transparent url(../img/photo_back_oct_09.gif) top left no-repeat;
	}
		#content_index {
			position: relative;
			display: block;
			margin: 0 auto;
			float: left;
			width: 460px;
			height: auto;
		}
			#subcontent {
				position: relative;
				display: block;
				margin: 0 auto;
				float: left;
				width: 460px;
				height: 581px;
			}
				
				#main_photo {
					position: relative;
					display: block;
					float: left;
					margin: 0;
					width: 460px;
					height: 351px;
				}
				
				#sub_content_container {
					position: relative;
					display: block;
					float: left;
					margin: 0;
					width: 460px;
					height: 200px;
					filter:alpha(opacity=80);
					-moz-opacity:.80;
					opacity:.80;
				}
				#sub_content_left, #sub_content_right {
					position: relative;
					display: block;
					float: left;
					margin: 0;
					width: 220px;
					height: 230px;
					color: #000;
					background: #FFF;
					padding-left: 10px;
				}
				#sub_content_left p.bodytext, #sub_content_right p.bodytext {
					margin: 0;
					margin-bottom: 10px;
				}
				#sub_content_left h1, #sub_content_right h1 {
					margin: 0;
					height: 15px;
					padding: 10px 0 15px 0px;
					font-size: 14px;
					color: #000;
					font-weight: bold;
					font-style: italic;
				}
				.sub_content_right_dynamic, .sub_content_left_dynamic {
					margin: 0;
					padding: 7px 10px 10px 10px;
					height: 90px;
					color: #000;
					background: #FFF;
				}
				.sub_content_right_dynamic a, .sub_content_left_dynamic a {
					color: #3A98D8;
				}
				.sub_content_right_dynamic a:hover, .sub_content_left_dynamic a:hover {
					color: #fff;
				}
				.sub_content_right_dynamic p.bodytext, .sub_content_left_dynamic p.bodytext {
					margin: 0;
					padding: 0;	
				}
				.sub_content_right_dynamic ul, .sub_content_left_dynamic ul {
					margin: 0;
					padding: 0;	
				}
				.sub_content_right_dynamic ul li, .sub_content_left_dynamic ul li {
					margin: 0;
					padding-left: 12px;
					padding-bottom: 4px;
					background: rgb(238, 246, 252) url(../img/bullet.gif) 0 4px no-repeat;
					list-style: none;
				}
				.vec {
					padding-left: 7px;
					padding-bottom: 8px;
					background: #FFF;
				}
				.vec a {
					filter: none;
				}

	#actual_style_news {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 239px;
		height: 580px;
		float: right;
		padding-top: 0;
		color: #000;
		/* background: #000; */
	}
		#actual_style {
			position: relative;
			display: block;
			float: right;
			margin: 5px 5px 5px 0;
			width: 207px;
			height: 321px;
			filter: alpha(opacity=80);
			-moz-opacity: .80;
			opacity: .80;
			padding: 10px;
			background: #FFF url(../img/la_vision_stil_back_notxt.gif) top left no-repeat;
			/* background: #FFF; */
		}
			#actual_style_inner {
				position: relative;
				display: block;
				float: left;
				margin: 0;
				margin-top: 41px;
				margin-left: 71px;
			}
			#actual_style_more_serapis {
				position: relative;
				display: block;
				float: left;
				margin: 0;
			}
				.more {
					position: relative;
					display: block;
					float: left;
					margin: 0;
					width: 88px;
					height: 29px;
					padding-top: 17px;
					padding-left: 9px;
				}
				.serapis {
					position: relative;
					display: block;
					float: right;
					margin: 0 0 0 0;
					width: 120px;
					height: 26px;
					padding: 10px 6px 0 0;		
				}
		#news {
			position: relative;
			display: block;
			margin: 0 auto;
			float: left;
			width: 219px;
			height: 220px;
			filter: alpha(opacity=80);
			-moz-opacity: .80;
			opacity: .80;
			background: #FFF;
			padding: 0 10px 10px 10px;
		}
		#news h1 {
			margin: 0;
			height: 15px;
			padding: 10px 0 9px 0px;
			font-size: 14px;
			color: #000;
			background: #FFF;
			font-weight: bold;
			font-style: italic;
		}
		.news_dynamic {
			position: relative;
			display: block;
			margin: 0 auto;
			float: left;
			width: 219px;
			height: 124px;
			color: #000;
		}
		.news-latest-item {
			margin: 0;
			padding-top: 5px;
		}
		.news-latest-item h4 {
			margin: 0;
		}
		.news-latest-item h4 a {
			font-size: 12px;
			font-weight: bold;
			color: #3A98D8;
		}
		.news-latest-item h4 a:hover {
			color: #fff;
			text-decoration: none;
		}	
		.news-latest-item h5 {
			margin: 0;
			font-size: 11px;
			font-weight: bold;
			color: #000;
		}
		.news-latest-item p.bodytext {
			margin-top: 7px;
			margin-bottom: 10px;
			color: #000;
		}
		#sub_box_novice {
			margin-top: 15px;
		}


/***************************************************************
*   subpage items:
*
****************************************************************/
#left_border_sub, #right_border_sub {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	//height: 513px;
	height: 100%;
	//min-height: 100%;
}
#left_border_sub {
	width: 27px;
	background: transparent url(../img/border_left_main.gif) top right repeat-y;
}
	#left_border_top_sub {
		height: auto;
		background: transparent url(../img/border_left.gif) top right no-repeat;
	}
	
#right_border_sub {
	float: right;
	width: 22px;
	background: transparent url(../img/border_right_main.gif) top left repeat-y;
}
	#right_border_top_sub {
		height: auto;
		background: transparent url(../img/border_right.gif) top left no-repeat;
	}

#main_content_wrapper_sub {
	position: relative;
	display: block;
	margin: 0 auto;
	float: left;
	width: 699px;
	height: auto;
}
#lokator_font_print {
	position: relative;
	display: block;
	margin: 0;
	float: left;
	width: 699px;
	height: 21px;
	background: #FFF;
	padding-top: 6px;
	padding-bottom: 7px;	
}
	#lokator {
		position: relative;
		display: block;
		margin: 0;
		float: left;
		width: 562px;
		height: 18px;
		background: #FBF7F2;
		padding-left: 8px;
		padding-top: 4px;
	}
		#lokator a {
			text-decoration: none;
		}
	#font {
		position: relative;
		display: block;
		margin: 0;
		float: left;
		width: 44px;
		height: 9px;
		background: #FBF7F2;
		padding-top: 7px;
		padding-bottom: 7px;
	}
		#font img {
			border: none;
		}
	#print {
		position: relative;
		display: block;
		margin: 0;
		float: left;
		width: 85px;
		height: 19px;
		background: #FBF7F2;
		padding-top: 4px;
	}
		#print a {
			text-decoration: none;
			padding: 0 0 0 11px;
			background: transparent url(../img/print_icon.gif) center left no-repeat;
		}

#content_sub {
	position: relative;
	display: block;
	margin: 0 auto;
	float: left;
	width: 488px;
	height: auto;
	padding-bottom: 15px;
}
	#content_sub h1 {
		margin: 0;
		margin-bottom: 5px;
		padding: 0px 3px 2px 0;
		font-size: 15px;
		color: #55646E;
		font-weight: bold;
		border-bottom: 1px solid #EDEED9;
	}
	#content_sub ul ul {
		margin: 0;
		margin-left: 15px;
		padding: 0;
	}
	#content_sub ul li {
		margin: 0;
		padding-left: 12px;
		background: url(../img/bullet.gif) 0 4px no-repeat;
		list-style: none;
	}
	#content_sub p.bodytext {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.contenttable tr td {
		vertical-align: top;
	}
	#content_sub a img {
		border: none;
	}

#infopush_wrapper {
	position: relative;
	display: block;
	margin: 0;
	float: left;
	width: 200px;
	height: auto;
	padding-left: 11px;
}
#infopush_wrapper p.bodytext {
	margin: 0;
	margin-bottom: 2px;
}
#infopush_wrapper img {
	margin-bottom: 3px;
}
#infopush_wrapper h1 {
	margin: 0;
	height: 15px;
	padding: 6px 0 4px 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
	#lavision_link_slideshow {
		position: relative;
		display: block;
		margin: 0;
		float: left;
		width: 198px;
		height: auto;
	}
	#infopush {
		position: relative;
		display: block;
		float: left;
		margin: 0;
		margin-bottom: 10px;
		width: 198px;
		height: auto;
	}

/******************************************************************************
*         forms                                                               *
*                                                                             *
*******************************************************************************/
/*** old inquiry form ***********************/
.css-mailform {
	position: relative:
	margin: 0;
	float: left;
	padding-top: 20px;	
}
.csc-mailform-label {
	float: right;
	margin: 0;
	margin-top: 10px;
	margin-right: 150px;
}
.csc-mailform-field {
	float: right;
	margin: 3px;
	margin-right: 150px;
}
.csc-mailform-field input {
	color: #5DA9DD;
	background: #EEF6FC;
	border: 1px solid #55646E;	
}
.csc-mailform-field textarea {
	color: #5DA9DD;
	background: #EEF6FC;
	border: 1px solid #55646E;
}
.csc-mailform-submit {
	margin: 0;
	padding: 0px 6px;
	height: 20px;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	color: #5DA9DD;
	background: #EEF6FC;
	border: 1px solid #55646E;
}
/************************************/

/*** new inquiry form ***************/
.obrazec {
	padding-top: 15px;
}
.obrazec input, .subscr_input {
	font-family: "trebuchet ms";
	font-size: 13px;
	color: #55646E;
	background: #F9F5D6;
	border: 1px solid #DFAD84;
}
.err {
	text-align: left; 
	color: #5DA9DD;
	padding-right: 5px; 
	height: 20px;
}
.label {
	text-align: right;
	padding: 5px;
	width: 180px;
}
.label_captcha {
	padding: 5px;
	padding-top: 15px;
	text-align: right;
	width: 180px;	
}
.captcha {
	text-align: left;
	padding-right: 5px;
	padding-top: 15px;
	height: 35px;
}
.submit {
	color: #5DA9DD;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
.chckboxlabel {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 8px;
}
.chckboxwrapper {
	padding-top: 8px;
	padding-bottom: 8px;
}
.chckbox {
	vertical-align: top;
}
.input_textarea {
	font-family: "trebuchet ms";
	font-size: 13px;
	color: #55646E;
	background: #EEF6FC;
	border: 1px solid #5DA9DD;
}
/***********************************/

/***** BB news subscription form ***/
.submit_subscription {
	padding-left: 116px;
}
/***********************************/

/******************************************************************************
*         lavision gallery plugin                                             *
*                                                                             *
*******************************************************************************/
.lavision_gallery_wrapper {
	position: relative;
	display: block;
	margin: 0;
	float: left;
	width: 198px;
	height: 100%;
	background: #FBF7F2;
	border: 1px solid #EDE6DD;
}
	.backward {
		width: 44px;
		height: 110px;
		text-align: center;
		vertical-align: middle;
	}
		.backward a img {
			border: none;
		}
	.main {
		width: 119px;
		height: 182px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		vertical-align: top;	
	}
		.img {	
			width: 119px;
			height: auto;
			text-align: center;
			vertical-align: middle;
		}
	.forward {
		width: 44px;
		height: auto;
		text-align: center;
		vertical-align: middle;
	}
		.forward a img {
			border: none;
		}
		
/****************************************************************************/

/******************************************************************************
*         lavision collection plugin                                          *
*                                                                             *
*******************************************************************************/
#lavision_collection_wrapper{
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	float: left;
	width: 488px;
	height: auto;
}
	#navigator_collection{
		position: relative;
		display: block;
		margin: 0;
		float: left;
		width: 488px;
		height: 34px;
		background: #F0E9DF;
		border-bottom: 2px solid #fff;
	}
		#left{
			position: relative;
			display: block;
			margin: 0;
			float: left;
			width: 453px;
			height: 20px;
			padding-left: 7px;
			padding-top: 6px;
			padding-bottom: 8px;
		}
		#right{
			position: relative;
			display: block;
			margin: 0;
			float: left;
			width: 28px;
			height: 20px;
			padding-top: 6px;
			padding-bottom: 8px;
		}
	#lavision_collection_inner_content_wrapper{
		position: relative;
		display: block;
		margin: 0;
		float: left;
		width: 488px;
		height: auto;
		background: #FBF8F3;
	}
		.image_right{
			width: 244px;
			height: auto;
			padding: 10px 10px 10px 10px;
			text-align: center;
			vertical-align: middle;
		}
			.image_right img {
				cursor: pointer;
   				cursor: hand;
			}
		.text_right{
			vertical-align: top;
			width: 244px;
			padding-left: 58px;
			padding-right: 58px;
			padding-bottom: 10px;
		}
		.image_left{
			width: 244px;
			height: auto;
			padding: 10px 10px 10px 10px;
			text-align: center;
			vertical-align: middle;
		}
			.image_left img {
				cursor: pointer;
   				cursor: hand;
			}
		.text_left{
			vertical-align: top;
			width: 244px;
			padding-left: 58px;
			padding-right: 58px;
			padding-bottom: 10px;
		}
		
/****************************************************************************/

/******************************************************************************
*         lavision style plugin                                          *
*                                                                             *
*******************************************************************************/
#lavision_style_wrapper{
	position: relative;
	display: block;
	margin: 0;
	float: left;
	width: 488px;
	height: auto;
}
#navigator_style{
	position: relative;
	display: block;
	margin: 0;
	float: left;
	width: 488px;
	height: 34px;
	background: #FBF7F2;
	border-bottom: 2px solid #fff;
}
		#left_style{
			position: relative;
			display: block;
			margin: 0;
			float: left;
			width: 211px;
			height: 20px;
			padding-left: 7px;
			padding-top: 6px;
			padding-bottom: 8px;
		}
		#middle_style{
			position: relative;
			display: block;
			margin: 0;
			float: left;
			width: 242px;
			height: 20px;
			padding-top: 6px;
			padding-bottom: 8px;			
		}
			#middle_style h2{
				margin-top: 0;
				margin-top: 0pt;
				margin-right: 0pt;
				margin-bottom: 0pt;
				margin-left: 0pt;
				height: 14px;
				padding-top: 2px;
				padding-right: 0pt;
				padding-bottom: 0px;
				padding-left: 0pt;
				font-size: 14px;
				color: #000000;
				font-weight: bold;
				font-style: italic;
			}			
		#right_style{
			position: relative;
			display: block;
			margin: 0;
			float: left;
			width: 28px;
			height: 20px;
			padding-top: 6px;
			padding-bottom: 8px;
		}	
#lavision_style_inner_content_wrapper{
	position: relative;
	display: block;
	margin: 0;
	float: left;
	width: 488px;
	height: auto;
	background: #FFF;
}
	.styleimg {
		width: 94px;
		height: auto;
		padding-top: 5px;
		text-align: left;
		vertical-align: top;
		cursor: pointer;
   		cursor: hand;
	}
	.perpartes {
		width: 52px;
		height: auto;
		padding-top: 5px;
		text-align: center;
		vertical-align: top;		
	}
		.perpartes img {
			cursor: pointer;
   			cursor: hand;
			border-bottom: 6px solid #FFF;
		}
	.text {
		width: 327px;
		height: auto;
		padding-top: 5px;
		padding-left: 15px;
		text-align: left;
		vertical-align: top;
	}