/* CSS Document */
* {
margin:0px;
padding:0px;
outline:none;
}

a {
color:#000;
cursor:pointer;
}

a img {
border:0;
}

a:hover {
text-decoration:none;
}

body, div, p, span, td, h1, h2, h3, h4, h5, h6 {
font-family:Arial, sans-serif;
}

body {
	background:#d0e9fd url(gfx/bg.gif) 0 top repeat-x;
}

.side_shadows {
	background:url(gfx/side_shadows.gif) center 0 repeat-y;
}

#main_container {
	background:url(gfx/top_main_bg.jpg) center 0 no-repeat;
	min-height:950px;
}

.centered_content {
	margin:0 auto;
	width:893px;
	position:relative;
	left:4px;
}

.overflow {
overflow:auto;
}

.hide {
overflow:hidden;
}
/*header*/
#header {
	height:218px;
	position:relative;
}

	#header h1 {
		width:259px;
		height:113px;
		position:absolute;
		top:44px;
		left:316px;
	}
	
		#header h1 a {
			position:relative;
			display:block;
			height:100%;
		}
		
			#header h1 a span {
				position:absolute;
				top:0;
				left:0;
				display:block;
				width:100%;
				height:100%;
				background:url(gfx/header/logo.jpg) 0 0 no-repeat;
			}

	#header .overflow {
		background:#0031a4 url(gfx/header/gr.gif) 0 top repeat-x;
		position:absolute;
		top:186px;
		width:100%;
	}
	
		#header .overflow .menu {
			float:left;
			list-style-type:none;
			overflow:auto;
		}
		
			#header .overflow .menu li {
				float:left;
				font-size:12px;
				font-weight:bold;
				height:31px;
				line-height:31px;
				background:url(gfx/header/separator.png) right 0 no-repeat;
			}
			
				#header .overflow .menu li a {
					color:#fff;
					padding:0 25px;
					display:block;
					height:100%;
					margin:0 1px 0 0;
					text-decoration:none;
				}
				
				#header .overflow .menu li a:hover, #header .overflow .menu li a.active {
					background:url(gfx/header/gr_hover.gif) 0 top repeat-x;
				}
			
		#header .overflow .icons {
			float:right;
			list-style-type:none;
			width:60px;
			height:31px;
			background:url(gfx/header/icons.gif) 0 0 no-repeat;
			padding:0 13px 0 0;
		}
		
			#header .overflow .icons li {
				float:left;
				overflow:hidden;
			}
			
			#header .overflow .icons li.home {
				height:31px;
				width:20px;
			}
			
			#header .overflow .icons li.mail {
				height:31px;
				width:20px;
				margin:0 0 0 13px;
			}
			
				#header .overflow .icons li a {
					text-indent:-9999px;
					display:block;
					height:100%;
				}
/*end header*/
/*content*/
#content_container {
	overflow:auto;
}

	#content_container #left_sidebar {
		width:172px;
		float:left;
	}
	
		#content_container #left_sidebar .left_side_menu {
			background:#9ad2f9 url(gfx/content/left_side_menu_gr.gif) 0 0 repeat-y;
			position:relative;
			font-size:14px;
			margin:0 0 10px;
		}
		
		#content_container #left_sidebar .left_side_menu a {
			color:#fff;
			text-decoration:none;
		}
		
			#content_container #left_sidebar .left_side_menu ul {
				list-style-type:none;
			}
			
				#content_container #left_sidebar .left_side_menu ul li {
					background:url(gfx/content/left_side_menu_gr_separator.gif) 0 top no-repeat;
					/*height:29px;*/
				}
				
					#content_container #left_sidebar .left_side_menu ul li a {
						display:block;
						height:100%;
						line-height:29px;
						background:url(gfx/content/left_side_menu_arrow.png) right 10px no-repeat;
						padding:0 0 0 25px;
						margin:0 21px 0 0;
					}

#content_container #left_sidebar .left_side_menu ul li a.sub {color:#000;background-color:#fff;
						display:block;font:12px Arial, sans-serif;width:200px;
						height:100%;
						line-height:22px;						
						padding:0 0 0 35px;
						margin:0 21px 0 0;
					}
					
					#content_container #left_sidebar .left_side_menu ul li a.sub:hover {color:blue;background-color:#fff;
						display:block;font:12px Arial, sans-serif;width:200px;
						height:100%;
						line-height:22px;						
						padding:0 0 0 35px;
						margin:0 21px 0 0;
					}
					
		#content_container #left_sidebar .pics_container, #content_container #right_sidebar .pics_container {
			background-color:#d5effd;
			position:relative;
			padding:15px 0 1px;
			margin:0 0 2px;
			min-height:347px;
		}
		
			#content_container #left_sidebar .pics_container .item, #content_container #right_sidebar .pics_container .item {
				margin:0 0 15px;
				text-align:center;
			}

				#content_container #left_sidebar .pics_container .item img, #content_container #right_sidebar .pics_container .item img {
					border:solid 2px #fff;
				}
		
			#content_container #left_sidebar .pics_container h3, #content_container #right_sidebar .pics_container h3 {
				font-size:12px;
				margin:0 0 5px;
			}
	
	#right_sidebar {
		float:right;
		width:222px;
	}
	
		#right_sidebar .right_side_form {
			background:#f9e036 url(gfx/content/right_side_form.gif) 0 0 repeat-y;
			position:relative;
			padding:10px 20px;
			font-size:12px;
			margin:0 0 10px;
		}
		
			#right_sidebar .right_side_form h3 {
				font:bold 14px "Times New Roman", serif;
				color:#a5201f;
				margin:0 0 8px;
			}
			
			#right_sidebar .right_side_form label {
				display:block;
			}
			
			#right_sidebar .right_side_form select {
				border-color:#fff;
				height:17px;
				width:100%;
				font-size:11px;
				margin:0 0 5px;
			}
			
			#right_sidebar .right_side_form .submit {
				background:#0637a7 url(gfx/content/right_side_form_submit.gif) 0 0 no-repeat;
				height:25px;
				width:97px;
				border:0;
				display:block;
				margin:0 auto 0;
				cursor:pointer;
			}
		
		#right_sidebar .newsletter {
			background:#a4d5fb;
			position:relative;
			padding:10px 20px;
			font-size:12px;
			margin:0 0 10px;
		}
		
			#right_sidebar .newsletter h3 {
				font:bold 14px "Times New Roman", serif;
				color:#a5201f;
				margin:0 0 8px;
			}
			
			#right_sidebar .newsletter input {
				width:100%;
				height:17px;
				border:0;
			}
			
			#right_sidebar .newsletter input.submit {
				width:65px;
				height:31px;
				display:block;
				margin:7px auto 0;
				background:#f05e09 url(gfx/content/send_news.gif) 0 0 no-repeat;
				cursor:pointer;
			}
				
	#content_container #content {
		margin-top:10px;margin-left:180px;margin-right:10px;
	}
	
		#content_container #content .entry {
			font-size:12px;
			margin:0 0 15px;
		}
		
		#content_container #content h2 {
			font:bold 18px "Times New Roman", serif;
			color:#a52020;
			border-bottom:solid 1px #a52020;
			margin:0 0 10px;
		}
		
			#content_container #content .entry .separate {
				margin:0 0 8px;
			}
			
				#content_container #content .entry .separate span {
					color:#a52020;
				}
				
				#content_container #content .entry .separate .accent {
					color:#d72c00;
				}
				
				#content_container #content .entry .separate .small_font {
					font-size:11px;
					color:#000;
				}
				
		#content_container #content .offer {
			font-size:11px;
			margin:0 0 25px;
		}
		
			#content_container #content .offer .offer_pic {
				float:left;
				width:130px;
				overflow:hidden;
			}
			
			#content_container #content .offer .info {
				margin:0 0 0 140px;
			}
			
				#content_container #content .offer .info h3 {
					color:#4386dc;
					font-size:14px;
				}
				
					#content_container #content .offer .info h3 a {
						color:#4386dc;
						text-decoration:none;
					}
				
				#content_container #content .offer .info .overflow h3 {
					float:left;
				}
				
				#content_container #content .offer .info .prise {
					float:right;
					font-size:11px;
					color:#003366;
				}
				
					#content_container #content .offer .info .prise span {
						font-weight:bold;
						color:#46aaed;
						font-size:14px;
					}
					
				#content_container #content .offer .info .period {
					padding:20px 0 0;
				}

/*end content*/
/*footer*/
#footer {
	background:url(gfx/footer/bg.gif) center bottom no-repeat;
	margin:0 0 15px;
	padding:0 0 19px;
	font-size:12px;
	font-weight:bold;
	line-height:31px;
	color:#fff;
}

	#footer a {
		color:#fff;
	}
	
	#footer a:hover {
		color:#0033bd;
		text-decoration:underline;
	}
	
	#footer .overflow {
		background:#29a5ff url(gfx/footer/gr.gif) 0 top repeat-x;
		position:relative;
		padding:0 25px;
	}
	
		#footer .overflow .t_l, #footer .overflow .t_r, #footer .overflow .b_l, #footer .overflow .b_r, #header .overflow .t_l, #header .overflow .t_r, #header .overflow .b_l, #header .overflow .b_r, #content_container #left_sidebar .left_side_menu .t_l, #content_container #left_sidebar .left_side_menu .t_r, #content_container #left_sidebar .left_side_menu .b_l, #content_container #left_sidebar .left_side_menu .b_r, #content_container #left_sidebar .pics_container .t_l, #content_container #left_sidebar .pics_container .t_r, #content_container #left_sidebar .pics_container .b_l, #content_container #left_sidebar .pics_container .b_r, #right_sidebar .right_side_form .t_l, #right_sidebar .right_side_form .t_r, #right_sidebar .right_side_form .b_l, #right_sidebar .right_side_form .b_r, #right_sidebar .newsletter .t_l, #right_sidebar .newsletter .t_r, #right_sidebar .newsletter .b_l, #right_sidebar .newsletter .b_r, #content_container #right_sidebar .pics_container .t_l, #content_container #right_sidebar .pics_container .t_r, #content_container #right_sidebar .pics_container .b_l, #content_container #right_sidebar .pics_container .b_r {
			position:absolute;
			width:4px;
			height:4px;
			overflow:hidden;
			font-size:1px;
			line-height:1px;
		}
		
		#footer .overflow .t_l, #footer .overflow .t_r, #header .overflow .t_l, #header .overflow .t_r, #content_container #left_sidebar .left_side_menu .t_l, #content_container #left_sidebar .left_side_menu .t_r, #content_container #left_sidebar .pics_container .t_l, #content_container #left_sidebar .pics_container .t_r, #right_sidebar .right_side_form .t_l, #right_sidebar .right_side_form .t_r, #right_sidebar .newsletter .t_l, #right_sidebar .newsletter .t_r, #content_container #right_sidebar .pics_container .t_l, #content_container #right_sidebar .pics_container .t_r {
			top:0;
		}
		
		#footer .overflow .b_l, #footer .overflow .b_r, #header .overflow .b_l, #header .overflow .b_r, #content_container #left_sidebar .left_side_menu .b_l, #content_container #left_sidebar .left_side_menu .b_r, #content_container #left_sidebar .pics_container .b_l, #content_container #left_sidebar .pics_container .b_r, #right_sidebar .right_side_form .b_l, #right_sidebar .right_side_form .b_r, #right_sidebar .newsletter .b_l, #right_sidebar .newsletter .b_r, #content_container #right_sidebar .pics_container .b_l, #content_container #right_sidebar .pics_container .b_r {
			bottom:0;
		}
		
		#footer .overflow .t_l, #footer .overflow .b_l, #header .overflow .t_l, #header .overflow .b_l, #content_container #left_sidebar .left_side_menu .t_l, #content_container #left_sidebar .left_side_menu .b_l, #content_container #left_sidebar .pics_container .b_l, #content_container #left_sidebar .pics_container .t_l, #right_sidebar .right_side_form .t_l, #right_sidebar .right_side_form .b_l, #right_sidebar .newsletter .t_l, #right_sidebar .newsletter .b_l, #content_container #right_sidebar .pics_container .t_l, #content_container #right_sidebar .pics_container .b_l {
			left:0;
		}
		
		#footer .overflow .t_r, #footer .overflow .b_r, #header .overflow .t_r, #header .overflow .b_r, #content_container #left_sidebar .left_side_menu .t_r, #content_container #left_sidebar .left_side_menu .b_r, #content_container #left_sidebar .pics_container .t_r, #content_container #left_sidebar .pics_container .b_r, #right_sidebar .right_side_form .t_r, #right_sidebar .right_side_form .b_r, #right_sidebar .newsletter .t_r, #right_sidebar .newsletter .b_r, #content_container #right_sidebar .pics_container .t_r, #content_container #right_sidebar .pics_container .b_r {
			right:0;
		}
		
		#footer .overflow .t_l, #header .overflow .t_l, #content_container #left_sidebar .left_side_menu .t_l, #content_container #left_sidebar .pics_container .t_l, #right_sidebar .right_side_form .t_l, #right_sidebar .newsletter .t_l, #content_container #right_sidebar .pics_container .t_l {
			background:url(gfx/t_l.png) 0 0 no-repeat;
		}
		
		#footer .overflow .t_r, #header .overflow .t_r, #content_container #left_sidebar .left_side_menu .t_r, #content_container #left_sidebar .pics_container .t_r, #right_sidebar .right_side_form .t_r, #right_sidebar .newsletter .t_r, #content_container #right_sidebar .pics_container .t_r {
			background:url(gfx/t_r.png) 0 0 no-repeat;
		}
		
		#footer .overflow .b_l, #header .overflow .b_l, #content_container #left_sidebar .left_side_menu .b_l, #content_container #left_sidebar .pics_container .b_l, #right_sidebar .right_side_form .b_l, #right_sidebar .newsletter .b_l, #content_container #right_sidebar .pics_container .b_l {
			background:url(gfx/b_l.png) 0 0 no-repeat;
		}
		
		#footer .overflow .b_r, #header .overflow .b_r, #content_container #left_sidebar .left_side_menu .b_r, #content_container #left_sidebar .pics_container .b_r, #right_sidebar .right_side_form .b_r, #right_sidebar .newsletter .b_r, #content_container #right_sidebar .pics_container .b_r {
			background:url(gfx/b_r.png) 0 0 no-repeat;
		}
		
		#footer .overflow a.powered_by {
			display:block;
			float:left;
		}
		
		#footer .overflow ul {
			list-style-type:none;
			float:right;
		}
		
			#footer .overflow ul li {
				float:left;
			}
			
				#footer .overflow ul li span {
					padding:0 8px;
				}
/*end footer*/
div.breadcrumbs {
   padding: 0.2em 0.2em 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 60%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   text-align:right;
}
