* {
	margin: 0;
	padding: 0;
}
a img {
  border: 0;
}

body {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: rgb(236, 242, 246) url(../images/background.png) repeat-x	scroll;
}
.hotel{ color:#dea817; }
.linux{ color:#00599e; margin-left:-10px; }
.hotel, .linux { }
body div.mainfeature p{
  font-size:200%;
}
body div.principal p, body div.content li{
	font-size:170%;
}
body div.content dt{
 color:#630030;
 font-size:120%;
}
.plans li, .footer .talk_us li,.footer .gallery, .footer .phones li, .footer .social li, ul.listnone,ul.listnone li {
	list-style-type: none;
	list-style-position: outside;
}
.shadow_1 p,.shadow_1 dl,.shadow_1 dt,.shadow_1 dd, .shadow_1 h2,ul.shadow_1 li{
	text-shadow: #6374AB 1px 1px 1px;
}

/*header*/
#pageflip {
	position: relative;
}

#pageflip img {
	width: 50px;
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}

.header .right_side {
	background: transparent url(../images/developer_friendly.png) top right
		no-repeat scroll;
	min-width: 380px;
	min-height: 138px;
}

.mainfeature h2 {
	color: #333333;
	font-size: 360%;
	margin: 0 235px 0 35px;
}

#side-menu li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	/* background:transparent url(../../images/sidebar_hr.gif) repeat-x scroll left bottom; */
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid #C3BEB6;
	list-style-type: none;
	margin: 0;
	padding: 7px 5px 5px;
}

/*buttons*/
.super.button span {
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	line-height: 1;
	padding: 4px 15px 6px;
}

.super.button {
	font-size: 13px;
}

.super.button {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	background-image: url(../images/super-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	font-size: 13px;
	padding: 0;
}

.green.button {
	background-color: #91BD09;
}

.button {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #222222 url(../images/overlay-button.png) repeat-x scroll 0
		0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: auto;
}

button::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

.button:hover {
	background-color: #111111;
	color: #FFFFFF;
}

.button:active {
	-moz-transform: translateY(1px);
}

.small.button {
	font-size: 11px;
}

.large.button {
	font-size: 14px;
	padding: 8px 19px 9px;
}

.green.button {
	background-color: #91BD09;
}

.green.button:hover {
	background-color: #749A02;
}

.blue.button {
	background-color: #2DAEBF;
}

.blue.button:hover {
	background-color: #007D9A;
}

.red.button {
	background-color: #E33100;
}

.red.button:hover {
	background-color: #872300;
}

.magenta.button {
	background-color: #A9014B;
}

.magenta.button:hover {
	background-color: #630030;
}

.orange.button {
	background-color: #FF5C00;
}

.orange.button:hover {
	background-color: #D45500;
}

.orangellow.button {
	background-color: #FFB515;
}

.orangellow.button:hover {
	background-color: #FC9200;
}

/*content*/
.space{
	margin:50px;
	}
.plans {

	}
.plans .plan {
	border: 1px solid #333;
	box-shadow: 2px 2px 7px #999;
	-moz-box-shadow: 3px 2px 7px #999;
	-webkit-box-shadow: 1px 1px 7px #999;
	background: rgba(141, 172, 178, 0.3);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 10px 3px 30px 0px;
	text-align: center;
	margin:3px;
  min-height:300px;
}
.plans .plan  h2 {
  background: rgba(141, 172, 178, 0.3);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 20px;
  font-size: 210%;
}
.plans .plan h3 {
	font-size: 250%;
}
.plans .plan li{
	 font-size: 110%;
}	
.plans .plan .value {
	font-size: 140%;
}

.plans .plan .sugestion {
	font-size: 170%;
	color: #2DAEBF;
	margin: -10px 0 0 0;
	padding: 0;
	
}

.plans .plan ul.planfeature {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent none repeat scroll 0 0;
	border-top: 1px solid #C3BEB6;
	margin:0 0 0 0px;
}
.plans .plan ul.planfeature li{
padding:0 10px 0 0 ;
}
.plans .plan ul.planfeature li strong {
	color: #FF5C00;
	font-size: 105%;
}

 .plan_3{
  background-color:#fff  !important;
  font-size: 110%;
  margin-top:-32px !important;
  min-width:220px !important;
  min-height:400px !important;
}
.plans .plan_3 ul.planfeature li strong {
  color: #91BD09;
}


/*espec*/
ul.sidenav {
	list-style: none;
}

ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
}


ul.sidenav li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 7px;
	 border: 1px solid #333;
  box-shadow: 1px 1px 7px #999;
  -moz-box-shadow: 1px 1px 7px #999;
  -webkit-box-shadow: 1px 1px 7px #999;
  background: #91BD09;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px 10px;
  text-align: center;
}


ol.blue, ul.blue,ol.green, ul.green {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ul.blue li{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/extra/feature-check.gif) no-repeat scroll 0 16px;
border-bottom:1px solid #E2E2E2;
padding:14px 5px 14px 28px;
}

ul.green li{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/extra/check.gif) no-repeat scroll 0 16px;
border-bottom:1px solid #E2E2E2;
padding:14px 5px 14px 28px;
}

/* right*/


/*footer*/

.shadow_2 p,.shadow_2 dl, .shadow_2 h2{
  text-shadow: #999 1px 1px 1px;
}



div.footer {
	margin: 10em 0 0 0;
	background: #2f1b10 url(../images/background-footer.png) repeat-x scroll;
	padding: 200px 0 100px 0;
}

div.footer a{
  color:#dea817;
}
div.footer a:hover{
  color:#00599e;
}

div.footer div.gramado{
	height:170px;
	}


div.footer #contact{
	color:#fff;
  border: 1px solid #333;
  box-shadow: 2px 2px 7px #999;
  -moz-box-shadow: 3px 2px 7px #999;
  -webkit-box-shadow: 1px 1px 7px #999;
  background: rgba(0, 0, 0, 0.98);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px 0px;
  text-align: left;
  margin:180px 10px 20px 0px;
	}
div.footer #contact a{
	color:#fff;
}

div.footer #contact h2,div.footer #contact p{
	margin: 10px 20px;
}	
div.footer #contact .talk_us li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/talk_icons.gif) no-repeat scroll 0 0;
border-bottom:1px solid #1A1A1A;
line-height:30px;
padding-left:35px;
}



div.footer #contact .talk_us li { background:url(../images/talk_icons.gif) no-repeat 0 0; line-height:30px; border-bottom:#1a1a1a 1px solid; padding-left:35px; }
div.footer #contact .talk_us li a { color:#999; font-weight:bold; }
div.footer #contact .talk_us .e-mail { background-position:0 8px; }
div.footer #contact .talk_us .skype { background-position:0 -20px; }
div.footer #contact .talk_us .g-talk { background-position:0 -115px; }
div.footer #contact .talk_us .msn { background-position:0 -83px; }
div.footer #contact .talk_us .yahoo { background-position:0 -51px; }

div.footer #contact img.phone_ico{ float:left; }

div.footer #contact .social li{
 display:inline;
}

div.footer #contact .phones {
margin: 0 0 0 45px;
font-size:140%;
font-weight:bold;
position:absolute;
}
div.footer #contact .phones li i{
 font-size:80%;
 color:#f2d1b3;
}

div.footer #contact .phones strong{
 font-size:160%;
}



div.footer #contact .formspring{
  border: 1px solid #333;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 20px;
  margin: 10px 20px;
  }


div.footer #about{
	color:#fff;
	font-size:180%;
  padding: 10px 0px 10px 5px;
  margin:5px;
}
div.footer #about h2{
	font-size:200%;
	color:#fff;
}	
div.footer a.strong{
 font-size:200%;
 margin:0px;
}

div.footer .copyright{
	text-align:right;
	color:#fff;
}	

div.footer div.tagcloud a {
	color: #fff;
}

.footer #fantastico {
  border: 1px solid #a20b10;
  box-shadow: 2px 2px 7px #a20b10;
  -moz-box-shadow: 3px 2px 7px #a20b10;
  -webkit-box-shadow: 1px 1px 7px #a20b10;
  background: rgba(162, 11, 16, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 20px 20px;
  margin:5px;
  color:#f2d1b3;
  font-size:170%;
}

.footer #fantastico h2{
	color:#fff;
	font-size:200%;
margin-left:-31px;
background:transparent url(../images/extra/featured.png) no-repeat scroll left center;
padding-left:118px;
}
.footer #fantastico a {
	color:#fff;
}

.footer #fantastico em{
font-size:150%;
margin: 1px 2px 0 10px;
color:#dea817;
}

.footer #fantastico .gallery{
	float:right;
	font-size:60%;
}


