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

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

/* Content Styling */
.wide
{
	width: 644px;
	margin: 0;
	padding: 0;
	clear: both;
}
#introduction
{
	margin: 0 0 17px 0;
}
#content p
{
	margin: 0 0 10px 0;
	padding: 0;
}
#content p.question
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#content p.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 3px 0 0 0;
}
#content a
{
	color: #79c163;
	text-decoration:none;
}
#content a:hover
{
	color: #fff;
	text-decoration:none;
}
#content ul
{
	color: #79c163;
	list-style-image: url(/lib/img/list-point.png);
}
#content div#web-design
{
	background-image: url(/lib/img/titles/service-web-design.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content div#graphic-design
{
	background-image: url(/lib/img/titles/service-graphic-design.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content div#online-marketing
{
	background-image: url(/lib/img/titles/service-online-marketing.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content div#video-production
{
	background-image: url(/lib/img/titles/service-video-production.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content div#print-media
{
	background-image: url(/lib/img/titles/service-print-media.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content div#specialized-marketing
{
	background-image: url(/lib/img/titles/service-specialized-marketing.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

/* Columns */
.left
{
	width: 309px;
	margin: 0 0 17px 0;
	padding: 55px 0 0 0;
	float: left;
}
.right
{
	width: 307px;
	margin: 0 0 17px 0;
	padding: 55px 0 0 0;
	float: right;
}
.clear
{
	clear:both;
}
#link-left
{
	width: 309px;
	margin: 0;
	padding: 0;
	float: left;
}
#link-right
{
	width: 307px;
	margin: 0;
	padding: 0;
	float: right;
}
