body {
	font-family: "Helvetica";
	font-size: 14px;
	line-height: 18px;
	color: #508592;
	background: url(/public/images/background.jpg) repeat-x top center;
}

h1,h2,h3,h4,h5 {
	font-family: "Arial Narrow";
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	height: 60px;
	line-height: 60px;
	background: url(/public/images/bar-background.jpg);
	text-indent: 20px;
	color: #8c8363;
}
	h1 > span {
		font-size: 12px;
		margin-left: 10px;
	}

h2 {
	font-size: 19px;
}

a {
	color: #508592;
}

/* @group Header */
#header-in {
	margin-top: 40px;
	height: 125px;
}
	#header-in img.logo {
		float: left;
		margin-left: 60px;
	}		
	#header-in img {
		float: right;
		margin-right: 60px;
	}
/* @end */

/* @group Navigation */
#navigation {
	background: url(/public/images/header/navigation/background.jpg);
	position: absolute;
	margin: 0px;
	padding: 0px;
	padding-left: 485px;
	height: 35px;
	bottom: 0px;
}
	#navigation li {
		padding: 0px 5px;
		margin: 0px;
		display: block;
		float: left;
		height: 35px;
		font-family: "Arial Narrow";
		font-size: 11px;
		text-shadow: 2px 2px 2px #666666;
		line-height: 35px;
		text-transform: uppercase;
		border-right: #98b1b9 1px solid;
	}
	
	#navigation li a {
		color: #fff;
		text-decoration: none;
	}
	
	#navigation li.current {
		background-color: #4f737d;
	}
/* @end */

/* @group Home */
div.grid_4.intro {
	background: #d5e1e4;
}
	div.grid_4.intro p {
		padding: 10px 10px 5px;
		margin-bottom: 5px;
	}
	div.grid_4 h2 {
		height: 35px;
		line-height: 30px;
		margin-bottom: 5px;
	}
		div.grid_4.promotions h2 {
			background: url(/public/images/home/promotions.jpg) no-repeat top right;
		}
		div.grid_4.services h2 {
			background: url(/public/images/home/services.jpg) no-repeat top right;
		}
		div.grid_4.socialnetworks h2 {
			background: url(/public/images/home/socialnetworks.jpg) no-repeat top right;
		}
/* @end */

/* @group Services */

.framed {
	border: 5px solid #d8eaf5;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* @end */



/* @group Footer */
#footer {
	background: url(/public/images/footer/background.jpg) #e2dbbd repeat-x;
	margin-top: 20px;
	padding-top: 10px;
	height: 238px;
}
	#footer-in {
		font-size: 11px;
		color: #97927b;
	}	
		#footer-in img {
			display: block;
			margin: 30px;
		}
/* @end */


