body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

body {
	background: #af8a4f url(../images/bg.jpg);
	text-align: center; /* IE5.5 centering */
	padding: 0;
}

/* === Links === */

a {
	background-color: #dc0000;
	color: #fff;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

/* === Main === */

/* Lang */

#lang ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li.m1 {
		position: absolute;
		top: 9px;
		left: 265px;
	}
	
	#lang li.m2 {
		position: absolute;
		top: 36px;
		left: 280px;
	}

	#lang li.m3 {
		position: absolute;
		top: 22px;
		left: 203px;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			background-color: transparent;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			text-align: center;
			text-transform: uppercase;
		}
		
			#lang li.first a {
				/*+*/
			}
			
			#lang li.last a {
				/*+*/
			}
			
			#lang li.m1 a {
				width: 23px;
				padding: 7px 0px 8px 0px;
			}
			
			#lang li.m2 a {
				width: 35px;
				padding: 7px 0px 8px 0px;
			}
			
			#lang li.m3 a {
				width: 23px;
				padding: 7px 0px 8px 0px;
			}
		
		#lang li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#lang li span.selected a {
			color: #ad8657;
			text-decoration: none;
		}
		
			#lang li.m1 span.selected a {
				background: transparent url(../images/lang-m1o.gif) no-repeat;
			}
			
			#lang li.m2 span.selected a {
				background: transparent url(../images/lang-m2o.gif) no-repeat;
			}
			
			#lang li.m3 span.selected a {
				background: transparent url(../images/lang-m3o.gif) no-repeat;
			}
		
		#lang li span.selected a:hover {
			color: #ad8657;
			text-decoration: underline;
		}

/* Menu */

#nav {
	padding-bottom: 20px!important;
	margin: 0px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav li {
		margin-top: -2px;
	}
	
	#nav li.selected {
		/*background: #385d77 url(../images/nav-bg-s.gif) repeat-y;*/
	}
	
		#nav li.selected li {
			margin-top: 0px;
			background: transparent url(../images/nav2-bg.gif) repeat-y;
		}
		
			#nav li.selected li.first {
				padding-top: 6px;
			}
			
			#nav li.selected li.last {
				padding-bottom: 8px;
			}
	
	#nav li span {
		display: block;
		background: transparent url(../images/nav-panel1.gif) no-repeat left center;
		height: 40px;
		padding: 10px 0px 0px 39px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 30px;
	}
	
	#nav li.odd span {
		background: transparent url(../images/nav-panel2.gif) no-repeat;
	}
	
		#nav li.parent span {
			/*background: transparent url(../images/nav-bottom-p.gif) no-repeat left bottom;*/
		}
		
		#nav li.selected li span {
			background: transparent url(../images/nav2-bullet.gif) no-repeat;
			height: auto;
			padding: 0px 28px 2px 33px;
		}
		
		#nav li a {
			display: block;
			background-color: transparent;
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 2px 4px;
		}
		
			#nav li.first a {
				/*+*/
			}
			
			#nav li.last a {
				/*+*/
			}
		
		#nav li a:hover {
			background-color: #16277e;
			color: #fff;
			text-decoration: none;
		}
		
		#nav li.selected a {
			background-color: #16277e;
			font-weight: bold;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			text-decoration: none;
		}
		
			/* Subnav */
			
			#nav li li a,
			#nav li.selected li a {
				display: block;
				background: none;
				font-size: 12px;
				font-weight: normal;
				color: #16277e;
				text-decoration: none;
				text-transform: none;
				padding: 1px 4px 2px 5px;
			}
			
			#nav li li a:hover {
				background-color: #16277e;
				color: #fff;
			}
			
			#nav li li.selected a,
			#nav li.selected li.selected a {
				background: none;
				background-color: #16277e;
				color: #fff;
				text-decoration: none;
			}
			
			#nav li li.selected a:hover {
				/*+*/
			}

/* Icons */

#icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#icons li {
		/*+*/
	}
	
		#icons li.first {
			/*+*/
		}
		
		#icons li.last {
			/*+*/
		}
	
		#icons li a {
			display: block;
			width: 32px;
			height: 31px;
		}
		
			#icons a span {
				display: none;
			}

/* --- */

#layout {
	background: transparent url(../images/goodies.gif) no-repeat center top;
}

#container {
	background: transparent url(../images/container-bg.gif) no-repeat;
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

	#header {
		height: 226px;
		padding-right: 18px;
	}
	
		#header .left-c {
			float: left;
			width: 326px;
		}
		
			h1.logo {
				float: left;
				padding: 51px 0px 0px 63px;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					width: 203px;
					height: 94px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
			
			#icons {
				float: right;
				margin-top: 13px;
			}
		
		#photo {
			float: right;
			background: transparent url(../images/photo-frame.jpg) no-repeat;
			width: 646px;
			height: 226px;
		}
	
	#cols {
		background: transparent url(../images/cols-bg.jpg) repeat-y 304px 0px;
		height: 400px;
	}
	
	* > #cols {
			min-height: 400px;
			height: auto;
		}
	
		#left-col {
			float: left;
			width: 266px;
		}
		
			#nav {
				padding: 0px 25px 46px 23px;
			}
			
			#contacts-wrapper {
				background: transparent url(../images/contacts-bg.gif) no-repeat 23px 0px;
				height: 198px;
				padding: 0px 25px 20px 23px;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: 178px;
			}
			
				#contacts {
					color: #fff;
					text-align: right;
					padding: 16px 40px 0px 0px;
				}
		
		#right-col {
			float: right;
			width: 710px;
		}
		
			#title-wrapper {
				background: transparent url(../images/title-bg.jpg) no-repeat;
				height: 109px;
				padding-right: 116px;
			}
			
				#print-wrapper {
					float: right;
					margin-top: 63px;
				}
				
					#print-wrapper a {
						display: block;
						background: transparent url(../images/icon-print.gif) no-repeat right top;
						text-align: right;
						white-space: nowrap; /* IE7 */
						padding: 3px 21px 4px 0px;
					}
			
			#content-wrapper {
				background: transparent url(../images/content-top.jpg) no-repeat;
				padding: 18px 59px 10px 46px;
			}
			
				#content-news {
					width: 605px;
				}
				
					dl.news {
						/*+*/
					}
					
						dl.news dt {
							font-size: 16px;
							font-weight: bold;
							padding: 2px 0px;
						}
						
							dl.news dt a {
								padding: 2px;
							}
						
						dl.news dd.date {
							padding: 1px 0px 0px 0px;
						}
						
						dl.news dd.info {
							line-height: 16px;
							margin-top: 10px;
						}
				
				#content {
					line-height: 16px;
					width: 605px;
				}
	
	#footer {
		background: transparent url(../images/created-bg.gif) no-repeat;
		height: 140px;
	}
	
		#created {
			padding: 40px 0px 0px 306px;
		}
		
			#created p {
				float: left;
			}
			
			#created p.text {
				padding-top: 4px;
			}
			
				#created a.created-by {
					display: block;
					background: transparent url(../images/sys/artogama.gif) no-repeat right top;
					width: 68px;
					height: 21px;
				}
	
	span.hide {
		display: none;
	}
	
	.v-sep {
		background: transparent url(../images/line-sep.gif) no-repeat left center;
		height: 20px;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
			background: transparent url(../images/thumb-frame.gif) no-repeat;
			padding: 8px;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}
	
	.img-big {
		background: transparent url(../images/sides.gif) repeat-y;
	}
	
		.img-big .top {
			background: transparent url(../images/line-sep2.gif) no-repeat left top;
		}
		
			.img-big .bottom {
				background: transparent url(../images/line-sep2.gif) no-repeat left bottom;
				padding: 8px;
			}

/* === Txt === */

h2.title {
	float: left;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 53px 32px 0px 48px;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: transparent url(../images/line-sep.gif) no-repeat left 17px;
	padding-bottom: 18px;
	text-transform: uppercase;
}

span.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

