/* Clear Fix CSS */
.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;
}	


/* Main CSS */
* {
  outline: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #f3f3f3;
}

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

body, td, th, input, textarea, select {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0px;
}

a {
	color: #187DB1;
}

textarea {
	overflow: auto;
}

	#container {
		width: 990px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background: url(../images/content-wrapper.gif) repeat-y;
	}
	
		#header {
			position: relative;
			height: 136px;
			background: url(../images/header.gif) no-repeat;
		}
			
			#logo {
				position: absolute;
				top: 32px;
				left: 70px;
			}
			
				#logo a {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 198px;
					height: 45px;
				}
				
					#logo a span {
						display: none;
					}

			#navigation {
				position: absolute;
				top: 96px;
				left: 70px;
				list-style: none;
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
			}
			
				#navigation li {
					float: left;
				}
					
					#navigation li a {
						font-size: 12px;
						font-weight: bold;
						color: #ffffff;
						display: block;
						text-decoration: none;
						background: url(../images/nav-main.gif) no-repeat right 14px;
						padding: 12px 15px 14px 14px;
					}
					
					#navigation li.last a {
						background: none;
					}
					
					#navigation li.selected a {
						background: #f2f2f2;
						color: #000000;
					}
					
					
		#content {
			margin-top: 20px;
			width: 910px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
		
		#right {
			line-height: 17px;
		}

			#content .info {
				margin: 20px 0px 0px 0px;
			}
				
		#footer {
			height: 120px;
			padding: 0px 70px 0px 70px;
			text-align: left;
			background: url(../images/footer.gif) no-repeat 0px bottom;
		}
				
			#contacts {
				padding: 40px 0px 20px 0px;
				font-style: normal;
			}		
			
				#contacts p {
					text-align: left;
					float: left;
					padding-right: 30px;
				}
				
					#contacts  span {
						font-size: 16px;
						font-weight: bold;
						color: #fc7300;
						margin-top: 3px;
						display: block;
					}
					
					#contacts span a {
						text-decoration: none;
						color: #187db1;
					}
		

