@charset "UTF-8";


/* ---------------------------------------------------------------------------------------------------- */


h1 {
	position: relative;
	left: 20px;
	top: 0;
	height: 70px;
	z-index: 10;
}


#promo {
	position: relative;
	height: 340px;
	top: -70px;
	z-index: 1;
}

.promo-image {
	position: relative;
}


.promo-image p {
	position: absolute;
	line-height: 1.4;
}

.promo-image .promo-link {
	position: absolute;
}

.promo-image .promo-link a {
	display: block;
	float: left;
	padding-left: 15px;
	line-height: 20px;
	font-size: 130%;
	background: transparent url(/shared/img/arrow_m.gif) 0 4px no-repeat;
}



/* ---------------------------------------------------------------------------------------------------- */

#caddoctor p {
	left: 86px;
	top: 164px;
}

#caddoctor .promo-link {
	left: 340px;
	top: 123px;
}



#nxdoctor p {
	left: 86px;
	top: 164px;
}

#nxdoctor .promo-link {
	left: 284px;
	top: 123px;
}



#asfalis p {
	left: 86px;
	top: 164px;
}

#asfalis .promo-link {
	left: 345px;
	top: 123px;
}



#directtranslator p {
	left: 86px;
	top: 230px;
}

#directtranslator .promo-link {
	left: 86px;
	top: 196px;
}



#cadfeature p {
	left: 86px;
	top: 164px;
}

#cadfeature .promo-link {
	left: 86px;
	top: 123px;
}



#nxdoctor,
#asfalis,
#directtranslator,
#cadfeature {
	display: none;
}



/* ---------------------------------------------------------------------------------------------------- */

#thumbnail {
	position: absolute;
	width: 900px;
	height: 100px;
	top: 300px;
	left: 40px;
	z-index: 30;
	background: transparent url(/shared/img/bg_thumb.png) 0 0 no-repeat;
}



#thumbnail ul {
	margin: 12px 0 0 100px;
	text-align: center;
}
#thumbnail li {
	float: left;
	width: 110px;
	text-align: center;
}


#thumbnail ul.nav {
	margin: 0;
}

#thumbnail .prev,
#thumbnail .next {
	position: absolute;
	width: 30px;
	top: 30px;
}

#thumbnail .prev {
	left: 0;
}
#thumbnail .next {
	right: 0;
}



#thumbnail li img {
	padding: 2px;
}
#thumbnail .nav li img {
	padding: 0;
}


#thumbnail li a:hover img,
#thumbnail li a.active img{
	padding: 0;
	border: 2px solid #ffc600;
}

#thumbnail .nav li a:hover img {
	border: none;
}





/* ---------------------------------------------------------------------------------------------------- */

#article {
	float: left;
	width: 100%;
	margin: 35px 0 0;
}


#whats-new {
	float: left;
	width: 650px;
	padding-left: 20px;
}

#banner-area {
	float: right;
	width: 245px;
}




#whats-new h2 {
	float: left;
	width: 400px;
	margin-bottom: 12px;
}

#whats-new p {
	float: left;
	width: 250px;
	padding-top: 6px;
	text-align: right;
}

#whats-new p a {
	padding: 0 0 0 8px;
	background: transparent url(/shared/img/arrow_s.gif) 0 50% no-repeat;
}


#whats-new dl {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

#whats-new dt {
	float: left;
	width: 170px;
	font-weight: bold;
}

#whats-new dd {
	float: left;
	width: 480px;
	line-height: 1.4;
}

#whats-new dt strong {
	margin-right: 10px;
	font-weight: normal;
	margin-left: 5px;
}


#rss-link {
	clear: both;
	padding-top: 10px;
}



/* ---------------------------------------------------------------------------------------------------- */

#banner-area ul {
	width: 220px;
	padding-bottom: 10px;
	background: #f4f4f4;
}

#banner-area li {
	padding: 14px 14px 0;
}

#banner-area li a {
	color: #888;
}

#banner-area li strong {
	display: block;
	margin: 2px 2px 0;
	font-size: 90%;
	font-weight: normal;
}





