html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#708191;
	overflow-x: hidden;
}

a:active, a:focus, img { outline: 0; }

img.menuitem_left{
	
}

img.menuitem{
	margin-left: -4px;
}

.bkbody_1024 {
	width:1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.header{
	background: url(../img/header.gif);
	width: 1024px;
	height: 216px;
	position: relative;
}

.wt
{
	position: absolute;
	top: 160px;
	right: 100px;
}

.border_line{
	background: url(../img/line.png) repeat-x bottom;
	height: 51px;
	width: 1024px;
	position: relative;
	z-index: 2;
}

* html .border_line{
	background: url(../img/line.png) repeat-x bottom #dcdddc;
	height: 51px;
	width: 1024px;
	position: relative;
	z-index: 2;
}

.content{
	min-height: 450px;
	overflow:hidden;
	height:expression(this.scrollHeight < 450? "450px" : "auto");
	position: relative;
	background: #ecedec;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-left: 75px;
	padding-right: 25px;
	font-weight: bold;
	line-height: 25px;
	text-align: justify;
	margin-top: -7px;
	z-index: 1;
	overflow: hidden;
}

.footer{
	position: relative;
	background: url(../img/footer.png);
	width: 1024px;
	height: 176px;
}

.select_list{
	position:relative;
	height: 300px;
	padding: 0;
	margin: 0;
}

.smartselect{
	position: relative;
}

.smart{
	min-height: 450px;
	overflow:hidden;
	height:expression(this.scrollHeight < 450? "450px" : "auto");
	position: relative;
	background: #ecedec;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 40px;
	font-weight: bold;
	line-height: 25px;
	text-align: justify;
	margin-top: -7px;
	z-index: 1;	
}

.menu
{
	list-style: none;
	padding: 0;
	z-index: 2;
}

.menu ul li a
{
	display: block;
}

.menu li
{
	float: left;
}

#cat
{
	cursor: pointer;
}

#main
{
	cursor: pointer;
}

#contact
{
	cursor: pointer;	
}

a
{
	text-decoration: none;
}

a:visited
{
	color: #ecedec;
}

a:hover
{
	color: red !important;
}
