

/* CSS Document */
/*--- "ALCHEMILLA LAYOUT": GENESYS CONTROL V3.0 LAYOUT AND CODE BY JUAN CARLOS SALAZAR FOR WWW.PIXALIFE.COM  
ANY USE OR VARIATION OF THIS CODE OR LAYOUT IS STRICTLY PROHIBITED , PROPERTY OF PIXALIFE 2008 --------*/
@charset "UTF-8";




img { behavior: url("pngbehavior.htc"); }

/* Start of CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline; }

/* remember to define focus styles! */
:focus { outline: 0; }

body {
	line-height: 1.2;
	margin-top:0;
	background-color:#C4C8CB;
	background-image:url(http://www.genesyscontrol.net/images/bgs/bgglobal.jpg);
	color:#292929;
	font-family:Arial, Helvetica, sans-serif; }

ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

p {
	font-size:0.8em; /*font-size:0.7em; ----------------------------POSSIBLE */
	text-align:justify; }

a { color:#FFF; }

	a:hover { color:#FF9900; }

h3 { line-height:1; }

h4 {
	line-height:1;
	margin-bottom:10px; }

img { behavior: url("pngbehavior.htc"); }

iframe { border: none; }

/*-------------------  COLOR PALETTE ------------------------*/
.genesys { color:#FF9c16; }

.process { color:#3399FF; }

.oil { color:#66CC66; }

.power { color:#CC0000; }

.plant { color:#FFFF00; }

.commissioning { color:#FF9966; }

.grape { color:#7e8aa2; }

.blue { color:#023878;}

.darker{ color:#1D1D1D;}

.dark{color:#292929;}

.silvermachine{color:#C4C8CB;}

.white{
	color:white;
}

/*-------------------  SITE MAIN STRUCTURE ------------------*/
div#mainwrapper { margin-top:0; }

div#header {
	background-image:url(http://www.genesyscontrol.net/images/bgs/header-bg.jpg);
	background-repeat:repeat-x;
	height:184px; }

div#headerlimiter {
	width:900px;
	margin-left:auto;
	margin-right:auto; }

div#upperheader { height:125px; }

div#logo {
	background-image:url(http://www.genesyscontrol.net/images/bgs/bighead.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:125px; }

div#language {
	color:#696969;
	float:right;
	margin-top:-110px;
	z-index:50; }

	div#language p { font-size:0.7em; }

		div#language p a { color:#ff9c16; }

div#tagline {
	float:right;
	margin-top:-40px; }

div#mediumheader { height:91px; }

div#searchbar {
	float:right;
	text-align:right;
	height:35px;
	width:280px;
	padding-top:15px;
	padding-left:0;
	z-index:100;
}

div#timeline {
	text-align:center;
	background-color:#FFFFFF;
	padding-top:40px;
	padding-bottom:40px;
	margin-left:160px;
	margin-top:30px;
	margin-bottom:50px;
	width:600px; }

div#videocontainer { text-align:center; }

/*----------------- MAIN NAV -----------------*/


.mainmenu {
	
	position:relative;
	z-index:999;
	float:left;
	margin-top:5px;
	border-bottom:3px solid #ff9c16;
	z-index:9999;
}

p.menuline img{
	margin-bottom:-7px;
}

.mainmenu ul li {
	float:left;
	display:block;

}

.mainmenu ul li a{
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:110px; 
	height:30px; 
	color:#FFF;
	border-width:1px 1px 0 0;
	font-size:0.9em;
	padding:10px 5px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


.mainmenu ul ul {
	position:absolute; left:-9999px; height:0;
}

.mainmenu ul li a:hover{
	color:#FF9C16;
}

.mainmenu ul li a:current{
	color:#FF9C16;
	font-weight:bold;
}

.mainmenu ul li:hover a {
	color:#FFF;
	background:#000;
}

.mainmenu ul :hover ul {
	top:50px; 
	height:auto;
	left:0; 
	text-align:left;
	z-index:100;
}

.mainmenu ul :hover ul li {
	background:#000; 
	color:#fff;
	padding:0 10px 10px 30px;
	width:610px;
	overflow:auto;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.mainmenu ul :hover ul li a {
	display:inline;
}

.mainmenu ul :hover ul li a:hover {
	text-decoration:none; 
	color:#FF9c16;
 
}

.mainmenu p{
	font-size:1em;
	margin:15px 10px 5px 0;
	padding:0 10px 5px 0;
	float:left;
	display:block;
	border-right:1px solid #666;
}

.mainmenu p:last-child{
	border-right:none;
}

.areasmenuimage{
	margin:0 13px 0 0;
}










/*----------  sec nav --------*/
div#secmenu {
	background-image:url(http://www.genesyscontrol.net/images/bgs/scar-separator.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-left:60px;
	padding-right:20px;
	text-align:center;
	margin-bottom:20px;
	padding-top:10px;
	height:80px; }

ul#secnav { }

	ul#secnav li {
		margin:4px 0 0 0;
		float:left;
		list-style:none; }
		
		
.detalle { font-size:0.7em; }


ul#secnav li a {
	display:block;
	width:101px;
	height:22px;
	padding:5px 0;
	text-align:center;
	font-size:0.8em;
	color:#000;
	margin-right:10px;
	text-decoration:none; }

	ul#secnav li a:hover {
		background-image:url(http://www.genesyscontrol.net/images/bgs/submenu-on.png);
		background-repeat:no-repeat;
		color:#FFF; }

ul#secnav li a#current {
	background-image:url(http://www.genesyscontrol.net/images/bgs/submenu-on.png);
	background-repeat:no-repeat;
	color:#FFF; }

/*---------------INDEX -------------*/
div#maincontentwrapper {
	background-image:url(http://www.genesyscontrol.net/images/bgs/maincontent-wrapper-bg.jpg);
	background-repeat:repeat-x;
	_margin-top:-33px; }

div#maincontentwrapper02 { }

div#contentwrapper {
	width:900px;
	margin-left:auto; /*height:500px;*/
	margin-right:auto;
	padding-top:10px; }
	
div#iframewrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:74px; }

div#flashintro {
	margin-top:0;
	margin-bottom:5px;
	z-index:100; }


div#indexlogo { text-align:center; }

div.indexpocket {
	width:400px;
	height:400px;
	margin-left:300px; /*padding-top:50px;*/ }

div.indexpic {
	float:left;
	margin-right:30px;
	margin-bottom:45px; }

div.indextext { float:left; }

.indextitles {
	font-size:3.2em;
	font-weight:lighter;
	color:#ff9c16;
	margin-bottom:10px; }


div.indexdisclamer p {
	margin-bottom:10px;
	font-size:0.85em; }

div.controls {
	margin-top:5px;
	margin-left:690px; }

	div.controls a {
		font-size:0.8em;
		text-decoration:none; }

		div.controls a:hover { }

div#downernavigation {
	text-align:center;
	color:#ff9c16; }

	div#downernavigation a {
		text-align:center;
		font-size:0.8em;
		color:#ff9c16; }

		div#downernavigation a:hover { color:#fff; }

div#mainsplash {
	margin-bottom:20px;
	margin-top:15px; }

div#minisplashcontainer { padding-left:50px; }

div.minisplashhome {
	float:left;
	width:700px;
	margin-left:70px;
	margin-right:70px; }

.homepic {
	float:left;
	margin-right:25px; }

div.minisplash {
	float:left;
	width:400px;
	margin-right:20px; }

	div.minisplash a { color:#7e8aa2; }

	div.minisplash img {
		float:left;
		margin-right:10px;
		margin-bottom:10px; }

div.minisplashtext { padding-top:0; }

.splashsubs {
	color:#ff9c16;
	font-size:1.4em;
	font-weight:lighter;
	margin-bottom:5px; }

.splashminisubs {
	color:#7e8aa2;
	font-size:1.2;
	font-weight:lighter;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #7e8aa2; }

div#clonecontainer {
	margin-top:15px;
	margin-bottom:30px; }

/*---------------- THE DARK SIDE --------------*/
div#darkside {
	width:420px;
	float:left;
	padding-left:15px;
}
	
div#darkside h1{
	font-size:3em;
	color:#FFF;
	margin-top:10px;
	line-height:1;
	height:90px;
	
	-webkit-text-shadow:3px 3px 3px #666;
	-moz-text-shadow:3px 3px 3px #666;
	text-shadow:3px 3px 3px #666;
}

div#iconsplash { margin-top:20px; }

div.disclamer{
	width:300px;
	background-color:#494a4a;
	min-height:140px;
	margin-bottom:25px;
	padding: 15px 20px;
	clear:both; }

	div.disclamer p { margin-bottom:10px;
	color:#FFF;
}
	
	div.disclamer h4{
		font-size:1.5em;
	}



div#permacontent {
	/*width:340px;*/
	clear:both;
	float:left;}

div.permacapsule {
	margin-bottom:20px;
	clear:both; }

div.permarquee{
	background:url(http://www.genesyscontrol.net/images/bgs/marquee.jpg) no-repeat 0 0;
	width:213px;
	height:142px;
	float:left;
	padding: 6px;
	margin:0 0 10px 0;
}


div.permatext {
	width:150px;
	border-left:5px solid #ff9c16;
	padding-left:10px;
	float:left;
	margin-left:-8px;
	margin-top:2px;
	height:132px;
}

div.permatext h3{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}




div#algunosclientes{
	width:340px;
	min-height:150px;
	margin-bottom:30px;
	margin-bottom:20px;
	padding:25px 10px;
	float:left;
}

	div#algunosclientes h4 {
		margin-left:10px;
		font-size:1.4em;
		border-bottom:1px dotted #666;
		padding-bottom:10px;
		margin-bottom:5px;
}





div#disclamer3 {
	background-image:url(http://www.genesyscontrol.net/images/bgs/clients-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:380px;
	min-height:150px;
	margin-bottom:60px;
	margin-bottom:20px;
	padding:25px 10px;
	clear:both; }

	div#disclamer3 h4 {
		margin-left:30px;
		font-size:1.5em;
		color:#FFF;
	}
	
	

ul.clientlist {
	float: left;
	width:170px;
	margin:15px 15px 20px 0; }

	ul.clientlist li {
		font-size:0.9em;
		list-style: disc;
		margin-bottom:10px;
		margin-left:0; }

ul.normalclientlist {
	float: left;
	margin:5px 15px 20px 20px;
	padding-left:10px;
	clear:both;
}

	ul.normalclientlist li {
		font-size:0.9em;
		list-style: disc;
		margin-bottom:10px;
		margin-left:0; }

/* ------------ THS SIDE OF THE FORCE ------------*/
div#forceside { 
	margin-left:430px;
	border-left:1px solid #999;
	padding-left:35px;
}

div#forceheader {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:15px;
	clear:right;
	
}
	
div#forcetitle h2{
	font-size:2.5em;
	color:#1D1D1D;
	margin-bottom:15px;
	
	-webkit-text-shadow:3px 3px 3px #999;
	-moz-text-shadow:3px 3px 3px #999;
	text-shadow:3px 3px 3px #999;
	
}

div#forceheader {
	margin-top:10px;
	margin-bottom:20px;
	clear:right; }

div#forcecontent {
	padding-left:30px;
	padding-right:30px; }

	div#forcecontent ul { }

	div#forcecontent li {
		font-size:1.1;
		margin-left:45px; }

.imagen {
	margin-bottom:15px;
	border:4px solid #FFF;
	
	box-shadow:3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999;
	
}

.imagenrepresentaciones {
	margin-bottom:10px;
	margin-top:10px; }

div#forcecontent h2 {
	font-size:2em;
	color:#1D1D1D; }
	

div#forcecontent p { margin-bottom:20px; }

div#areafooters { text-align:right; }

#galeriablock {
	text-align: center;
	margin: 0px;
	padding: 0 0 0 20px;
	/*clear:both;*/ }

#imageholder img {
	margin:6px;
	border:3px solid #FFF;
	
	box-shadow:3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999;
}

#imageholder h2 {
	font-size:2.5em;
	margin-bottom:20px;
	
	text-shadow: 2px 2px 2px #999;
	-moz-text-shadow: 2px 2px 2px #999;
	-webkit-text-shadow: 2px 2px 2px #999;
}

#imageholder img:hover { 
	border:3px solid #333;
	}
	
	
	

div#servicelistblock {
	border-left:6px solid #ff9c16;
	margin-left:40px;
	padding:10px 5px;
	margin-bottom:30px; }
	
	
	

div#galeriablockwide {
	text-align: left;
	margin-left: 15px;
	padding:0 0 50px 0;
	margin-bottom:50px;
	clear:both; }

div#imageholderwide h2 {
	font-size:2.4em;
	color:#FFF;
	margin-left:8px;
	margin-bottom:10px;
	
	text-shadow: 3px 3px 3px #666;
	-webkit-text-shadow: 3px 3px 3px #666;
	-moz-text-shadow: 3px 3px 3px #666;
}

div#imageholderwide img {
	margin:6px;
	border:3px solid #FFF;
	
	box-shadow:3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999;
	}

	#imageholderwide img:hover { border:3px solid #333; }

/*-----lineas ---------*/
div#lineasproductos { }

	div#lineasproductos h2 {
		font-size:2.0em;
		color:#CC0000;
		border-bottom:1px dotted #333;
		margin-bottom:15px;
		margin-top:10px; }

	div#lineasproductos h4 {
		font-size:1.1em;
		margin-bottom:10px;
		color:#CC0000; }

	div#lineasproductos h3 { font-size:0.9em; }

	div#lineasproductos p { margin-bottom:20px; }

ul.lineaslist {
	width:325px;
	padding:20px 30px;
	background-color:#c4c8cb;
	margin-bottom:30px;
	border-left:6px solid #ccc;
	margin-left:40px; }

	ul.lineaslist li {
		font-size:0.8em;
		list-style:disc;
		color:#292929; }

/*--------------  BROCHURES  ----------------------------*/
div#brochurecontainer {
	margin-top:15px;
	margin-bottom:30px; }

div#brochurecapsulecontainer {
	margin-top:20px;
	height:900px;
	background-image:url(http://www.genesyscontrol.net/images/bgs/brochuresbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-left:180px;
	padding-top:20px; }

div.brochurecapsule {
	width:600px;
	clear:both;
	padding-bottom:50px;
	margin-bottom:100px;}
	
div.brochurex{
	float:left;
	text-align:center;
	margin-right:20px;
	width:180px;
}

div.brochurecapsuletext {
	float:left;
}

ul.pdfview{
}

ul.pdfview li{
	
	float:left;
	font-size:0.9em;
	
}

ul.pdfview li a{
	background:url(http://www.genesyscontrol.net/images/bgs/pdfoff.png) no-repeat 0 0;
	color:#CCC;
	margin:0 20px 0 0;
	padding-top:10px;
	text-decoration:none;
	width:139px;
	height:34px;
	text-align:center;
	display:block;
}


ul.pdfview li a:hover{
	background:url(http://www.genesyscontrol.net/images/bgs/pdfon.png) no-repeat 0 0;
	color:#FFF;
}

	div.brochurecapsuletext h3 {
		font-size:1.4em;
		margin-bottom:15px;
		text-align:center;
}

	div.brochurecapsuletext img {
		margin-right:10px;
		float:left; }


/*--------------  PROJECTS  ----------------------------*/
div.projectcontainer {
	clear:both;
	margin:10px 0 20px 15px;
	background-color:#AAACAD;
	float:left;
	
}

	div.projectcontainer h2 {
		font-size:2em;
		text-align:center;
		background-color:#494A4A;
		color:#FF9C16;
		margin:0 0 5px 0;
		padding-bottom:15px;
		padding-top:15px;
		border-bottom:5px solid #666;
}

	h3.procontainer {
		font-size:1.2em;
		text-align:center;
		color:#333;
		margin:0 0 5px 0;
		padding-bottom:15px;
		padding-top:15px;
		border-bottom:1px solid #999;
}

div.projectcapsule {
	float:left;
	text-align:center;
	width:360px;
	margin:20px 50px 30px 25px;
	padding-bottom:10px;
	}

	div.projectcapsule p {
		margin-bottom:8px;
		color:#000; }

	div.projectcapsule h3 {
		font-size:1.2em;
		margin-bottom:10px;
		color:#FFF;
	}

	div.projectcapsule h4 {
		font-size:0.72em;
		text-transform:uppercase;
		margin-bottom:15px;
	}

/*--------------  ALDERAN  ----------------------------*/
div.clonecapsule {
	width:340px;
	float:left;
	margin:0 15px 15px 0;
	/*border:3px solid #000;*/ }

	div.clonecapsule:hover { /*border:3px solid #141414;*/ }

	div.clonecapsule img {
		float:left;
		margin-right:10px; }

div.clonecapsuletext { padding-top:20px; }

	div.clonecapsuletext h3 { margin-bottom:15px; }
	
/*--------------  HOTH  ----------------------------*/

div#footer {
	clear:both;
	height:203px;
	background:url(http://www.genesyscontrol.net/images/bgs/footerbg.jpg) repeat-x top center;
}

div#footernavcontainer {
	width:900px;
	min-height:110px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-left:110px;
	clear:both;
}

div.footernav{
	float:left;
	text-align:right;
	min-width:110px;
	min-height:110px;
	padding:0 20px 10px 5px;
	margin-right:20px;
	border-right:1px solid #494a4a;
}

div.footernav:last-child{
	border:none;
}

div.footernav p{
	
	font-weight:lighter;
}

div.footernav p a{
	font-size:0.9em;
	color:#999;
	text-decoration:none;
	margin-bottom:10px;
}

.footernavhead{
	font-family:"Times New Roman", Times, serif;
	color:#ff9c16;
	font-size:1.45em;
	text-align:left;
	text-decoration:none;
	margin-bottom:20px;
	padding-bottom:15px;
}

.footernavhead:hover{
	color:#fff;
}

div.footernav p a:hover{
	color:#ffF;
}

div#footerbrand{
	clear:both;
	text-align:center;
	padding:10px 0 10px 0;
}

/*------------------ classes -------------------*/
div#darkside h2 { font-size:2.3em; }

div#darkside p { font-size:0.7em; }

div#permacontent h3 { font-size:0.9em; }

div#language img {
	margin-bottom:-5px;
	margin-left:5px; }
	
	
	
	
	

div#poweradvice {
	background-color:#141414;
	margin-top:30px;
	margin-bottom:30px;
	padding:25px 30px; }

div#powercapsulecontainer {
	background-color:#141414;
	margin-top:30px;
	margin-bottom:30px;
	padding:0 30px 10px 30px; }

div.powercapsule {
	font-size:0.9em;
	margin-bottom:60px; 
}

	div.powercapsule img {
		float:left;
		margin-right:15px;
		padding-bottom:40px; 
	}
	
	div.powercapsule p{
		color:#C4C8CB;
	}
	
	
	
	

div#advice {
	background-color:#141414;
	margin-top:30px;
	margin-bottom:30px;
	padding:25px 30px;
	text-align:center; }
	
	div#advice h4 { font-size:1.3em; }

	div#advice h5 { font-size:0.85em; }

div#forcecontent h3 {
	margin-bottom:15px;
	margin-top:5px;
	padding-bottom:15px;
	font-size:1.2em;
	border-bottom:1px solid #999; }

table { }

td { padding: 3px 3px 10px 3px; }

#powerlist {
	font-style:italic;
	font-size:0.8em;
	padding-left:20px;
	color:#292929; }

	#powerlist li { margin-bottom:8px; }

.hugetittle {
	font-size:2.7em;
	text-align:center;
	
	text-shadow:3px 3px 3px #666;
	-webkit-text-shadow:3px 3px 3px #666;
	-moz-text-shadow:3px 3px 3px #666;
	}

/*-------------GLIDER ------*/
div.scroller {
	width: 900px;
	overflow: hidden; }

	div.scroller div.section {
		width:900px;
		overflow:hidden;
		float:left; }

	div.scroller div.content { width: 10000px; }

div#section1 { padding-top:60px; }

div#section2, #section3, #section4 { padding-top:130px; }

/*-------------GLIDER CONTACTO------*/
div#sectiona, #sectionb, #sectionc {
	padding-top:10px;
	padding-left:100px; }

/*----------- CONTACTIO -----------*/
div#gliderbgneutro {
	width:900px;
	background-image:url(http://www.genesyscontrol.net/images/bgs/map.jpg);
	background-repeat:no-repeat;
	background-position:center 110px; }

	div#gliderbgneutro h2 {
		font-size:2.7em;
		margin-left:220px;
		color:#ff9c16; }

	div#gliderbgneutro h3 {
		font-size:2em;
		color:#3399FF; }

	div#gliderbgneutro h4 {
		font-size:1.2em;
		margin-top:20px;
		margin-bottom:20px;
		padding-bottom:10px;
		margin-left:50px;
		border-bottom:1px dotted #fff; }

div.contactcapsule {
	width:550px;
	padding:20px 0 0 10px; }

	div.contactcapsule ul { padding-left:100px; }

	div.contactcapsule li {
		font-size:0.8em;
		margin-bottom:20px;
		clear:both;
		
		}

		div.contactcapsule li a { text-decoration:none; color:#666;}
		
		div.contactcapsule li a:hover {color:#ff9c16;}

.contactflag {
	float:left;
	padding-top:17px;
	margin-right:10px; }

.contacticon {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:-5px; }

div#contactcontainer {
	margin-top:20px;
	margin-left:100px; }

	div#contactcontainer p {
		font-size:0.9em;
		margin-bottom:10px; }

div#thankyou {
	height:600px;
	width:400px;
	padding:70px 30px 30px 30px;
	margin-left:240px;
	text-align:center; }

	div#thankyou p { font-size:1.1em; }

.contactdisclamer {
	padding:5px 0 10px 50px;
	margin:10px 0 15px 0;
	font-size:0.8em; }

.contactdisclamerbold {
	font-weight:bold;
	font-size:0.9em;
	color:#3399FF; }

/*-----------  VIDEOS ----------*/
div#flashvideoholder { padding:30px 0 0 50px; }

.screenshots {
	border:1px solid #fff;
	margin:5px;
	margin-bottom:10px; }

.videoicon {
	margin-bottom:-5px;
	padding-right:10px; }

.pixalife {
	clear:both;
	margin-top:5px; }


/*-----------  Area Launcher ----------*/

div#arealauncher{
	padding-top:10px;
	margin-bottom:40px;
}

div#launchercontainer{
	padding-top:10px;
	padding-left:40px;
}

div.launchercapsules{
	float:left;
	width:400px;
	height:240px;
	margin-bottom:20px;
	margin-right:25px;
}

div.launchercapsules img{
	margin-bottom:5px;
}

div.launchercapsules p{
	font-size:0.75em;
	margin-bottom:10px;
	width:350px;
	padding-left:30px;
	padding-right:40px;
}


/*-------- HOMEROTATE -------*/

div#newhomewrapper{
	min-height:215px;
	margin-left:-10px;
	margin-top:-20px;
}


div#heligocontainer{
	clear:both;
	margin-bottom:10px;
}

div#heligoslider{
	float:left;
	width:750px;
	margin-top:-20px;
	
}

div#heligolateral{
	width:195px;
	margin-left:755px;
	height:195px;
}

div#heligolateral ul{
	margin-left:10px;
	
}

div#heligolateral ul li{
	
}

div#heligolateral ul li a{
	font-size:0.8em;
	margin-bottom:35px;
	padding-left:20px;
	padding-right:30px;
	background:url(../wp-content/themes/Heligoland/images/news_bub.png) no-repeat center left;	
}



/*---------- Special Projects ----*/

div#specialholder{
	background:#000;
	width:100%;
	padding:30px 30px 50px 30px;
	margin-top:-10px;
	margin-left:-15px;
	text-align:center;
}






