@import "reset.css";

@import "dropDown.css";

body {
	margin:50px 0px;
	padding:0px;
	height:100%;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:url(images/bg.png);
	background-color:#252525;
}

html a:link {
	color:#0000FF;
	}

html a:visited {
	color:#333333;
	}


img {
	border:none;
}

div.hr {
	background: url(images/hr.png) no-repeat center;
	height:26px;
	}
div.hr hr {
	display:none;
	}

h1 {
	font-size:14px;
	font-weight:bold;
	text-align:cente
	}
	
h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
	
table.center {
	margin-left:auto; 
	margin-right:auto;
}

.centerimg {
	text-align:center;
	}

#mainDiv {
	width: 1000px;
	position:relative;
	height:auto;
	margin:0px auto;
	top:0px;
	text-align:left;
	padding:15px;
	
}

#Header {
	position:absolute;
	left:50px;
	top:0px;
	width:750px;
	height:76px;
	background-image:url(images/Header.png);
	
}

#Header-Contacts {
	position:absolute;
	left:800px;
	top:0px;
	width:150px;
	height:76px;
	background-image:url(images/Header_Contacts.png);
	font-size:11px;
	text-align:left;
}


#Header005 {
	position:absolute;
	left:50px;
	top:76px;
	width:520px;
	height:24px;
	background-image:url(images/Header-05.png);
	
}

#Header-Nav {
	position:absolute;
	left:570px;
	top:76px;
	width:380px;
	height:24px;
	background:url(images/Header_Nav.png) no-repeat;
}

#Header-Nav2 {
	position:absolute;
	left:570px;
	top:76px;
	width:380px;
	height:24px;

}

#BottomHeader {
	position:absolute;
	left:50px;
	top:100px;
	width:900px;
	height:70px;
}


#Content-top {
	position:absolute;
	left:50px;
	top:170px;
	width:900px;
	height:30px;
	background-image:url(images/Content_top.png);
}

#Content-container {
	position:absolute;
	left:40px;
	top:193px;
	width:920px;
	list-style:circle;
}

#Content-middle {
	position:relative;
	min-height:240px;
	left:10px;
	width:900px;
	background-color:#FFF;
	table-layout:fixed;
}

#Content-middle li {
	list-style-position:inside;
	list-style-type: disc;
	}

#Content-bottom {
	width:920px;
	height:40px;
	background-image:url(images/Content_bottom.png);
	z-index:4;
}

.footerlink {
	font-size:11px;
	color:#FFF;
	text-align:center;
	}

.footerlink a:link {
	color:#FFF;
	text-decoration:none;
	}
	
.footerlink a:visited {
	color:#FFF;
	text-decoration:none;
	}

