/* === Clearing browser style === */

body, td, input, textarea, select {
	font-family: times new roman, serif;
	font-size: 12px;
	color: #3e3e3e;
	font-weight: normal;
}

body {
	background: #bddadc url(../images/bg.gif) repeat-x;
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

a {
	color: #00a2ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}
	
	#middle {
		padding: 18px 0px 12px 0px;
	}
	
	#right {
		width: 50%;
	}
	
	/* Menu */
	
	.nav,
	.nav ul {
		list-style: none;
	}
	
		.nav li {
			background: url(../images/dot.gif) repeat-x left bottom;
			margin-top: 3px;
			float: left;
			clear: left;
			width: 100%;
		}
		
		.nav a {
			display: block;
			padding-bottom: 3px;
			padding-left: 14px;
			background: url(../images/menu-bullet.gif) no-repeat;
			font-size: 12px;
			color: #4b4b4b;
			text-decoration: none;
		}
		
		.nav a:hover {
			color: #00a2ab;
			text-decoration: none;
		}
		
		.nav a.selected {
			color: #00a2ab;
			text-decoration: none;
		}
		
		.nav a.selected:hover {
			color: #00a2ab;
			text-decoration: none;
		}
	
			.nav ul {
				margin-top: 7px;
				margin-bottom: 7px;
			}

			.nav ul li {
				margin-top: 0px;
				background: none;
			}
			
			.nav ul a {
				display: block;
				padding-left: 28px;
				background: url(../images/menu-bullet2.gif) no-repeat 14px 2px;
				font-size: 12px;
				color: #4b4b4b;
				text-decoration: none;
				padding-bottom: 3px;
			}
			
	/* Icons */
	
	.icons td {
		background: url(../images/icons-bullet.gif) no-repeat;
		padding: 0px 10px 0px 11px;
	}
	
		.icons td.first {
			background: none;
			padding-left: 0px;
		}
	
	/* --- */
	
	#topShadow {
		background: url(../images/top-shadow.gif) no-repeat;
		height: 3px;
	}
	
	.leftShadow {
		background: url(../images/left-shadow.gif) repeat-y right top;
		width: 22px;
	}
	
		#leftShadowTop td {
			background: url(../images/left-shadow-top.gif) no-repeat;
			width: 7px;
			height: 786px;
		}
		
		#leftShadowBottom td {
			background: url(../images/left-shadow-bottom.gif) no-repeat;
			width: 7px;
			height: 18px;
		}
	
	.rightShadow {
		background: url(../images/right-shadow.gif) repeat-y;
		width: 22px;
	}
	
		#rightShadowTop td {
			background: url(../images/right-shadow-top.gif) no-repeat;
			width: 7px;
			height: 786px;
		}
		
		#rightShadowBottom td {
			background: url(../images/right-shadow-bottom.gif) no-repeat;
			width: 7px;
			height: 24px;
		}
	
	#header {
		background: url(../images/bg-header.jpg) no-repeat;
	}
	
		#logo {
			padding: 0px 46px 0px 28px;
		}
		
		#slogan {
			width: 435px;
		}
		
		#iconsBox {
			padding-top: 121px;
			width: 197px;
		}
	
	#tetra {
		background: url(../images/tetra.gif) no-repeat left bottom;
	}
	
	.leftCol {
		width: 268px;
	}
		
			#navBox {
				margin: 30px 25px 30px 28px;
			}
			
			#createdBox {
				background: url(../images/dot.gif) repeat-x;
				padding-top: 10px;
				margin: 0px 25px 22px 32px;
			}
	
	.vSep {
		background: url(../images/vsep.gif) repeat-y;
		width: 2px;
		height: 290px;
	}
	
	.middleCol {
		background: url(../images/dots-middle.gif) no-repeat left bottom;
		width: 484px;
		padding-bottom: 32px;
	}
	
		#infoBox {
			line-height: 16px;
			padding: 21px 47px 0px 44px;
		}
		
					#infoBox ul {
						list-style-type: square;
					}
					
					#infoBox ol {
					}
		
					#infoBox ol li {
						margin-left: 30px;
					}
		
					#infoBox ul li {
						margin-left: 30px;
					}
/*
			.news {
				width: 100%;
			}
			
				.news .thumb {
					padding: 3px 12px 16px 0px;
				}
				
					.news span.date {
						font-size: 11px;
						color: #878787;
					}
					
					.news span.title {
						font-weight: bold;
						color: #000000;
					}
					
					.news div.more {
						font-size: 11px;
						padding-top: 1px;
					}
*/
p.date {
	font-size: 11px;
	color: #878787;
}

a.more {
	font-size: 11px;
}
p.more {
	margin-top: 8px;
}

	.rightCol {
		width: 190px;
	}
		
		#sponsorsBox {
			margin: 16px 28px 13px 21px;
		}
		
		div.spTitle {
			background: url(../images/dot-black.gif) repeat-x left bottom;
			padding-bottom: 1px;
			margin-bottom: 5px;
		}
	
	#footer {
		background: url(../images/bg-footer.jpg) no-repeat left bottom;
	}
	
	#bottomShadow {
		background: url(../images/bottom-shadow.gif) no-repeat;
		height: 9px;
	}
	
	/* content images */
	
	.imgContainer {
		width: 100%;
	}
	
		.imgContainer table tr.image td {
			/*background: #a0a0a0;
			padding: 1px;*/
		}
		
		.imgContainer table tr.title {
			display: none;
		}
		
			.imgContainer table tr.title td {
				text-align: center;
			}

/* === Txt === */
h1.title {
	background: url(../images/dot-black.gif) repeat-x left bottom;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #00a2ab;
	text-transform: uppercase;
	padding: 16px 24px 7px 24px;
	margin: 0px 20px;
}

.copyright {
	cursor: default;
	font-family: times new roman, serif;
	font-size: 11px;
	font-weight: normal;
	color: #848484;
}

.copyright a {
	font-family: times new roman, serif;
	font-size: 11px;
	font-weight: normal;
	color: #848484;
	text-decoration: none;
}

.copyright a:hover {
	color: #848484;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}
