@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(images/body-bg.jpg) repeat top left;
}

TD.bg { background:url(images/bg.png) left top repeat-x; height:625px; width:1000px;}
TD.top {}
TD.content { height:366px;}
img, div, a, TD { behavior: url(iepngfix.htc) }

#scroll {
	position:relative;
	height:350px;
	overflow:hidden;
	border:0px solid #ddd;
	width:881px;
	padding:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:280px;
	top: 0px;
}

.tool {
	float:left;
	width:890px;
	height:280px;
	background:center no-repeat;
}

.details {
	color:#666;
	float:left;
	font-size:20px;
	margin:0px 0 0 0;
	padding:10px 60px;
	width:525px;
}


.demos {
	border-left:0px solid #ddd;
	float:right;
	min-height:200px;
	padding:0px;
	width:150px;
}

.demos h2 {
	color:#333333;
	font-size:22px;
	display:block;
	padding:10px 0;
}

.demos a {
	color:#666;
	font-size:12px;
	text-decoration:none;

}

.demos p {
	text-align:left;
	margin:0 0 4px;
	background:transparent url(images/gallery.png) no-repeat scroll 0 2px;
	height:50px;
	padding:15px 0 1px 60px;
}

#thumbs {
	background:url(images/navi.png) no-repeat;
	height:90px;
	position:absolute;
	top:265px;
	width:881px;
	left:0px;
}

.t a {
	background:transparent url(images/navi.png) no-repeat scroll -21px -90px;
	margin-left:0px;
	display:block;
	width:136px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:0px;
	_margin-left:0px;
}

/* CSS sprite for the navigation */
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-170px -90px; }
#t1:hover 	{ background-position:-170px -180px; }
#t1:active	{ background-position:-170px -270px; }
#t1.active	{ background-position:-170px 0 !important; }

#t2			{ background-position:-303px -90px; }
#t2:hover 	{ background-position:-303px -180px; }
#t2:active	{ background-position:-303px -270px; }
#t2.active	{ background-position:-303px 0 !important; }

#t3			{ background-position:-439px -90px; }
#t3:hover 	{ background-position:-439px -180px; }
#t3:active	{ background-position:-439px -270px; }
#t3.active	{ background-position:-439px 0 !important; }

#t4			{ background-position:-570px -90px; }
#t4:hover 	{ background-position:-570px -180px; }
#t4:active	{ background-position:-570px -270px; }
#t4.active	{ background-position:-570px 0 !important; }

#t5			{ background-position:-701px -90px; }
#t5:hover 	{ background-position:-701px -180px; }
#t5:active	{ background-position:-701px -270px; }
#t5.active	{ background-position:-701px 0 !important; }


