/**style**/
a{ text-decoration: none; color: #999;}
a:hover{ color: #fff}

.none{ display: none }

body{
	line-height: 1;
	
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fff;
	
	background: #000 url(/img/back.gif) repeat;
}

h1{
	margin-bottom: 1.5em;
	font-size: 32px;
	letter-spacing:0.01em;
	color:#fff;
}

h2{
	margin-bottom: 0.7em;
	font-size: 28px;
}

h3{
	margin-top: 0.6em;
	font-size: 20px;
}

p{
	padding: 7px 0;
	line-height: 150%;
	font-size: 13px;
}

ul{ font-size: 13px; }
	ul li{ padding: 1px 10px 3px 20px; }
	ul.list{ list-style: disc; margin: 0 0 15px 30px;}
		ul.list li{ padding-left: 5px }
table{ font-size: 13px; }
	table td{ padding: 3px 10px 3px 0; }
	

/**main**/
#wrapper{
	position: relative;
	margin: auto;
	margin-top: 60px;
	width: 900px;
	
	overflow: hidden;
}

#header{ height: 80px; }
	#header h1{
		float: left;
		margin-left: 30px;
	
		font: normal 24px/1.1 "Times New Roman", Times, Georgia, serif;
	}
	#header h1 a{ color: #fff }
	
	ul.menu{ margin-left: 340px; z-index:100; }
		ul.menu li{ float: left; margin: 0 10px 0 0 }
			div.submenu{
				position: absolute;
			
				margin-top: 22px;
				padding-top: 5px;
				_left: 340px;
				//left: 340px;
				width: 500px;
				
				font-size: 11px;
				border-top: 1px solid #333;
			}
			div.submenu span{
				position: absolute;
				width: 500px;
				
				float: left;
				display: inline;
			}
			div.submenu span a{
				position: relative;
				float: left;
				margin-right: 10px;
				font-size:10px;
			}
/*******navigation*******/
#navigation{
	position: relative;
	float: left;
	margin: -20px 0 0 30px;
	width: 160px;
}
	#navigation p{
		font: normal 12px Arial, Tahoma, Helvetica, sans-serif;
		color: #999;
		line-height: 50%;
	}
		#navigation p b{ font-weight: normal; color: #fff }
			#navigation p b a{ color: #fff }
	#navigation ul{
		margin-top: 50px;
		font-size: 12px;
	}
		#navigation ul li{
			margin-left: -17px;
			height: 25px;
		}
		#navigation ul li a{
			position: absolute;
			padding: 7px 0 7px 10px;
			margin-top: -7px;
			width: 160px;
			border-top: 1px solid #333;
		}
			#navigation ul li a.last{ border-bottom: 1px solid #333 }

/*******content*******/
	#content{
		position: relative;
		float: left;
		margin-top:-20px;
		margin-left: 150px;
		
		_margin-left: 120px;
		width: 500px;
	}
	
/*******footer*******/
#footer{
	position: relative;
	clear: left;
	padding: 30px;
}
	#footer p{
		font: normal 14px/0.4 Verdana, Helvetica, Tahoma sans-serif;
		width:650px;
	}
	
	

#demo-wrapper {
	position: relative;
	overflow: hidden!important;
	
	height:450px;
	width: 100%;

	z-index:99;
}

.scrolling-content{
	position: absolute;
	width: 500px;
}

#content_1_2 { left: 650px; }
#content_1_3 { left: 1300px; }

#content_2_1, #content_2_2, #content_2_3{ height: 700px; top: 550px; }
#content_2_2{ left: 650px; }
#content_2_3{ left: 1300px; }

#content_3_1, #content_3_2{ height: 700px; top: 1100px; }
#content_3_2{ left: 650px; }

/*#content_3_1, #content_3_2{ top: 1600px; }
#content_3_1{ left: 100px; }
#content_3_2{ left: 650px; }
*/

/*--------------------------
	.floats for portfolio
--------------------------*/
	.left{
		position: relative;
		float: left;
		display: inline;
		margin: 20px 0 30px 0;
		width:160px;
		min-width: 160px;
	}
		.left b{
			font: normal 12px/1.4 Tahoma, Arial, sans-serif;
			color: #fff;
		}
		.left b a{
			font: normal 12px/1.4 Tahoma, Arial, sans-serif;
			color: #fff;
		}
			.left b a:hover{ color: #999 }
			.left a img{ margin-bottom:4px; }
			a.shadow{ background: url(/img/shadow.png) no-repeat bottom; _background: none }
			
			
/**SLIMBOX**/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/***404***/
body.er404 h1{
	padding: 40px 0 0 120px;
	margin: 0;
	font: normal 120px Georgia, "Times New Roman", Times, serif;
}
body.er404 h2{
	padding: 0 120px 0 120px;
	
	font: normal 40px Georgia, "Times New Roman", Times, serif;
}

body.er404 p{
	width: 600px;
	padding: 0 0 0 120px;
	
	font-size: 18px;
}

body.er404 ul{
	margin: 0 120px 0 180px;
	padding: 0;
	font-size: 18px;
}
	body.er404 ul li{ padding-left: 10px }
body.er404 a{ text-decoration: underline }
body.er404 a:hover{ text-decoration: none; color: #999; }