/* Criovision design*/

html, body{
    margin: 0;
    padding: 0;
	 background-color: #ffffff;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 18px; 
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px;
	border-color: #000000;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.maintable{
	margin: 0 auto;
	width: 862px;
	height: 100%;
	border: 0px;
	vertical-align: top;
	background-position: center;
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
}

a {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

.middle_aligned {
	text-align: center;
	padding: 0px 5px 5px 5px;
	margin: 0px;
}

.left_aligned {
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	vertical-align: top;
}

#head {
	height: 80px;
	width: 862px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	position: relative;
}

	.header1 {
		background-image: url(images/top1.png);
		background-repeat: no-repeat;
		width: 862px;
		height: 37px;
		padding: 0px;
		margin: 0px;
	}

	.header2 {
		background-image: url(images/top2.jpg);
		background-repeat: no-repeat;
		width: 862px;
		height: 30px;
		padding: 0px;
		margin: 0px;
	}

	.header3 {
		background-image: url(images/top3.jpg);
		background-repeat: no-repeat;
		width: 862px;
		height: 13px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		position: absolute;
	}
	
	#main_menu {
		width: 862px;
		height: 30px;
		padding:0px;
		margin: 0px;
		float: left;
	}
	
	#main_menu ol {
		margin: 0px 10px 0px 0px;
		height: 30px;
		vertical-align: middle;
		padding: 0px;
		line-height: 30px;
		list-style: none;
		float: right;
		display: inline;
	}

	#main_menu li {
		display: inline;
		padding: 0px;
		margin: 0px;
	}

	#main_menu a {
		display: block;
		background: transparent;
		float: left;
		height: 30px;
		margin: 0px;
   	width: 100px;
		text-decoration: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.70em;
		text-align: left;
		font-weight: bold;
		color: #666666;
		vertical-align: middle;
		line-height: 30px;
		padding: 0px;	
	}

	#main_menu a:hover {
		background-image: url(images/button_over.png);
		display: block;
		color:#3366cc;
		text-decoration: none;
		vertical-align: middle;
		line-height: 30px;
		width: 100px;
		height: 30px;
		padding: 0px;
	}

	#main_menu .current a {
		background-image: url(images/button_active.png);
		display: block;
		color:#ffffff;
		text-decoration: none;
		width: 100px;
		height: 30px;
		padding: 0px;
	}
	
		#main_menu .current a:hover {
		background-image: url(images/button_over.png);
		display: block;
		color:#3366cc;
		text-decoration: none;
		vertical-align: middle;
		line-height: 30px;
		width: 100px;
		height: 30px;
		padding: 0px;
	}
	
#content {
	width: 862px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	display: inline;
	height: 100%;
}

#left_side{
	width: 224px;
	vertical-align: top;
	padding: 0px; 
	margin: 0px;
	float: left;
	display: inline;

}

	.services_title {
		background-image: url(images/services_title.png);
		background-repeat: no-repeat;
		width: 224px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		text-align: left;
		color: #ffffff;
		padding: 0px;
		margin: 0px;
	}
	
	#secondary_menu {
		text-align: left;
		background-image: url(images/services_menu.png);
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		vertical-align: top;
		height: 229px;
		width: 224px;
		padding: 0px;
	
	}
	
	#secondary_menu ul {
		list-style: none;
		display: inline;
		padding:0px;
		margin: 0px;
	}

	#secondary_menu li{
		background: transparent;
		background-image: url(images/butt.png);
		background-repeat: no-repeat;
		width: 220px;
		height: 25px;
		line-height: 25px;
	   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #8e8e90;
		text-decoration: none;
		display: inline;
		vertical-align: top;
		margin: 0px;
		padding: 0px;
	
	}

	#secondary_menu a {
		background: transparent;
		background-image: url(images/butt.png);
		background-repeat: no-repeat;
		width: 220px;
		height: 25px;
		vertical-align: top;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
		display: block;
		line-height: 25px;
		margin: 0px auto;
		padding: 0px;

	}

	#secondary_menu a:hover {
		background-image: url(images/butt_a.png);
		background-repeat: no-repeat;
		height: 25px;
		color: #ffffff;
		width: 220px;
		display: block;
		font-weight: bold;
		line-height: 25px;
		margin: 0px auto;
	}

	#secondary_menu .current a {
		background: transparent;
		background-image: url(images/butt_active.png);
		background-repeat: no-repeat;
		width: 220px;
		height: 25px;
		vertical-align: top;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #ff0000;
		font-weight: bold;
		text-decoration: none;
		display: block;
		line-height: 25px;
		margin: 0px auto;
		padding: 0px;
	}
	
	.services_bottom {
		background-image: url(images/services_menu_bottom.png);
		background-repeat:no-repeat;
		width: 224px;
		height: 90px;	
		vertical-align: top;
		padding: 0px;
		margin: 0px;
	}
	
	.img1 {
		padding: 3px;
		margin: 0px;
		float: left;
		text-decoration: none;
		background-color: transparent;
	}
	
	.img2 {
		padding: 3px;
		margin: 0px;
		float: right;
		text-decoration: none;
		background-color: transparent;
	}
	
		
	.img_link {
		padding: 0px;
		margin: 0px;
		text-decoration: none;
		background-color: transparent;
	}
	

#middle_side {
	width: 407px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	vertical-align: top;
	background: transparent; 
	
}

	#middle_pic {
		background-image: url(images/mid_top.jpg);
		background-repeat: no-repeat;
		height: 135px;
		width: 407px;
		padding: 0px;
		margin: 0px;
	}
	
	#central_section {
		width: 407px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		background: transparent;
	}
	
	.central_section1_title {
		background-image: url(images/section2_top.png);
		background-repeat: no-repeat;
		width: 407px;
		height: 8px;
		padding: 0px;
		margin: 0px;
		font-size: 0.9em;
		color: #ffffff;
		font-weight: bold;
	}
	
	.central_section1_content {
		background-image: url(images/section2_content.png);
		background-repeat: repeat-y;
		text-align: left;
		width: 407px;
		margin: 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding: 0px;
		color: #666666;
		font-size: 0.7em;
	}
	
	.central_section1_bottom {
		background-image: url(images/section2_bottom.png);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		width: 407px;
		height: 8px;
		vertical-align: top;
	}
	
	.central_section2_title {
		background-image: url(images/section1_title.png);
		background-repeat: no-repeat;
		width: 407px;
		height: 35px;
		padding: 0px;
		margin: 0px;
		line-height: 35px;
		vertical-align: middle;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 0.9em;
		color: #ffffff;
		font-weight: bold;
	}
	
	.central_section2_content {
		background-image: url(images/section1_content.png);
		background-repeat: repeat-y;
		text-align: left;
		width: 407px;
		margin: 0px;
		padding: 0px;
		font-size: 0.7em;
	}
	
	.central_section2_bottom {
		background-image: url(images/section1_bottomy.png);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		width: 407px;
		height: 8px;
	}

#right_side {
	width: 231px;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	vertical-align: top;
	
}

	#right_pic {
		background-image: url(images/right_top.jpg);
		background-repeat: no-repeat;
		width: 231px;
		height: 70px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		
	}
	
	.right_section {
		width: 231px;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		

		
	}
	
	.download_title {
		background-image: url(images/download_title.png);
		background-repeat: no-repeat;
		width: 231px;
		height: 40px;
		vertical-align: middle;
		line-height: 40px;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 0.9em;
		color: #ffffff;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
	}
	
	.download_sub {
		background-image: url(images/download_sub.png);
		background-repeat: no-repeat;
		height: 25px;
		width: 231px;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		font-size: 0.1em;
		color: #000000;
	}
	
	.download_content {
		width: 231px;
		background-image: url(images/donwload_bg_content.png);
		background-repeat: repeat-y;
		padding: 0px;
		margin: 0px;
		color: #ffffff;
		height: 60px;
	}
	
	.download_bottom {
		background-image: url(images/download_bottom.png);
		background-repeat: no-repeat;
		width: 231px;
		height: 9px;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		position: relative;
	}
	
		.blue_link_content {
		width: 231px;
		height: 71px;
		background-image: url(images/link_blue_bg.png);
		background-repeat: repeat-y;
		padding: 0px;
		margin: 0px;
		color: #ffffff;
		line-height: 71px;
		vertical-align: top;
	}
	
	
	.links_title {
		background-image: url(images/links_title.png);
		background-repeat: no-repeat;
		width: 231px;
		height: 35px;
		vertical-align: middle;
		line-height: 35px;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 0.9em;
		color: #000000;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
	}
	
	.links_content {
		width: 231px;
		background-image: url(images/links_content.png);
		background-repeat: repeat-y;
		padding: 0px;
		margin: 0px;
		color: #ffffff;
		vertical-align: top;
		font-size: 0.85em;
	}
	
	.links_bottom {
		background-image: url(images/links_bottom.png);
		background-repeat: no-repeat;
		width: 231px;
		height: 8px;
		margin: 0px;
		padding: 0px;
	}
	
	.links_grey {
		background: transparent;
		text-align: left;
		text-decoration: none;
		color: #333333;
	}
	
	.links_grey:hover {
		background: transparent;
		text-align: left;
		text-decoration: underline;
		color: #000000;
	}
	
	.tickets_title {
		background-image: url(images/tickets_title.png);
		background-repeat: no-repeat;
		width: 231px;
		height: 10px;
		margin: 0px;
		padding: 0px;
		position: absolute;
	}
	
	.tickets_content {
		width: 231px;
		height: auto;
		background-image: url(images/tickets_content.png);
		background-repeat: repeat-y;
		padding: 0px;
		margin: 0px;
		color: #3366cc;
		vertical-align: top;
		font-size: 0.7em;
	}
	
	.tickets_bottom {
		background-image: url(images/tickets_bottom.png);
		background-repeat: no-repeat;
		width: 231px;
		height: 86px;
		margin: 0px;
		padding: 0px;
	}
	
#lower_part {
	height: 50px;
	width: 862px;
	padding: 0px;
	margin: 0px;
	background-color: #cccccc;
	clear: both;
	vertical-align: bottom;
}

	.aut {
		background-image: url(images/aut.jpg);
		background-repeat: no-repeat;
		text-align: center;
		font-size: 0.7em;
		color: #ffffff;
		margin: 0px;
		padding: 0px;
		line-height: 20px;
		width: 862px;
		height: 20px;
		font-weight: bold;
		vertical-align: middle;
	}
	
	.footer {
		background-image: url(images/footer.jpg);
		background-repeat: no-repeat;
		width: 862px;
		height: 50px;
		line-height: 30px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		text-align: center;
		color: #666666;
	}
	
	.valid_link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #666666;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		text-decoration: none;
		background: transparent;
	}
	
	.valid_link:hover {
		text-decoration: underline;
	}

	
	
	