/* CSS Document */

body {
	background-color: #d5d5d5;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#shadow {
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	background:url(../grfx/shadow.jpg) repeat-y;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	height: 112px;
	background:url(../grfx/header.jpg) no-repeat #fff;
}

	.logo {
		float: right;
	}

#content-wrapper {
	padding: 0px 40px 10px 40px;
	/*margin-top: -15px;*/
	float: left;
	width: 720px;
	line-height: 150%;
	/*background:url(../grfx/content-bg.jpg) repeat-y;*/
	background-color: #fff;
	/*background-position: 0 -10px;*/
}


	*:first-child #content-wrapper {
		padding-top: 25px;
	}
	
	* html #content-wrapper {
		padding-top: 25px;
	}
	
#int-content-wrapper {
	padding: 20px 40px;
	width: 720px;
	line-height: 140%;
	background-color: #fff;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

	#product-wrapper {
		padding: 0px 0px 10px 20px;
		width: 780px;
		line-height: 140%;
		background-color: #fff;
		min-height: 300px;
		height: auto !important;
		height: 300px;
		float: left;
		background:url(../grfx/product-bg.jpg) repeat-y;
	}
	
		/*#product-left {
			width: 610px;
			float: left;
			padding-top: 20px;
		}*/
		
		#product-left {
			width: 590px;
			float: left;
			padding-top:15px;
			margin-left:20px;
		}
		
		/*#product-right {
			width: 140px;
			float: left;
			margin-top: -7px;
			margin-left: 30px;
		}*/
		
		#product-right {
			width:145px;
			float:right;
			position:relative; top:-7px;
		}
		
			/**:first-child+html #product-right {
				
				margin-top: -10px;
			}*/
		
		#product-right .image-float {
			float: right;
		}
		
			*:first-child+html #product-right .image-float {
				
				margin-left: -10px;
			}
		
		
		


	#left-content {
		width: 540px;
		float: left;
	}
	
	#right-content {
		width: 150px;
		float: right;
		margin-top: -50px;
		padding-left: 10px;
		padding-top: 30px;
		border-left: 1px solid #e0e0e0;
		min-height: 600px;
		height: auto !important;
		height: 600px;
	}

#flash {
	margin: 0;
	padding: 0;
}

#content {
	/*width: 540px;
	float: left;
	padding-top:20px;*/
}

#right-col {
	width: 190px;
	margin-left: 30px;
	float: left;
	display:none;
}



#sub_nav li {

	list-style-type: none;
	margin-left: -40px;
	padding: 5px;
}

.indent {
	text-indent: 10px;
}

.indent2 {
	text-indent: 7px;
}







#sub_nav li ul li a, #sub_nav li a {

	font-size: 0.9em;
	text-decoration: none;
	display: inline;
	padding: 0;
	font-weight: bold;
	color: #666;

}



#sub_nav li ul li a:hover, #sub_nav li a:hover {

	color: #2f3637;

}



#sub_nav li img {

	vertical-align: middle;
	padding: 0 5px 0 0;
	margin: 0;

}







.open {
	display: block;
}



.closed {
	display: none;
}

/*.link-table {
	margin-top: 5px;
}*/

.link-table {
	margin-top: 5px;
	margin-bottom: 20px;
}

.link-table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.project-gallery {
	margin-top: 15px;
}

.project-gallery td {
	padding: 0 10px 0 10px;
}

.project-gallery img {
	border: 1px solid #ccc;
}

#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat #d5d5d5;
	background-position: top;
	margin-top: -15px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 814px;
}

	#footer .terms a {
		color: #000;
		text-decoration: none;
	}
	
		#footer .terms a:hover {
			text-decoration: underline;
		}


	


