/* ------------------------------------------------------------------------------------ *
| GLOBAL CSS FILE :: For QUERIDODESIGN site wide										|
| css/globals.css																		|
| 																						|
| PROJECT :: www.queridodesign.net v3.0													|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Nathan Querido																|
* ------------------------------------------------------------------------------------- */

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

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-x: visible!; /* IE 7 hack*/
	overflow-y: auto!;
}

body {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	letter-spacing: 1px;
	background: #000;
}

/*::-moz-selection {
	background:#EBEBEB;
	color:#AA2A03;
}

::selection {
	background:#EBEBEB;
	color:#AA2A03;
}*/

a, a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #CCC;
}

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

/* @group HTML TEXT TAGS :: nfq ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


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

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

.left {
	float: left;
}

.right {
	float: right;
}

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

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


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

/* @group HEADER :: nfq ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header {
	position: absolute;
	background: url(../images/nav_bg.png) left top repeat-x;
	width: 100%;
	height: 44px;
	padding-top: 10px;
}

.logo {
	background: url(../images/logo.png) left top no-repeat;
	height: 20px;
	width: 264px;
	margin: 0 auto;
}

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

/* @group FOOTER :: nfq ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


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