html, body {
	height: 100%;
 }

body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background:url(images/top-background.jpg);
	background-repeat: repeat-x;
	background-color: #ededed;
}
 

#wrapper {
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -58px auto;
 }

#content-wrapper {
	padding: 0px 0px 58px 0px;
	margin: 0 auto;
	min-width: 990px;
}

#content-inner-wrapper {
       width: 990px;
       margin: 0px auto;
}

#footer-wrapper {
	width: 100%;
	min-width: 990px;
	height: 58px;
	background-color: #145767;
}

#footer-inner-wrapper {
	width: 990px;
	margin: 0px auto;
}

#content {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#top {
	width: 990px;
	height: 100px;
}

#top-left {
	width: 495px;
	height: 100px;
	float: left;
}

#top-right {
	width: 495px;
	height: 100px;
	float: right;
	background:url(images/menu-line.png);
}

#header {
	height: 350px;
}

#main {
	width: 990px;
}

#main-left {
	width: 461px;
	float: left;
}

#main-right {
	width: 475px;
	float: left;
}

.clear {
	clear: both;
}

#footer-left {
	width: 195px;
	height: 58px;
	float: left;
}

#footer-middle {
	width: 600px;
	height: 58px;
	float: left;
	text-align: center;
}

#footer-right {
	width: 195px;
	height: 58px;
	float: right;
	text-align: right;
}

@font-face {
	font-family: 'pt_sansregular';
	src: url('fonts/PTS55F-webfont.eot');
	src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/PTS55F-webfont.woff') format('woff'),
	url('fonts/PTS55F-webfont.ttf') format('truetype'),
	url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1 {
	font-family: 'pt_sansregular';
	font-size: 2.8em;
	color: #981f1d;
	margin: 20px 0 0 34px;
}

h2 {
	font-family: 'pt_sansregular';
	font-size: 1.8em;
	color: #981f1d;
	margin: 5px 0 5px 34px;
}

p {
	font-family: 'pt_sansregular';
	font-size: 1.7em;
	color: #646f71;
	margin: 5px 0 10px 34px;
	line-height: 1.5;
}

p.p2 {
	font-family: 'pt_sansregular';
	font-size: 1.7em;
	color: #646f71;
	margin: 33px 0 10px 34px;
	line-height: 1.5;
}

p.footer {
	font-family: 'pt_sansregular';
	font-size: 1.2em;
	color: #ffffff;
	margin: 23px 0 0 0;
}

p.design {
	font-size: 1.0em;
	margin: 25px 25px 0 0;
}


a.design:link, a.design:active, a.design:visited {
	font-family: 'pt_sansregular';
	color: #598993;
	text-decoration: none;
}

a.design:hover {
	color: #fafafa;
}


/* MENU */

#top-right ul {
	list-style-type: none;
	float: right;
	padding: 30px 10px 0 0;
} 

li {
	display: inline;
	float: left;
	margin-right: 30px;
}

li a:link,
li a:active,
li a:visited {
	color:#222221;
	font-family: pt_sansregular;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
}

li a:hover {
	color: #981f1d;
}

li.active {
	color: #981f1d;
	font-size: 1.6em;
	font-family: pt_sansregular;
	text-transform: uppercase;
	text-decoration: none;
}

/* CONTACT */

#contact-area {
	width: 990px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	font-family: pt_sansregular;
	font-size: 1.5em;
	margin: 5px 0 0 34px;
	border: 1px solid #222221;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #981f1d;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-left: 318px;
}

label {
	float: left;
	text-align: left;
	margin: 5px 0 0 34px;
	width: 250px;
	font-family: pt_sansregular;
	color: #981f1d;
	font-size: 1.8em;
}