* {
	padding:0;
	margin:0;
	outline:0;
}
body {
	background:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#999;
}
.left, .alignleft {
	float:left;
}
.right, .alignright { float:right; display:inline;}
input, textarea, select { font-family: Arial, sans-serif; font-size:12px; color:#6d6d6d; }

a img { border:0; }

a {
	color:#cab14a;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color:#cab14a;
	text-decoration: underline;
}

h2 {
	font-size:14px;
	line-height:22px;
	color:#cab14a;
	margin-top: 10px;
	font-weight:normal;
}
h3 {
	color:#cab14a;
	font-weight: normal;
	font-size:18px;
	border-bottom:#666 dotted 1px;
	line-height:26px;
	display:block;
}
h1#logo {
	font-size:0;
	line-height:0;
	width:160px;
	height:90px;
	float:left;
}
h1#logo a{
	display:block;
	height:90px;
	text-indent: -4000px;
	background:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.shell {
	width:980px;
	margin:0 auto;
}

#header {
	height:90px;
	background:url(images/top-bg.jpg);
}

#sub-nav{
	width:980px;
	margin:0 auto;
	margin-bottom:30px;
	height: 25px;
	background-repeat:no-repeat;
	background-position:5px top;
}

#main {
	width:100%;
	background:url(images/main.gif) repeat-x 0 0;
	padding-bottom: 40px;
}

.col-1 {
	float:left;
	display:inline;
	width:220px;
	margin-right:20px;
	padding:25px 0;
}
.col-2 {
	float:left;
	display:inline;
	width:350px;
	margin-right:40px;
	padding:10px 0;
}
.col-3 {
	float:left;
	display:inline;
	width:350px;
	padding:10px 0;
}
.col-double {
	margin-right:0;
	width:100%
}

.col h3 { padding-bottom:12px; }
.three-cols {
	width:980px;
	margin: 0 auto;
}
.three-cols li { margin-left:30px; padding-left:10px}
.three-cols p { padding-bottom:12px}
.three-cols ul { padding-bottom:12px}

p.more { font-size:11px; }
p.more a{ background:url(images/more.gif) no-repeat 0 center; padding-left:11px;}

#home{
	width:65px;
	float:left;
	margin-top:18px;
	margin-left:10px;
}
#home a{background-image:url(images/home.png); background-repeat:no-repeat; display:block; color:#FFF; text-align:center; text-decoration:none; padding-top:15px; height:40px;}
#home a:hover{background-image:url(images/home-hover.png); background-repeat:no-repeat;}

ul.thumb {
	float: left;
	list-style: none;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
ul.thumb li {
	padding: 5px;
	width: 277px;
	height: 455px;
	float: left;
}
ul.thumb li img {
	height: 411px;
	-ms-interpolation-mode: bicubic;
}
ul.thumb li img.hover {border: none;}

	#imageFlow {
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0%;
	top: 120px;
	overflow: hidden;
	background: #000;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 1em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
.input-textbox{
	padding:2px 5px;
	width:250px;
	margin-bottom: 10px;
}
/*-----------------------project-----------------------*/
#project-table{
	width:100%;
	margin-bottom:20px;
	border:#333 1px solid;
	background-color:#191919;
}
#project-table .title{background-image:url(../images/pointer.png); background-repeat:no-repeat; background-position: 2px 8px; padding-left:15px; width:100px}
.proj-gal{
	float:right;
	background-image:url(../images/pointer.png);
	background-repeat:no-repeat;
	background-position:0 10px;
	font-size:12px;
	width:100px;
	padding-left:15px;
	text-decoration: none;
}
/* ============================= trigger button ============================= */
#download_now {
	overflow:hidden;
	cursor:pointer;
}
#download_now-2 {
	overflow:hidden;
	cursor:pointer;
	color:#B26CA0;
}
#download_now-3 {
	overflow:hidden;
	cursor:pointer;
	color:#B26CA0;
}
/* tooltip styling */
.tooltip {
	display:none;
	height:75px;
	padding:10px;
	margin-top:10px;
	width:220px;
	font-size:11px;
	color:#fff;
	background-image: url(../images/trigger.png);
	background-repeat: no-repeat;
	text-align:left;
	z-index:10000;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
.readmore{
	display:block;
	float:right;
	padding-left:15px;
	background-image:url(../images/pointer.png);
	background-repeat:no-repeat;
	background-position:0px 7px
}
#footer-split{width:980px; margin-top:15px}
#footer-split td{padding:5px; text-align:left; background-color: #191919}
.icon{width:110px; border:1px #333 solid; border-right:none;}
.ico-cont{width:216px; border:1px #333 solid; border-left:none;}