/**
 * Margni Group
 */

/**
 * Nav Green Avg #785
 * Body Back Avg #B96
 */

html,
	body
	{
	margin:0;
	padding:0;
	}

body	{
	font-family:Georgia,"Times New Roman",serif;
	background:#5b4c36;
	font-size:1em;
	color:#2f2c22;
	}

h2	{
	padding:1em 0 0;
	color:#AD1;
	font-weight:normal;
	margin:0;
	}

a:link,
	a:active,
	a:visited
	{
	text-decoration:none;
	color:#368;
	}

a:hover	{
	text-decoration:underline;
	}

#head	{
	background:url(site/head_back.jpg) repeat-x top center;
	height:200px;
	}

#title	{
	width:700px;
	background:url(site/head_title.jpg) no-repeat top left;
	margin:auto;
	height:200px;
	}

#title h1,
	#title strong
	{
	position:absolute;
	top:-2000px;
	}

#intro	{
	background:#FFF url(site/intro_back.jpg) repeat-x bottom center;
	min-height:220px;
	padding-bottom:21px;
	float:left;
	width:100%;
	}

#intro-inside {
	width:660px;
	margin:auto;
	}

.copy	{
	float:left;
	width:66%;
	}

#services {
	margin:0;
	padding:0;
	list-style:none;
	}

#services li {
	background:url(site/tick.png) no-repeat left center;
	line-height:2em;
	padding:0 0 0 20px;
	}

.sides	{
	width:33%;
	float:left;
	}

.sides h2 {
	text-align:right;
	}

#panel-contact dl {
	margin:0;
	}

#panel-contact dt {
	margin:0;
	padding:.5em 0 0;
	color:#368;
	font-size:.875em;
	}

#panel-contact dd {
	margin:0;
	padding:0;
	text-align:right;
	}

#panel-contact a {
	color:#2f2c22;
	}

#panel-contact a:hover {
	color:#368;
	}

#main	{
	background:#FFF;
	float:left;
	width:100%;
	padding-bottom:1em;
	}

#main-inside {
	width:660px;
	margin:auto;
	}

#main h2 {
	border-bottom:1px solid #cfc9bc;
	}

.portfolio-item {
	float:left;
	width:100%;
	padding-top:1em;
	}

.portfolio-item img {
	border:1px solid #cfc9bc;
	float:left;
	margin-right:10px;
	}

.portfolio-item h3,
	.portfolio-item h4
	{
	margin:0;
	font-weight:normal;
	}

.portfolio-item h4 {
	color:#368;
	}

#foot	{
	background:url(site/foot_back.jpg) repeat-x top center;
	min-height:150px;
	color:#e5e1d5;
	font-size:.875em;
	padding:50px 0 0;
	float:left;
	width:100%;
	}

#foot-inside {
	width:660px;
	margin:auto;
	position:relative;
	}

#foot ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#foot li {
	padding:0;
	}

#foot-links {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	}

#foot-links a:link,
	#foot-links a:active,
	#foot-links a:visited
	{
	color:#e5e1d5;
	}

#foot-links a:hover {
	color:#AD1;
	}