* {
	margin: 0;
	padding: 0;
}


body {
	background-color:#000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	margin:0;
	padding:0;
	/*overflow: hidden;*/
}

/* General */
html { padding: 0; margin: 0;}

a:link { text-decoration: none; color : #0066ff; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #66ffff; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #0066ff; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: none; color : #66ffff; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color : #333333; font-weight: normal;}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color : #999999; font-weight: normal; padding: 0 0 10px 0;}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color : #999999; font-weight: normal;}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color : #999999; font-weight: normal;}

ol { margin-left:20px;}
ol li {}

ul { margin-left:20px;}
ul li {}

.board-pict { border:solid #FFFFFF 4px;}
.bddetail-pict { border:solid #999999 4px;}
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* General */

/* Grobal */
#page-wrap{
	width:100%;
	z-index:6000;
}

/* Navigation bar */
#nav {
	width:100%;
	height:64px;
	background:url(images/nav_bg.png) no-repeat left top;
	position:relative;
	top:0px;
	left:0px;
	z-index:6000;
}


.nav-bar {
	padding:2px 0 0 30px;
	z-index:6000;
	
}
/* Navigation bar */


/* Top Menubar */
.Menu { padding: 4px 0 0 0; min-width:740px; height: 32px; }
.Menu em { display: none;}
.Menu ul { list-style: none; margin: 0px; padding: 0px 0px 0px 0px;}
.Menu ul li { padding: 0px 3px 0px 3px; margin: 0px; display: inline; font-size: 12px; font-weight:bold;/* border-right: solid 1px #ffffff;*/ }
.Menu ul li a { color:#ffffff;}
.Menu ul li a:hover { color:#ff6600; text-decoration:none;}
.Menu ul li ul { display: none;}
/* Top Menubar */

/* Products Menu */
.products-menu {
	position: relative;
	left:200px;
	width:400px;
	background-color:#000000;
	height:16px;
}

.products-menu em { display: none;}
.products-menu b { color:#cccccc;}
.products-menu ul { list-style: none; margin: 0px; padding: 0px 0px 0px 0px;}
.products-menu ul li { padding: 0px 3px 0px 3px; margin: 0px; display: inline; font-size: 11px; border-right: solid 1px #ffffff; }
.products-menu ul li a { color:#ffffff;}
.products-menu ul li a:hover { color:#ff6600; text-decoration:none;}
.products-menu ul li ul { display: none;}
/* Products Menu */

/* Header */
.header-wrap {
	padding: 0 0 0px 0px;
	width:100%;
	height:50px;
	text-align:center;
	position:relative;
	z-index:6000;
}


/* Header Picture Download Menu */
.header-wrap .header-menu {
	position: relative;
	top:0px;
	background:url(images/nav_pictdownload_bg.png) repeat;
	height:16px;
}

.header-wrap .header-menu em { display: none;}
.header-wrap .header-menu b { color:#cccccc;}
.header-wrap .header-menu ul { list-style: none; margin: 0px; padding: 0px 0px 0px 0px;}
.header-wrap .header-menu ul li { padding: 0px 3px 0px 3px; margin: 0px; display: inline; font-size: 10px; border-right: solid 1px #ffffff; }
.header-wrap .header-menu ul li a { color:#ffffff;}
.header-wrap .header-menu ul li a:hover { color:#ff6600; text-decoration:none;}
.header-wrap .header-menu ul li ul { display: none;}
/* Header Picture Download Menu */

/* Header */
/* Main content */
#content-wrap {
	padding: 0px 0 0px 30px;
	position: relative;
	top:0px;
	width: 95%;
	/* text-align: left; */
	font-size: 11px;
	z-index: 7000;
}

	
hr { 
	border-left:0px solid #abb0b5; 
	border-right:0px solid #abb0b5; 
	border-top:1px solid #999999; 
	border-bottom:0px solid #abb0b5; 
	height : 1px;  }
	
	/* Text Content */
.text-content {
	position: relative;
	padding: 6px;
	width: 70%;
	background:url(images/bg_text_content.png) repeat;
}
/*.text-content span { background-color:#ffffff;}*/
	/* Text Content */
#2colume {
	position:relative;
	width:100%;
}

#left-cell {
	width:47%;
	padding:0 8px 0 4px;
	float:left;
}
#right-cell {
	width:47%;
	padding:0 8px 0 4px;
	float:right;
	border-bottom:solid 1px #000000;
}

	/* Sub folder list */
.SubFolder { width:180px; margin:10 0 0 0px; float: left; display:inline;}
.SubFolder ul { margin: 0px; padding: 0px;}
.SubFolder li { margin: 0px; padding: 10px 0px 0px 60px; list-style-type: none; background: url(images/folder_supersmall.jpg) no-repeat left top; font-size: 11px; height:36px;}
.SubFolder li.new { margin: 0px; padding: 10px 0px 0px 60px; list-style-type: none; background: url(images/folder_supersmall_new.jpg) no-repeat left top; font-size: 11px; height:36px;}
.SubFolder li a { color:#0066ff;}
.SubFolder li a:visited { color:#0066ff;}
.SubFolder li a:hover { color:#66ffff;}
	/* End Sub folder list */
	
	/* Boards list */
.boards { position:relative;float:left; display:block;}
.boards dl {text-align:center;font-size:.95em;margin-top:25px;} 
.boards dt,dd {width:10.5em;float:left;} 
.boards dt {margin-bottom:2.5em;} 
.boards dd {margin:160px 0 0 -10.5em;} 
.boards dt img {vertical-align:bottom; border:0px;} 
.boards em {display:block;font-weight:bold;margin-bottom:5px;} 
.boards dl a:hover img,dl a:active img,dl a:focus img {} 
	/* Boards list */
	
	
	/* Inset 3D Raised */
.raised {background: transparent; width:100%; position:relative;}
.raised h1, .raised p {margin:0 10px; color:#FFFFFF; padding-top:0px;}
.raised h1 {font-size:2em; color:#fff;}
.raised p {padding-bottom:0.5em;}
.raised span {width: 45px; height: 65px; display: block; position: absolute; top: 0px; left: 20px; background: url(images/logo_tiki.png) no-repeat; z-index: 6000;}
.raised .header {position:absolute; top:70px; right:0px; z-index: 6000;}

.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:url(images/bg_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.raised .b3 {background:url(images/bg_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.raised .b4 {background:url(images/bg_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.raised .b4b {background:url(images/bg_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.raised .b3b {background:url(images/bg_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.raised .b2b {background:url(images/bg_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}


.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#fff;}
.raised .boxcontent {display:block; background:url(images/bg_text_content.png) repeat;  /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}

	/* Inset 3D Raised */
	
	/* Inset 3D WhiteBG box */
.boxwhite {background: transparent; width:100%; position:relative;}
.boxwhite h1, .boxwhite p {margin:0 10px; color:#000000; padding-top:0px;}
.boxwhite h1 {font-size:2em; color:#fff;}
.boxwhite p {padding-bottom:0.5em;}
.boxwhite span {width: 45px; height: 65px; display: block; position: absolute; top: 0px; left: 20px; background: url(images/logo_tiki.png) no-repeat; z-index: 6000;}
.boxwhite .header {position:absolute; top:70px; right:0px; z-index: 6000;}

.boxwhite .b1, .boxwhite .b2, .boxwhite .b3, .boxwhite .b4, .boxwhite .b1b, .boxwhite .b2b, .boxwhite .b3b, .boxwhite .b4b {display:block; overflow:hidden; font-size:1px;}
.boxwhite .b1, .boxwhite .b2, .boxwhite .b3, .boxwhite .b1b, .boxwhite .b2b, .boxwhite .b3b {height:1px;}
.boxwhite .b2 {background:url(images/bgw_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.boxwhite .b3 {background:url(images/bgw_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.boxwhite .b4 {background:url(images/bgw_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.boxwhite .b4b {background:url(images/bgw_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.boxwhite .b3b {background:url(images/bgw_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}
.boxwhite .b2b {background:url(images/bgw_text_content.png) repeat; /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}


.boxwhite .b1 {margin:0 5px; background:#fff;}
.boxwhite .b2, .boxwhite .b2b {margin:0 3px; border-width:0 2px;}
.boxwhite .b3, .boxwhite .b3b {margin:0 2px;}
.boxwhite .b4, .boxwhite .b4b {height:2px; margin:0 1px;}
.boxwhite .b1b {margin:0 5px; background:#fff;}
.boxwhite .boxcontent {display:block; background:url(images/bgw_text_content.png) repeat;  /*background:#ccc;*/ border-left:1px solid #fff; border-right:1px solid #fff;}

	/* Inset 3D Raised */
	
	/* Box3 */
.box3 {background: transparent; width:100%; position:relative;}
.box3 h1, .box3 p {margin:0 10px; color:#333; padding-top:70px;}
.box3 h1 {font-size:2em; color:#333;}
.box3 p {padding-bottom:0.5em;}
.box3 span {width: 45px; height: 65px; display: block; position: absolute; top: 0px; left: 20px; background: url(images/logo_tiki.png) no-repeat; z-index: 6000;}
.box3 .header {position:absolute; top:70px; right:0px; z-index: 6000;}

.box3 .b1, .box3 .b2, .box3 .b3, .box3 .b4, .box3 .b1b, .box3 .b2b, .box3 .b3b, .box3 .b4b {display:block; overflow:hidden; font-size:1px;}
.box3 .b1, .box3 .b2, .box3 .b3, .box3 .b1b, .box3 .b2b, .box3 .b3b {height:1px;}
.box3 .b2 {background:url(images/bgw_text_content.png) repeat; border-left:1px solid #666; border-right:1px solid #666;}
.box3 .b3 {background:url(images/bgw_text_content.png) repeat; border-left:1px solid #666; border-right:1px solid #666;}
.box3 .b4 {background:url(images/bgw_text_content.png) repeat; border-left:1px solid #666; border-right:1px solid #666;}
.box3 .b4b {background:url(images/bgw_text_content.png) repeat; border-left:1px solid #666; border-right:1px solid #666;}
.box3 .b3b {background:url(images/bgw_text_content.png) repeat; border-left:1px solid #666; border-right:1px solid #666;}
.box3 .b2b {background:url(images/bgw_text_content.png) repeat; border-left:1px solid #666; border-right:1px solid #666;}


.box3 .b1 {margin:0 5px; background:#666;}
.box3 .b2, .box3 .b2b {margin:0 3px; border-width:0 2px;}
.box3 .b3, .box3 .b3b {margin:0 2px;}
.box3 .b4, .box3 .b4b {height:2px; margin:0 1px;}
.box3 .b1b {margin:0 5px; background:#666;}
.box3 .boxcontent {display:block; background:url(images/bgw_text_content.png) repeat;  /*background:#ccc;*/ border-left:1px solid #666; border-right:1px solid #666;}

	/* Inset 3D Raised */
	
/* Main content */

.prev { position:absolute; top:20px; left:4px; z-index:7000; }
.next { position:absolute; top:20px; right:4px; z-index:7000; }

/* Picture Background Resize */
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
/* Picture Background Resize */


/* Footer */
#footer {
	position:relative;
	width:100%;
	height:250px;
	background:url(images/footer_bg.jpg) bottom left no-repeat;
	text-align:center;
	z-index: 6000;
}
/* Footer */

