@charset "utf-8";
/* CSS Document */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	font-size:11px;
	margin:0px;
	padding:0px;
}

a
{
	font-weight:bold;
	color:#008DD4;
	text-decoration:none;
}

a:active,a:hover
{
	text-decoration:underline;
	color:#321463;
}

.portfolioitem
{
	padding-top:10px;
	clear:both;
}

.purple
{
	color:#321463;
}

.holder
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.portPic
{
	width:455px;
	height:65px;
	margin:4px 0px 0px 0px;
}

.portPicInner
{
	width:100%;
	height:100%;
	background-image:url(images/whitedot.png);
	background-repeat:repeat;
	display:none;
}

.portPicInner p
{
	margin-top:3px;
	margin-bottom:3px;
}

.flvvid
{
	margin-top:10px;
	text-align:center;
}

img.title
{
	margin-bottom:10px;
}

#portfolio .content
{
	padding:10px;
}

#portfolio h4
{
	margin:0px;
}

.servicePic
{
	float:left;
	margin-right:10px;
}

.logo
{
	height:142px;
}

.hr
{
	height:1px;
	background-image:url(images/hr.gif);
	background-repeat:repeat-y;
}

img
{
	border:none;
}

.menuBlock
{
	margin-top:20px;
	width:260px;
	float:left;
}

.menuItem
{
	margin-bottom:15px;
	display:block;
	cursor:pointer;
}

.selected
{
	cursor:default;
}

.bodyHolder
{
	margin-top:20px;
	width:500px;
	margin-left:10px;
	float:left;
}

.formInput
{
	width:200px;
	border:1px #CCCCCC solid;
	vertical-align:top;
}

.formLabel
{
	width:150px;
	vertical-align:top;
	padding-top:3px;
}

.thumb
{
	margin:5px;
}

h2
{
	font-weight:normal;
	font-size:22px;
	margin-bottom:4px;
	color:#321463;
}

.right
{
	border:4px solid #AAAAAA;
}