/*
light blue	80a0c0
dark blue	434d58
beige		e9e5d9
*/

/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }

.end { font-size: 1px; overflow: hidden; height: 1px; clear: both; }
.center { text-align: center; }
.fr { float: right; }

/* LAYOUT */

html { overflow-y: scroll; }
html, body { height: 100%; }

body {
	background: #000 url("cache=bg.png") repeat-x top center;
	color: #fff;
	font: 11px verdana, tahoma, sans-serif;
}

#outerlayer {
	width: 100%;
	height: 100%;
	background: #000 url("cache=top.png") no-repeat top center;
}

#outerframe {
	margin: 0 auto;
	width: 900px;
	min-height: 100%;
	_height: 100%;
	background: #000 url("cache=contentbg.gif") repeat-y top left;
}
#frame {
	min-height: 400px;
	_height: 400px;
	background: transparent url("cache=frame.jpg") no-repeat top left;
}

#top {
	width: 100%;
	height: 149px;
}
	#top a {
		margin: 0 25px;
		display: block;
		width: 250px;
		height: 50px;
	}
	#top h1 {
		margin-left: 70px;
		font: 11px verdana, tahoma, sans-serif;
		
	}

#topmenu {
	height: 32px;
	margin-left: 712px;
	width: 176px;
}
	#topmenu a {
		float: left;
		height: 32px;
		width: 88px;
		color: #434d58;
		font-size: 10px;
	}
	#topmenu #top_home {
		background: #fff url("cache=topbtna.png") no-repeat 0 0;
	}
	#topmenu #top_contact {
		background: #fff url("cache=topbtna.png") no-repeat -88px 0;
		margin-left: 88px;
	}
	#topmenu .selected { display: none; }

#container {
	margin-top: 14px;
	width: 899px;
	padding-left: 1px; /* damn IE6! can't use margin on the leftmenu */
}

#leftmenu {
	float: left;
	width: 160px;
	background-color: #434d58;
	padding-bottom: 8px;
	border-left: 1px #636d78 solid;
}
	#leftmenu li {
		margin: 2px 10px;
	}
	#leftmenu li a {
		display: block;
		background-color: #434d58;
		color: #fff;
		text-decoration: none;
		padding: 2px 0;
	}
	#leftmenu h3 {
		font: bold 11px verdana, sans-serif;
		padding: 2px 0;
		margin-top: 8px;
	}
	#leftmenu h4 a {
		padding-left: 12px;
		font: 11px verdana, sans-serif;
	}
	#leftmenu h5 a {
		padding-left: 26px;
		font: 11px verdana, sans-serif;
	}
	#leftmenu .selected {
		background-color: #fff;
		color: #434d58;
	}

#content {
	float: left;
	width: 715px;
	margin-left: 12px;
	color: #000;
}
	#content #header {
		height: 31px;
	}
		#content #header h1 {
			width: 208px;
			padding: 0 16px;
			margin: 3px 12px;
			font: bold 11px verdana, sans-serif;
			line-height: 30px;
			overflow: hidden;
			white-space: nowrap;
			background: transparent url("cache=arr_black.png") no-repeat 0 11px;
			color: #434d58;
		}
		#content #header small {
			float: right;
			padding: 2px 5px;
			font: 10px verdana, sans-serif;
		}
	#content #c {
		margin: 24px;
		line-height: 145%;
	}


.excerpt {
	display: none;
}
#excerpt0 {
	display: block;
}


.column {
	float: left;
	width: 310px;
}
	.column.left {
		margin-right: 40px;
	}
	.column.right {
		
	}
	.column.small {
		width: 200px;
	}
	.column.large {
		width: 420px;
	}

dl.rating {
	margin: 10px;
}
dl.rating dd, dl.rating dt {
	padding-top: 4px;
	border-bottom: 1px #eee solid;
}
dl.rating dd {
	float: right;
	width: 65px;
	background: #fff url("cache=stars.png") no-repeat bottom left;
}
.rating span {
	display: block;
	width: 65px;
	height: 13px;
	background: #fff url("cache=stars.png") no-repeat bottom left;
}
	.rating .rate1 { background-position: -52px bottom; }
	.rating .rate2 { background-position: -39px bottom; }
	.rating .rate3 { background-position: -26px bottom; }
	.rating .rate4 { background-position: -13px bottom; }
	.rating .rate5 { background-position: 0 bottom; }


ul.portfolio {
	
}
	ul.portfolio li {
		float: left;
		width: 100%;
		/*border-bottom: 1px #434d58 solid;*/
	}
	ul.portfolio samp {
		display: block;
		float: right;
		padding: 9px;
		border: 1px #c9c5b9 solid;
		background-color: #e9e5d9;
		margin: 10px 0 10px 30px;
	}
	ul.portfolio samp img {
		display: block;
	}


#picturebox {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 10px #000 solid;
	background: #000 url("cache=gallery-loader.gif") no-repeat center;
}
	#picturebox img {
		display: none;
	}
	
ul.descriptionlist {
	
}
ul.descriptionlist li {
	float: left;
	width: 100%;
	border-bottom: 1px #434d58 solid;
}
ul.descriptionlist blockquote {
	float: right;
	width: 200px;
	border: 1px #c9c5b9 solid;
	background-color: #e9e5d9;
	padding: 10px;
	margin: 10px 0 10px 10px;
}


ul.articlelist {
	
}
	ul.articlelist li {
		margin-bottom: 4px;
	}
	ul.articlelist dl {
		margin: 2px 0;
		float: left;
		width: 600px;
	}
	ul.articlelist dt {
		width: 300px;
		float: left;
	}
	ul.articlelist dt span {
		float: left;
		width: 75px;
		border-right: 5px #e9e5d9 solid;
		margin-right: 5px;
	}
	ul.articlelist dd {
		
	}


code {
	display: block;
	width: 100%;
	padding: 6px 8px 6px 28px;
	border: 1px #e9e5d9 solid;
	background: #f6f6f6 url("cache=codebg.png") repeat-y top left;
	font-family: "lucida console", "courier new", monospace;
	overflow: auto;
}
	code em   { color: #009; } /* keyword */
	code span { color: #306; } /* string */
	code i    { color: #004; } /* variable */
	code q    { color: #050; } /* comment */

table {
	table-layout: fixed;
}
	table td {
	}
	table thead {
		font-weight: bold;
	}

#picthrobber {
	width: 225px;
	height: 280px;
	background: #fff url('cache=fs-sprite.img') no-repeat top right;
}
	#picthrobber div {
		width: 225px;
		height: 280px;
		background: transparent url('cache=fs-sprite.img') no-repeat top left;
	}

/* CONTENT */

#c a:link, #c a:visited, #c a:active {
	color: #356;
}
#c a:hover {
	text-decoration: underline;
}

#c h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #434d58;
	margin: 10px 0;
}
#c h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #434d58;
	margin: 10px 0;
}
#c h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #434d58;
	margin: 10px;
}
#c h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #434d58;
	margin: 20px 10px 10px 10px;
}
#c h5 {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	border-bottom: 1px #999 solid;
	margin-top: 20px;
}

#c p {
	margin: 10px;
}

#c label {
	float: left;
	width: 80px;
}

#c .bread {
	max-width: 400px;
	_width: 400px;
}

#c cite {
	color: #888;
	font: 10px verdana, sans-serif;
	margin: 0 10px;
}


/* FORMS */

form label {
	float: left;
	width: 100px;
}

form .inptext {
	width: 200px;
	border: 1px #c9c5b9 solid;
}

form .inpbtn {
	padding: 1px 4px;
	background-color: #434d58;
	color: #fff;
	border: 1px #e9e5d9 solid;
}

form textarea {
	height: 100px;
	overflow-y: auto;
}