h1, h2, h3, h4, p, a
{
	padding:0;
	margin:0;
	font-family: "Arial", Helvetica, sans-serif;
}



/* START -- MENU BUTTONS */

h4
{
	color: white;
	font-weight: bold;
}

h4.first
{
	vertical-align: top;
	display: block;
	width: 113px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

/* footer as well */
h4.second
{
	
	display: inline;
	font-size: 11px;
	line-height:11px;
}

/* END -- MENU BUTTONS */



h1.tab
{
	font-size: 14px;
	text-align: center;
}

/* green headline */
h2
{
	font-size: 28px;
	color: #7ac143;
	line-height: 24px;
}

/* green headline */
h1
{
	font-size: 28px;
	color: #7ac143;
	line-height: 24px;
}

/* grey headline */
h3{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* links section */
a.links
{
	color: #333;	
}

p, p a{
	color: #666;
	font-size:14px;
	line-height: 16px;
} 

p a{text-decoration:underline}

/* small print */
p.small
{
	font-size:10px;
}


/* colors */
.white
{
	color: white;
}

.orange
{
	color: #eeb211;
}

.blue
{
	color: #00bce4;
}

.green
{
	color: #7ac143;
}

.grey
{
	color: #333;
}

.red{
	color:#903;
}

.testmonialItem {
border-bottom:1px dotted #00A5E3;
float:left;
height:auto;
padding:10px 5px;
width:640px;
}