@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------------------------------- CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, input, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

a {
	outline: none;
	text-decoration: none;
	}

/* ---------------------------------------------------------------------------------------------------------------------------- Typography */
html {
	height:100%;
	width:100%;
	overflow:hidden;
	}
	
body {
	font-family: "segoe ui", "trebuchet ms", verdana, tahoma, arial, "sans-serif";
	font-size: 100%;
	line-height: 1;
	color: #666;
	background: #FFF url(../img/body-repeat.jpg) repeat-x;
	height:100%;
	width:100%;
	}

h2 {
	padding: 30px 0 10px 40px;
	font-size: 1em;
	font-weight: 700;
	width: 620px;
	line-height: 1.1;
	background: url(../img/bg-copy.gif) no-repeat left top;
	}

p {
	padding-top: 16px;
	font-size: 0.9em;
	}

	#text p {
		line-height: 1.3;
	}	
	
	p#contact {
		font-size: 0.8em;
		}

a {
	color: #FF6666;
	}
	
a:hover {
	text-decoration: underline;
	color: #666;
	}

/* ---------------------------------------------------------------------------------------------------------------------------- Layout */
#page {
	background: url(../img/page.jpg) no-repeat left top;
	height:100%;
	width:100%;
	overflow:hidden;
	}

#page h1 {
	width: 250px;
	height: 180px;
	text-indent: -9999px;
	background: url(../img/logo.png) 34px 41px no-repeat;
	}

/* ----------------------------------------------------------- Text */
#page #text {
	width: 100%;
	min-width:680px;
	z-index:2;
	position:absolute;
	top:140px;
	left:0;
	margin-left:273px;
	}

	#page #text #copy {
		background: #F0F0F0 url(../img/bg-copy.gif) no-repeat left bottom;
		}
	
		#page #text #copy .col {
			float: left;
			width: 315px;
			margin-left: 56px;
			padding-bottom:36px;
			}
		
		#page #text #copy .col.first {
			width: 265px;
			margin: 0;
			padding-left: 40px;		
			}

	#page #text p#contact {
		clear:both;
		text-align:right;
		padding-right:290px;
		font-size:.8em;
		}

/* ----------------------------------------------------------- Footer */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 145px;	
	background: url(../img/map.jpg) no-repeat left top;
	}

	#footer #utilities {
		height: 51px;
		background: #f8f8f7;
		width:100%;
		min-width:960px;
		}
		
		#footer #utilities ul#languages {
			float: left;
			padding: 0 0 0 290px;
			margin-top:15px;
			}
			
			#footer #utilities ul#languages li {
				float: left;
				margin: 0 17px 0 10px;
				font-weight: 700;
				}
			
			#footer #utilities ul#languages li.active {
				padding: 3px 0 1px 24px;
				color: #FF6666;
				background: url(../img/ico-circle.png) no-repeat left -37px;
				}
	
				#footer #utilities ul#languages li a {
					float: left;
					padding: 3px 0 1px 24px;
					color: #CCC;
					background: url(../img/ico-circle.png) no-repeat left 3px;
					}
	
				#footer #utilities ul#languages li a:hover {
					text-decoration: none;
					color: #A5A5A5;
					background-position: left -17px;
					}
	
		#footer #utilities span {
			float: right;
			margin: 20px 20px 0 0;
			padding: 2px;
			color: red;
			font-size: 0.8em;
		}
		
		#footer #utilities form {
			float: right;
			margin: 15px 50px 0 0;
			height:36px;
			background: url(../img/bg-form.gif) no-repeat left top;
			}
			
			#footer #utilities form fieldset {
				float: left;
				}
			
			#footer #utilities form fieldset.text input {
				background:#828f97;
				width: 100px;
				font-size: 0.7em;
				padding: 0 8px;
				color: #fff;
				margin: 6px 10px 0 10px;
				}
			
			#footer #utilities form fieldset.submit input {
				margin: 5px 0 0 32px;
				}
			
	

/* ---------------------------------------------------------------------------------------------------------------------------- CLEARFIX */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
