/* #######################  GENERAL SETTINGS ############################ */
html {
	height:100%;
}
body {
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color:#112741;
}

h1{
	
	font-size:16px;
	font-weight: bold;

}

/*links*/
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
img {
	border: 0 none;
}
/* Clears Divs */
.clr {
	clear: both;
}
/* #######################  END GENERAL SETTINGS ############################ */
.osn {
	position: relative;
	margin: 0 auto;
	width: 996px;
}
.header {
	position: relative;
	height: 300px;
	background-image: url(../images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cont {
	position: relative;
	min-height: 900px;
	_height: 663px;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo {
	position: absolute;
	left: 40px;
	top: 33px;
}
.top {
	position: absolute;
	top: 160px;
	left: 55px;
	width: 255px;
}
.top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top ul li {
	background-image: url(../images/dot_menu.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin-bottom: 3px;
}
.top ul li a:link, .top ul li a:visited {
	text-decoration: none;
	text-transform: uppercase;
}
.top ul li a:hover {
	text-decoration: underline;
}
.tel {
	position: absolute;
	left: 422px;
	top: 145px;
	width: 273px;
	text-align: center;
	line-height: 32px;
}
.contentpaneopen {
	width: 100%;
}
.contentpaneopen td {
	padding: 15px 52px;
}
.contentpaneopen img {
	margin: 0 22px 22px 0;
	display: block;
	float:left;
}
.spec {
	position: absolute;
	left: 566px;
	top: 550px;
	width: 315px;
	background-image: url(../images/spec_pr.png);
	height: 103px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 35px;
	font-size: 14px;
}
.copiryght {
	position:absolute;
	left: 65px;
	top: 870px;
}