@charset "utf-8";

/***
**
**  CSS Standarts document
**  www.emodus.lt edition
***/

body {
	background:url(../images/BackgroundTop.jpg) top left repeat-x;
	}

#MainContainer {
	width:966px;
	margin:0 auto;
	}
	#Header {
			background:url(../images/header.jpg) no-repeat top left;
		}
		#HeaderLogo {
				float:left;
				width:300px;
				height:121px;
				
			}
		
		/* LANGUAGE BAR CSS */
		#LanguageBar {
			float:right;			
			}
			#LanguageBar ul {
				display: block;
				}
				#LanguageBar li {
					float:left;
					list-style:none;
					padding:10px 7px 0 7px;
					background:url(../images/languageBarSpliter.jpg) right bottom no-repeat;
					}
					#LanguageBar li.last {
						background:none;
						padding:10px 0px 0 7px;
						}
					
				#LanguageBar a {
					color:#373737;
					text-decoration:none;
					font-family:"Arial", Helvetica, sans-serif;
					font-size:10pt;
					line-height:10pt;
					}
				#LanguageBar a:hover {
					color:#CCC;
					}
				#LanguageBar a.current {
					color:#CCC;
					}
		
		/* HEADER CSS */
		#HeaderText {
			float:right;
			clear:right;
			
			color:#d5450f;
			font-size:27pt;
			font-family: Tahoma, Geneva, sans-serif;
			margin:35px 0 0 0;
			}
	/* MENU STYLE CSS */		
	#MenuBar {
		background:url(../images/Menu-bg.jpg) repeat-x;
		height:46px;
		overflow:hidden;
		}
		#MenuLeft {
			float:left;
			background:url(../images/Menu-left.jpg) no-repeat;
			height:46px;
			width:8px;
		}
		#MenuList {
			}
			#MenuList li {
					float:left;
					list-style:none;
					padding:12px 35px 11px 35px;
					background:url(../images/menu-spliter.jpg) no-repeat right;
				}
			#MenuList li.last {
				background:none;
				}	
			#MenuList a {
				color:#a40009;
				text-decoration:none;
				font-size:14pt;
				font-family: "Arial", Helvetica, sans-serif;
				}
			#MenuList a:hover {
				color:#e9000d;
				}
			#MenuList a.current, #MenuList a.section {
				color:#e47803;
				}
		#MenuRight {
			float:right;
			background:url(../images/menu-right.jpg) no-repeat;
			height:46px;
			width:8px;
			}
	
	/* Home Page Gallery */
	#HomeGallery {
			text-align:justify;
		}
		#HomeGallery img {
			display:inline;
			border:none;
			margin:12px 3px 12px 3px;
 			}
	/* Home PAGE */
	#HomeContent {
		}
		#HomepageTable {
			float:left;
			height:120px;
			vertical-align:top;
			border:0;
			}
			#HomepageTable td {
				border:none;
				}
			
			#SmallOval {
				background: url(../images/MiniOval-contentbg.jpg) repeat-y;
				width:232px;
				margin:0;
				padding:0;
				float:left;
				text-align:center;
				}
				#SmallOval td {
					border:none;
					text-align:left;
					color:#FFF;
					}
				#SmallOval li {
					color:#FFF;
					font-size:11pt;
					} 	
				#SmallOval .Top {
					background:url(../images/MiniOval-top.jpg) no-repeat;
					height:7px;
					}
				#SmallOval .Bottom {
					background: url(../images/MiniOval-bottom.jpg) no-repeat;
					height:7px;
					}
			#BigOval {
				background:#e3fd7d url(../images/home-left-middle-bottom.jpg) repeat-y;
				width:717px;
				margin:0;
				padding:0;
				float:right;
				}
				#BigOval table {
						padding:0;
						margin:0;
						background:none;
					}
					#BigOval td {
						border:none;
						background:none;
						margin:10px;
						}
					#BigOval p {
						margin:0;
						font-size:10pt;
						}
					#BigOval h3 {
						
						}	
				#BigOval .Top {
					background: url(../images/home-left-top.jpg) no-repeat;
					height:6px;
					}
				#BigOval .Bottom {
					background: url(../images/home-left-bottom.jpg) no-repeat;
					height:59px;
					line-height:68px;
					display:block;
					padding:0 0 0 20px;
					color:#FFF;
					font-weight:normal;
					clear:both;
					}
					#BigOval .Bottom h3 {
						color:#FFF;
						font-weight:normal;
						}
				
		#PageTitle {
			float: left;
			}
			#TextSettings {
				padding:5px 20px 10px 20px;
				}
	#PageText {
		background:#e3fd7e url(../images/Title-iliustration.jpg) no-repeat bottom right;
		margin:0;
		width:965px;
		float:left;
		}
		#TextSettings {
				height:300px;
				border:none;
				margin:0 17px 10px 17px;
/*				display:block;
*/				padding:0;
				width:950px;
			}
			#TextSettings td {
				border:none;
				}
		#PageTitleBar {
				background: url(../images/Title-bottom.jpg) no-repeat !important;				
				margin:12px 0 0 0;
				height:162px;
				width:965px;
			}
			#PageTitleBar h2 {
					color:#ffffff;
					font-family:Arial, Helvetica, sans-serif;
					font-size:18pt;
					font-weight:normal;
					display:block;
					margin:0 0 0 20px;
					line-height:18pt;
					padding:110px 0 23px 0;
				}
		#PageTop {
			background:url(../images/Title-bottom.jpg) no-repeat;
			height:5px;
			}
		#PageBottom {
			background: url(../images/Title-bottom-low.jpg) no-repeat;
			height:6px;
			}
	#FooterBar {
		text-align:right;
		color:#373737;
		font-family: "Arial", Helvetica, sans-serif;
		font-size:10pt;
		margin:10px 0 25px 0;
		}
		#FooterBar a {
			color:#373737;
			text-decoration: underline;
			}
		#FooterBar a:hover {
			color:#737373;
			text-decoration:none;
			}
