/* CSS Document */

body, html {
	width:100%;
	height:100%;
}
body {
    font-family: 'Carme', sans-serif;
	font-size:12px;
	background:url(images/back_top.jpg) center top no-repeat;
}
div, h1, h2, h3, p, body {
	margin:0;
	padding:0;
}
#container {
	background:url(images/back_bottom.jpg) bottom repeat-x;
}

#header {
	margin:0 auto;
	width:800px;
	height:80px;
	padding:10px;
	position:relative;
}
.logo {
	position:absolute;
	top:0;
	left:277px;
}

.nav {
	width:120px;
	font-size:14px;
	display:block;
	line-height:55px;
	position:relative;
	text-align:center;
}
.nav img {
	display:block;
	position:absolute;
	top:-50px;
	left:52px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;	
	-transition:all .25s ease-in-out;
}
.nav:hover {
border-bottom:4px solid;
}
.nav:hover img {
	-webkit-transform: translateY(50px);
}
#main {
	margin:0 auto;
	position:relative;
	width:820px;
	height:416px;
}
#main > * {	
	position:absolute;
}
#main h2 {
	top:0;
	left:40px;
}
#main > p {
	width:220px;
	top:10px;
}
#main > p:nth-of-type(1) {
	left:330px;
}
#main > p:nth-of-type(2) {
	left:570px;
}
#main > div.process {
	left:410px;
	top:150px;
	width:380px;
}
#main > div.process p:last-of-type {
margin-bottom:20px;
}
#footer {
	position:relative;
	width:800px;
	padding:10px;
	margin:0 auto;
	background:url(images/white.gif) bottom repeat-x;
	min-height:375px;
}
#footer > div {
	width:380px;
	margin:10px;
}
#footer:before, #footer:after {
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:250px;
	bottom:0;
}
#footer:before {
	left:-10px;
	background:url(images/shade.png) -10px bottom no-repeat;
}
#footer:after {
	right:-10px;
	background:url(images/shade.png) 0px bottom no-repeat;
}
h3 span {
    font-family: 'Carme', sans-serif;
	font-size:12px;
	clear:right;
	padding:0 5px;
}
.gallery {
	text-align:center;
}
.gallery img {
	margin:10px 18px;
	border:5px solid #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:1px 3px 10px rgba(0,0,0,0.7);
}
.gallery a {
	display:inline-block;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}

/* Rotate all even images 2 degrees */
.gallery a:nth-of-type(even) {
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
}
 
/* Don't rotate every third image, but offset its position */
.gallery a:nth-of-type(3n) {
-webkit-transform: none;
-moz-transform: none;
position: relative;
top: -5px;
}
#copyright {
	overflow:auto;
	border-top:4px solid #363679;
	background:#524fa2;
}
#copyright > p {
	margin:5px;
	text-align:center;
	color:#afaddd;
}

#copyright, h2, h3 {
	font-family:'Cardo', serif;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	font-size:50px;
}
h3 {
	font-size:24px;
	border-bottom:1px solid #ddd;
}
h3 a {
	display:block;
	padding:0 5px;
	font-size:inherit;
	font-family: 'Carme', sans-serif;
	font-size:12px;
}
p {
	color:#333;
	line-height:1.5em;
	margin-bottom:10px;
}
p.indent {
	text-indent:15px;
}
.left {
	float:left;
}
.right {
	float:right;
}
a {
	color:#000;
}
a:hover, a:active {
	color:#954c9e;
}
.clear {
	clear:both;
}