body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #49545A;
	background: #686868 url(../images/top-gradient.gif) repeat-x top;
}

img {
	border: 0;
}

.side_shadow {
	background: url(../images/shadow-sides.gif) repeat-y center center;
}

.top_shadow {
	background: url(../images/shadow-top.gif) no-repeat center top;
}
.container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

.logo_area {
	height: 90px;
	background: #1b1b1b url(../images/logo-bg-left.jpg) no-repeat left;
}

.logo_container {
	padding-right: 15px;
}

.logo {
	width: 218px;
	height: 90px;
	float: right;
}

.logo img {
	margin-top: 11px;
}

.menu_area {
	height: 39px;
	background: #0f0f0f url(../images/menu-bg.gif);
}

.menu_bg_left {
	height: 39px;
	background: url(../images/menu-bg-left.jpg) no-repeat;
}

.menu_container {
	width:850px;
	padding: 6px 6px 0 16px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

* html .menu_container {
	width:828px;
}

.menu_container ul ul {
	text-transform :none;
	letter-spacing: normal;
}

.menu_container ul .tlast:hover ul {
	left:-60px;top:33px;
}

.menu_container ul li.ajxover.tlast ul {
	left:-60px;top:33px;
	display:none;
}

.banner {
	height: 165px;
	background: #026bc4 url(../images/globe.jpg);
}

.banner_lightbox {
	background: #026bc4 url(../images/globe-lightbox.jpg);
}

.banner_text {
	margin: 0 70px 0 420px;
	text-align: center;
	color: #ffffff;
}

.banner_text h1 {
	margin: 0;
	padding-top: 8px;
	font-size: 24px;
}

.banner_text h2 {
	margin: 0;
	padding: 16px 0 10px 0;
	font-size: 18px;
}

.banner_text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

.banner_text li {
	padding: 8px 10px 0;
	display: inline;
	line-height: 30px;
}

.banner_text a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

.banner_text a:hover {
	border-bottom: solid 1px #ffffff;
}

.content {
	padding: 20px;
	font-size: 14px;
}

.content h1 {
	margin: 0 0 20px 0;
	padding: 8px 0 6px 0;
	font-size: 18px;
	color: #026bc4;
	border-bottom: solid 1px #3f7abb;
}

.content h2 {
	margin: 14px 0 8px 0;
	padding: 6px 0 0 0;
	font-size: 15px;
	color: #026bc4;
}

.content p {
	margin-top: 8px;
	padding: 0;
}

.content ul {
	font-size: 14px;
}

.content li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.content li img {
	margin: 8px 8px 8px 0;
}

.content dl {
	margin: 0;
	padding: 0;
}

.content dt {
	float: left;
	font-weight: bold;
	padding-right: 8px;
}

.content dd {
	padding-left: 80px;
}

.content .toc {
	margin: 0;
	padding-left: 4px;
}

.content .toc a {
	font-size: 13px;
}

.content .toc ul {
	margin: 0;
	padding-left: 6px;
}

.content .toc li {
	margin: 0;
	padding-left: 26px;
	line-height: 26px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../images/document24.gif);
}

.content .toc ul li {
	padding-left: 20px;
	background-image: url(../images/document16.gif);
	background-position: 0px 5px;
}

.content a {
	font-weight: bold;
	color: #026bc4;
}

.content .separator {
	margin: 18px 0;
	font-size: 1px;
	border-bottom: solid 1px #3f7abb;
}

.content .product_info {
	position: relative;
	float: left;
	width: 470px;
}

.content .screenshot {
	position:relative;
	float: right;
}

.content .screenshot .sale {
	position:relative;
	left: 100px;
	top: -37px;
	width: 240px;
	color:red;
	font-size:10px;
}

.content .center {
	text-align: center;
}

.content .buttons {
	width: 196px;
	height: 24px;
	margin: 0 auto;
}

.content .blue_button {
	display: inline;
	float: left;
	width: 92px;
	height: 24px;
	margin: 0 3px;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #026bc4 url(../images/button-blue.gif);
}

.content .green_button {
	display: inline;
	float: left;
	width: 92px;
	height: 24px;
	margin: 0 3px;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #729600 url(../images/button-green.gif);
}

.content .prev-next {
	float: right;
}

.content .contact {
	float: left;
	padding-bottom: 24px;
}

.content .contact h2 {
	margin: 0 20px 8px 10px;
	padding: 0;
}

.content .contact p {
	margin: 0 20px 5px 10px;
	padding: 0;
}

form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

label {
	display:inline-block;
	width: 110px;
	margin: 3px 10px 0 0;
	text-align: right;
	vertical-align: top;
}

input, textarea, select {
	padding:3px;
	border: 1px solid #3f7abb;
}

textarea {
	width: 580px;
	overflow: auto;
}

.submit {
	width: 92px;
	height: 24px;
	margin-left: 120px;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #026bc4 url(../images/button-blue.gif);
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.footer {
	height: 26px;
	background-color: #1b1b1b;
}

.copyright {
	padding-right: 8px;
	float: right;
	line-height: 26px;
	font-size: 11px;
	color: #ffffff;
}

.bottom_shadow {
	font-size: 0px;
	height: 13px;
	text-align: center;
	background: url(../images/shadow-bottom.gif) repeat-y center center;
}

.bottom {
	width: 850px;
	height: 2px;
	margin: 0 auto;
	font-size: 0px;
	background-color: #1b1b1b;
}

#info_block {
	width: 480px;
}