body
{
	background-color: #e3e3ff;
	color: #006;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a
{
	border-bottom: 1px solid #669;
	color: #006;
	text-decoration: none;
}

a:hover
{ border-color: #e3e3ff; }

dt
{
	color: #669;
	float: left;
	width: 30%;
}

dd
{
	float: right;
	margin: 0;
	width: 70%;
}

h2
{ font-size: 16pt; }

h3
{ font-size: 13pt; }

img
{ border: 1px solid #ccc; }

th, td
{
	text-align: left;
	vertical-align: top;
}

ul
{ list-style-type: square; }

.lightbox
{ cursor: pointer; }

#canvas
{
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0 auto;
	width: 800px;
}

	#logo
	{
		height: 75px;
		margin: 0;
		padding: 10px;
		position: relative;
	}

		#logo a
		{
			background: transparent url("../img/logo2.gif") 0 0 no-repeat;
			border: 0;
			display: block;
			height: 100%;
			text-indent: -9999px;
		}

		#logo #slogan
		{
			font-size: 15pt;
			position: absolute;
			left: 190px;
			top: 18px;
		}

	#menu
	{
		background-color: #006;
		height: 25px;
		line-height: 25px;
		list-style-type: none;
		margin: 0;
		margin-left: -1px;
		padding: 0;
		position: absolute;
		width: 802px;
	}

		#menu a
		{
			border: 0;
			color: #fff;
			display: block;
			font-weight: bold;
			height: 100%;
			padding: 0 15px;
		}

		#menu a:hover
		{
			background-color: #669;
			text-decoration: none;
		}

		#menu li
		{
			float: left;
			position: relative;
		}

		#menu li.active
		{ background-color: #669; }

		#menu li ul
		{
			background-color: #F1F1FF;
			border: 1px solid #ccc;
			border-top: 0;
			float: none;
			left: -1px;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: absolute;
			width: 170px;
		}

			#menu li ul li
			{
				float: none;
				width: 100%;
			}

			#menu li ul li a
			{ color: #006; }

			#menu li ul li a:hover
			{
				background-color: #669;
				color: #fff;
			}

	#content
	{
		background: transparent url("../img/aside.gif") top right repeat-y;
		clear: both;
		height: 400px;
		overflow: auto;
		margin-top: 22px;
	}

	* html #content
	{ border-top: 22px solid #fff; }

	* + html #content
	{ border-top: 22px solid #fff; }

	.homepage #content
	{
		height: auto;
		margin-top: 0;
		overflow: hidden;
		padding-top: 30px;
	}

		#content h2,
		#content h3
		{ margin-top: 0; }

		#content #main
		{
			float: left;
			padding: 10px;
			width: 500px;
		}

		#content.wide #main
		{ width: auto; }

			#content #main h3
			{
				border-top: 1px solid #ccc;
				margin-bottom: -5px;
				margin-top: 10px;
				padding-top: 10px;
			}

			#content.wide #main p
			{ width: 500px; }

			#content #main .teaser
			{
				background-color: #f1f1ff;
				border: 1px solid #ccc;
				margin: 15px 0;
				width: 48%;
			}

			#content #main .teaser#products_teaser
			{ float: left; }

			#content #main .teaser#services_teaser
			{ float: right; }

				#content #main .teaser h3
				{
					background-color: #006;
					border: 0;
					border-bottom: 1px solid #ccc;
					color: #fff;
					font-size: 100%;
					margin: 0;
					padding: 4px 5px;
				}


		#content #aside
		{
			float: right;
			padding: 10px;
			width: 250px;
		}

			#content #aside *
			{ font-size: 90%; }

			#content #aside img
			{
				margin-left: 25px;
				width: 200px;
			}

	#footer
	{
		background-color: #006;
		color: #fff;
		font-size: 80%;
		margin: 0 0 -1px -1px;
		padding: 5px 0;
		text-align: center;
		width: 802px;
	}


.product
{ overflow: hidden; }

	.product dl
	{
		border-top: 1px solid #ccc;
		clear: left;
		float: left;
		margin: 0;
		padding: 10px 5px 15px 5px;
		width: 500px;
	}

	* html .product dl
	{ width: 480px; }

	* + html .product dl
	{ width: 480px; }

		.product img
		{
			float: right;
			margin: 10px 25px 10px 20px;
			width: 200px;
		}

		* + html .product img
		{ margin-left: auto; }

		.product dl dt
		{
			clear: both;
			float: left;
			color: #669;
			font-size: 85%;
			line-height: 18px;
			margin: 0;
			padding: 0;
			width: 100px;
		}

		.product dl dd
		{
			float: right;
			line-height: 18px;
			margin: 0;
			padding: 0;
			width: 380px;
		}

.item
{}

	.item img.lightbox
	{ width: 240px; }

#container
{
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	position: absolute;
	z-index: 10;
}

	#container img
	{
		border: 0;
		border-bottom: 1px solid #000;
	}

	#container .caption
	{
		margin: 0;
		padding: 2px 8px 4px 8px;
	}

	#container button
	{
		position: absolute;
		right: 10px;
		top: 10px;
	}


#lightbox
{
	background-color: #006;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}
