body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #676767;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.container {
    position: relative;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/content.jpg);
}
.header {
	height: 122px;
}
.menu {
	background-image: url(../images/menu.jpg);
	height: 30px;
	padding-left: 303px;
	line-height: 30px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.menu li.current {
    font-style: italic;
/*
    background: #707070;
*/
}
.menu li.current li {
    font-style: normal;
}
.menu li.current li.current {
    font-style: italic;
}
.body {
	height:auto;
	min-height : 600px;
	height : auto !important;
	height : 600px;
    overflow:visible; 
}
.subcontent {
	float: left;
	width: 179px;
	padding: 20px;
	padding-left: 104px;
	overflow: hidden;
}
input.searchfield {
    width: 120px;
}
.submenu ul {
	margin: 30px -20px;
	padding: 0;
}
.submenu ul li {
	list-style-type: none;
	list-style-image: none;
}
.submenu ul li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	background-color: #959595;
	color: #fff;
}
.submenu ul li.current a {
    background-color: #707070;
}
.submenu ul li a:hover {
    background-color: #707070;
}
.subcontent .address {
    position: absolute;
    bottom: 55px;
    color: #636363;
}
.content {
	float: left;
	width: 607px;
	padding: 20px;
}
.breadcrumb {
    margin-top: 0px;
    padding-top: 0px;
    color: #989898;
}
.breadcrumb a {
    color: #989898;
}
.content h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
.content h2, h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
.bottom {
	width: 930px;
	height: 15px;
	padding: 10px;
	background-color: #ffffff;
	color: #989898;
	text-align: center;
}
.bottom a {
	color: #989898;
}
.footer {
	width: 940px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	text-align: right;
	padding-right:10px;
	vertical-align: middle;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.download-button-windows, .download-button-mac {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent: 54px;
	width: 205px;
	height: 20px;
	text-align: left;
}
.download-button-windows {
	background: url(../images/download-windows.png) no-repeat;
}
.download-button-mac {
	background: url(../images/download-mac.png) no-repeat;
}
a.button-a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}
a.button-a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}
a.button-a:active {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}
a.button-a:link {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}