
/*---------------------------------------------------------------------

		@FONT-FACE

---------------------------------------------------------------------*/

@font-face {
	font-family: "Museo300";
	src: url(../font/museo300-regular-webfont.eot);
}
@font-face {
	font-family: "Museo300";
	src: url(../font/museo300-regular-webfont.ttf) format("truetype");
}

@font-face {
	font-family: "Museo500";
	src: url(../font/museo500-regular-webfont.eot);
}
@font-face {
	font-family: "Museo500";
	src: url(../font/museo500-regular-webfont.ttf) format("truetype");
}





@media handheld, projection, screen, print {


/*---------------------------------------------------------------------

		RESET

---------------------------------------------------------------------*/

* { border: 0 none; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; padding: 0; outline: 0; vertical-align: baseline }
:focus { outline: 0 }
html { height: 100% }
body { background: #fff; color: #000; line-height: 1; min-height: 100.15% }
ol, ul { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
caption, th, td { font-weight: normal; text-align: left }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: "" "" }
textarea { overflow: auto }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }





} @media handheld, projection, screen {


/*---------------------------------------------------------------------

		TAGS

---------------------------------------------------------------------*/

body {
	background: #eaeaea url(../img/bg_body.png) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

p, ul, ol { margin: 0 0 20px }

strong { font-weight: bold }
em { font-style: italic }

a, a:link, a:visited {
	color: #d5620e;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}





/*---------------------------------------------------------------------

		BASE LAYOUT

---------------------------------------------------------------------*/

#container {
	background: url(../img/bg_container.png) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
	#header,
	#content,
	#footer {
		float: left;
		clear: both;
		width: 100%;
		position: relative;
	}
	#header {
		background: url(../img/bg_header.jpg) no-repeat center bottom;
		height: 267px;
	}
	#content {
		background: url(../img/bg_content.png) repeat-y;
		text-align: left;
		padding: 35px 150px 0;
		width: 660px;
	}
		#main { /*-*/ }

	#footer {
		background: url(../img/bg_footer.png) no-repeat;
		text-align: center;
		padding: 110px 0 0;
	}





/*---------------------------------------------------------------------

		NAVIGATIONS

---------------------------------------------------------------------*/


/*	Main navigation
-------------------------------*/





/*	Footer navigation
-------------------------------*/







/*---------------------------------------------------------------------

		ELEMENTS, IDs, CLASSES

---------------------------------------------------------------------*/


/*	Header
-------------------------------*/

#logo {
	width: 960px;
	position: absolute;
	top: 33px; left: 0;
}
	#logo a {
		background: url(../img/logo.png) no-repeat;
		display: block;
		text-indent: -9999px;
		margin: 0 auto;
		width: 286px; height: 88px;
	}



/*	Main
-------------------------------*/

#main h2 {
	color: #2e474d;
	font-family: "Museo300";
	font-size: 35px;
	letter-spacing: 1px;
	margin: 0 0 16px;
}

#main h3 {
	color: #2e474d;
	font-family: "Museo300";
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 16px;
}

#main p { line-height: 28px }

#main p.more {
	line-height: 34px;
	margin: 35px 0 0;
}
	#main p.more a,
	#main p.more a span {
		background: url(../img/bg_more.png) no-repeat;
		display: inline-block;
	}
	#main p.more a {
		background-position: right bottom;
		color: #fff;
		font-family: "Museo500";
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-shadow: #d0780c -1px -1px;
		padding: 0 4px 0 0;
		height: 34px;
	}
		#main p.more a span { padding: 0 20px 0 26px }

		
		/*	Main2
-------------------------------*/

#main2 h1 {
	color: #2e474d;
	font-family: "Museo300";
	font-size: 35px;
	letter-spacing: 1px;
	margin: 0 0 16px;
}

#main2 h2{
	color: #2e474d;
	font-family: "Museo300";
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 16px;
}

#main2 p { line-height: 28px }

#main2 p.more {
	line-height: 34px;
	margin: 35px 0 0;
}
	#main2 p.more a,
	#main2 p.more a span {
		background: url(../img/bg_more.png) no-repeat;
		display: inline-block;
	}
	#main2 p.more a {
		background-position: right bottom;
		color: #fff;
		font-family: "Museo500";
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-shadow: #d0780c -1px -1px;
		padding: 0 4px 0 0;
		height: 34px;
	}
		#main2 p.more a span { padding: 0 20px 0 26px }


/*	Footer
-------------------------------*/
#footer {
	font: 12px "Museo500", sans-serif;
}

#footer ul {
	float: left;
	margin-left: 10px;
}

#footer ul li {
	display: inline;
	margin-right: 14px;
}

#footer ul li a {
	color: #2e474d;
}

#footer ul li a:hover {
	color: #e58e25;
	text-decoration: none;
}

#copyright {
	float: right;
	margin-right: 8px;
	color: #818c91;
	text-shadow: #fff 1px 1px;
}

/*---------------------------------------------------------------------
		INNER
---------------------------------------------------------------------*/

.inner #header {
	background: none;
}

.inner #content {
	width: 840px;
	padding: 35px 60px 0;
}

.inner #main {
	position: relative;
	margin-top: -111px;
	text-align: left;
}

.inner #main2 {
	position: relative;
	margin-top: -111px;
	text-align: left;
}

.inner #content h2 {
	font-weight: bold;
}

/*---------------------------------------------------------------------

		FORMS

---------------------------------------------------------------------*/

.contact_form fieldset {
	float: left;
	width: 283px;
}

#main .contact_form h2 {
	margin-bottom: 10px;
}

#main .contact_form p {
	margin-bottom: 5px;
	font: 14px/25px "Museo500", sans-serif;
}

.contact_form .form {
	width: 505px;
	padding: 0 0 5px 45px;
	border-left: 1px solid #eaeaea;
}

#main .contact_form .form p {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 28px;
	font-family: Arial, sans-serif;
}

.contact_form .form label {
	float: left;
	width: 76px;
	padding-right: 5px;
}

.contact_form input, .contact_form textarea {
	width: 345px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #dadada;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
}

.contact_form input {
	line-height: 32px;
}

.contact_form textarea {
	height: 130px;
	padding: 10px;
}

.contact_form .submit {
	padding-left: 81px;
}

.contact_form .submit input {
	width: auto;
	padding: 0 25px;
	border: none;
	background: #e38e33;
	background-image: linear-gradient(bottom, #D5620F 37%, #EEB14F 84%);
	background-image: -o-linear-gradient(bottom, #D5620F 37%, #EEB14F 84%);
	background-image: -moz-linear-gradient(bottom, #D5620F 37%, #EEB14F 84%);
	background-image: -webkit-linear-gradient(bottom, #D5620F 37%, #EEB14F 84%);
	background-image: -ms-linear-gradient(bottom, #D5620F 37%, #EEB14F 84%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, #D5620F),
		color-stop(0.84, #EEB14F)
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	color: #eaeaea;
	font: 14px "Museo500", sans-serif;
	text-shadow: 0 -2px #da8521;
}

#captcha {
	margin-bottom: 20px;
	margin-left: 77px;
}

#captcha label {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#recaptcha_response_field {
	height:18px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 0 0;
}

#error-box {
	border: 1px solid #D8000C;
	padding: 15px 10px 15px 10px;
	background-color: #FFBABA;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
}

#error-box h3 {
	font-weight: bold;
}

#error-box ul {
	margin-bottom: 0;
	margin-left: 35px;
	list-style-type: circle;
}

/*	General styles
-------------------------------*/





/*	Individual forms
-------------------------------*/







} @media print {


/*---------------------------------------------------------------------

		PRINT

---------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

h1 { font-size: 3em; margin: .67em 0 }
h2 { font-size: 2em; margin: .83em 0 }
h3 { font-size: 1.5em; margin: 1em 0 }
h4 { font-size: 1em; margin: 1.33em 0 }
h5 { font-size: .92em; margin: 1.67em 0 }
h6 { font-size: .83em; margin: 2.33em 0 }

#footer, #nav, .nav, form, .skip { display: none }


}