@charset "UTF-8";
/* CSS Document */
body {
	text-align: center; /* Align centre for IE */
}

#wrap_all {
	width: 950px; /* Websites width */
	min-height: 500px; /* Used for testing ONLY */
	margin: 0 auto; /* Align centre for Firefox, Safari, Opera */
	text-align: left; /* Set all font to the left */
	padding: 0 25px; /* Set paddings to the wrapper */
}

#wrap_header {
	width: 950px; /* Set the width */
	height: 133px; /* Set the height */
}

#head_top_menu {
	width: 100%; /* Fill the whole container */
	height: 20px; /* Set the height */
}

#migglepub_content {
	float: left;
	position: relative;
	width: 157px;
	height: 271px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: center;
}

#miggleweb_content {
	float: left;
	position: relative;
	width: 157px;
	height: 271px;
	margin-right: 8px;
	padding-top: 10px;
	text-align: center;
}

#migglemedia_content {
	float: left;
	position: relative;
	width: 157px;
	height: 271px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

#wrap_our_clients {
	width: 486px;
	height: 125px;
	margin-left: 1px;
}

#footer_shadow {
	width: 950px; /* Websites width */
	height: 42px; /* Footer height */
	margin: 0 auto; /* Align centre for Firefox, Safari, Opera */
	padding: 0 25px; /* Set paddings to the wrapper */
}

#footer_shadow {
text-align: left;
}

#wrap_content_col {
	width: 489px;
	margin-left: 6px;
}

/* team */

.teamContainerFirst {
 float: left;
 width: 227px;
 height: 190px;
 padding: 5px;
 margin: 0px 10px 10px 0px;
 position: relative;
 border: 1px solid #d3dcd7;
 background: url('http://www.miggle.co.uk/miggle/images/testimonials/bg_testimonials_container.gif') bottom left repeat-x;
}

.teamContainer {
 float: right;
 width: 227px;
 height: 190px;
 padding: 5px;
 margin-bottom: 10px;
 position: relative;
 border: 1px solid #d3dcd7;
 background: url('http://www.miggle.co.uk/miggle/images/testimonials/bg_testimonials_container.gif') bottom left repeat-x;
}

.teamContainer .link, .teamContainerFirst .link {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 134px;
 padding: 0 10px;
 text-align: right;
}

/* testimonials */

.testimonialContainer {
 float: left;
 width: 144px;
 height: 190px;
 padding: 5px;
 position: relative;
 border: 1px solid #d3dcd7;
 background: url('http://www.miggle.co.uk/miggle/images/testimonials/bg_testimonials_container.gif') bottom left repeat-x;
}

.testimonialContainerMiddle {
 float: left;
 width: 144px;
 height: 190px;
 padding: 5px;
 margin: 0 10px 10px 10px;
 position: relative;
 border: 1px solid #d3dcd7;
 background: url('http://www.miggle.co.uk/miggle/images/testimonials/bg_testimonials_container.gif') bottom left repeat-x;
}

.testimonialContainer .link, .testimonialContainerMiddle .link {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 134px;
 padding: 0 10px;
 text-align: right;
}

.team_holder {
 width: 100%;
 height: 70px;
 margin-bottom: 10px;
}

.team_photo {
 float: right;
 margin: 0 8px;
}

#first_team {
 margin-top: 15px;
}