@charset "utf-8";
/* CSS Document */

*	{
		padding:0;
		margin:0;
	}
body
	{
		background-color:#333;
		background:url(../images/bg-hz.jpg) repeat-x;
		color:#333;
	}	
#container	{
		margin:0 auto;
		width:635px;
	}
#top
	{
		float:left;
		width:635px;
		height:186px;
		background:url(../images/img_15.png) repeat-y;
	}
	#top_menu
		{	
			float:left;
			width:635px;
			height:35px;
		}
		#current_projects
			{	
				background:url(../images/hover/img_02.png) right no-repeat;
				float:left;
				width:150px;
				height:35px;
				cursor:pointer;
			}
		#spacer_top
			{
				float:left;
				width:323px;
				height:35px;
			}
		#sitemap
			{
				background:url(../images/hover/img_04.jpg) no-repeat;
				float:left;
				width:67px;
				height:35px;
				cursor:pointer;
			}
		#contact
			{	
				background:url(../images/hover/img_05.png) no-repeat;
				float:left;
				width:95px;
				height:35px;
				cursor:pointer;
			}
	#banner	{	
			background:url(../images/img_07.png) no-repeat;
			float:left;
			margin-left:21px;
			width:635px;
			height:120px;
		}
	#menu_container	{
			float:left;
			width:635px;
			height:31px;
			
		}
		#menu	{
			float:left;
			width:245px;
			height:25px;
		}
			#home	{
				background:url(../images/hover/img_08.jpg)
				}
			#portfolio	{
				background:url(../images/hover/img_09.jpg)
				}
			#products	{
				background:url(../images/hover/img_10.jpg)
				}
		#spacer_menu	{	
			background:url(../images/img_12.png) no-repeat;
			float:left;
			width:390px;
			height:31px;
		}
#content	{
	background:url(../images/img_14.png) repeat-y;
	float:left;
	width:635px;
	}
#footer{
	background:url(../images/img_19.png) no-repeat;
	float:left;
	height:125px;
	width:635px;
	}
	

