/* CSS Document */
html,body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.85em;
	line-height:1.7em;
	color:#526568;
	background:#eee;
}
img	{
	border:none;
}
a	{
	color:#007486;
	text-decoration:underline;
}
	a:hover	{
		text-decoration:none;
	}
h1, h2, h3	{
	padding-bottom:5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
}
	h1	{
		font-size:2.2em;
	}
	h2	{
		padding:12px 0 3px 0;
		font-size:1.6em;
	}
p	{
	padding:0;
	margin:0;
	overflow:hidden;
}
ul	{
	padding:0;
	margin-left:25px;
}



.clear	{
	height:0;
	width:0;
	clear:both;
}

.wrapper	{
	margin:0 auto;
	padding:0;
	width:902px;
	background:url(images/BG.gif) repeat-y;	
	position:relative; 
}

.container {
	width:880px;
	position:relative; 
	margin:0 auto;
	border-bottom:5px solid #fff;
}

.header {
	height:130px;
	padding:0;
	margin:0;
	background:url(images/clayko_logo.jpg) left no-repeat;
	border:6px solid #fff;
	position:relative;
	margin-bottom:12px;
}
	.header .logo	{
		display:none;
	}
	.header .logo_print	{
		display:block;
		margin-left:28px
	}	
	.header_tabs	{
		display:none;
	}
		.header_tabs a	{
			margin-right:3px;
			padding-top:3px;
			float:left;
			display:block;
			text-decoration:none;
			text-align:center;
			font-size:.95em;
			width:153px;
			height:35px;
			background:url(images/header_tab.png) no-repeat;
		}
			.header_tabs a:hover	{
				filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
			}
		.print_icons	{
			display:none;
		}
.main	{
	width:880px;
	overflow:hidden;
	padding:0;
	margin:0;
}
	.sidebar	{
		float:left;
		width:250px;
		padding:0; 
		margin-bottom:30px;
	}
		.contact_widget	{
			width:258px;
			height:285px;
			background:url(images/contact_bg.png) no-repeat;
			margin:0 4px;
		}
			.contact_widget p	{
				padding:10px 0 0 20px;
				font-size:.9em;
				line-height:1.6em;
				color:#526568;
				width:210px;
			}
				.contact_widget img	{
					padding:34px 0 0 20px;
					overflow:hidden;
				}
			.contact_form form	{
				display:none;
			}
			.contact_details	{
				margin:22px 0 0 22px
			}
				.contact_details p	{
					padding-top:10px;
					font-size:.9em;
					line-height:1.6em;
				}
	.content {
		float:left;
		width:603px;
		padding:0; 
		margin:10px;
		background:url(images/content_bg.gif) no-repeat;
	}
		.content div	{
			width:560px;
			padding:20px 8px 0 12px;
		}
		.content div p	{
			padding-bottom:5px;
		}
			
	
.footer {
	display:none;
}
	