/* login */
div#jumpnav{
	position:absolute;
	top: 34px;
	left: 625px;
	z-index:80;
}
div#jumpnav select{
	width: 195px;
}

/* login */
div#loginform{
	position: absolute;
	top: 236px;
	left: 374px;
	font-weight: bold;
	font-size: 11px;
	color: #e37222;
	z-index:25;
}
div#loginform input{
	margin-bottom:12px;
	height:17px;
	width:143px;
	border-top:1px solid #848484;
	border-left:1px solid #848484;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
}
div#loginform label{
	display:block;
	float: left;
	clear: left;
	margin-bottom:12px;
	margin-right:13px;
	height:17px;
	width:70px;
	text-align: right;
	line-height:17px;
}
#loginform .button{
	width:67px;
	height:24px;
	border: none;
	margin-left: 83px;
}
div#signup{
	position:absolute;
	top: 414px;
	left:180px;
	z-index:20;
	width:642px;
	font-size:11px;
	color: #e37222;
}
div#signup a{
	color: #e37222;
	text-decoration: none;
}

/*welcome page */
div#page_bg{
	position: absolute;
	left: 159px;
	top: 76px;
	z-index:1;
}
div#welcome{
	position: absolute;
	left: 159px;
	top: 86px;
	width:246px;
	padding:20px;
	background:#e37222;
	overflow:hidden;
	color:white;
	font-size:11px;
	line-height:16px;
	z-index:2;
}
div#welcome p{
	margin:0px;
}
/* downloads */

div#downloads{
	position: absolute;
	left: 159px;
	top: 76px;
	width:690px;
	height:394px;
	overflow:hidden;
	z-index:1;
}
div#downloads ul{
	padding:0px;
	margin:20px 0px 40px 20px;
}
div#downloads li{
	list-style: none;
	padding-left: 9px;
	background:url(/_images/bullet_orange_2.gif) transparent no-repeat 0px 4px;
	font-size:10px;
	line-height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	padding-bottom: 5px;
	height:10px
}
div#downloads li a{
	color: #e37222;
	text-decoration: none;
}
div#downloads #note{
	position:absolute;
	top: 361px;
	left:22px;
	z-index:20;
	width:642px;
	font-size:11px;
	color: #b2b2b2;
}
div#downloads #note a{
	color: #b2b2b2;
	text-decoration: none;
}

/* professional products */

div#proproducts{
	position: absolute;
	left: 159px;
	top: 76px;
	width:690px;
	height:394px;
	overflow:auto;
	z-index:1;
}
div#proproducts div{
	position: relative;
	width:424px;
	min-height: 150px;
	_height:150px;
	padding:20px;
	padding-left:230px;
	background:#f2f2f2;
}
div#proproducts div#title{
	width:674px;
	height: 30px;
	min-height:30px;
	overflow: hidden;
	padding:0px;
	background: url(/_images/title_proproducts.gif) transparent;
}

div#proproducts div.alt{
	background:#ffffff;
}
div#proproducts div img{
	position:absolute;
	left:20px;
	top:20px;
}
div#proproducts div h2{
	font-size:13px;
	color: #e37222;
	text-transform: uppercase;
	margin:0px;
}
div#proproducts div h3{
	font-size:10px;
	font-weight: bold;
	color:#4e4e50;
	margin:0px;
}
div#proproducts div p{
	margin:13px 0px 0px 0px;
	color: #4e4e50;
	font-size:11px;
	line-height:16px;
}
div#proproducts div p strong{
	color: #e37222;
}

/* videos */
div#videoArea{
	position:absolute;
	left: 159px;
	top: 76px;
	width:477px;
	height:394px;
	background:#cdcdce;
}
div#videoPlayer{
	position:absolute;
	left:10px;
	top:63px;
	background:#cdcdce;
}
div#videoPh{
	position:absolute;
	left:21px;
	top:76px;
	background:transparent;
	z-index:50;
}
div#videoList{
	position:absolute;
	left: 636px;
	top: 76px;
	background:transparent;
	padding-left: 20px;
	height:388px;
	z-index:20;
}
div#videoList h3{
	font-size:11px;
	color:#4e4e50;
	text-transform:uppercase;
	font-weight: bold;
	margin:20px 0px 0px 0px;
}
div#videoList a{
	text-decoration:none;
	color:#4e4e50;
}
div#videoList ul{
	padding:0px;
	margin:4px 0px 0px 0px;
}
div#videoList li{
	list-style: none;
	padding-left: 9px;
	background:url(/_images/bullet_orange.gif) transparent no-repeat 0px 3px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	margin-bottom: 2px;
	width:178px;
}
div#videoList p.note {
	bottom:5px;
	color:#4E4E50;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	left:18px;
	line-height:16px;
	margin-bottom:12px;
	position:absolute;
	width:178px;
}