﻿@charset "utf-8";
/* 
	@ Title: Gugateider website structure
	@ Author: Gustavo Teider
	@ Date: 12/06/2009
	@ Version: 1.0	
*/	

/* ------------------------------------------------------------
	Global Properties
---------------------------------------------------------------- */
html { 
	/*overflow:-moz-scrollbars-vertical;*/
}
body {
	margin: 0;
	padding: 0;
	background-color: #EAEAEA;
	color: #333333;
	font: 70% Arial;
	/*line-height: 16px;*/
}

address {
	font-style:normal;
	font-size: 10pt;
}

a {
	text-decoration: none;
}

a.skip {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

a:visited {

}

a:active {
	
}
a:hover, a:focus {

}

acronym {
	border-bottom: 1px #999999 dashed;
	cursor: help;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font-weight: bold;
	margin: 0;
}

h2 {
	
}


/* ------------------------------------------------------------
	Customizable Properties
---------------------------------------------------------------- */

div.container {	
	width: 100%;
	margin: 0 auto;
}


div.top { 
	width: 950px;
	height: 308px;
	background-image:url('../images/html/structure/top.jpg');
}

div.dashed_line { 
	height: 1px;
	margin-top: 28px;
	margin-bottom: 28px;
	border-top: dotted 1px #BCBCBC;
}

/* ------------------------------------------------------------
	Logo and header properties
---------------------------------------------------------------- */

div.top div.logo { 
	padding-top: 50px;
}

div.top div.logo h1 {
	background-image:url(../images/html/structure/gugateider-logo.gif);
	background-repeat:no-repeat;
	width:191px;
	height:81px;
}
div.top div.logo h1 a { 
	display:block;
	width: 191px;
	height: 81px;
}
div.top div.logo h1 a span { 
	visibility: hidden;
}

/* ------------------------------------------------------------
	Navigation Menu
---------------------------------------------------------------- */

div.menu {
	padding-left: 76px;
	width: 798px;
}

div.menu ul { 
	width: 798px;
	margin:0 auto;
	margin-left: -38px;
	list-style-type:none;
}
div.menu ul li { 
	display:inline;
	margin-left: 14px;
}

div.menu ul li a {
	font-size: 20pt;
	color:#003366;
	letter-spacing:-3px;
	height:auto;
	position:relative;
	overflow:auto;
	background-image:url('../images/html/structure/bullet-menu-top.gif');
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 28px;
}
div.menu ul li a.last {
	font-size: 20pt;
	color:#003366;
	letter-spacing:-3px;
	height:auto;
	position:relative;
	overflow:auto;
	background-image: url();
}
div.menu ul li a:focus , div.menu ul li a:hover , div.menu ul li a.active{ 
	color:black;
}



/* ------------------------------------------------------------
	Content 
---------------------------------------------------------------- */
div.middle { 
	width: 798px;
	margin-top: 5px;
	margin-left: 76px;
	overflow:auto;
}

div.section { 
	text-align: left;
}

div.section h1 { 
	font-size: 32pt;
	letter-spacing: -3pt;
	color: #003366;
	height: 40px;
	margin-bottom: 0px;
}

div.section div h2 { 
	color: #0055AA;
	letter-spacing: -2pt;
	font-size: 20pt;
	margin-top: 35px;
	height: 22px;
}

div.section div  { 
	height: auto;
	overflow: auto;
}

div.section div ul { 
	margin-left: -40px;
}
div.section div ul li { 
	margin-right: 20px;
	display: inline;
	font-size: 1.1em;
}
div.section div ul.noBullet li { 
	list-style-type: none;
}
div.section div ul li strong { 
	color:#0055AA;
}

div.section div p { 
	font-size: 10pt;
}
div.section div ul li a , div.section div p a { 
	text-decoration: none;
	color:#0055AA;
}
div.section div ul li a:hover , div.section div p a:hover { 
	text-decoration: underline;
}

div.section div div.images { 
	margin-bottom: 10px;
}

div.section div div.images div { 
	width: 260px;
	margin-right: 9px;
	float: left;
	overflow: hidden;
}
div.section div div.images div.last { 
	margin-right: 0;
}
div.section div div.images div a { 
	background-color: #333333;
	display: block;
	padding: 5px;
}
div.section div div.images div a:hover { 
	background-color: #0055AA;
}

div.section div div.images div a img { 
	border: 0;

}


/* ------------------------------------------------------------
	Experiments 
---------------------------------------------------------------- */
div.section div.lab div { 
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

div.section div.lab h2 { 
	margin-bottom: 20px;
}

div.section div.lab div a { 
	background-color: #333333;
	display: block;
	padding: 5px;
}
div.section div.lab div a:hover { 
	background-color: #0055AA;
}

div.section div.lab div a img { 
	border: 0;
	display: block;
}

div.section div.lab p { 
	margin-top: 20px;
}




/* ------------------------------------------------------------
	Contact 
---------------------------------------------------------------- */
div.section div.contact { 
	margin-top: 10px;
}

div.section div.contact div.left { 
	width: 260px;
	float: left;
}


div.section div.contact div.left a img { 
	margin-top: 8px;
}
a.skype { 
	display: block;
	margin-top: 3px;
	width: 200px;
}
a.skype span { 
	font-size: 17pt;
	color:#0055AA;
	font-weight:bold;
	letter-spacing:-3px;
	display: inline;
}


div.section div.contact div.right { 
	width: 500px;
	float: left;
}

.inputText {
	width: 296px;
	height:20px;
	border:solid 2px #0055AA;
	font-size:12px;
	color:#666666;
	padding:3px 2px 2px 3px;
	margin-bottom:10px;
	margin-top: -5px;
}
.inputText:focus { 
	background-color:#F0F0F0;
}
	
.inputTextMultiLine {
	height:70px;
	font-family:"Arial";
	margin-bottom:0;
}	
	
	
#form_contact { 
	
}
#form_contact fieldset { 
	border: none;
	margin:0;
}	
#form_contact fieldset legend { 
	visibility: hidden;
}	
#form_contact fieldset label { 
	display: none;
}	
.send { 
	font-size: 20pt;
	color: #0055AA;
	font-weight:bold;
	letter-spacing:-3px;
}	
.send:hover { 
	color: black;
}	



/* ------------------------------------------------------------
	Footer 
---------------------------------------------------------------- */
div.footer { 
	height: 200px;
}
div.footer div.util { 
	width: 270px;
	float: left;
	margin:0;
	text-align:left;
}

div.footer div.friends { 
	width: 260px;
	float: left;
	margin:0;
	text-align:left;
}

div.footer div h2 { 
	font-size: 17pt;
	color: #0055AA;
	font-weight:bold;
	letter-spacing:-2px;
	margin:0;
}



div.footer div ul { 
	margin:0;
	margin-top: 5px;
	list-style-image:url('../images/html/structure/bullet-footer.gif');
	list-style-type: circle;
}
div.footer div ul li { 
	margin-left: -25px;
}
div.footer div ul li a { 
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}
div.footer div ul li a:hover { 
	text-decoration: underline;
	color:#0055AA;
}