@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* General Selectors & Links (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48) */

html {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#e2ddcf;
}
body {
	text-align:center;
	background:#37302a;
	overflow-x:hidden;
}
a, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
a, a:active, a:focus {
	outline: none;
}
a img {	
	border: none;
}
p, ul, ol, dl { 
	font-size: 12px;
	line-height: 18px;
}

strong, b 
{
  font-weight: bold;
}

em, i 
{
  font-style: italic;
}


.noMargin {
	margin: 0 !important;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
div.hidden {
    display:none;
}
div.visible {
    display:block;
}
.wrapper {
	
}


/* FONTS */	


/* BACKGROUNDS */


/* HEADER */



/* MAIN */
.wrapper {
	width:980px;
	overflow:visible;
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:0;	
}

.logo {
	position:absolute;
	display:block;
	width:167px;
	height:150px;
	left:40px;
	top:0;
	z-index:10;	
}

.logo a {
	display:block;
	widows:167px;
	height:150px;
	text-indent:-10000px;
	background:url(../images/investotel-logo.png) left top no-repeat;	
}

.navigation {
	position:absolute;
	left:48px;
	top:179px;
	list-style-type:none;	
	z-index:10;
}

.navigation li {
	float:left;
	color:#fff;
	font-size:16px;
	margin-right:23px;	
}

.navigation li.op {
	filter: alpha(opacity=40);
	opacity: 0.4;	
}

.navigation li a {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	filter: alpha(opacity=40);
	opacity: 0.4;
	
}

.navigation li a:hover, .navigation li a.selected {
	text-decoration:none;
	color:#fff;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}

#slideshow { 
	height: 514px; 
	width: 1440px; 
	position:absolute; 
	top:0;
	left:50%;
	margin-left:-720px;
	z-index:2; 
}

#slideshow .slide {
	height: 514px; 
	width: 1440px;
	text-align:left; 	
}

#slideshow .slide img {
	position:absolute;
	top:0;
	left:0;	
	z-index:3;
}

#slideshow .slide p {
	position:absolute;
	z-index:4;	
}

#slideshow .slide p.left-par-01 {
	color:#f6f4ef;
	font-size:14px;
	line-height:24px;
	left:278px;
	top:277px;
		
}

#slideshow .slide p.right-par-01 {
	color:#f6f4ef;
	font-size:14px;
	line-height:24px;
	left:764px;
	top:277px;
		
}

#slideshow .slide p.left-par-02 {
	color:#f6f4ef;
	font-size:12px;
	line-height:18px;
	left:278px;
	top:277px;
		
}

#slideshow .slide p.right-par-02 {
	color:#f6f4ef;
	font-size:12px;
	line-height:18px;
	left:764px;
	top:277px;
		
}

#slideshow div {
	display:none;	
}

.homeLoader {
	width:24px;
	height:24px;
	position:absolute;
	left:50%;
	margin-left:-12px;
	top:195px;	
	background:url(../images/loader.gif) left top no-repeat;
	z-index:1;
}

.cycleNav {
	width:200px;
	height:36px;
	position:absolute;
	z-index:10;
	left:48px;
	top:223px;
}

#nav a {
	display:block;
	float:left;
	width:36px;
	height:25px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#7f8185;
	font-size:9px;
	text-decoration:none;
	background:url(../images/nav-li.png) left top no-repeat;
	margin-right:2px;
	padding-top:11px;
}

#nav a.activeSlide {
	color:#FFF;
	background:url(../images/nav-li-active.png) left top no-repeat;}

/* FOOTER */

.footer-temp {
	height: 323px; 
	width: 1440px; 
	position:absolute; 
	top:514px;
	left:50%;
	margin-left:-720px;
	z-index:2;
	background:url(../images/bg-footer.jpg) left top no-repeat;
	text-align:left;
}

.footer-temp h2 {
	font-size:12px;
	color:#818080;
	padding:17px 0 0 277px;	
}

.footer-temp ul {
	list-style-type:none;
	float:left;
	padding:19px 0 0 0;	
}

.footer-temp ul li {
	font-size:11px;
	line-height:19px;
	color:#666460;	
}

.footer-temp ul li a {
	font-size:11px;
	line-height:19px;
	color:#666460;
}

.footer-temp ul li a:hover {
	text-decoration:underline;	
}
.credits {
	font-size:10px;
	color:#3f3b36;
	line-height:14px;
	padding:39px 0 0 278px; 	
}

.credits a {
	font-size:10px;
	color:#3f3b36;	
}

.credits a:hover {
	text-decoration:underline;	
}