
/* *******************************

	        GAGADO
	
*********************************/

html {
	height:100%;
	}

body {
	height:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
	background-color: #efefef;
	font: normal 62.5% "Trebuchet MS", Arial;
	color: #333333;
	}

#wrapper {
   display: block;
   width: 100%;
   height: 100%;
}

#Gagado {
	position: relative;
	width:100%;
	height:100%;
	font-size: 1.2em;
}

#logo {
	z-index: 1;
	position: relative;
	width: 450px;
	padding: 50px 20px 10px 50px;
	float:left;
}

#projects {
	z-index: 1;
	position: relative;
	width: 150px;
	padding: 50px 10px 10px 10px;
	overflow:auto;
	float:left;
}

#clients {
	z-index: 1;
	position: relative;
	width: 150px;
	padding: 50px 10px 10px 10px;
	float:left;
}

#column {
	z-index: 1;
	position: relative;
	width: 150px;
	padding: 50px 10px 10px 10px;
	float:left;
	clear: right;
}

.imgright {
	position: relative;
	float:right;
	clear:left;
	padding: 3px 10px 0px 20px;
}

.clearall {
	z-index: 1;
	clear:both;
}

a  {
	font-size: 11px;
	color: #ff3c00;
	text-decoration : none;
}

a:visited  {
	font-size: 11px;
	color : #ff3c00;
	text-decoration : none;
}

a:hover  {
	font-size: 11px;
	font-weight : normal;
	text-decoration : underline;
}

h1  {
	font-size: 2em;
	font-weight : normal;
	text-transform:uppercase;
	color:#666;
	line-height: 1em;
	padding: 0.4em 0em 0.2em 0em;
}

h2 {
	color:#333;
	font-weight : normal;
	font-size:1.6em;
	line-height: 1.2em;
	margin: 0;
	padding: 0.4em 0em 0.2em 0em;
}

h3 {
	color:#666;
	font-weight : normal;
	font-size:1.2em;
	line-height: 1.2em;
	text-transform:uppercase;
	padding: 0.4em 0em 0.2em 0em;
}

h4 {
	color:#666;
	font-weight : normal;
	font-size:1.2em;
	line-height: 1.2em;
	padding:0.4em 0em 0.2em 0em;
	margin: 0;
}

h5 {
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	padding:0.6em 0em 0.3em 0em;
	margin: 0;
}

p {
	margin:0.3em 0em 0.5em 0em;
	padding: 0;
}
