#container .greySeparator {
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #604472;
	border: 1px dotted silver;
}

#container .intro {
	clear: both;
	margin: 46px 0 0 0;
	text-align: left;
}

#container .intro h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 3em "Times New Roman", Times, serif;
	color: #604472;
	text-shadow: white 1px 1px 0px;
}

#container .intro .highlight {
	font-weight: bold;
	border-bottom: solid 2px #e97004;
	text-shadow: white 1px 1px 0px;
}

#container .intro p {
	margin: 25px 0 0 0;
	padding: 0;
	font: normal .75em "Times New Roman", Times, serif;
	color: #7f7f7f;
	line-height: 1.5em;
	text-shadow: white 1px 1px 0px;
}

#container .intro a,
#container .intro a:link,
#container .intro a:active,
#container .intro a:visited {
	font-style: normal;
	color: #e97004;
	text-decoration: none;
}

#container .intro a:hover {
	text-decoration: underline;
}

#container .greySeparatorThick {
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #604472;
	border: 1px dotted silver;
}

#container .featuredWork {
	clear: both;
	margin: 26px 0 0 0;
	text-align: left;
}

#container .featuredWork h1 {
	margin: 0;
	padding: 0;
	font: normal 1em "Times New Roman", Times, serif;
	color: #373431;
}

#container .featuredWork ul {
	list-style: none;
}

#container .featuredWork .images {
	padding: 10px 0 0 0;
}

#container .featuredWork .title {
	padding: 0px 0 0 0;
}

#container .featuredWork .title a,
#container .featuredWork .title a:link,
#container .featuredWork .title a:active,
#container .featuredWork .title a:visited {
	font-style: normal;
	color: #e97004;
	text-decoration: none;
	text-shadow: white 1px 1px 0px;
}

#container .featuredWork .title a:hover {
	text-decoration: underline;
}

#container .featuredWork .description {
	padding: 6px 0 0 0;
}

#container .featuredWork li {
	margin: 0 16px 0 0;
	width: 300px;
	float: left;
	color: #7f7f7f;
	text-shadow: white 1px 1px 0px;
	text-decoration: none;
}

.featuredWorkImage {
	background-color: rgba(102,51,102,0.1);
	padding: 0px;
    filter:opacity(alpha=50); /* para o IE */
     -moz-opacity:0.5; /* para o FireFox */
     opacity:0.5;
}

.featuredWorkInfo {
	background-image: url(../images/featuredWorkInfo.gif);
	width: 300px;
	height: 45px;
	margin-top: -1px;
	margin-bottom: 20px;
	padding-right: 10px;
} 

.featuredWorkInfo a{
	text-shadow: #604472 1px 1px 0px;
	color: #FFF;
	text-decoration: none;
} 

.featuredWorkInfo a:hover{
	text-shadow: #604472 1px 1px 0px;
	color: yellow;
	text-decoration: none;
} 

.featuredWorkInfoMore {
	text-align: left;
	width: 30px;
	height: 30px;
	float: right;
	font-style: italic;
	font-size: 24px;
	margin-top: 2px;
	padding-right: 2px;
	text-shadow: #000 1px 1px 0px;
	color: #FFF;
} 

.featuredWorkInfoNumber {
	text-align: left;
	width: 30px;
	height: 30px;
	float: right;
	font-size: 18px;
	margin-top: 8px;
	padding-right: 2px;
	margin-right: 18px;
	text-shadow: #604472 1px 1px 0px;
	color: #FFF;
} 

.featuredWorkImage a:hover {
	padding: 0px;
    filter:opacity(alpha=90); /* para o IE */
     -moz-opacity:0.9; /* para o FireFox */
     opacity:0.9;
} 

#container .featuredWork .end {
	margin: 0;
	width: 300px;
	float: left;
}
