@charset "UTF-8";

/*
"CRYSTAL CASTLE" 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 2009   
*/ 



/* 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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height:normal;
	color:#fff;
	background:#212121 url(../images/bg/mainbg.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5, h6{

}

ol, 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.9em;
}

/* End of CSS Reset */



.darkorange{
	color:#F26822;

}

.blue{
	color:#01B9EB;

}

.darkred{
	color:#F20B45;
	
}

.darkgreen{
	color:#80BE0C;
	
}


/*------------ Main  --------------*/


div#mainwrapper{
	width:960px;
	margin:0 auto 0 auto;
}

div#mainheader{
	height:74px;

}

div#maincontainer{
	
	}

div#areadisclamer{
	height:210px;
	padding:25px 15px 0 430px;
}

		div#areadisclamer h1{
			font-size:3.1em;
			width:400px;
		}
		
		div#areadisclamer h2{
			font-size:1.1em;
			font-weight:normal;
			width:400px;
			font-style:italic;
			line-height:120%;
			
		}
		
		.homesub{
			font-size:0.85em;
			font-weight:normal;
			width:400px;
			font-style:italic;
			line-height:120%;
			
		}

div#maincontent{
	
}




/*------------ Main Menu  --------------*/

div#mainnav{
	
}

ul#mainmenu{
	margin-left:50px;
	
}

ul#mainmenu li{	
	float:left;	
}

ul#mainmenu li a{
	 text-decoration:none;
	 display:block;
	 color:#BBB;
	 font-size:1.1em;
	 height:74px;	 
	 padding:16px 0 0 30px;
	 text-align:center;
}

ul#mainmenu li a:hover{
	color:#FFF;
}

ul#mainmenu .home{
	background:url(../images/bg/homeoff.png) no-repeat top center;
	width:173px;
}
ul#mainmenu .home:hover{
	background:url(../images/bg/homeon.png) no-repeat top center;	
}
ul#mainmenu .home#current{
	background:url(../images/bg/homeon.png) no-repeat top center;	
}



ul#mainmenu .historia{
	background:url(../images/bg/historiaoff.png) no-repeat top center;
	width:172px;
}
ul#mainmenu .historia:hover{
	background:url(../images/bg/historiaon.png) no-repeat top center;	
}
ul#mainmenu .historia#current{
	background:url(../images/bg/historiaon.png) no-repeat top center;	
}



ul#mainmenu .productos{
	background:url(../images/bg/productosoff.png) no-repeat top center;
	width:172px;
}
ul#mainmenu .productos:hover{
	background:url(../images/bg/productoson.png) no-repeat top center;	
}
ul#mainmenu .productos#current{
	background:url(../images/bg/productoson.png) no-repeat top center;	
}



ul#mainmenu .galeria{
	background:url(../images/bg/galeriaoff.png) no-repeat top center;
	width:172px;
}
ul#mainmenu .galeria:hover{
	background:url(../images/bg/galeriaon.png) no-repeat top center;	
}
ul#mainmenu .galeria#current{
	background:url(../images/bg/galeriaon.png) no-repeat top center;	
}



ul#mainmenu .contacto{
	background:url(../images/bg/contactoff.png) no-repeat top center;
	width:177px;
}
ul#mainmenu .contacto:hover{
	background:url(../images/bg/contacton.png) no-repeat top center;	
}
ul#mainmenu .contacto#current{
	background:url(../images/bg/contacton.png) no-repeat top center;	
}


/*------------ Home  --------------*/

div#maincentre{
	background:url(../images/bg/hometop.png) no-repeat top center;
	width:830px;
	min-height:460px;
	margin:0 auto 100px auto;
	padding:25px 0 0 40px;
}

div.centrecaps{
	width:240px;
	float:left;
	margin-right:30px;	
}

div.centrecaps p{
	margin-left:20px;
	font-size:0.75em;
	margin-bottom:5px;
	padding-bottom:10px;
	line-height:normal;
	border-bottom:1px solid #01B9EB;
	width:200px;
	
}

div.centrecaps h2{
	font-size:2.3em;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
}

div.centrecaps h3{
	color:#01B9EB;
	font-size:1.4em;
	margin-left:20px;
	
}

div.centrecaps h4{
	margin-left:20px;
	font-size:0.73em;
	margin-bottom:5px;
	margin-right:20px;
	text-align:right;
}

div.centrecaps h4 a{
	color:#F26822;
	text-decoration:none;	
}

div.centrecaps h4 a:hover{
	color:#01B9EB;	
}

.centreimage{
	margin-bottom:10px;
}

.orangearrow{
	margin-right:5px;
}




/*------------ Products  --------------*/


#prodcontainer{
	width:940px;
	margin-left:10px;
}

div.prodcontent{
	background-color:#000;
	min-height:500px;
	clear:both;
	margin-bottom:100px;
}

div.prodcapsule{
	padding:15px 20px 40px 55px;
	clear:both;
}

img.prodmainimage{
	float:left;
	margin:0 30px 20px 0;
}


div.contextualcap{
	float:left;
	width:490px;
	
}

div.contextualcap h2{
	font-size:3.5em;
	font-weight:normal;
	line-height:90%;
	width:430px;
	margin-bottom:15px;
}

div.contextualcap h3{
	font-size:2em;
	font-weight:normal;
	line-height:90%;
	width:430px;
	margin-bottom:10px;
}

img.prodicon{
	float:left;
	margin:0 20px 30px 10px;
}

div.contextualcap p{
}

.context{
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
	margin-bottom:15px;
}

.furthercontext{
	font-size:0.70em;
	color:#666;
	width:460px;
	margin-bottom:40px;
}

div.powercap{
	background:url(../images/bg/powercapmain.jpg) no-repeat top center;
	min-height:300px;
	clear:both;
}

div.minigala{
	clear:both;
	padding:5px 10px 50px 80px;
	margin-bottom:100px;
}

div.minigala img{
	float:left;
	margin:0 30px 10px 0;	
}


/*------------ Productos Menu  --------------*/

					div#prodnav{
						height:40px;
						/*background:url(../images/bg/produtop.png) no-repeat center bottom;*/	
					}
					
					ul#prodmenu{
						margin-left:0px;
						  
					}
					
					ul#prodmenu li{	
						float:left;
						width:115px;
						margin-right:35px;
					}
					
					ul#prodmenu li a{
						 background:url(../images/bg/prodoff.png) no-repeat top center;
						 text-decoration:none;
						 display:block;
						 color:#FFF;
						 font-size:1em;
						 height:40px;
						 padding:9px 30px 0 20px;
						 margin-right:20px;
						 text-align:center;
						 width:150px;
						 line-height:100%;
					}
					
					ul#prodmenu li a:hover{
						 background:url(../images/bg/prodon.png) no-repeat top center; 
					}
					
					ul#prodmenu li a#current{
						 background:url(../images/bg/prodon.png) no-repeat top center; 
					}

p.textnav{
	margin-left:390px;
	color:#333;
}

p.textnav a, :visited{
		color:#333;
}

p.textnav a:hover{
		color:#FFF;
}


/*------------ Gulf Menu  --------------*/


					div#gulfnav{
						height:25px;
						background-color:#333;
						margin-bottom:15px;
					}
					
					ul#gulfmenu{
						  
					}
					
					ul#gulfmenu li{	
						float:left;
						width:120px;
					}
					
					ul#gulfmenu li a{
						 text-decoration:none;
						 display:block;
						 color:#FFF;
						 font-size:0.9em;
						 padding:3px 5px 5px 5px;
						 text-align:center;
						 width:120px;
						 border-right:1px solid #666;
					}
					
					ul#gulfmenu li a: last-child{
						border:none;
					}
					
					ul#gulfmenu li a:hover {
						background-color:#F20B45;
					}
					
					ul#gulfmenu li a#current{ 
						background-color:#F20B45;
					}







/*------------ Docs Download --------------*/


div#docsdownloads{
	width:845px;
	clear:both;
	margin-left:90px;
	float:left;
	
}

div.docscapsule{
	width:90px;
	height:125px;
	padding-right:15px;
	border-right:1px solid #333;
	margin:0 22px 20px 0;
	float:left;
	text-align:center;
	
}

div.docscapsule:last-child{
	border:none;
	
}

div.docscapsule img{
	border:none;
	float:left;
	
}

div.docscapsule p{
	font-size:0.7em;
	text-transform:uppercase;
	width:75px;	
}

div.docscapsule p a, link, visited{
	color:#666;
	text-decoration:none;
}

div.docscapsule p a:hover{
	color:#FFF;
}




/*------------ Historia  --------------*/


div#historycontainer{
	background:url(../images/bg/historytop.jpg) no-repeat top center;
	width:960px;
	margin:0 auto;
	float:left;
}

div#historycurve{
	background:url(../images/bg/timeline.png) no-repeat 40px 250px;
	min-height:813px;
}

.historytit{
	font-size:4em;
	width:250px;
	color:#01B9EB;
	margin:0 0 0 95px;
	padding-top:15px;
	float:left;
	clear:none;
	line-height:100%;
}
.historytit2{
	color:#FFF;
}

div.timecapsule{
	border-bottom:1px dotted #01B9EB;
	margin:10px 20px 0 75px;
	padding:30px 10px 25px 65px;
	float:left;
}

div.timecapsule:first-child{
	color:#0F0;
	border:none;
}

div.timecapsule:last-child{
	border:none; 
}
 
div.timecapsule img{
	border:2px solid #FFF;
	float:left;
	margin-right:75px;
}

div.minitime{
	float:left;
	width:350px;
}

div.minitime h3{
	color:#FFF;
	font-weight:bold;
	margin-bottom:5px;
	font-size:2em;
}

div.minitime h4{
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
	font-size:0.9em;
	text-transform:uppercase;
}

div.minitime p{
	color:#01B9EB;
	font-size:0.8em;
	margin-bottom:10px;
	line-height:110%;
	text-align:justify;
}

div#timeline{
	width:449px;
	height:813px;
	position:relative;
	z-index:2; 
	left:40px; 
	top: -1245px;
}



/*------------ Galeria  --------------*/

div#gallerycontainer{
	background:url(../images/bg/plaintopbg.jpg) no-repeat top center;
	margin:0 auto 150px auto;
	float:left;
	padding:30px 60px 0 60px;
}

.gallerytit{
	font-size:3.4em;
	width:250px;
	color:#01B9EB;
	margin-left:25px;
	float:left;
	clear:none;
	line-height:100%;
}
.historytit2{
	color:#FFF;
}

div#leftgala{
	width:280px;
	float:left;
}

			ul#leftmenu{
				float:right;
				margin-top:30px;
				margin-bottom:150px;
			}
			
			ul#leftmenu li{
				text-align:center;			
				
			}
			
			ul#leftmenu li a{
				display:block;
				background:url(../images/bg/leftmenuoff.jpg) no-repeat top right;
				width:260px;
				height:37px;
				text-decoration:none;
				color:#FFF;
				padding-top:10px;
				
			}
			
			ul#leftmenu li a:hover{
				background:url(../images/bg/leftmenuon.jpg) no-repeat top right;
				
			}
			
			ul#leftmenu li a#current{
				background:url(../images/bg/leftmenuon.jpg) no-repeat top right;
				
			}



div#rightgala{
	margin-left:280px;
	border-left:3px solid #01B9EB;
	padding-left:25px;
	min-height:600px;
}

div#rightgala h3{
	font-size:2.6em;
	margin-bottom:10px;
	font-weight:normal;
}

div#rightgala img{
	float:left;
	border:2px solid #fff;
	margin:0 20px 20px 0;
}

div#rightgala img:hover{
	border:2px solid #F26822;
}




/*------------ Footer  --------------*/

div#mainfooter{
	background:url(../images/bg/mainfooterbg.gif) no-repeat top center;
	width:866px;
	height:40px;
	margin:0 auto;
	text-align:center;
	padding:5px 0 0 0;
	clear:both;
}

div#mainfooter p{
	color:#000;
	font-size:0.8em;
}

div#mainfooter p a{
	color:#000;
}

div#mainfooter p a:hover{
	color:#FFF;
}

div#mainfooter p a:visited, link{
	color:#000;
}

div#footerleft{
		background-color:#F26822;
		width:50%;
		float:left;
		text-align:right;
		padding:10px 20px 25px 0;
		
		margin-top:15px;
}


div#footerright{
		background-color:#F26822;
		float:right;
		width:45%;
		text-align:left;
		padding:10px 0 25px 20px;
		margin-top:15px;
}


/*------------LIGHTBOX ---------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

















