html,body {
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height:100%;
	background:#2A2C2F url('../i/bg_body.png') no-repeat center center;
	}
/* general text styles */
a:link, a:visited {
	color:#FC551C;
	text-decoration:underline;
	}
a:hover {
	color:#BCC95F;
	text-decoration:none;
	}
a:active {
	color:#FC551C;
	text-decoration:underline;
	}
a.more {
	display:block;
	cursor:hand;
	text-align:right;
	font-size:0.85em;
	}
h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#FC551C;
	border-bottom:2px dotted #FC551C;
	padding:0;
	margin:0 0 15px 0;
	clear:both;
	}
h2 {
	font-size:1.3em;
	padding:0;
	margin:0 0 15px 0;
	}
h3 {
	font-size:1.25em;
	color:#BCC95F;
	border-bottom:1px solid #BCC95F;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
	}
h3 a:link, h3 a:visited {
	color:#323D43;
	}
h4 {
	font-size:1.1em;
	color:#888;
	border-bottom:1px dotted #888;
	font-weight:normal;
	padding:0;
	margin:0 0 5px 0;
	}
p {
	}
em {
	}
hr {
  border:0;
  border-top:1px solid #7F858A;
}

/* general layout styles */
#sitecontainer {
	position: absolute;
	width:965px;
	height:630px;
	left:50%;
	top:50%;
	margin:-315px 0 0 -482px;
	}
#leftcontainer {
	float:left;
	margin:0;
	padding:108px 0 0 0;
	width:220px;
	height:514px;
	background:#FFF url('../i/bg_leftcontainer.png') no-repeat top left;
	overflow:hidden;
	}
#leftcontainer em {
	position:absolute;
	bottom:15px;
	left:10px;
	width:199px;
	height:85px;
	display:block;
	text-align:right;
	font-style:normal;
	font-size:0.85em;
	background:transparent url('../i/bg_em.png') no-repeat top left;
	}
#leftcontainer p.credits {
	position:absolute;
	bottom:12px;
	left:40px;
	width:168px;
	margin:0;
	padding:0;
	font-size:0.8em;
	text-align:right;
	color:#666;
	}
#leftcontainer p.credits a {
	color:#999;
	}
#bodycontainer {
	float:right;
	margin:0;
	padding:0;
	position:relative;
	width:745px;
	height:622px;
	background:#2A2C2F;
	overflow:hidden;
	}
#header {
	margin:0;
	padding:0;
	height:62px;
	width:745px;
	background:#e6e8ea url('../i/bg_topnavleft.png') no-repeat 0 0;
	}
#header #topnav {
	clear:both;
	margin:0 0 0 40px;
	padding:0;
	width:710px;
	height:61px;
	background:#e6e8ea url('../i/bg_topnav.png') repeat-x 0 0;
	}
#header #topnav ul {
	float:left;
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	height:61px;
	border-right:1px solid #2A2C2F;
	}
#header #topnav li {
	float:left;
	margin:0;
	padding:0;
	height:62px;
	text-transform:lowercase;
	}
#header #topnav li a {
	display:block;
	float:left;
	font-size:1.1em;
	color:#FFF;
	letter-spacing:-0.5pt;
	display:block;
	height:28px;
	padding:33px 20px 0 20px;
	margin:0;
	border-left:1px solid #2A2C2F;
	text-decoration:none;
	}
#header #topnav li a:hover, #header #topnav li a.active {
	border-left:1px solid #2A2C2F;
	background:#FC551C;
	}
#header #sectionnav {
	position:absolute;
	right:10px;
	top:0;
	width:48px;
	height:23px;
	font-size:0.9em;
	background:#17181A;
	}
#header #sectionnav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#header #sectionnav li {
	float:left;
	margin:0;
	padding:0;
	width:24px;
	height:23px;
	text-align:center;
	}
#header #sectionnav li a {
	color:#535C63;
	display:block;
	text-decoration:none;
	width:24px;
	height:20px;
	padding:3px 0 0 0;
	margin:0;
	}
#header #sectionnav li a:hover, #sectionnav li a:active, #header #sectionnav .tabactive a {
	color:#FFF;
	background:#535C63;
	}
#content {
	float:left;
	margin:0;
	padding:20px;
	width:705px;
	height:520px;
	overflow:auto;
	text-align:left;
	border-left:1px solid #e6e8ea;
	}
#modulecontent {
	float:left;
	margin:0;
	padding:0;
	width:744px;
	height:559px;
	overflow:hidden;
	text-align:left;
	border-left:1px solid #e6e8ea;
	border-bottom:1px solid #e6e8ea;
	}
#footer {
	clear:both;
	height:8px;
	background:#575945 url('../i/bg_footer.gif') repeat-x 0 0;
	margin:0;
	padding:0;
	}
/* left navigation */
#leftnav {
	float:left;
	width:192px;
	padding:0;
	margin:0 0 20px 15px;
	overflow:hidden;
	}
#leftnav ul {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:0.85em;
	letter-spacing:1px;
	}
#leftnav li {
	text-decoration:none;
	text-transform:lowercase;
	padding:0;
	}
#leftnav li a {
	display:block;
	width:195px;
	padding:5px 8px 5px 15px;
	margin:0 0 2px 0;
	color:#FFF;
	text-decoration:none;
	background:#FC551C url('../i/leftnav_li.gif') no-repeat 0 10px;
	}
#leftnav li a:hover, #leftnav li a:active, #leftnav .active {
	color:#FC551C;
	background:#3B4045 url('../i/leftnav_li2.gif') no-repeat 0 10px;
	}
#leftnav .depth2 {
	font-size:10px;
	padding:0 0 0 10px;
	background:none;
	}
#leftnav .depth3 {
	font-size:9px;
	padding:0 0 0 15px;
	background:none;
	}
#leftnav .depth2 a:link, #leftnav .depth2 a:visited {
	color:#FFF;
	background:#3B4045 url('../i/leftnav_li2.gif') no-repeat 0 10px;
	}
#leftnav .depth2 a:active, #leftnav .depth2 a:hover, #leftnav .depth2 a.active {
	color:#FC551C;
	}
	
/* form styles */
form ul {list-style:none;margin:0;padding:0;}
form li {list-style:none;margin:0 0 2px 0;padding:0;clear:both;}
input {
	padding:3px 3px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border:1px solid #535C63;
	background:#EEE;
	}
textarea {
	padding:3px 3px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	border:1px solid #535C63;
	background:#EEE;
	}
input.btn {
	display:block;
	clear:both;
	padding:3px 3px;
	margin:5px 0 0 95px;
	border:1px solid #535C63;
	background:#17181A;
	color:#FFF;
	letter-spacing:1px;
	font-size:0.85em;
	}
select {
	padding:3px 3px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	border:1px solid #535C63;
	background:#EEE;
}
label {
	display:block;
	float:left;
	padding:1px 5px 0 0;
	width:90px;
	text-align:right;
	}
label.info{
	display:block;
	float:left;
	clear:both;
	text-align:left;
	margin:0 0 3px 95px;
	padding:0;
	width:300px;
	_margin:0 0 3px 49px;
	}
fieldset {
	border:1px solid #535C63;
	padding:10px;
	}
legend {
	color:#535C63;
	}
span.confmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #85DD00;
	background:#F7FFEA;
	}
span.errmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #FF4617;
	background:#FFE3DD;
	}
.f_error {
	border:1px dotted red;
	margin:2px 0;
	}
.f_errortext {
	display:block;
	clear:both;
	color:red;
	margin:0 0 0 95px;
	}
form fieldset.col1 {
	width:400px;
	float:left;
	}
form fieldset.col2 {
	width:220px;
	float:left;
	}
form fieldset.col2 label {
	display:block;
	float:none;
	text-align:left;
	width:200px;
	}

/* sizes */
.size1 { width:50px; }
.size2 { width:100px; }
.size3 { width:150px; }
.size4 { width:250px; }
.size5 { width:330px; }
.size6 { width:500px; }
	
/* portfolio list */
.portfolio {
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:0.85em;
	letter-spacing:1px;
	width:192px;
	padding:0;
	margin:0 0 20px 15px;
	overflow:hidden;
	}
.portfolio .item  {
	list-style:none;
	text-decoration:none;
	padding:0;
	}
.portfolio .item a.itemlink {
	display:block;
	width:195px;
	padding:5px 8px 5px 15px;
	margin:0 0 2px 0;
	color:#FFF;
	text-decoration:none;
	background:#FC551C url('../i/leftnav_li.gif') no-repeat 0 10px;
	}
.portfolio .item a.itemlink:hover, .portfolio .item a.itemlink:active, .portfolio .item.active {
	color:#FC551C;
	background:#3B4045 url('../i/leftnav_li2.gif') no-repeat 0 10px;
	}
.portfolio ul.list {
	list-style:none;
	font-weight:normal;
	width:195px;
	padding:4px 8px 4px 12px;
	margin:0;
	height:200px;
	overflow:auto;
	background:transparent;
	}
.portfolio ul.list a:link, .portfolio ul.list a:visited {
	display:block;
	width:170px;
	padding:5px 8px 5px 15px;
	margin:0 0 2px 0;
	color:#FFF;
	text-decoration:none;
	background:#3B4045 url('../i/leftnav_li2.gif') no-repeat 0 10px;
	}
.portfolio ul.list a:active, .portfolio ul.list a:hover, .portfolio ul.list a.active {
	color:#FC551C;
	}
	
/* portfolio home */
#modulecontent .albumimg-start {
	float:left;
	margin:0;
	padding:190px 0 0 258px;
	width:745px;
	height:559px;
	overflow:hidden;
	background:#BABBAA url('../i/bg_portfolio.jpg') no-repeat 0 0;
	}
#modulecontent .albumimg-start .item {
	text-align:center;
	padding:4px 0;
	margin:2px 0;
	border-bottom:1px dotted #979A7C;
	width:230px;
}
/* fckeditor styles */
html.fckeditor {
	background:#17181A;
	background-image:none;
	height:auto;
	}
body.fckeditor {
	width:705px;
	height:auto;
	padding:20px;
	margin:0 auto;
	background:#2A2C2F;
	background-image:none;
	}
body.fckeditor a[href] {
	color:red !important;
	text-decoration:underline;
	}
