/* Anovid Front Page Stylesheet */
/* Location: "//lib/css/front.css" */
@charset "utf-8";

/* Headline */
#headline
{
	width: 698px;
	height: 170px;
	overflow: hidden;
	margin: 0;
	background-image: url(/lib/img/headlines/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
	line-height: 170px;
	text-indent: -9999px;
}

/* Main Text */
#description
{
	width: 644px;
	margin: 0;
	padding: 55px 0 0 0;
	background-image: url(/lib/img/titles/discover-our-solutions.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#description p
{
	margin: 0;
	padding: 0;
}
#step
{
	width: 644px;
	margin: 17px 0 27px 27px;
	padding: 0;
}
#step p#question
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#step p#link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 3px 0 0 0;
}
#step a
{
	color: #79c163;
	text-decoration:none;
}
#step a:hover
{
	color: #fff;
	text-decoration:none;
}

/* Projects */
#projects
{
	height: 31px;
	margin: 0 0 0 27px;
	overflow: hidden;
	line-height: 31px;
	text-indent: -9999px;
	background-image: url(/lib/img/titles/latest-projects.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.project
{
	width: 688px;
	border: 5px solid #666;
	margin: 10px 0 0 0;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(/lib/img/projects/background.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	overflow: auto;
}
.image
{
	width: 363px;
	height: 144px;
	float: left;
}
.project #goodrats
{
	background-image: url(/lib/img/projects/goodrats/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #coreymccormick
{
	background-image: url(/lib/img/projects/coreymccormick/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #dralexanderfriedin
{
	background-image: url(/lib/img/projects/dralexanderfriedin/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #casadelsol
{
	background-image: url(/lib/img/projects/casadelsol/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #pacessteakhouse
{
	background-image: url(/lib/img/projects/pacessteakhouse/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #popacard
{
	background-image: url(/lib/img/projects/popacard/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #tastewhatshot
{
	background-image: url(/lib/img/projects/tastewhatshot/clipboard.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.project #information
{
	width: 315px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.project #information a
{
	font-size: 14px;
	color: #79c163;
	text-decoration:none;
}
.project #information a:hover
{
	color: #fff;
	text-decoration:none;
}
.project #client
{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.project #nutshell
{
	line-height: 14px;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.project #view
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
