@import "commun.css";

#top{
	border-bottom: 0;
}

#home-about{
	border: 1px solid #EFEFEF;
	border-top: 0;
	padding: 10px;
	margin: -10px 0 10px 0;
}

	#home-about .learnmore{
		text-align: right;
		margin: 0;
	}

#content{
	border: none;
}

#navtitle{
	position: absolute;
	left: -100em;
}

ul.nav{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 22em;
	float: left;
	
	list-style: none;
	background: #C30;
	color: #fff;
}

	ul.nav li{
		display: inline;
	}

	ul.nav a{
		display: block;
		color: #fff;
		padding: 10px 30px 10px 10px;
		text-decoration: none;
	}

	ul.nav a:hover{
		display: block;
		color: #fff;
		background: #E53900 url(img/go.gif) no-repeat right center;
		padding: 10px 30px 10px 10px;
	}
	
	ul.nav li.callback a, ul.nav li.callback a:hover{
		padding: 0;
		text-align: right;
		height: 50px;
		line-height: 50px;
		padding-right: 20px;
		background: #333 url(img/callback.jpg) no-repeat left top;
		border-bottom: 1px solid #fff;
	}
	
/* SBMH */
* html div.category{
	width: 190px;
	w\idth: 170px;
}
	
div.category{
	margin: 0 0 0 10px;
	padding: 0 10px;
	width: 170px;
	height: 22em;
	float: left;
	position: relative;
	
	background: #6399CF url(img/category.jpg) no-repeat right bottom;
	color: #fff;
}

	div.category h2{
		font-size: 1.2em;
		margin: 0;
	}

		div.category h2 a{
			text-decoration: none;
			color: #fff;
		}
	
	div.category .learnmore{
		position: absolute;
		bottom: 10px;
		right: 10px;
		
	}
	
	.viewport{
		margin-top: 0;
		display:block;
		width:380px;
		height:200px;
		float:left;
	}

#view2
{
	margin-top:50px;
	display: block;
	height:150px;
}
	
	#display1{
		position: absolute;
		/*top: 0;*/
		left: 0;
		opacity: 0.99999;
		z-index : 1;
	}
	
	#display2{
		position: absolute;
		/*top: 0;*/
		left: 0;
		opacity: 0.99999;
		z-index : 2;
	}