*
{
    padding: 0px;
    margin: 0px;
} 

body
{
	background: #000000 url('/images/bg.png');
	font: .74em Verdana, Arial, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

a
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#wrap
{
	margin: 0px auto;
	width: 760px;
	background: #FFFFFF url('/images/middle.png');
	background-repeat: repeat-y;
}

#top
{ 
	background: url('/images/top.png');
	height: 5px;
}

#frame
{
	padding: 0 5px 0 5px;
}

.header
{
	height: 130px;
	background: url('/images/logo.png');
}

.header h1
{
	padding-left: 17px;
	padding-top: 22px;
	font-size: 22px; color: #FFF;
}

.header h1 a
{
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
}

.header h2
{
	padding-left: 17px;
	padding-top: 0px;
	font-size: 17px;
	color: #FFF;
}

.headerbot
{
    background: #FFFFFF url('/images/hbottom.png');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	height: 10px;
}
.headerbot img
{
	padding-top: 0px;
	padding-bottom: 1px;
}

.left
{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

.left h2
{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.topmenu
{
	background: url('/images/topmenu.png');
	background-repeat: no-repeat;
	width: 160px;
	height: 15px;
	margin-top: 10px;
}

.midmenu
{
	width: 160px;
	padding-left: 0px;
	background: url('/images/midmenu.png');
	background-repeat: y-repeat;

}

.midmenu h2
{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	background: url('/images/midmenuh2.png');
	background-repeat: y-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 130px;
}

.midmenu ul li
{
	padding: 0px;
	list-style-type: none;
	width: 160px;
	font-size: 15px;
	font-weight: bold;
}

.midmenu ul li a
{
	background: url('/images/midmenu.png');
	background-repeat: y-repeat;
	padding-left: 20px;
	padding-right: 15px;
	height: 24px;
	display: block;
}

.midmenu ul li a:hover
{
	background: url('/images/backmenu.png');
}

.botmenu
{
	background: url('/images/botmenu.png');
	background-repeat: no-repeat;
	width: 160px;
	height: 15px;
}

.addonmenu
{
	font-size: 10px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.addonmenu hr
{
	color: #DDDDDD;
	border: 1px solid #DDDDDD;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.content
{
	float: left;
	width: 530px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-align: justify;
}

.content h3, .content table h3
{
	color: #000000;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.content h2
{
	color: #FF0000;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #BBBBBB;
	/*background: url('/images/li1.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;*/
}

.content img
{
	margin-right: 4px;
}

.content ul
{
	padding-left: 20px;
}

.content ul li
{

}

#clear
{
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#footer
{
	/*
	padding: 0 5px 0 5px;
	*/
	margin: 0 5px 0 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	width: 750px;
}

.vm
{
	vertical-align: top;
	text-align: left;
	width: 33%;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

.vm:hover
{
	border: 1px solid #BBBBBB;
}

.vm img
{
	border: 0px;
}


a.info
{
	position: relative;
	color: #000000;
	text-decoration: none;
	z-index:10;
	border-bottom: 1px dotted #FF0000;
}

a.info:hover
{
	z-index: 11;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	display: block;
	position: absolute;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	text-align: justify;
}

a.info:hover span
{
	top: 20px;
	left: -65px;
	width: 200px;
}

#tah
{
	display: none;
}