/*
	$URL$
	$Date$
	$Author$
	$Rev$
*/

body, html, div, form {
	margin				: 0;
	padding				: 0;
}

body {
	background-color	: #f6f6f6;
	background-image	: url(../images/background.png);
}

body, table {
	font-family			: Verdana, Geneva, Arial, sans-serif;
	font-size			: 13px;
	color				: #4F4A48; 
}

a img {
	border-width		: 0;
}

p a img {
	border-width		: 1px;
	border-color		: #999;
	border-style		: solid;

}

p a img[align="right"] {
	margin-left			: 10px;
}

p a img[align="left"] {
	margin-right		: 10px;
}

a img:hover {
	border-color		: #fc6401;
}

a, a:visited {
	color				: #fc6401;
	text-decoration		: none;
	font-weight			: bold;
}

h1 {
	color				: #fc6401;
	text-indent			: 40px;
	background-image	: url(../images/dot.png);
	background-repeat	: no-repeat;
	background-position	: 0 3px;
	font-size			: 20px;
	padding				: 5px 0;
	margin				: 0;
}

#container {
	width				: 760px;
	margin				: 0 auto;
}

#topmenulayer {
	position			: absolute;
	width				: 760px;
	top					: 25px;
	height				: 105px;
	z-index				: 1010;
}

#topmenu {
	list-style-type		: none;
	padding				: 0;
	margin				: 0;
	height				: 200px;
	position			: absolute;
	top					: 25px;
	z-index				: 1100;
}

#topmenu li {
	background-color	: #FFF;
	width				: 138px;
	border				: 1px solid #999;
	float				: left;
	margin-left			: 15px;

}

#topmenu li:first-child {
	margin-left			: 0px;
}

#topmenu a {
	line-height			: 100px;
	text-align			: center;
	display				: block;
}

#topmenu img {
	position			: relative;
	top					: 20px;
}

#topmenu div {
	background-color	: #fc6401;
	color				: #FFF;
	font-size			: 11px;
	height				: 5px;
	overflow			: hidden;
	color				: #fc6401;
}

#topmenu li.open div,
#topmenu li:hover div {
	height				: 100px;
	overflow			: visible;
	padding				: 5px;
	color				: #FFF;
}

#topmenu table {
	font-size			: 11px;
	border-collapse		: collapse;
	color				: #FFF;
}

#topmenu table a {
	line-height			: 11px;
	text-align			: right;
	display				: inline;
	color				: #FFF;
}

#topmenu em {
	font-style			: normal;
	display				: block;
	text-align			: center;
	padding-top			: 80px;
	font-size			: 13px;
}

#content {
	border				: 1px solid #999;
	background-color	: #FFF;
	margin-top			: 152px;
	padding				: 20px;
}

#contentlayer {
	position			: absolute;
	z-index				: 1000;
	background-image	: url(../images/bg_transparent.png);
	display				: none;
}

#footer {
	font-size			: 11px;
	list-style-type		: disc;
	margin				: 20px 0;
	padding				: 0;
	float				: right;
	position			: relative;
	left				: 23px;
}

#footer li {
	float				: left;
	padding-right		: 23px;
}

#footer li:first-child {
	list-style-type		: none;
}

.clear {
	clear				: both;
}
