@charset "utf-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e626c;
	background-color:#191d24;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #1480b7;
}
a:hover {
	text-decoration: underline;
	color: #d54300;
}
a:visited {
	color: #1480b7;
}
a:visited:hover {
	color: #d54300;
}

#red a:hover {
	text-decoration: underline;
	color: #d54300;
}
#yellow a:hover {
	text-decoration: underline;
	color: #fabb25;
}
#green a:hover {
	text-decoration: underline;
	color: #78b835;
}
#blue a:hover {
	text-decoration: underline;
	color: #3a8dc1;
}
#coal a:hover {
	text-decoration: underline;
	color: #a59c74;
}

h1 {
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
strong {
	font-weight:normal;
	color: #ffffff;
}
em {
	font-style:normal;
	color: #1480b7;
}
img {
	border: 0;
}
hr {
	border: none;
	height: 2px;
	color: #21242a; /* for IE */
	background-color: #21242a;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}
input, textarea {
	background-color: #181921;
	border: 1px solid #5e626c;
	color: #5e626c;  
}
label {
	color: #ffffff;
}
#fname, #fmail {
	width: 180px;
	margin-top: 4px;
	padding: 2px;
}
#fmessage {
	width: 400px;
	height: 260px;
	margin-top: 4px;
	padding: 2px;
}
#fpost {
	padding: 4px;
}
.hint {
	font-size: 10px;
}
.thin {
	border: none;
	height: 1px;
	background: url(images/hrbg.gif) repeat-x;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/global/us/line.gif');	  /* for IE */
/*	margin-top: 16px;
	margin-bottom: 16px */
}
.container {
	text-align: center;
}
.struct {
	background: url(images/headerbg.jpg) top no-repeat;
	text-align: left;
}
.mainblock {
	background: url(images/footerbg.jpg) bottom no-repeat;
	height: 220px;
}
.footer {
	height: 100px;	
}
.footer div {
	margin: 30px;
}
.content {
	margin: 30px;
}
.content .mainpane {
	background: url(images/contentbg.gif) top repeat-x #181921;
}
.content .vertpane{
	background: url(images/vertbg.gif) top repeat-x;
}

.bta, .btb, .btc, .btd {
	display: block;
	height: 57px;
}
.bta {
	background: url(images/bta.png) no-repeat;
	width: 150px;
}
.btb {
	background: url(images/btb.png) no-repeat;
	width: 149px;
}
.btc {
	background: url(images/btc.png) no-repeat;
	width: 149px;
}
.btd {
	background: url(images/btd.png) no-repeat;
	width: 150px;
}
/*
.bta:hover, .btb:hover, .btc:hover, .btd:hover {
	background-position: 0px -57px;
}
*/
.mr {
	margin: 30px;
}
.ra {
	text-align: right;
}

.pr_last img {
	margin: 3px;
}

/* project list pager */
#pr_list img {
	margin: 5px;
}
#pager_holder {
	text-align: center;
	margin-top: 8px;
}
#pager {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#pager li {
	display: inline;
}
#pager li.active a {
	text-decoration: none;
	color: #ffffff;
}
#pager li.active:hover a {
	text-decoration: none;
	color: #ffffff;
}
#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 230px;
	position: relative;
}

#frame div.button {
	position: absolute;
	top: 40%;
}

div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 230px;
	margin: 0 auto;
	overflow: hidden;
}

#pr_list {
	width: 2340px;
}

.section {
	width: 230px;
	margin: 0;
	float: left;
}
/* -------------- */

.pr_selector {
	outline: none;
}
#pr_title, #pr_desc, #pr_year, #pr_link, #pr_preview, #pr_info{
	display: none;
}
#pr_info {
	margin: 0px 8px 0px 0px;
}



