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

h3
{
	color:			#F60;	
}

img.logo
{
	position:		relative;
	top:			8px;
	left:			-15px;
}

img.left-image
{
	float:			left;
	padding:        0 10px 0 10px;
}

img.right-image
{
	display:		block;
	float:			right;
	padding:        0 10px 0 10px;
}

img
{
	border:			0px;	
}

ul.stylish
{
	list-style:		none;
}

ul.stylish2
{
	list-style:		none;
	width:			450px;
}

ul.stylish li
{
	font-size:		14px;
	padding:        8px 0 15px 35px;
	background:		transparent url('./../grfx/ul-stylish-bg.png') 0px 0px no-repeat;
}

ul.stylish2 li
{
	font-size:		13px;
	float:			left;
	width:			175px;
	padding:        0 0 10px 30px;
	background:		transparent url('./../grfx/ul-stylish2-bg.png') 0px 0px no-repeat;
}

div#testimonials p
{
	margin:			0px;
	padding:        0 15px 0 15px;
}

div#contact-area div
{
	min-height:     20px;
	margin:			0 0 15px 0;
	padding:        0 0 0 25px;
}

	div.contact1
	{
		background:		transparent url('./../grfx/office-icon.png') 0px 0px no-repeat;	
	}
	
	div.contact2
	{
		background:		transparent url('./../grfx/email-icon.png') 0px 0px no-repeat;	
	}
	
	div.contact3
	{
		background:		transparent url('./../grfx/mobile-icon.png') 0px 0px no-repeat;	
	}
	
	div.contact4
	{
		background:		transparent url('./../grfx/info-icon.png') 0px 0px no-repeat;	
	}

a, a:visited
{
	color:			#0C3;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}
a#vecta-signature
{
	display:		block;
	color:			#ffffff;
	padding-right:	15px;
	min-height:		20px;
	width:			110px;
	line-height:	22px;
	text-decoration:none;
	cursor:			pointer;
	background:		transparent url( './../grfx/vecta-signature.gif' ) center right no-repeat;
}

	a#vecta-signature:hover
	{
		text-decoration:underline;	
	}