
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *************************************** */


html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/bg.gif);
}

strong {
	font-weight: bold;
	font-size: 12px;
}

.clear {clear:both}

#container {
	width: 6000px;
	height: 6000px;
}

.inside .index {
		background-image: url(../images/index.gif);
		width: 303px;
		height: 93px;
		display: block;
		clear: both;
		margin-left:134px;
	}
/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 2000px;
	height: 2000px;
}

	#home {
		top: 0px;
		left: 0px;
		background-color: #353d40;/*
		background-image: url(../images/bg_butterfly.gif);
		background-repeat: no-repeat;
		background-position: bottom right;*/
	}
	
	#about {
		top: 0px;
		left: 2000px;
		background-color: #e23e7a;
		/*background-image: url(../images/bg_pink.gif);
		background-repeat: repeat-y;*/
	}
	
	#news {
		top: 0px;
		left: 4000px;
		background-color: #5b2f7e;
		/*background-image: url(../images/bg_purple.gif);
		background-repeat: repeat-y;*/
	}


	#ser {
		top: 2000px;
		left: 4000px;
		background-color: #ed88b2;
		/*background-image: url(../images/bg_purple.gif);
		background-repeat: repeat-y;*/
	}
		
	#pro {
		top: 2000px;
		left: 2000px;
		background-color: #e99c32;
		/*background-image: url(../images/bg_orange.gif);
		background-repeat: repeat-y;*/
	}

	#web {
		top: 2000px;
		left: 0px;
		background-color: #2ca4d9;
		/*background-image: url(../images/bg_blue.gif);
		background-repeat: repeat-y;*/
	}
	
	#guest {
		top: 4000px;
		left: 0px;
		background-color: #da251c;
		/*background-image: url(../images/bg_purple.gif);
		background-repeat: repeat-y;*/
	}

	#job {
		top: 4000px;
		left: 2000px;
		background-color: #feea00;
		/*background-image: url(../images/bg_purple.gif);
		background-repeat: repeat-y;*/
	}
	#contact {
		top: 4000px;
		left: 4000px;
		background-color: #8ac544;
		/*background-image: url(../images/bg_green.gif);
		background-repeat: repeat-y;*/
	}
		
.inside {
	margin: 39px 60px;
	width: 1000px;
}
	
	.inside .header {
		font-size: 12px;
		color: #FFF;
		padding-bottom: 8px;
		clear:both;
	}

	.inside .text {
		font-size: 12px;
		color: #FFF;
		text-align: justify;
		line-height: 22px;
		height: 250px;
		width: 659px;
	}
	
	.profile {
		display: block;
		float: left;
		width: 88px;
		height: 250px;
		background-image: url(../images/pf.jpg);
		background-repeat: no-repeat;
		margin-right: 20px;
		margin-bottom: 10px;
		border: 1px solid #ca117d;
	}

	
		/** list for purple page **/
		
		.inside .text ul#purple {
			margin: 10px 0px;
		}
		.inside .text ul#purple li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			padding: 4px 16px;
		}
		
		.inside .text ul#purple li:hover {
			/*background-color: #7110A3;
			color: #E8BFFD;
			text-decoration: underline;*/
		}

/** TITLES **/

.title {
	background-repeat: no-repeat;
	text-indent: -1000em;
	float: left;
	width: 208px;
}

	#contact .title {
		background-image: url(../images/title_contact.gif);
		height: 96px;
	}

	#about .title {
		background-image: url(../images/title_about.gif);
		height: 96px;
	}
	
	#pro .title {
		background-image: url(../images/title_pro.gif);
		height: 96px;
	}
	
	#news .title {
		background-image: url(../images/title_news.gif);
		height: 96px;
	}

	#ser .title {
		background-image: url(../images/title_ser.gif);
		height: 96px;
	}
	#job .title {
		background-image: url(../images/title_job.gif);
		height: 96px;
	}
	#guest .title {
		background-image: url(../images/title_guest.gif);
		height: 96px;
	}
	#web .title {
		background-image: url(../images/title_web.gif);
		height: 96px;
	}

/** NAVIGATION BUTTONS **/

ul.navigation {
	float: left;
	display: block;
	width: 690px;
	padding: 0px;
	text-align: right;
	margin-top:39px;
}

ul.navigation li {
	display: block;
	float: left;
}
/*ul.navigation { margin: -66px 220px;}*/
#home ul.navigation { margin-top:16px;float: none;}

a.navigator {
	font-weight:normal; 
	cursor: pointer;
	display: block;
	width: 60px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-left: 1px;
	padding: 5px;
	height: 15px;
	line-height: 15px;
}

	#home .navigator { background-color: #313c42;}
	#news .navigator { background-color: #431e64;color: #fff;font-weight:500; }
	#news .present .navigator { background-color: #e99c32;color: #2c3838; }
	#about .navigator { background-color: #ba214d;color: #fff;font-weight:500; }
	#about .present .navigator { background-color: #bcdc00;color: #353b3e; }
	#ser .navigator { background-color: #e2478b;color: #fff;font-weight:500; }
	#ser .present .navigator { background-color: #bda45f;color: #4f4f44; }
	#job .navigator { background-color: #f5c500;color: #fff;font-weight:500; }
	#job .present .navigator { background-color: #bd83ab;color: #392e3c; }
	#guest .navigator { background-color: #9c231b;color: #fff;font-weight:500; }
	#guest .present .navigator { background-color: #8ac544;color: #182117; }
	#pro .navigator { background-color: #be7729;color: #fff;font-weight:500; }
	#pro .present .navigator { background-color: #995892;color: #2e232f; }
	#web .navigator { background-color: #1b6fab;color: #fff;font-weight:500; }
	#web .present .navigator { background-color: #e67633;color: #462a19; }
	#contact .navigator { background-color: #689d33;color: #fff;font-weight:500; }
	#contact .present .navigator { background-color: #de4019;color: #4f3b37; }
/** LINKS **/

a {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #FFF;
}
	
	#about a {
		color: #fdb3de;
		background-color: #ca117d;
	}
	
	#contact a {
		color: #dcffab;
		background-color: #70b212;
	}
	
	#news a {
		color: #fff;
		font-weight:normal;
	}

	#ser a {
		color: #dfaef9;
		background-color: #570184;
	}
	
	#guest a {
		color: #fff;
		font-weight:normal;
	}

	#web a {
		color: #c5eaff;
	}
	#job a {
		color: #000;
		font-weight:normal;
	}
/** PORTFOLIO **/

.print-item {
	display: block;
	float: left;
	width: 116px;
	height: 120px;
	cursor: pointer;
	margin-right: 10px;
}
.print-item img {
	display: block;
	width: 110px;
	height: 100px;
	cursor: pointer;
}
#web .print-item img {
	border:5px #2986c3 solid;
}
#pro .print-item img {
	border:5px #dc7b2a solid;
}
/** SHOWCASE **/

.strip {
	
	width:680px;
}

.ny{
	margin-left: 210px;
	clear:both;
}
.copyr{
	color:#808080;
	width:568px;
	margin-top:10px;
	text-align:center;
}
.copyr a{
	font-weight:normal;
	color:#808080;
}


/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #808080;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	color:#fff;
}

#TB_closeWindow a{
	color:#fff;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#A1A1A1;
	height:27px;
	color:#fff;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
