@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	background: #ebeaed;
	line-height: 25px;
}

h1 {
	color: #53526e;	
	line-height: 32px;
}

h2,h3,h4 {
	color: #53526e;	
	margin-top: 0;	
	padding-top: 0;
}
img {
	border: none;	
}

p.first {
	margin-top: 0;
	padding-top: 0;	
}





.icon_camcorder {
	background: url('/_templates/frontend/images/camcorder.jpg') no-repeat;
	padding-left: 40px;	
}

.icon_testimonials {
	background: url('/_templates/frontend/images/somepeople.jpg') no-repeat;
	padding-left: 40px;	
}

a {
	color: #2e2e2e;

}


