
@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 }
::-moz-focus-inner { border: 0; padding: 0 }
html { overflow-y: scroll }
body { background: #fff; color: #000; line-height: 1; -webkit-font-smoothing: antialiased }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }
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; resize: none }





}
@media handheld, projection, screen {


/*---------------------------------------------------------------------

		TAGS

---------------------------------------------------------------------*/

html { background: #f2dda5 url(../img/bg_html.jpg) repeat-x center 0 }

body {
	background: url(../img/bg_body.png) no-repeat center 165px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

p,
ul,
ol { margin: 0 0 15px }

strong { font-weight: bold }
em { font-style: italic }

a,
a:link,
a:visited {
	color: #36b;
	text-decoration: none;
	transition: background-color .3s, border-color .3s, color .3s, opacity .3s, transform .3s, margin .3s, padding .3s;
		-webkit-transition: background-color .3s, border-color .3s, color .3s, opacity .3s, -webkit-transform .3s, margin .3s, padding .3s;
}
a:hover,
a:active {
	text-decoration: underline;
}

::selection {
	background: #36b;
	color: #fff;
}
::-moz-selection {
	background: #36b;
	color: #fff;
}





/*---------------------------------------------------------------------

		BASE LAYOUT

---------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	width: 960px;
}
	#header,
	#content,
	#footer {
		float: left;
		clear: both;
		width: 100%;
		position: relative;
	}
	#header {
		background: url(../img/bg_header.png) no-repeat -20px -20px;
		height: 132px;
		z-index: 20;
	}
	#content {
		background: #fff;
		border-radius: 0 9px 9px 9px;
			-moz-border-radius: 0 9px 9px 9px;
			-webkit-border-radius: 0 9px 9px 9px;
		padding: 40px;
		width: 880px; min-height: 370px;
	}
		#main {
			float: left;
			width: 525px;
		}
		#main.full-width { width: 880px }

		#sidebar {
			float: right;
			border-left: 1px solid #e5e5e5;
			padding: 20px 0 0 20px;
			width: 280px;
		}

	#footer {
		background: url(../img/bg_footer.png) no-repeat;
		text-align: center;
		padding: 30px;
		width: 900px;
		position: relative;
	}





/*---------------------------------------------------------------------

		ELEMENTS

---------------------------------------------------------------------*/

/*	Header
-------------------------------*/

#logo {
	font-family: "Bitter", serif;
	font-size: 28px;
	line-height: 24px;
	text-shadow: #eee 0 1px;
	margin: 0;
	position: absolute;
	top: 23px; left: 0;
}
	#logo a {
		background: url(../img/logo.png) no-repeat;
		color: #000;
		display: block;
		text-decoration: none;
		padding: 0 0 0 90px;
		height: 49px;
	}


#tagline {
	text-shadow: #eee 0 1px;
	margin: 0;
	position: absolute;
	top: 50px; left: 91px;
}


#nav {
	margin: 0;
	width: 960px; height: 34px;
	position: absolute;
	bottom: 0; left: 0;
}
	#nav > li {
		float: left;
		line-height: 34px;
		margin: 0 2px 0 0;
		position: relative;
	}
		#nav > li > a {
			float: left;
			background: #f2f2f2;
			border-radius: 5px 5px 0 0;
				-moz-border-radius: 5px 5px 0 0;
				-webkit-border-radius: 5px 5px 0 0;
			box-shadow: inset rgba(0,0,0,.04) 0 -10px 24px;
				-moz-box-shadow: inset rgba(0,0,0,.04) 0 -10px 24px;
				-webkit-box-shadow: inset rgba(0,0,0,.04) 0 -10px 24px;
			color: #888;
			display: block;
			font-size: 14px;
			text-decoration: none;
			text-shadow: #fff 0 1px;
			padding: 0 12px;
		}
		#nav > li > a:hover {
			background: #ededed;
			color: #555;
		}

	#nav > li.dropdown:hover { z-index: 10 }

		#nav > li.active > a,
		#nav > li.dropdown > a:hover,
		#nav > li.dropdown:hover > a {
			background-color: #fff;
			box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			color: #000;
		}

		#nav > li.active > a {
			line-height: 37px;
			margin: -3px 0 0;
		}
			#nav > li.dropdown > a {
				background: #f2f2f2 url(../img/bullet_down.gif) no-repeat right 15px;
				padding-right: 27px;
			}
			#nav > li.dropdown > a:hover,
			#nav > li.dropdown:hover > a { background-position: right -9px }

			#nav > li.dropdown.active > a {
				background-color: #fff;
				background-position: right -7px;
			}

		#nav > li.dropdown > ul {
			background: #fff;
			border-radius: 0 5px 5px 5px;
				-moz-border-radius: 0 5px 5px 5px;
				-webkit-border-radius: 0 5px 5px 5px;
			box-shadow: rgba(0,0,0,.2) 0 3px 8px;
				-moz-box-shadow: rgba(0,0,0,.2) 0 3px 8px;
				-webkit-box-shadow: rgba(0,0,0,.2) 0 3px 8px;
			margin: 0;
			padding: 10px 3px;
			width: 240px;
			position: absolute;
			top: -9999px; left: 0;
			z-index: -1;
		}
		#nav > li.dropdown > ul.alt { width: 355px }

		#nav > li.dropdown:hover > ul { top: 30px }

			#nav > li.dropdown > ul > li { line-height: 20px }

				#nav > li.dropdown > ul > li > a {
					background-color: #fff;
					border-top: 1px solid #eee;
					color: #000;
					display: block;
					font-size: 14px;
					text-decoration: none;
					padding: 7px 10px !important;
				}
				#nav > li.dropdown > ul > li:first-child > a { border: 0 none }

				#nav > li.dropdown > ul > li > a:hover { color: #36b }


#lang {
	position: absolute;
	top: 20px; right: 0;
}
	#lang li {
		float: left;
		margin: 0 0 0 5px;
	}
		#lang li a {
			float: left;
			background: #000;
			border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			color: #fff;
			display: block;
			font-size: 10px;
			line-height: 18px;
			text-decoration: none;
			text-shadow: #000 0 -1px;
			padding: 2px 8px;
		}



/*	Home
-------------------------------*/

#intro {
	float: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
	width: 860px;
}

/*
#strip {
	float: left;
	clear: both;
	background: #369;
	box-shadow: rgba(0,0,0,.3) 0 2px 3px, inset rgba(0,0,0,.2) 0 0 30px;
		-moz-box-shadow: rgba(0,0,0,.3) 0 2px 3px, inset rgba(0,0,0,.2) 0 0 30px;
		-webkit-box-shadow: rgba(0,0,0,.3) 0 2px 3px, inset rgba(0,0,0,.2) 0 0 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	text-shadow: #173757 0 1px, #fff 0 0 70px;
	margin: 0 -46px 25px;
	padding: 14px 46px;
	width: 880px;
	position: relative;
}
	#strip span { padding: 0 10px }

	#strip a { color: #fff }

	#strip:before,
	#strip:after {
		border-top: 6px solid #036;
		content: "";
		line-height: 0;
		width: 0; height: 0;
		position: absolute;
		bottom: -6px;
	}
	#strip:before {
		border-left: 6px solid transparent;
		left: 0;
	}
	#strip:after {
		border-right: 6px solid transparent;
		right: 0;
	}
*/

#workshops {
	float: left;
	clear: both;
	background: #fafafa;
	border: 1px solid #fff;
	box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.1) 0 2px 2px;
	text-align: center;
	margin: 40px -50px;
	padding: 20px 40px;
	width: 898px;
}
	#workshops h3 {
		font-family: "Bitter", serif;
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 10px;
	}
	#workshops p {
		font-size: 16px;
		line-height: 22px;
	}

	#workshops a {
		background: #369;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 18px;
		line-height: 26px;
		text-decoration: none;
		margin: 15px auto 0;
		padding: 10px;
		max-width: 500px;
	}
	#workshops a:hover { background: #4a80b5 }


#content > div.highlight-content {
	float: left;
	clear: both;
	background: none;
	border: 0 none;
	box-shadow: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
	#content > div.highlight-content h3 {
		font-family: "Bitter", serif;
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 5px;
	}
	#content > div.highlight-content p {
		font-size: 16px;
		line-height: 22px;
	}
	#content > div.highlight-content img {
		display: block;
		margin: -42px 0 15px;
		width: 100%;
	}


#featured {
	float: left;
	clear: both;
	margin: 0 0 -30px -45px;
	width: 945px;
}
	#featured > div {
		float: left;
		margin: 0 0 40px 25px;
		padding: 0 10px 40px;
		width: 270px;
		position: relative;
	}
		#featured > div p {
			margin: 0 0 5px;
			padding: 0;
		}
		#featured > div h2 {
			border: 0 none;
			color: #000;
			font-size: 24px;
			line-height: 30px;
			margin: 0 0 7px;
			padding: 0;
		}
			#featured > div h2 a {
				color: #000;
				display: block;
				text-decoration: none;
			}
			#featured > div h2 a:hover { color: #36b }

			#featured > div p img {
				float: left;
				margin: 5px 10px 5px 0;
				max-width: 85px; height: auto;
			}

			#featured > div ul {
				margin: 10px 0 15px;
				padding: 0 0 0 20px;
			}
				#featured > div ul li strong { margin: 0 0 0 5px }

			#featured > div dl { margin: 20px 0 }

			#featured > div p.more {
				margin: 0;
				position: absolute;
				bottom: 0; right: 20px;
			}

/*
#home div.highlight-content {
	margin: 30px -46px 23px;
	padding: 20px 46px 10px;
	width: 878px;
	position: relative;
}
	#home div.highlight-content:before,
	#home div.highlight-content:after {
		border-top: 6px solid #aaa;
		content: "";
		line-height: 0;
		width: 0; height: 0;
		position: absolute;
		bottom: -8px;
	}
	#home div.highlight-content:before {
		border-left: 5px solid transparent;
		left: 0;
	}
	#home div.highlight-content:after {
		border-right: 5px solid transparent;
		right: 0;
	}

	#home div.highlight-content h3 {
		font-family: "Bitter", serif;
		font-size: 30px;
		margin: 5px 0 8px;
	}
	#home div.highlight-content h4 { margin-top: 0 }

	#home div.highlight-content + p {
		font-size: 12px;
		text-align: right;
		margin: 0 140px 20px 300px;
	}
	#home #video { margin: 18px 0 0 }

	#home div.highlight-content ~ p.more {
		text-align: right;
		margin: -55px 0 10px;
	}
		#home div.highlight-content ~ p.more a { margin: 0 0 0 5px }
*/


/*	Main
-------------------------------*/

h1,
h2 {
	color: #36b;
	font-family: "Bitter", serif;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px;
	padding: 0 400px 0 0;
}
h2 {
	color: #ccc;
	margin: 0 0 15px;
}

#main h1,
#main h2 { padding: 0 }

	#main h2 span { display: block }

#main h3 {
	color: #36b;
	font-size: 18px;
	margin: 35px 0 15px;
}

#main h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 30px 0 15px;
}
	#main h4 span {
		display: block;
		font-size: 12px;
		font-weight: normal;
		margin: 4px 0;
	}
	#main h4 span + span { margin: -5px 0 2px }

#main h4:first-child { margin: 0 0 30px }

#main h1 + h4,
#main h1 + h5 { margin-top: -10px }

#main h5 {
	font-size: 14px;
	line-height: 22px;
	margin: 15px 0 20px;
}


#main > ul,
#main > ol {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 30px 0 40px;
}
#main > ol { list-style-type: decimal }

	#main > ul > li,
	#main > ol > li { padding: 0 0 12px }


#main dl { margin: 0 12px 30px }

	#main dl dt {
		font-weight: bold;
		margin: 0 0 3px;
	}
	#main dl dd + dt { margin-top: 20px }

	#main dl dd { margin: 0 0 3px }

		#main dl dd ul,
		#main dl dd ol {
			list-style-position: outside;
			list-style-type: disc;
			margin: 10px 0 25px;
			padding: 0 20px 0 40px;
		}
		#main dl dd ol { list-style-type: decimal }

			#main dl dd ul li,
			#main dl dd ol li { margin: 0 0 5px }

				#main dl dd ol li ol {
					list-style-type: lower-latin;
					margin: 10px 0;
				}

#main dl.alt { overflow: hidden }

	#main dl.alt dt {
		float: left;
		text-align: right;
		margin: 0 5px 3px 0;
		width: 130px;
	}
	#main dl.alt dd {
		float: left;
		width: 360px;
	}


div.columns { overflow: hidden }
#gallery ~ div.columns { padding: 0 150px }

	div.columns > div {
		float: left;
		margin: 0 0 0 30px;
		width: 100%;
	}
	div.columns.two-columns > div { width: 47% }
	div.columns.three-columns > div { width: 31% }

	div.columns > div:first-child { margin: 0 }

		div.columns > div p { margin: 0 0 10px }

			div.columns > div p img.align-left { margin-top: 0 }

		div.columns > div dl {
			margin: 0 0 20px;
			padding: 20px 0 0;
		}
			div.columns > div dl dt {
				font-weight: bold;
				line-height: normal;
			}
			div.columns > div dl dd {
				line-height: 18px;
				margin: 0 0 5px;
			}
			div.columns > div dl dt + dd { margin-top: 5px }

			div.columns > div dl dd.alt { margin-left: 15px }

			div.columns > div dl dd.alt + dd { margin-top: 15px }

			div.columns > div dl dd.alt + dd.alt { margin-top: 0 }


p.more { margin: 35px 0 0 }

	p.more a {
		background: #000;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		color: #fff;
		line-height: 30px;
		font-weight: bold;
		text-decoration: none;
		padding: 7px 12px;
	}
	p.more a.alt {
		font-size: 16px;
		padding: 10px 12px;
	}
	p.more a:hover { background: #444 }


#main > blockquote {
	background: url(../img/blockquote.gif) no-repeat 15px 4px;
	color: #888;
	margin: 0 0 20px;
	padding: 0 50px;
}


div.highlight-content {
	background: #fafafa;
	border: 1px solid #fff;
	box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.1) 0 2px 2px;
		-moz-box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.1) 0 2px 2px;
		-webkit-box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.1) 0 2px 2px;
	margin: 30px -15px;
	padding: 15px;
}
	div.highlight-content p { margin: 0 }
	div.highlight-content p + p { margin: 5px 0 0 }

span.highlight {
	border: 1px solid #000;
	padding: 2px 5px;
}


img.cover {
	float: left;
	margin: 5px 25px 15px 0;
}

p.img {
	border: 1px solid #fff;
	box-shadow: rgba(0,0,0,.3) 0 3px 8px;
		-moz-box-shadow: rgba(0,0,0,.3) 0 3px 8px;
		-webkit-box-shadow: rgba(0,0,0,.3) 0 3px 8px;
	display: inline-block;
	margin: 0 0 12px;
}
	p.img img {
		background: #f6f6f6;
		border: 10px solid #000;
		box-shadow: inset rgba(0,0,0,.05) 0 0 20px;
			-moz-box-shadow: inset rgba(0,0,0,.05) 0 0 20px;
			-webkit-box-shadow: inset rgba(0,0,0,.05) 0 0 20px;
		padding: 29px;
		display: block;
	}

p.img.alt,
p.img.alt img {
	border: 0 none;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
}
	p.img.alt img {
		background: none;
		padding: 0;
	}

p.caption {
	margin: 0 0 40px;
	padding: 0 30px 0 20px;
	width: 420px;
}
	p.caption span {
		display: block;
		font-weight: bold;
	}


span.flag {
	background: url(../img/ico_flags.png) no-repeat;
	padding: 0 5px 0 20px;
}
span.flag.argentina { background-position: 0 2px }
span.flag.brazil { background-position: 0 -19px }
span.flag.germany { background-position: 0 -40px }
span.flag.usa { background-position: 0 -61px }
span.flag.uruguay { background-position: 0 -82px }


#info {
	color: #777;
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 40px;
	padding: 0 0 0 50px;
}
	#info p { margin: 0 0 10px }

	#info p img,
	img.align-left {
		float: left;
		border: 10px solid #000;
		margin: 5px 20px 10px 0;
	}

	#info p.more {
		display: none;
		font-size: 12px;
		text-align: right;
		margin: 15px 0;
	}
		#info p.more a {
			background: #000 url(../img/bullet_expand-collapse.gif) no-repeat right 12px;
			padding-right: 24px;
		}
		#info p.more a.collapse { background-position: right -13px }


.facebook {
	background: url(../img/ico_facebook.png) no-repeat;
	padding: 1px 0 0 21px;
}


div.flash {
	background: #000;
	border: 1px solid #fff;
	box-shadow: rgba(0,0,0,.3) 0 3px 8px;
		-moz-box-shadow: rgba(0,0,0,.3) 0 3px 8px;
		-webkit-box-shadow: rgba(0,0,0,.3) 0 3px 8px;
	text-align: center;
	margin: 32px -1px 40px;
	width: 880px; height: 450px;
}


div.video {
	text-align: center;
	margin: 0 auto;
	width: 780px;
}
	div.video iframe { width: 100%; height: 420px }


#video {
	margin: 30px 0 0;
	overflow: hidden;
}
	#video div.more-content > div { overflow: hidden }

		#video dl {
			float: left;
			margin-bottom: 24px;
			width: 200px;
		}
			#video dl dd { display: inline }

		#video dl:first-child { width: 610px }

			#video dl:first-child dd {
				font-size: 14px;
				line-height: 22px;
			}

	#video p.more {
		display: none;
		font-size: 12px;
		margin: 15px 0;
		position: absolute;
		top: 70px; right: 45px;
	}
		#video p.more a {
			background: #000 url(../img/bullet_expand-collapse.gif) no-repeat right 12px;
			padding-right: 24px;
		}
		#video p.more a.collapse { background-position: right -13px }


#gallery {
	margin: 35px 0 0;
	position: relative;
}
	#pager {
		display: none;
		margin: 0
	}
		#pager li {
			position: absolute;
			top: 210px;
			z-index: 20;
		}
		#pager li.prev { left: 55px }
		#pager li.next { right: 55px }

			#pager li a {
				background: url(../img/bg_prev-next.png) no-repeat;
				display: block;
				text-indent: -9999px;
				width: 28px; height: 42px;
			}
			#pager li.next a { background-position: right 0 }

	#slides { /*-*/ }

		#slides div {
			display: none;
			width: 100%;
		}
		#slides div:first-child { display: block }

			#slides div p {
				box-shadow: rgba(0,0,0,.3) 0 3px 8px;
					-moz-box-shadow: rgba(0,0,0,.3) 0 3px 8px;
					-webkit-box-shadow: rgba(0,0,0,.3) 0 3px 8px;
				margin: 0 auto;
				width: 600px; height: 467px;
			}


.center { text-align: center }


.dark {
	background-color: #444 !important;
	color: #fff !important;
}


p.note {
	color: #999;
	font-size: 11px;
	margin-top: 20px;
}


#paypal { margin: 40px 0 0 }

	#paypal h5 {
		font-weight: 700;
		margin: 10px 0 5px;
	}

	#paypal div.highlight-content { margin: 0 0 30px }

		#paypal div.highlight-content h5 { /*-*/ }

		#paypal form { margin: 20px 0 }

			#paypal form label {
				font-size: 22px;
				letter-spacing: -1px;
				margin: 0 8px 0 0;
			}
			#paypal form span {
				color: #369;
				font-size: 30px;
				font-weight: 700;
				letter-spacing: -1px;
			}
			#paypal form input[name="amount"] {
				background: transparent;
				color: #369;
				font-size: 32px;
				font-weight: 700;
				letter-spacing: -1px;
				width: 34px;
			}
			#paypal form input[name="amount"] + span {
				font-size: 22px;
				font-weight: normal;
				letter-spacing: -1px;
				margin: 0 0 0 2px;
			}

			#paypal form p { margin: 3px 0 }

			#paypal form input[type="image"] { margin: 25px 0 0 }

		#paypal figure { margin: 0 0 20px }

			#paypal figure img { width: 280px }



/*	Sidebar
-------------------------------*/

#sidebar ul.sub-nav + p { margin-top: 40px }

#sidebar ul.sub-nav { padding: 0 0 0 10px }

	#sidebar ul.sub-nav li { /*-*/ }

		#sidebar ul.sub-nav li a {
			background: url(../img/bullet_subnav.gif) no-repeat 0 13px;
			color: #36b;
			display: block;
			text-decoration: none !important;
			padding: 5px 0 5px 10px;
		}
		#sidebar ul.sub-nav li a:hover,
		#sidebar ul.sub-nav li.active a {
			background-position: 0 -52px;
			color: #000;
		}
		#sidebar ul.sub-nav li.active a { font-weight: bold }


#sidebar > h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px;
}

#sidebar > dl { margin: 0 0 20px }

	#sidebar > dl > dt {
		font-weight: bold;
		margin: 0 0 3px;
	}
	#sidebar > dl > dd + dt { margin-top: 20px }

	#sidebar > dl > dd { margin: 0 0 3px }



/*	Footer
-------------------------------*/

#footer ul.nav { margin: 0 0 10px }

	#footer ul.nav li {
		color: #333;
		display: inline;
		margin-left: -2px;
	}
	#footer ul.nav li:before {
		content: "|";
		padding: 0 10px;
	}
	#footer ul.nav li:first-child:before {
		content: "";
		padding: 0;
	}
		#footer ul.nav li a { color: #333 }


#footer p {
	font-size: 11px;
	margin: 0;
}


#quote {
	margin: 0 0 35px;
	padding: 0 40px;
}
	#quote p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-style: italic;
		line-height: 28px;
		text-align: center;
		text-shadow: #fff 0 1px;
		margin: 0;
	}





/*---------------------------------------------------------------------

		FORMS

---------------------------------------------------------------------*/

input.text,
textarea.textarea {
	background: #fafafa;
	border: 1px solid #bbb;
	border-top-color: #999;
	border-bottom-color: #ddd;
	box-shadow: inset rgba(0,0,0,.05) 0 0 20px;
		-moz-box-shadow: inset rgba(0,0,0,.05) 0 0 20px;
		-webkit-box-shadow: inset rgba(0,0,0,.05) 0 0 20px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 330px;
}
textarea.textarea { height: 140px }

input.text:hover,
textarea.textarea:hover { background: #fff }

input.text:focus,
textarea.textarea:focus {
	background: #fff;
	border: 3px solid #36b;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	margin: -2px;
}
input.text.error,
textarea.textarea.error {
	background: #fef9f9;
	border: 3px solid #c00;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	margin: -2px;
}


input.submit {
	background: #000;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	cursor: pointer;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #000 0 -1px;
	text-transform: uppercase;
	padding: 7px 20px 6px;
}
input.submit:hover { /*-*/ }


form.form { margin: 25px 0 0 }

	form.form ol.fieldset { /*-*/ }

		form.form ol.fieldset li.field {
			margin: 0 0 12px;
			padding: 0 0 0 105px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				font-weight: bold;
				text-align: right;
				width: 95px;
				position: absolute;
				top: 8px; left: 0;
			}

	form.form p.submit {
		margin: 0 0 10px;
		padding: 0 0 0 105px;
	}


.message {
	color: #c00;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 3px;
}

.sent {
	color: #8b0;
	font-size: 18px;
}
.sent.error { color: #c00 }

	.sent p { margin: 0 0 7px }


#login {
	background: #fdfdfd;
	border: 2px solid #fff;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.15) 0 2px 2px;
		-moz-box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.15) 0 2px 2px;
		-webkit-box-shadow: inset rgba(0,0,0,.05) 0 0 20px, rgba(0,0,0,.15) 0 2px 2px;
	margin: 55px auto;
	padding: 25px 40px;
	width: 390px;
}
	#login h4 + p { margin: -27px 0 25px }

	#login ol.fieldset li.field input.text { width: 230px }





}
@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 { display: none }


}