/*** General settings ***/
body {
	font-family:Arial;
	font-size:12px;
	color:#030000;
	background:#EDEDEE;
	margin-top:20px;
}
div#main-wrapper {
	width:960px;
	margin:0 auto;
}
a {
	color:#807E7D;
	text-decoration:none;
}
a:hover {
	color:#DEEA7A;
	text-decoration:underline;
}
/*** Header ***/
div#top-header {
	background:url(images/top-header-center.jpg) top repeat-x;
	height:19px;
}
div#top-header-left {
	background:url(images/top-header-left.jpg) top left no-repeat;
	height:19px;
	width:17px;
	float:left;
}
div#top-header-right {
	background:url(images/top-header-right.jpg) top right no-repeat;
	height:19px;
	width:23px;
	float:right;
}
div#header {
	width:100%;
}
div#logo {
	float:right;
	padding:10px 60px 0 0;
}
div#logo-textual {
	float:left;
	font-family:Myriad Pro;
	font-size:24px;
	letter-spacing:3px;
	padding:10px 0 2px 40px;
	background:url(images/logo-textual.jpg) 41px bottom no-repeat;
}
div#logo-textual a {
	color:#807E7D;
	text-decoration:none;
}
div#left-wrapper {
	float:left;
}

/*** Content ***/
div#content-wrapper {
	background:#FEFCFA;
	width:100%;
}
div#content-left {
	background:url(images/content-bg-left.jpg) left repeat-y;
	height:100%;
}
div#content-right {
	background:url(images/content-bg-right.jpg) right repeat-y;
	height:100%;
}	
div#content-body {
	clear:both;
	height:350px;
	padding:40px 60px 40px 40px !important;
	padding:40px 60px 0 40px;
}	
div#left-column {
	width:150px;
	float:left;
}
div#right-column {
	float:left;
	width:650px;
	margin-left:40px;
}
div#projects-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#projects-list ul li {
	line-height:150%;
}
div#projects-list ul li a {
	color:#050505;
}
div#projects-list ul li a.selected {
	color:#DEEA7A;
}
div#images-pager {
	padding:5px 0;
}
div#images-pager a {
	display:block;
	float:left;
	width:18px;
	height:18px;
	background:#B1B0AF;
	color:#B1B0AF;
	margin:0 6px 0 0;
}
div#images-pager a:hover,
div#images-pager a.activeSlide {
	background:#DEEA7A;
	color:#DEEA7A;
}
html>/**/body div#images-pager a {
	margin:8px 8px 0 0;
}
div#images-container {
	height:340px;
}
div#images-container img {
	top:0;
	left:0;
	margin:0 auto;
	display:none;
}
div#next-prev {
	float:left;
	text-align:center;
	padding:5px 0 0 0;
}
div#next-prev img {
	cursor:pointer;
	margin:0 10px 0 0;
}
div#counter {
	padding-top:4px;
	float:left;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	color:#CCC;
}
/*** Footer ***/
div#footer {
	width:100%;
}
div#footer-bottom {
	background:url(images/bottom-footer-center.jpg) bottom repeat-x;
	height:21px;
	width:100%;
}
div#footer-bottom-left {
	background:url(images/bottom-footer-left.jpg) bottom left no-repeat;
	height:21px;
	width:18px;
	float:left
}
div#footer-bottom-right {
	background:url(images/bottom-footer-right.jpg) bottom right no-repeat;
	height:21px;
	width:23px;
	float:right;
}
div#footer-content {
	clear:both;
	width:500px;
	margin:0 auto;
	border-top:solid 1px #4F4F4E;
	padding:5px;
	text-align:center;
	color:#4F4F4E;
}

/*** Forms ***/
input.inpt-txt {
	width:140px;
	border:solid 1px #999;
}
textarea.inpt-txt-area {
	font-family:Arial;
	width:140px;
	height:60px;
	border:solid 1px #999;
	overflow:hidden;
}
input.inpt-submit {
	border:solid 1px #999;
	text-align:center;
	padding:0 8px;
}
span.mandatory {
	color:#cc0000;
}


