/* fonts */

@font-face {
	font-family: Titillium;
	src: url(fonts/titilliumtext25l005-webfont.eot);
	src: local(☺),
			 url('fonts/titilliumtext25l005-webfont.woff') format('woff'),
			 url('fonts/titilliumtext25l005-webfont.ttf') format('truetype'),
			 url('fonts/titilliumtext25l005-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
	font-family: TitilliumBold;
	src: url(fonts/titilliumtext25l001-webfont.eot);
	src: local(☺),
			 url('fonts/titilliumtext25l001-webfont.woff') format('woff'),
			 url('fonts/titilliumtext25l001-webfont.ttf') format('truetype'),
			 url('fonts/titilliumtext25l001-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}

/* defaults */

body {
	font-size: 62.5%;
	font-family: Titillium, Helvetica, Arial, sans-serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #4c4d4f;
	background-image: url(images/bg3.png);
	background-attachment: fixed;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #bf2d26;
}

/* layout */

#page_top {
	width: 1007px;
	margin: 10px auto 20px auto;
	padding-top: 42px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: 0px 10px;
}

#page_bottom {
	padding-bottom: 32px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#page_middle {
	background-image: url(images/middle.png);
	background-position: 0px 400px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 34px 64px 24px 64px;
}

#header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#content {
	padding: 48px 90px 0px 90px;
	position: relative;
}


/* header */

h1 {
	width: 324px;
	height: 91px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	line-height: 100%;
	margin: 0px;
}

h1 span {
	margin-left: -8000px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 28px 0px 0px 0px;
	float: right;
}

li {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	font-family: TitilliumBold;
	font-size: 1.6em;
	color: #bf2d26;
}

li a:hover {
	color: #4c4d4f;
}


/* content */

#content p {
	font-size: 2.1em;
	line-height: 130%;
	margin: 0px 0px .7em 0px;
}

#content p span {
	font-family: TitilliumBold;
	color: #bf2d26;
}

#portfolio {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px -12px;
}

#portfolio img {
	margin: 2px;
	padding: 10px;
}

#portfolio img:hover {
	background-color: #f2f2f2;
}