/* ------------------------------------------------------------------------------------ *
| GLOBAL CSS FILE :: For Format Basel site wide											|
| css/globals.css																		|
| 																						|
| PROJECT :: www.formatbasel.ch v1.0													|
| Copyright (C) 2009, Format Basel														|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Nathan Querido																|
* ------------------------------------------------------------------------------------- */

/* @group GLOBALS :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	color: #625D0C;
	background: #2E2027;
}

::-moz-selection {
	color:#625D0C;
	background:#ccbc00;
}

::selection {
	color:#625D0C;
	background:#ccbc00;
}

/* @end ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group BOX PROPERTIES :: nfq ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.left {
	float: left;
}

.right {
	float: right;
}

/* @end ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group PAGE LAYOUT :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#outer {
	width: 100%;
	height: 50%;
	margin-bottom: -212px;
	float: left;
}

#container {
	margin: 0 auto;
	background: url('../images/nav/bg.jpg') left top no-repeat;
	width: 844px;
	height: 424px;
	position: relative;
	clear: left;
}

.logo {
	background: url('../images/nav/logo.jpg') left top no-repeat;
	float: left;
	width: 730px;
	height: 172px;
	margin: 192px 0 0 54px;
}

a.email {
	background: url('../images/nav/email.jpg') left top no-repeat;
	width: 174px;
	height: 18px;
	float: left;
	margin: 0 0 0 54px;
}

a:hover.email {
	background-position: left -18px;
}

/* @end ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
