html
{
border: 0;
padding: 0 0 40px 0;
margin: 0;
}

body
{
border:0;
padding: 0;
margin: 0;

background: url(bg_middle.png);
color: #000;

font-family: verdana, arial, sans-serif;
font-size: 14px;

text-align: center; /* Center block-level elements in IE */
}

.hidden
{
display: none;
}

img
{
border: 0;
}

#top
{
background: url(bg_top.png);
}

	#header
	{
	background: url(head.png);
	
	height: 106px;
	width: 744px;
	
	margin-left: auto; /* Center div in compliant browsers */
	margin-right: auto;
	}

	#menu
	{
	/*height: 60px;*/
	margin-left: auto; /* Center div in compliant browsers */
	margin-right: auto;
	padding-left: 5px;
	width: 710px;
	}
	
		#menu ul
		{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 60px;
		}
		
			#menu li
			{
			position: static;
			float: left;
			
			width: 91px;
			height: 40px;
			
			padding: 5px 5px 0 5px;
			
			background: url(tab.png);
			background-position: bottom;
			background-repeat: no-repeat;
			}
	
			#menu a
			{
			display: block;
			position: static;
			float: left;
			width: 90px;
			height: 40px;
			margin: 0;
			padding: 0;
			text-decoration: none;
			color: #000;
			}
	  
	#submenu
	{
	/*height: 60px;*/
	padding-left: 5px;
	width: 710px;
	margin: 10px auto 10px auto;
	}

		#submenu ul
		{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 37px;
		}
	  
			#submenu li
			{
			position: static;
			float: left;
			
			width: 91px;
			height: 32px;
			
			padding: 8px 5px 0 5px;
			
			background: url(button.png);
			background-position: bottom;
			background-repeat: no-repeat;
			}
			
			#submenu a
			{
			display: block;
			position: static;
			float: left;
			width: 90px;
			height: 20px;
			padding: 0;
			text-decoration: none;
			color: #000;
			}
	
#middle
{

}

	#content
	{
	background: #fff url(content_top.png);
	background-repeat: no-repeat;
	background-position: top;
	
	width: 710px;
	padding: 15px;
	
	line-height: 20px;
	
	overflow: auto;
	
	margin-left: auto; /* Center div in compliant browsers */
	margin-right: auto;
	
	text-align: left;
	}
	
		/* The big box, usually containing an image, at the top of the content */
		.feature
		{
		width: 710px;
		margin-bottom: 15px;
		text-align: center;
		margin-top: 5px;
		}
		
		/* The smaller, 1/3 page width, grey boxes */
		.greybox
		{
		position: static;
		float: left;
		
		width: 203px;
		
		padding: 30px 10px 10px 10px;
		margin: 6px 6px 8px 6px;
		background: #ececec url(greybox_top.png);
		background-repeat: no-repeat;
		}
		
			
			.greybox:after, .greybox_after
			{
			display: block;
			
			width: 223px;
			height: 33px;
			
			clear: both; /* Makes it float AFTER the streching div */
			
			margin: -10px;
			
			background: url(greybox_bottom.png);
			content: "";
			}

				.greybox h2
				{
				text-align: center;
				margin-top: 15px;
				margin-bottom: -10px;
				}

				.greybox .price
				{
				display: block;
				text-align: right;
				}
	
			form
			{
			
			}
			
			form label
			{
			display: block;
			float: left;
			width: 90%;
			}
			
			input, textarea
			{
			border: 1px solid #ccc;
			width: 90%;
			}
			
				form textarea
				{
				height: 140px;
				}
			
			h2
			{
			margin-top: 30px;
			}
			
			#content ul
			{
			list-style-type: square;
			}
			
				#content li
				{

				}
				
				#content ul ul
				{
				margin-bottom: 10px;
				}
	
#bottom
{
background: url(bg_bottom.png);
}

	#bar
	{
	width: 740px;
	height: 158px;
	
	background: url(bar.png);
	
	margin-left: auto; /* Center div in compliant browsers */
	margin-right: auto;
	}
	
		#iotalink
		{
		display: block;
		position: static;
		float: right;
		width: 250px;
		height: 100px;
		margin-top: 30px;
		margin-right: 40px;
		}
	
	#footer
	{
	margin-left: auto; /* Center div in compliant browsers */
	margin-right: auto;
	
	margin-bottom: 40px;
	
	background: #fff url(content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	
	width: 730px;
	height: 50px;
	
	font-size: 10px;
	color: #aaa;
	text-align: right;
	padding-right: 10px;
	}


.portfolio_left
{
float: left;
border: 1px solid #ccc;
padding: 2px;
margin: 0 8px 8px 0;
}
	
