/* Default clear */
* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

/* 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;
}


body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
}

a {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.container {
	margin: 0px auto;
	width: 995px;
	text-align: left;
}

.sep {
	background: url(../images/dots-horizontal.gif) repeat-x left top;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.1px;
}

td {
	background: transparent;
}

#header {
	text-align: center;
	height: 131px;
	background: transparent url(../images/bg-header.gif);
}

	#header .container {
		position: relative;
	}

		#header h1 {
			position: absolute;
			left: 345px;
			top: 0px;
		}

			#header h1 a {
				width: 300px;
				height: 131px;
				display: block;
				background: transparent url(../images/logo.gif);
			}

				#header h1 a span {
					display: none;
				}


		#header .nav {
			float: left;
			margin-top: 15px;
			margin-left: 15px;
			background: #000000;
			color: #ffffff;
			font-size: 11px;
			padding: 5px 10px;
		}

			#header .nav ul {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}

			#header .nav ul li {
				display: inline;
				margin-right: 20px;
			}

			#header .nav ul li.last {
				margin-right: 0px;
			}

			#header .nav ul li a {
				color: #ffffff;
				text-decoration: none;
			}

			#header .nav ul li a:hover,
			#header .nav ul li a.selected,
			#header .nav ul li a.selected:hover {
				text-decoration: underline;
			}

		#header .search {
			float: right;
			margin-top: 15px;
			margin-right: 15px;
			background: #000000;
			color: #ffffff;
		}

			#header .search .field {
				border: 1px solid #C6BFA2;
				background: #ffffff;
				font-size: 11px;
				float: left;
				width: 127px;
				padding: 2px;
				margin-right: 2px;
			}

			#header .search .button {
				background: url(../images/btn-search.gif) no-repeat left top;
				width: 37px;
				height: 19px;
				border: 0px;
			}


#menu {
	text-align: center;
	height: 30px;
	background: transparent url(../images/bg-menu.gif);
}

	#menu .nav {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #000000;
		padding-top: 7px;
	}

		#menu .nav ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}

		#menu .nav ul li {
			display: inline;
			margin-right: 20px;
		}

		#menu .nav ul li.last {
			margin-right: 0px;
		}

		#menu .nav ul li a {
			color: #000000;
			text-decoration: none;
		}

		#menu .nav ul li a:hover,
		#menu .nav ul li a.selected,
		#menu .nav ul li a.selected:hover {
			text-decoration: underline;
		}

#menu-sub {
	margin: 0px 10px 10px 10px;
	border: 1px solid #CCCDCF;
}

	#menu-sub h2 {
		padding: 6px 3px 7px 3px;
		text-align: center;
		background: #BBBDC0;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	#menu-sub div {
		padding: 10px;
	}


		#menu-sub ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}

		#menu-sub ul li {
			margin-bottom: 5px;
		}
		#menu-sub ul li a {
			color: #000000;
			text-decoration: none;
		}

		#menu-sub ul li a:hover,
		#menu-sub ul li a.selected:hover {
			text-decoration: underline;
		}

		#menu-sub ul li a.selected {
			font-weight: bold;
		}

#menu-sub-sub {
	padding: 6px 10px 7px 10px;
	background: #E8EEF0;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -10px;
}

	#menu-sub-sub div {
	}

		#menu-sub-sub ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}

		#menu-sub-sub ul li {
			display: inline;
			margin-right: 20px;
		}
		#menu-sub-sub ul li a {
			color: #5F93B1;
			text-decoration: none;
		}

		#menu-sub-sub ul li a:hover,
		#menu-sub-sub ul li a.selected:hover {
			text-decoration: underline;
		}

		#menu-sub-sub ul li a.selected {
			color: #000000;
		}


#content {
	margin-top: 10px;
	text-align: center;
}

	#content .container {
		background: transparent url(../images/bg-content.gif) left bottom no-repeat;
	}

	#content .left {
		width: 185px;
		float: left;
	}

	#content .middle {
		width: 605px;
		float: left;
		margin: 0px 10px;
	}

	#content .right {
		width: 185px;
		float: left;
	}

		#registration {
			position: relative;
			background: transparent url(../images/bg-registration.gif) left bottom no-repeat;
			width: 185px;
			height: 279px;
			margin-bottom: 10px;
		}

			#login-form {
				position: absolute;
				left: 20px;
				top: 75px;
				width: 145px;
			}

				#login-form p {
					margin-bottom: 3px;
				}

					#login-form label {
						width: 61px;
						color: #323232;
						font-size: 11px;
						float: left;
					}

					#login-form input.field {
						border: 1px solid #C6BFA2;
						background: #ffffff;
						font-size: 11px;
						float: left;
						width: 80px;
						padding: 1px;
					}

					#login-form span.field {
						font-size: 11px;
						float: left;
						width: 80px;
						padding: 1px;
					}

				#login-form a {
					float: left;
					color: #000000;
					font-size: 11px;
					text-decoration: underline;
				}

				#login-form .button {
					float: right;
					background: url(../images/btn-login.gif) no-repeat left top;
					width: 60px;
					height: 19px;
					border: 0px;
					color: #ffffff;
					font-size: 11px;
				}

			#rules {
				position: absolute;
				left: 44px;
				top: 205px;
			}

				#rules a {
					display: block;
					width: 90px;
					height: 40px;
				}

					#rules a span {
						display: none;
					}

		#content .banner {
			padding: 0px 10px;
			width: 165px;
			margin-bottom: 10px;
		}


#footer {
	text-align: center;
	height: 67px;
	background: transparent url(../images/bg-footer.gif);
	margin-bottom: 20px;
	font-size: 11px;
	color: #323232;
}

	#footer .size {
		padding: 0px 10px;
	}

		#footer .address {
			padding-top: 12px;
			float: left;
			height: 55px;
			background: transparent url(../images/dots.gif) right top no-repeat;
			padding-right: 30px;
			margin-right: 30px;
		}

			#footer a {
				color: #323232;
			}

		#footer .last {
			background: none;
			padding-right: 0px;
			margin-right: 0px;
		}

		#footer .copyright {
			padding-top: 12px;
			float: right;
			height: 55px;
		}


.index .info {
	margin-bottom: 20px;
}

.index .special-offers {
	float: left;
	width: 414px;
	border: 1px solid #D9E4EC;
	margin-bottom: 10px;
}

	.index .special-offers h2 {
		height: 31px;
	}

		.index .special-offers h2 span {
			display: none;
		}

	.index .special-offers h2.lt {
		background: #5F93B1 url(../images/lt/spec-offers.gif) no-repeat center top;
	}

	.index .special-offers .content {
		padding: 10px;
	}


.index .news {
	float: right;
	width: 177px;
	border: 1px solid #C1C0A2;
	background: #FBF7DC;
	margin-bottom: 10px;
}

	.index .news h2 {
		height: 31px;
	}

		.index .news h2 span {
			display: none;
		}

	.index .news h2.lt {
		background: #A7A558 url(../images/lt/news.gif) no-repeat center top;
	}

	.index .news .content {
		padding: 10px;
	}


.page .info {
	bsorder: 1px solid #D9E4EC;
	margin-bottom: 10px;
}

	.page .title h2 {
		padding: 4px 3px 5px 3px;
		text-align: center;
		background: #5F93B1;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 10px;
	}

	.page .content {
		padding: 0px;
	}


.info .content {
}

	.info .content h2 {
		font-size: 110%;
		margin-bottom: 5px;
	}



.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #3F483F;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10,
.odd11 td.t01 {
	background: #F1F1F1;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00, .odd11 td.t11 {
	background: #E9E9E9;
}


/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 1px;
	}
		.formcontainer p.title span {
			font-weight: bold;
		}

		.formcontainer p.title span.error {
			color: #E01831;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		background: #FFFFFF;
		width: 60%;
	}

	.formcontainer p.resizeable textarea {
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			font-weight: normal;
			font-size: 11px;
			border: 0px;
			color: #ffffff;
			width: 80px;
			height: 19px;
			background: url(../images/btn-submit.gif) no-repeat left top
		}


#sitemap {
	list-style: none;
	line-height: 18px;
}
	#sitemap a {
		text-decoration:none;
	}
	#sitemap a:hover {
		text-decoration:underline;
	}

	#sitemap ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#sitemap.level0 {
		padding-left: 0px;
		margin-left: 0px;
	}

	#sitemap.level0 li {
		margin: 0px;
		list-style-image: none;
	}

		#sitemap.level0 div {
			padding-left: 25px;
			font-size: 12px;
			font-weight: bold;
			background: transparent url(../images/sitemap/tree-root.gif) no-repeat left center;
		}

	#sitemap .level1 li {
		margin-left: 12px;
		background: transparent url(../images/sitemap/tree-item-bg.gif) repeat-y;
	}

		#sitemap .level1 li div {
			padding-left: 35px;
			font-size: 11px;
			font-weight: normal;
			background: transparent url(../images/sitemap/tree-item.gif) no-repeat left top;
		}

	#sitemap .level2 li {
		margin-left: 25px;
	}

	#sitemap li.last {
		background: none;
	}

		#sitemap li.last div {
			background: transparent url(../images/sitemap/tree-item-last.gif) no-repeat left top;
		}


.page .info .news .date {
	font-size: 11px;
	color: #323232;
}

.page .info .news .title {
	font-weight: bold;
	margin-bottom: 10px;
}


.index .main-news {
	font-size: 11px;
}

	.index .main-news .date {
		color: #A0A08C;
	}

	.index .main-news .title {
		font-weight: bold;
	}

	.index .main-news a,
	.index .main-news a:hover {
		text-decoration: underline;
		color: #A0A08C;
	}

.index .main-special {
}

	.index .main-special .date {
		font-size: 11px;
		color: #A0A08C;
	}

	.index .main-special .title {
		font-weight: bold;
		color: #5F93B1;
	}

	.index .main-special a,
	.index .main-special a:hover {
		text-decoration: underline;
		color: #5F93B1;
	}


