body{
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	color: #656565;
}
a{
	color: #A3A3A3;
}
div.head{
	width: 920px;
	height: 130px;
	padding: 5px;
	text-align: left;
	margin: 0;
	margin-top: 53px;
	position: relative;
}
div.content{
	width: 920px;
	padding: 5px;
	text-align: left;
	margin: 0;
	position: relative;
}
div.topMenu{
	position: absolute;
	width: 380px;
	bottom: 2px;
	left: 0;
	padding: 0 0 5px 0px;
}
div.topMenu a{
	text-decoration: none;
}
div.topMenu div{
	float: left;
	padding: 0 30px 0 0px;
	font-weight: bold;
}
div.head div.portfolioPreview{
	position: absolute;
	left: 400px;
	top: 0;
}
div.portfolioPreview h3{
	font-size: 16px;
	margin: 5px 0 10px 0;
	font-weight: normal;
}
.active, .active a{
	color: #000000;
}
.underline{
	display: block;
	border: 0;
	border-bottom: 1px dotted #cdcdcd;
}

/* portfolio previews */
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 90px;
	width: 500px;
	/* Add scroll-bars */
	scrollbar: no;
	overflow:hidden;
}
div.sc_menu table {
	position: absolute;
	padding: 0;
	margin: 0;
}
div.sc_menu table td {
	padding: 0 8px 0 0px;
	position: relative;
}
div.sc_menu table td img{
	background-color: #E5E5E5;
	filter:alpha(opacity=50);
	opacity: 0.5;
}
div.sc_menu table td a {
	display: block;
	text-decoration: none;
}
div.sc_menu table td span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
}
div.sc_menu table td a:hover span {
	display: block;
}
div.sc_menu table td.active img{
	filter:alpha(opacity=100);
	opacity: 1;
}
.sc_menu a:hover img {
	filter:alpha(opacity=100);
	opacity: 1;
}
.sc_menu a:hover span{
	color: #000;
}
div.line{
	background-color: #E9A41B;
	position: absolute;
	width: 92px;
	top: 63px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	border: 0;
	font-size: 0px;
}

div.ui{
	position: absolute;
	top: 18px;
	right: 0px;
	font-size: 11px;
}
div.ui a{
	text-decoration: none;
}

div#backButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 100px;
}
div#fwdButton{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 100px;
}
/* /portfolio previews */


div.info{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 380px;
	color: #454545;
	padding: 0 0 40px 0;
	height:auto !important;
	height:320px;
	min-height: 320px;
}
div.portfolioBlock{
	top: 0px;
	left: 400px;
	width: 500px;
	position: absolute;
}
div.portfolioBlock img{
	background-color: #E5E5E5;
}
div.fullSizeImage{
	border: 0;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	padding: 8px 0 8px 0;
}
h1{
	color: #EEB212;
	font-size: 14px;
	margin: 15px 0 0px 0;
	padding: 0;
}
p{
	margin: 10px 0 10px 0;
}
div.pager{
	text-align: right;
}
div.pager span, div.pager a{
	margin: 0 5px 0 5px;
}
div.pager span{
	color: #000000;
}
div.slogan{
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 10px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #838383;
}
div.portfolioDescription{
	font-size: 14px;
}
div.portfolioDescription h1{
	margin: 0;
	font-size: 20px;
}

div.info table{
	margin: 15px 0 0px 0;
	width: 100%;
	color: #656565;
}
div.info table tr td{
	width: 50%;
	font-size: 13px;
}


