@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(/media/img/headerbg.png);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	margin: 0 auto;
	font-family: Gill Sans, sans-serif;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #444;
}

a:hover {
	color: #09F;
	cursor: pointer;
}

#footer {
	font-size: 11px;
	color: #444;
	text-align: center;
	width: 100%;
}

#header {
	margin: 0;
	font-size: 12px;
	color: #555;
	border: 0;
}

.tabs {
	display: block;
}

#tab1 {
	text-align: center;
	top: 39px;
	position: relative;
	height: 20px;
	padding: 0;
	float: right;
	z-index: 3;
}

#tab2 {
	text-align: center;
	top: 39px;
	position: relative;
	height: 20px;
	padding: 0;
	float: right;
	margin-left: -7px;
	z-index: 2;
}


#tab3 {
	text-align: center;
	top: 39px;
	position: relative;
	height: 20px;
	padding: 0;
	float: right;
	margin-left: -7px;
	z-index: 1;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	display: block;
	border: 0;
	padding: 0;
}

.content {
	margin: 0 auto;
	background: url(../layout/contentbg2.png) bottom left no-repeat #fff;
	margin-bottom: 15px;
	text-align: left;
	border: 1px solid #A3A3A3;
	font-size: 12px;
	overflow: hidden;	
	width: 100%;
	z-index: -1;
	line-height: 130%;
}

.downloadform {
	margin: 20px 0px 0px 20px;
	width: 380px;
}

.product_download {
	text-align: right;
	margin: 5px;
	padding: 5px;
	vertical-align: middle;
}

.licensekey {
	text-align: center;
	font-size: large;
	padding: 5px;
	margin-right: 10px;
}

.fthead span {
	padding-left: 7px;
	padding-right: 7px;
}

#bottom {
	width: 100%;
	height: 200px;
	bottom: 0;
	background-image: url(/media/img/headerbgbot.png);
	background-repeat: repeat-x;
	position: fixed; 
	z-index: -1;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #777;		
}

.breadcrumbs {
	font-size: 13px;
	margin: 8px 25px 15px 25px;
	border-bottom: 1px dashed #a3a3a3;
	padding: 0px 10px 8px 10px;
	display: block;
}

.clear {
	clear:both;	
}
