/* standard elements
*/
html {min-height: 100%;}
	* {margin: 0; padding: 0;}
	a {color: #048;}
		a:hover {color: #06C;}
body {
	background: #232323 url('images/body.jpg1') no-repeat center top;
	color: #444;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	padding-top: 40px;
	}
/*
h1, h2, h3, h4, h5 {
	line-height: 1em;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 30px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 16px;
	}
h5 {
	font-size: 12px;
	}
h6 {
	font-size: 11px;
	}
*/
/* misc
*/
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
/* structure
*/
.page {
	background: url('images/page_bottom.jpg') no-repeat center bottom;
	padding-bottom: 50px;
	}
.page-container /* page-layout */ {
	border: 1px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	}
/* headere & title
*/
.header {
	/* background: #222 url('images/header.jpg') no-repeat; */
	background: #FFFFFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	width: 780px;
	}
	.header .left, .header .right {
		background: #A4A4A0;
		color: #FFFFFF;
		height: 100px;	
		}
	.header .left {
		/* background: #B3C2C7 url('images/header.jpg') no-repeat; */
		line-height: 150px;
		text-align: center;	
		width: 212px;
		}
	.header .right {
		overflow: auto;
		width: 560px;
		}
		/*
		.header .right .title {
			color: #FFF;
			padding-top: 50px;
			}
		.header .right .title .sitename a {
			border-bottom: 1px dashed #657382;
			color: #FFF;
			font: normal 3em sans-serif;
			padding-bottom: 2px;
			text-decoration: none;
			}
		.header .right .title a:hover {border-color: #F60;}
		.header .right .title .slogan {
			font: normal 1.1em Verdana,sans-serif;
			padding-top: 6px;
			}
			*/
/* breatcrumb
*/
.breatcrumb {
	display: none;
	}
	/* 
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	}
	.breatcrumb a:link, .breatcrumb a:visited { color: #fafafa;	text-decoration: none;}
	.breatcrumb a:active, .breatcrumb a:hover { color: #000fff; text-decoration: underline;}
	*/
/* container
*/
.container {
	background: url('images/container.gif') repeat-y;
	border-top: 4px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
	}
/* content
*/
.content {
	float: right;
	width: 560px;
	}
.content p {font-size: 12px; line-height: 22px; padding-bottom: 1.2em;}
	/* External links */
	.content p a:link, .content p a:visited {color: #008a23; text-decoration: none; background-image: url('images/p.gif'); background-repeat: no-repeat; padding-left: 14px;}
	.content p a:active, .content p a:hover {color: #d00000; text-decoration: none; background-image: url('images/p_hover.gif'); background-repeat: no-repeat; padding-left: 14px;}

/* Make sure the icons are not cut */
.content a[href^="mailto:"]:link {
	padding: 0px 22px 2px 22px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	}
	/* External links */
	.content a[href^="mailto:"]:link, .content a[href^="mailto:"]:visited { color: #008a23; text-decoration: none; background-image: url(images/email.png); background-repeat: no-repeat; padding-left: 22px; }
	.content a[href^="mailto:"]:active, .content a[href^="mailto:"]:hover { color: #d00000; text-decoration: none; background-image: url(images/email.png); background-repeat: no-repeat; padding-left: 22px; }

.content h1, .content h2, .content h3, .content h4, .content h5 {
	margin: 0;
	padding: 0;
	}
.content h1 {
	font-size: 32px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	color: #444444;
	margin: 0px 0px 0px -4px;
	/* text-transform: uppercase; */
	}
	.content h1 a:link, .content h1 a:visited {color: #0055CC; text-decoration: none;}
	.content h1 a:hover, .content h1 a:focus, .content h1 a:active, .content h1 a:focus:hover {color: #D4B98C; text-decoration: none;}
.content h2 {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #313131;text-decoration: none;
	padding: 0px 0px;letter-spacing: 1pt;
	/* font-size: 18px;
	line-height: 20px;
	margin-left: -4px;
	font-weight: bold;
	color: #3b3b3b; */
	}
	.content h2 a:link, .content h2 a:visited {color: #3b3b3b; text-decoration: none;}
	.content h2 a:hover, .content h2 a:focus, .content h2 a:active, .content h2 a:focus:hover {color: #D4B98C; text-decoration: none;}
.content h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	color: #111111;
	margin-bottom: 4px;
	}
	.content h3 a:link, .content h3 a:visited {color: #0055CC; text-decoration: none;}
	.content h3 a:hover, .content h3 a:focus, .content h3 a:active, .content h3 a:focus:hover {color: #D4B98C; text-decoration: none;}
.content h6 {
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	color: #444444;
	}
.content ul {
	padding-bottom: 1.2em;
	}
.content li {
	list-style: none;
	}
.content ul li {
	list-style: url('images/li.gif');
	margin-left: 18px; line-height: 18px;
	}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	}
.content code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 1.2em;;
	padding: 8px 10px;
	white-space: pre;
	}
.content blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	}
.content img {
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	}
	#removestyle {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		border: none;
		background: none;
		}
.content, #flashslideshow {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
/* input, textarea and form etc
*/
#contactform input, textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #999;
	border-color: #999999 #d4d4d4 #d4d4d4 #999999;
	padding: 2px;
	width: 220px;
	color: #999;
	margin: 0 5px 10px 0;
	background: url('images/bg_input.gif') no-repeat 0 0 #FFFFFF;
	_background-attachment: fixed;
	font-size: 11px;
	}
#contactform input:focus, textarea:focus {
	color: #333333;
	border: 1px solid #737373;
	font-size: 11px;
	}
/* navigation
*/
.navigation {
	float: left;
	width: 210px;
	margin-bottom: 150px;
	}
.navigation h2 {
	color: #5A5A43;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	}
.navigation li {border-bottom: 1px solid #EAEADA; list-style: none;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	}
.navigation li.currentpage a {
	background: #F0F0EB;
	color: #654;
	background-image: url('images/navigation.gif');
	background-repeat: no-repeat;
	padding: 8px 0 8px 14px;
	}
.navigation li.currentpage a:hover {
	background: #F0F0EB;
	color: #654;
	background-image: url('images/navigation_hover.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
	}
/* footer
*/
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}