@charset "utf-8";
/* CSS Document */

html, body { background:#080808; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; border:none; border-spacing:0px; height:100%; /* this is the key! */ width:100%; font-size:13px; color:#FFF;}
form { border:none;}
input { border:solid 1px #C3C3C3; height:18px;}
img { border:none;}
ul { list-style:square; padding-left:10px;}
input,checkbox { width:12px; height:12px;}

/* global box style */
#main { width:1000px; height:600px; vertical-align:middle; border:none; padding-top:5%; margin:0 auto; text-align:left;}

#main #menu { width:120px; height:272px; z-index:1; margin-top:164px; position:absolute;}
#main #menu .location { height:41px; cursor:pointer;}
#main #menu .location:hover { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .locationActive { height:41px; background:url(../images/bg-black.jpg) no-repeat;}
#main #menu .views { height:41px; cursor:pointer;}
#main #menu .views:hover { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .viewsActive { height:41px; background:url(../images/bg-black.jpg) no-repeat;}
#main #menu .facts { height:41px; cursor:pointer;}
#main #menu .facts:hover { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .factsActive { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .technology { height:41px; cursor:pointer;}
#main #menu .technology:hover { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .technologyActive { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .amenities { height:41px; cursor:pointer;}
#main #menu .amenities:hover { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .amenitiesActive { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .plans { height:41px; cursor:pointer;}
#main #menu .plans:hover { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .plansActive { height:41px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .owner { height:26px; cursor:pointer;}
#main #menu .owner:hover { height:26px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}
#main #menu .ownerActive { height:26px; background:url(../images/bg-black.jpg) no-repeat; cursor:pointer;}

#main #content { width:200px; height:600px; z-index:0; float:left; background:#000; position:relative;}
#main #content .logo { height:121px;}
#main #content .contentText { width:175px; font-size:12px; margin-left:20px; padding-bottom:30px;}
#main #content .btnBack { margin-top:10px; width:72px; height:32px; float:left;}
#main #content .btnContact1 { margin-top:10px; width:128px; height:32px; float:left;}
#main #content .btnContact2 { clear:both; margin-top:10px; width:77px; height:32px;}
#main #content .viewBox1 { margin:1px 0 0 20px; width:85px; height:85px; float:left;}
#main #content .viewBox2 { margin:1px 0 0 1px; width:85px; height:85px; float:left;}
#main #content .viewBox3 { margin:1px 0 10px 20px; width:85px; height:85px; float:left;}
#main #content .viewBox4 { margin:1px 0 10px 1px; width:85px; height:85px; float:left;}
#main #content .amenitiesBox1 { margin:1px 0 1px 20px; width:87px; height:60px; float:left;}
#main #content .amenitiesBox2 { margin:1px 0 1px 1px; width:87px; height:60px; float:left;}
#main #content .amenitiesBox3 { margin:1px 0 1px 20px; width:87px; height:60px; float:left;}
#main #content .amenitiesBox4 { margin:1px 0 1px 1px; width:87px; height:60px; float:left;}
#main #content .amenitiesBox5 { margin:1px 0 1px 20px; width:87px; height:60px; float:left;}
#main #content .amenitiesBox6 { margin:1px 0 1px 1px; width:87px; height:60px; float:left;}
#main #content .amenitiesBox7 { margin:1px 0 20px 20px; width:87px; height:60px; float:left;}
#main #content .boxMargin { margin-bottom:20px;}

#main #fondo { width:800px; height:600px; z-index:0; float:left; position:relative;}
#main #contact { width:800px; height:600px; z-index:0; float:left; position:relative; background:url(../images/bg-contact.jpg) no-repeat;}
#main #contact .contentContact { width:635px; height:362px; margin:121px 0 0 83px;}
#main #contact input.checkbox1 { padding:0; margin:0; border:0; background:none; border:solid 1px #FFF;}
#main #contact .boxText1 { width:635px; height:16px; border:none; background:#FFF; margin:30px 0 5px 0;}
#main #contact .divText2 { width:324px; height:16px; margin:12px 0 5px 0; float:left;}
#main #contact .boxText2 { width:318px; height:16px; border:none; background:#FFF;}
#main #contact .divText3 { width:161px; height:16px; margin:12px 0 5px 0; float:left;}
#main #contact .boxText3 { width:155px; height:16px; border:none; background:#FFF;}
#main #contact .divText4 { width:52px; height:16px; margin:12px 0 5px 0; float:left;}
#main #contact .boxText4 { width:47px; height:16px; border:none; background:#FFF;}
#main #contact .divText5 { width:98px; height:16px; margin:12px 0 5px 0; float:left;}
#main #contact .boxText5 { width:98px; height:16px; border:none; background:#FFF;}
#main #contact .divText6 { width:324px; height:16px; float:left;}
#main #contact .divText7 { width:161px; height:16px; float:left;}
#main #contact .divText8 { width:52px; height:16px; float:left;}
#main #contact .divText9 { width:98px; height:16px; float:left;}
#main #contact .boxText6 { width:635px; height:16px; border:none; background:#FFF; margin:12px 0 5px 0;}
#main #contact .divText10 { margin:30px 0 0 0; text-align:center;}

.textBoldTitle { font-weight:bold;}
.textBlue { color:#99B3CC;}
.textItalic { font-style:italic;}

a.linkBlue { color:#99B3CC; text-decoration:underline;}
a.linkBlue:hover { color:#99B3CC; text-decoration:none;}

a.linkWhite { color:#FFF; text-decoration:underline; font-weight:bold;}
a.linkWhite:hover { color:#FFF; text-decoration:none; font-weight:bold;}

.btnSend { width:135px; height:22px; background:url(../images/btn-send.png) no-repeat; border:0; font-weight:bold; cursor:pointer;}

.style1 {font-size: 14px; font:Verdana, Geneva, sans-serif; padding-left:15px; text-align:left;color: #FFF;font-weight: bold;}
.style2 {font-size: 14px; font:Verdana, Geneva, sans-serif; text-align:left;color: #FFF;font-weight: normal;}