@charset "utf-8";
/* This file holds the general css for the GSMR-resourse site */
/* See the specific css files for section specific css */

/* FOR TESTING PURPOSES */
.borderBlue {
	border:1px #0000CC solid;
	}
.borderRed {
	border:1px #CC0000 solid;
	}
.borderGreen {
	border:1px #00CC00 solid;
	}		
.backgroundLightGray {
	background-color:#EEE;
	}

/* CANCELLING ISSUES IN DIFFREENT BROWSERS*/
form,h1,h2,h3,h4,h5,h6,p,ul,li {padding:0; margin:0}
h1,h2,h3,h4,h5,h6,label,a {text-decoration:none}
ul,li {
	list-style:none;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
}
li {display:inline}

/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	color:#717a80;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#ee8b15;
	text-align: left;
}
img {
	border:none;
}
h1, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:6px;
	margin-top:3px;
}
h2 {
	font-size:1.3em;
	font-family:Verdana, Geneva, sans-serif;
	margin:14px 0 0 0;
	text-transform:capitalize;
	font-weight:normal;
	color:#08679a;
}
p {
	margin-top:5px;
	margin-bottom:10px;
	text-align: left;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#08679A;
}

/*LAYOUT-STRUCTURE*/
#mainWrapper {
	width:950px;
	margin:0 auto;
	position:relative;

}
#mainContent {
	margin:70px 0 0 0;
	position:absolute;
}

/*other*/
.clear {
	clear:both;
}

/* languageMenu*/
#languageMenu{
	font-weight:bold;
	font-size:0.9em;
	position:absolute;
	top:20px;
	right:0px;
}

ul#languageMenu li{
	margin:0 5px 0 5px; ;
}



h1#logo {
	background:url(../img/logo.png) no-repeat top left;
	text-indent:-5000px;
	width:350px;
	height:86px;
	position:absolute;
	top:140px;
	right:140px;
}

#middleLeft{
	float:left;
	width:560px;
	position:relative;
	margin-top:30px;
	}
#middleLeft p {
	position:absolute;
	top:240px;
	right:140px;
	font-weight:bold;
	font-size:0.9em;
	color:#000;
	

}
#middleRight{
	float:right;
	width:350px;
	position:relative;
}
#wire {
	left:22px;
	position:absolute;
	top:78px;
	z-index:10;
}
#banner {
	left:-110px;
	position:absolute;
	top:204px;
	z-index:5;
}
#skills {
	/*margin:60px 0 150px 0;*/
	border-top:2px dotted #000;
	width:900px;
	padding:25px 50px 0 0;
	position:absolute;
	top:496px;
}
ul#skillsList {
	margin-left:50px;
}
ul#skillsList li {
	margin-left:82px;
	color:#000;
	font-weight:bold;
	font-size:0.9em;
}
ul#skillsList li.firstItem {
	margin:0;
}

#footer{
	color:#000;
	font-weight:bold;
	font-size:0.9em;
	float:right;
	position:absolute;
	top:730px;
	right:0px;
}

#footer span{
	margin:0 6px 0 5px ;
}

#footer img{
	margin:0 1px 0 0 ;
	position:relative;
	top:4px;
}
	
