/*	Importing Eric Meyer's reset kit 
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
@import "reset.css";

body {
	text-align: center;
	background:#e9e4d1;
}

#frame, #frame-wide {
	background:url(../images/bg.gif) center top repeat-y #e9e4d1;
	width:971px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:0;
	position:relative;
}
	#frame-wide {
		background:url(../images/bg_wide.gif) center top repeat-y #e9e4d1;
	}

	.top, .topwide {
		width:971px;
		height:40px;
		background:url(../images/top.gif) left top no-repeat;
	}
		.topwide {
			background-image:url(../images/top_wide.gif);
		}

	.bottom, .bottomwide {
		height:61px;
		width:971px;
		background:url(../images/bottom.gif) left top no-repeat;
	}
		.bottomwide {
			background-image:url(../images/bottom_wide.gif);
		}

		.address {
			font-family:verdana,arial;
			font-size:9px;
			float:left;
			width:778px;
			margin-top:34px;
			text-align:right;
		}

	.left {
		margin-left:26px;
		margin-right:26px;
		width:726px;
		float:left;
	}
		#menu-left {
			background:url(../images/menu-splitter.gif) repeat-y;
			/*height:300px;*/
			min-height:300px;
		}

			#menu-left ul {
				list-style-type:none;
				margin:0;
				padding:0;
				float:left;
				display:block;
				width:120px;
			}
			#menu-left ul.level-1 li a {
				text-transform:uppercase;
				text-decoration:none;
				line-height:150%;
				display:block;
			}
			
			#menu-left ul.level-2 {
				margin-left:14px;
			}
				#menu-left ul.level-2 li a {
					text-decoration:none;
					line-height:150%;
					display:block;
				}
			#menu-left ul.level-1 li a.selected, #menu-left ul.level-2 li a.selected, #menu-left ul.level-2 li ul li a.selected {
				color:#a7a687;
			}

			#menu-left ul.level-2 li ul li a {
				background:url(../images/dot.gif) no-repeat 1px 7px;
				padding-left:10px;
			}

	.right {
		float:left;
		width:128px;
		margin-left:39px;
		margin-right:26px;
		line-height:150%;
	}
	.right a.product {
		margin:13px 0 13px 0;
		display:block;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
	}
		.right a.product img {
			filter:alpha(opacity=80);   
			-moz-opacity: 0.8;   
			opacity: 0.8;
		}
		.right a.product:hover img {
			filter:alpha(opacity=100);   
			-moz-opacity: 1;   
			opacity: 1;
		}
		.right a.product span {
			display:block;
		}
		.right h2 
		{
			margin-bottom:7px;
		}
	
	#content-left {
		width:258px;
		margin-top:26px;
		line-height:150%;
		height:350px;
	}
		#content-left * {
			line-height:150%;
		}

	#slideshow, #document-images {
		position:absolute;
		top:40px;
		left:299px;
	}
		#document-images img 
		{
			float:left;
		}
		.document-image 
		{
			margin-right:13px;
			margin-bottom:13px;
		}