html {
	overflow-y: scroll;
}

html, body, div, h1, h2, h3, p, a, img, strong, b, u, i, ul, li, td, th {
	margin: 0;
	padding: 0;
}

body { 
	background-color: #CCC;
}

a {
	color: #06C;
	border-bottom: 1px solid #99CCFF;
	text-decoration: none;
}

a:hover {
	color: #39F;
	border: none;
}

a:active {
	border: none;	
}

#main, #footer {
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	width: 980px;
}

#header_c {
	position: absolute;
	top: 0px;
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 980px;
	background: #f8f8f8 url(images/bg-header.png) left top repeat-x;
}
	#header img#logo {
		float: left;
		margin-left: 70px;
	}

#main {
	margin-top: 165px;
	background-color: #ffffff;
	overflow:hidden;
}

#mainbttm {
	height: 50px;
	clear: both;
}

#footer {
	overflow: hidden;
}
	#footer p {
		margin: 20px 50px 70px 50px;
		font-size: 12px;
		color: #555;
	}
		#footer p.fl {
			margin-right: 0px;
		}
		#footer p.fr {
			margin-left: 0px;
		}
	#footer a {
		color: #555;
		border-bottom: 1px solid #AAA;
		text-decoration: none;
	}
		#footer a:hover {
			color: #222;
			border: none;
		}

ul#navmenu {
	float: right;
	margin-top: 82px;
	margin-right: 60px;
}
	ul#navmenu li {
		font: bold 14px/1.5 Arial,Helvetica,Sans-Serif;
		display: inline;
		margin: 10px;
	}
		ul#navmenu li a {
			color: #3a3a3a;
			text-decoration: none;
			text-shadow: #ffffff 1px 1px 0px;
			border: none;
		}
		ul#navmenu li a:hover {
			border-bottom: 2px solid #cc2b2b;
		}
.s-left, 
.fl {
	float: left;
}

.s-right, 
.fr {
	float: right;
}

.s-left, 
.s-right {
	width: 40px;
	height: 20px;
}

.shadow1, 
.shadow2 {
	height: 20px;
	clear: both;
}

.shadow1 {
	background: #999999 url(images/bg-topshadow.png) left top repeat-x;
}
	.shadow1 .s-left {
		background: url('/images/bg-left-shadow1.png') left top no-repeat;
	}
	.shadow1 .s-right {
		background: url('/images/bg-right-shadow1.png') left top no-repeat;
	}

.shadow2 {
	background: #666666 url(images/bg-shadow.png) left top repeat-x;
}
	.shadow2 .s-left {
		background: url('/images/bg-left-shadow2.png') left top no-repeat;
	}
	.shadow2 .s-right {
		background: url('/images/bg-right-shadow2.png') left top no-repeat;
	}

.content {
	float: left;
	width: 580px;
	margin-left: 70px;
}

.board {
	margin-top: 505px !important;
}

.nosb {
	width: 840px;
}

#sidebar {
	float: right;
	width: 240px;
	padding-right: 20px;
	padding-bottom:32767px;
	margin-bottom:-32767px;
	background-color: #f8f8f8;
}

	#sidebar ul, #sidebar img, #sidebar p {
		padding-left: 40px;
	}

h1, h2, h3 {
	color: #000;
}

h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	font: bold 30px Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
}

h2, 
h3 {
	font: normal 26px Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

h2 {
	margin-top: 25px;
}

h3 {
	font-size: 22px;
	margin-top: 25px;
}

.top-mrgn {
	margin-top: 50px;
}

.std-mrgn {
	margin-top: 20px;
}

.normal {
	font-weight: normal;
}

p, li, td, th, input, textarea, option, select {
	font: normal 14px Verdana,Geneva,sans-serif;
	color: #303030;
	line-height: 1.5;
}

p {
	margin-bottom: 20px;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

.content ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 15px;
}

	.content ul li {
		margin-bottom: 5px;
	}

ul.check {
	margin-left: 0.5em;
	list-style: none;
}

	ul.check li {
		background: url('/images/bullet.png') left center no-repeat;
		padding-left: 24px;
	}

ul.list {
	margin-left: 0.5em;
	list-style: none;
}

ul.help-howto {
	margin-left: 2em;
}

b {
	font-weight: bold;
}

.arrow {
	font-weight: bold;
	font-size: 18px;
}

i {
	font-style: italic;
}

#sidebar img.menu {
	margin-top: 50px;
	margin-bottom: 10px;
}

#sidebar img.menu2 {
	margin-top: 35px;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
}
#sidebar ul.online-help {
	margin-top: 20px;
}
	#sidebar ul li {
		margin-bottom: 15px;
	}
	#sidebar ul.online-help li {
		margin-bottom: 5px;
	}
		#sidebar ul li a {
			font: bold 14px Arial,Helvetica,Sans-Serif;
			line-height: 1.5;
			text-decoration: none;
			color: #06C;
		}
		#sidebar ul li a:hover {
			border: none;
			color: #39F;
		}

#sidebar .info {
	font-size: 12px;
}

#board {
	height: 320px;
	background: #474747 url(images/screenshot-bg.jpg) left top no-repeat;
}

	#board h1 {
		font: bold 50px Arial,Helvetica,sans-serif;
		color: #fff;
		letter-spacing: -1px;
		margin-left: 430px;
		padding-top: 50px;
		text-shadow: #000 0px 0px 3px;
		margin-top: 0px;
	}

	#board p {
		font: bold 18px Arial,Helvetica,sans-serif;
		color: #ddd;
		margin-left: 430px;
		margin-top: 30px;
		padding-right: 75px;
	}

ul.buttons {
	margin-top: 40px;
	margin-right: 145px;
	float: right;
	line-height: 30px;
}

	ul.buttons li {
		font: bold 14px Arial,Helvetica,Sans-Serif;
		display: inline;
		margin-left: 20px;
		line-height: 30px;
	}

		ul.buttons li a {
			padding: 6px 14px;
			color: #000;
			text-decoration: none;
		}

a.btn-download {
	border: none;
	background: #fff url(/images/bg-button-bl.png) left top repeat-x;
}
a.btn-purchase {
	border: none;
	background: #fff url(/images/bg-button-gr.png) left top repeat-x;
}

a.btn-download:hover {
	border: none;
	background-image: none;
	background-color: #8aedf9;
	box-shadow: 1px 1px 5px #8aedff, -1px -1px 5px #8aedff;
}

a.btn-purchase:hover {
	border: none;
	background-image: none;
	background-color: #b1f98a;
	box-shadow: 1px 1px 5px #b1ff8a, -1px -1px 5px #b1ff8a;
}

a.btn-download:active, a.btn-purchase:active {
	box-shadow: none;
}

a.btn-download_big {
	font: bold 16px Arial,Helvetica,Sans-Serif;
	color: #FFF;
	margin-top: 30px;
	border: none;
	display: block;
	width: 180px; 
	height: 44px;
	background: #06C url(/images/download-button.png) 0 0 no-repeat;
	box-shadow: 1px 1px 2px #06C, -1px -1px 2px #06C;
	border-radius: 5px;
}
	a.btn-download_big span {
		padding-left: 57px;
		padding-top: 13px; 
		display: block;
	}
	a.btn-download_big:hover {
		background: #06C url(/images/download-button.png) 0 0 no-repeat;
		box-shadow: 1px 1px 5px #06C, -1px -1px 5px #06C;
		border-radius: 5px;
	}

a.btn-download_big:active {
	box-shadow: 1px 1px 1px #06C, -1px -1px 1px #06C;
}

p.backbtm {
	margin-top: 40px;
}

.pricing {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
	.pricing th {
		font-weight: bold;
		padding: 6px 0px;
		border-bottom: 1px solid #777;
		background-color: #fff;
		text-align: left;
	}
		.pricing .tab {
			color: #fff;
			padding: 8px 12px 8px 10px;
			background-color: #777;
		}
	.pricing td {
		border-bottom: 1px solid #DDD;
		padding: 8px 0px;
		padding-left: 20px;
		vertical-align: top;
	}
		.pricing .price {
			text-align: right;
			padding-right: 40px;
	}
		.pricing .type {
			width: 250px;
	}
	.pricing tbody tr:hover td{
		background-color: #F0FFE9;
	}

.productids {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
	.productids th {
		font-weight: bold;
		padding: 6px 0px;
		padding-left: 2em;
		border-bottom: 1px solid #AAA;
	}
	.productids td {
		border-bottom: 1px solid #DDD;
		padding: 9px 0px;
		padding-left: 2em;
	}
	.productids tbody tr:hover td{
		background-color: #fafafa;
	}

.image a {
	border: none;
	text-decoration: none;
	margin-right: 10px;
}
	.image a img {
		vertical-align: top;
		border: 4px solid #CCC;
	}

	.image a img:hover {
		border: 4px solid #6AF;
	}
	.image a:hover {
		border: none;
	}

.l1 {
	height: 1px;
	border: none;
	background-color: #e2e2e2;
	color: #e2e2e2;
	margin-bottom: 20px;
}

.green-lt {
	background-color: #82C19B;
	color: #82C19B;
}

.icon {
	vertical-align: middle;
}

.help_image {
	display: block;
	margin-bottom: 20px;
}

.border {
	border: 1px solid #999;
}

.help_icon {
	vertical-align: middle;
}

.help_iconlist {
	line-height: 1.6em;
}

.icon_download {
	vertical-align: middle;
	margin-right: 7px;
}

.img_text img {
	float: left;
}

.img_text h1, .img_text p, .img_text ul {
	padding-left: 290px;
}

.metrobutton {
	font: normal 26px Arial,Helvetica,Sans-Serif;
	color: #FFF;
	letter-spacing: -1px;
	display: block;
	border: none;
	width: 235px;
	height: 100px;
	background: #50a86e url(/images/back-w50.png) bottom right no-repeat;
	padding: 20px;
	margin-bottom: 20px;
}

	.metrobutton:hover {
		color: #FFF;
		background-color: #47c170;
	}

.metrobutton span {
	display: block;
	margin-top: 10px;
}

.metrobutton.lite {
	font-size: 24px;
	background-color: #718693;
}
	.metrobutton.lite:hover {
		color: #FFF;
		background-color: #588bab;
	}

.metrobutton_text {
	width: 510px;
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid #e0e0e0;
}

.metrobg {
	display: block;
	float: left;
	border: none;
	width: 375px;
	height: 120px;
	background: #a3c9ef url(/images/back-w50.png) bottom right no-repeat;
	padding: 20px;
	margin-bottom: 15px;
}
	.metrobg:hover {
		background-color: #7eb6ef;
	}
	.metrobg h3 {
		margin-top: 0px;
	}
.gr {
	background-color: #dae3d7;
}
	.gr:hover {
		background-color: #cad2c7;
	}

.col {
	margin-left: 3px;
}

.sp {
	width: 235px;
}

.ind {
	margin-left: 1em !important; 
}

.m_icon {
	font: normal 14px/1.5 Verdana,Geneva,sans-serif;
	padding: 10px 0px 13px 40px;
	border: none;
}
	.m_icon span {
		border-bottom: 1px solid #99CCFF;
	}
		.m_icon span:hover {
			color: #39F;
			border: none;
		}
	.m_icon.mail {
		background: transparent url(/images/mail-b32.png) center left no-repeat;
	}
	.m_icon.download {
		background: transparent url(/images/download-b32.png) center left no-repeat;
	}
	.m_icon.learn {
		background: transparent url(/images/learn-b32.png) center left no-repeat;
	}
	.m_icon.learn-right {
		background: transparent url(/images/learn-b32.png) center right no-repeat;
		padding: 10px 40px 13px 0px;
	}
	.m_icon.basket {
		background: transparent url(/images/basket-b32.png) center left no-repeat;
	}
	.m_icon.free {
		background: transparent url(/images/free-blk32.png) center left no-repeat;
		margin-top: -8px;
	}

.content ul.ldp {
	list-style: none;
	margin: 30px 0px 0px 0px;
}
	.content ul.ldp li {
		float: left;
		margin-bottom: 0px;
		margin-right: 35px;
		padding: 8px 0px;
	}

.metrobutton, .metrobg, .lostkey, .gform, .tsform, .upgform {
	border-radius: 5px;
}

.lostkey {
	padding: 25px 70px 10px 70px;
	margin-bottom: 40px;
	background-color: #dae3d7;
	zoom: 1;
}

.gform {
	padding: 20px 40px 1px 40px;
	margin-bottom: 20px;
	background-color: #CDDCE0;
	zoom: 1;
}

.tsform {
	padding: 20px 40px 1px 40px;
	margin-bottom: 20px;
	background-color: #CDDCE0;
	zoom: 1;
}

.upgform {
	padding: 20px 40px 1px 40px;
	margin-bottom: 20px;
	background-color: #dae3d7;
	zoom: 1;
}

input.name, 
select.name, 
input.email {
	width: 100%;
}

input.addon, 
select.addon {
	width: 50%;
}

input.button {
	height: 2em;
}

input.upgcost {
	width: 80px;
	border: none;
	background-color: transparent;
	color: #000;
}

.required {
	color: #ff3333;
}

.errormsg {
	color: #ff3333;
	display: none;
}

textarea.comments {
	height: 17em;
	width: 100%;
}

textarea.upgrade {
	height: 9em;
	width: 100%;
}

.wlv-icon-16 {
	padding: 8px 0px 8px 16px;
	background: transparent url(/images/web_link_validator-icon16.png) center left no-repeat;
}

.wlv-icon-48 {
	margin-top: 25px;
	padding: 18px 0px 10px 55px;
	background: transparent url(/images/web_link_validator-icon48.png) center left no-repeat;
}

ul.link-list {
	list-style: none;
	margin: 0px 0px 0px 50px;
}
	ul.link-list li {
		margin-bottom: 12px;
		padding: 8px 0px;
	}

.image-column {
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #82C19B;
	overflow: hidden;
}
	.image-column div.fl {
		width: 290px;
	}
	.image-column div.fr {
		width: 550px;
	}

.online-help-mt {
	margin-top: 50px;
	margin-left: -10px;
}

.online-help-ind {
	margin-left: -10px;
}

.customers	{
	width: 395px;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}
