html {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans;
}

body {
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans;
	font-size: 10pt;
	color: #000000;

	margin: 0px;

	background-image: url('../gfx/interface/bg_page.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4 {
	font-style: italic;
}

a {
	color: #f15922;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.ext {
	background-image: url('../gfx/interface/icons/link_external.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}


header {
	margin: 0 auto;
	height: 98px;
}

.iso {
	font-variant: small-caps;
}


#headerleft, #headerright, #headercenter {
	float: left;
}
#headerleft {
	width: calc(50% - 500px);
}
#headercenter {
	width: 1000px;
}
#headerright {
	width: calc(50% - 500px);
}

.headerunderline {
	height: 100%;

	border-bottom: 2px solid;
}
.orange {
	border-bottom-color: #f15922;
}
.black {
	border-bottom-color: #231f20;
}


#logo {
	margin: auto;
	height: 100%;
	float: left;
}
#logo img {
	margin-top: 64px;
}



#headerlinks {
	margin: auto;
	padding-top: 35px;
	width: 100px;
	height: 63px;
	float: left;
	text-align: right;
}
#headerlinks a {
	color: #606060;
	font-size: 7pt;
	font-weight: normal;
}



#contentwrapper {
	width: 1000px;
	margin: auto;
}
#content {
	margin-left: 25px;
	margin-top: 20px;
	float: left;
	max-width: 700px;
	line-height: 20pt;
}



#productimagecontainer {
	float: right;
	margin-left: 25px;
}


#footnote {
	margin-top: 25px;
	border-top: 1px solid #c0c0c0;
	font-size: 6pt;
	color: #404040;
}

#copyright {
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 7pt;
	color: #A0A0A0;
}






ul.downloadlist {
	list-style-type: none;
	padding-left: 20px;
}
ul.downloadlist > li {
	padding-top: 25px;
	font-weight: bold;
	size: 10pt;
}

ul.downloads {
	list-style-type: none;
}
ul.downloads a {
	display: inline-block;
	margin: auto;
	padding: 10px;
	border: 1px solid #D0D0D0;
	background-repeat: no-repeat;
	background-position: 5px center;
}
ul.downloads a:hover {
	background-color: #D0D0D0;
}

ul.downloads a.installer {		padding-left: 35px; background-image: url('../gfx/interface/icons/files/installer.png'); }
ul.downloads a.pdf {			padding-left: 35px; background-image: url('../gfx/interface/icons/files/pdf.png'); }