
/**********************
* Reset.css 
**********************/
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/**********************
* Typography
***********************/



html{
	overflow: auto;
}

body{
	background: #071321 url(img/fondo-1.jpg) repeat-x;
	color: #666666;
	font-family: "Gill Sans", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

a{
	color: #2a436b;
	font-weight: normal;
	text-decoration: none;
}
	a:hover{
		color: #333333;
		text-decoration: underline;
	}
	
em{	color: #555;	font-style: italic;	}
strong{	font-weight: bold;	}
small{	font-size: 0.72em;	}
p{	margin-bottom: 9px;	}
p+p{	text-indent: 9px;	}


h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{	
	color: #4b8099;
	font-family: Titilium, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight: bold;
	line-height: 1.05;
}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color: #325666;	
	}

h1, h1 a{	
	font-size: 32px;
}
h2, h2 a{	font-size: 28px; margin: 14px 0;	}
h3, h3 a{	font-size: 25px; margin: 13px 0;	color: #7a0c0c;	}
h4, h4 a{	font-size: 23px; margin: 12px 0;	}
h5, h5 a{	font-size: 20px; margin: 11px 0;	}
h6, h6 a{	font-size: 18px; margin: 10x 0;	}
 
blockquote{
	background: #edf3d9 url(img/quote-marks.png) no-repeat 10px 10px;
	border-left: 7px solid #ccd8a0;
	font-style: italic;
	padding: 15px;
	text-indent: 35px;
}


.hidden{	display: none;	}
.align-right{
	float: right;
	margin: 10px 0px 10px 10px
}
.align-left{
	float: left;
	margin: 10px 10px 10px 0px
}
.align-center{
	display: block;
	margin: 10px auto;
}

/************************
 * Layout
 ***********************/

#wrap{
	margin: 0px auto;
	width: 968px;
}

.column1{
	display: inline;
	float: left;
	padding: 0px 30px;
	overflow: hidden;
	width: 260px;
}

.column2{
	display: inline;
	float: left;
	overflow: hidden;
	padding: 0px 30px;
	width: 580px;
}
.column3{
	display: inline;
	float: left;
	overflow: hidden;
	padding: 0px 30px;
	width: 900px;
}
.column4{
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0px 30px;
	width: 600px;
}
.button{
	background: #4b8099 url(img/button-blue-bg.png) repeat-x;
	border: 1px solid #4b8099;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin: 3px 0px;
	padding: 0px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px -1px 0px #4c4e4f;
}
	.button:hover{
		background-position: 0px -22px;
		color: #bbb;
		text-decoration: none;
	}
	
	.button.red{
		background: #de2c2c url(img/button-red-bg.png) repeat-x;
		border-color: #de2c2c;
	}
		.button.red:hover{ background-position: 0px -22px; }
	.button.grey{
		background: #666 url(img/button-grey-bg.png) repeat-x;
		border-color: #666;
	}
		.button.grey:hover{ background-position: 0px -22px; }
	.button.green{
		background: #38a230 url(img/button-green-bg.png) repeat-x;
		border-color: #38a230;
	}
		.button.green:hover{ background-position: 0px -22px; }

a.read-more{
	color: #336666;
	font-weight: bold;
	float: right;
}
	a.read-more:before{	content: "+ ";	font-weight: bold;	font-size: 13px;	}


#header{
	background: url(img/header-bg.png) no-repeat;
	padding: 5px 4px 0px 4px;
	position: relative;
	margin-top: 15px;
	z-index: 5;
}
	#logo{
		display: block;
		float: left;
		padding: 15px 10px 15px 30px;
	}
	
	
	#header h1{	width: 400px; margin-top: 12px;	 }
		#header h1 a:hover{
			color: #4a6977;
			text-decoration: none;
		}
	#slogan{
		color: #616e33;
		text-shadow: 1px 1px 0px #ffffff;
	}
	
	#call-to-action{
		background: url(img/call-to-action-left.png) no-repeat top left;
		color: #FFFFFF;
		display: block;
		float: right;
		font-weight: bold;
		font-size: 22px;
		line-height: 38px;
		height: 41px;
		position: absolute;
		right: 30px;
		text-shadow: 0px -1px 0px #336666;
		text-align: center;
		top: 25px;
		width: 200px;
	}
		#call-to-action:hover{	background-position: 0 -41px; text-decoration: none;	}
			.ie6 #call-to-action:hover{	background-position: top left;	}
		#call-to-action span{
			background: url(img/call-to-action-right.png) no-repeat top right;
			display: block;
			height: 41px;
			margin-left: 40px;
			padding: 0px 10px;
			cursor: pointer;
		}
			#call-to-action:hover span{	background-position: right -41px;	}
	#nav{
		background: #616161 url(img/nav-bg.png) repeat-x;
		border-top: 1px solid #666;
		border-bottom: 1px solid #ccc;
		height: 34px;
		clear: both;
	}
		#nav li{
			background: none;
			float: left;
			padding: 0;
			margin: 4px 0px 4px 10px; 
			position: relative;
		}
			#nav li:hover, #nav li.hover{
				color:#fc1706;
				border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
			}

		#nav li a{
			color: #2a436b;
			display: block;
			font-size: 12px;
			text-decoration: none;
			line-height: 24px;
			padding: 0px 20px;
			margin: 0px;
			
		}
			#nav li:hover > a{
				color: #fd8a03;
				text-decoration: none;
				
			}

		
		#nav ul{
			background: #e5e6e7;
			margin: 0;
			padding: 10px 0;
			position: absolute;
			top: 22px;
			z-index: 10;
		}
			#nav ul li{
				display: block;
				float: none;
				margin: 0px;
				padding: 5px 0px;
				width: 170px;
				position: relative;
			}
				#nav ul li:hover{
					background: #ffffff;
					border-radius: 0px;
					-moz-border-radius: 0px;
					-webkit-border-radius: 0px;
				}

			#nav ul ul{
				position: absolute;
				left: 170px;
				top: -10px;
			}


#content{
	background: url(img/content-bg.png) repeat-y;
	padding: 0px 4px;
	height: 1%;
	position: relative;
	z-index: 1;
}
	#content:after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
h2.page-title{
	background: #eee url(img/page-title-bg.jpg);
	height:150px;
	color:#b80000;
	display: block;
	font-size: 48px;
	line-height: 1;
	padding: 40px 30px 10px 30px;
	margin: 0 0 30px 0;
}

	
/***************	
 * Homepage
 **************/
	
	#slider{
		background: #eee url('img/slide-bg.jpg') no-repeat;
		height: 258px;
		overflow: hidden;
		position: relative;
		width: 100%;

	}
	#slider2{
		background: #ffffff url('img/header-dominio.png') no-repeat;
		height: 265px;
		overflow: hidden;
		position: relative;
		width: 100%;

	}

	#slider3{
		background: #eee url('img/slide-bg-reseller.png') no-repeat;
		height: 258px;
		overflow: hidden;
		position: relative;
		width: 100%;

	}
	#slider4{
		background: #eee url('img/slide-bg-fantastico.jpg') no-repeat;
		height: 258px;
		overflow: hidden;
		position: relative;
		width: 100%;

	}
		#slider li{
			background: none;
			color: #2a436b;
			float: left;
			padding: 0;
			position: relative;
			padding: 10px 0px;
			overflow: visible;
			width: 100%;
		}
		
		#slider h3{
			color: #2a436b;
			
		}
		#slider p{
			color: #2a436b;
			
		}
		
	#slider-control{
		background: #666;
		background: rgba(0,0,0,0.5);
		bottom: 10px;
		display: none;
		left: 0;
		height: 20px;
		margin: 0px 10px;
		position: absolute;
		width: 940px;
		z-index: 999;
	}
		#slider-pager{
			float: right;
			margin-right: 30px;
		}
		#slider-pager a{
			color: #ccc;
			font-size: 24px;
			line-height: 18px;
			padding: 0pc 8px;
		}
			#slider-pager a:hover{	text-decoration: none;	}
			#slider-pager a.activeSlide{	color:	#FFF;	}
			
	#cta-bar{
		border-bottom: 1px solid #dbdbdb;
		margin-bottom: 20px;
		height: 1%;
	}
		#cta-bar:after{
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		#cta-bar .column1{
			background: url(img/cta-bar-bg.png) repeat-x;
			border-left: 1px solid #dbdbdb;
			border-right: 1px solid #ffffff;
			margin: 0 -1px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
			#cta-bar .column1:hover{	background: url(img/cta-bar-hover-bg.png) repeat-x;	}
			#cta-bar .column1.first{	border-left: 0; margin-left: 0;}
			#cta-bar .column1.last{	border-right: 0; margin-right: 0;}
		
		#cta-bar a:hover{	text-decoration: none;	}
		#cta-bar .icon{	float: left; margin-right: 10px;	}
		#cta-bar .title{
			color: #4b8099;
			display: block;
			font-weight: bold;
			font-size: 18px;
			line-height: 1.05;
			margin-top: 5px;
			text-shadow: 0px 1px 0px #fff;
		}
		#cta-bar .description{
			font-weight: normal;
			line-height: 0.5;
		}
			
	#from-blog{}
	
		#from-blog li{	background: none;	padding: 0; margin-bottom: 10px;	}
		
		#from-blog .title{
			line-height: 1;
			margin: 0;
		}
			#from-blog .title a{	color: #8A9D45; font-size: 16px; text-shadow: none;	}
		
		#from-blog .meta{	font-size: 9px;	}

/**********************
 * Portfolio
 *********************/
#portfolio{

}
	#portfolio .item{
		display: inline;
		float: left;
		padding: 0px 30px;
		margin-bottom: 60px;
		position: relative;
		width: 260px;
	}
	
	/* Homepage Reasons Elements */
	
	#fpreasons_heading {float: left; width: 800px; height: 35px; background: #5D4D37 url(images/fp/bg_headings.png) repeat-x top;}
	#fpreasons {float: left; width: 800px; border: 1px solid #e3e3e3; height: 290px; background: #fff url(images/fp/bg_reasons.png) repeat-x bottom;}
		#fpreasons ul {width: 260px; height: 200px; margin: 20px 20px 0 0; float: left;}
		.reasonborder {padding: 0 15px 0 20px; border-right: 1px solid #e3e3e3;}
			#fpreasons li {float: left; color: #666; margin-bottom: 20px; line-height: 1.4em;}
				#fpreasons li img {float: left; margin: 0 12px 40px 0;}
				#fpreasons li h3 {font-size: 15px; color: #68563E;}
				#fpreasons li h3 a {color: #68563E; text-decoration: none;}
				
		#fpreasons_finish {width: 563px; height: 35px; float: left; margin: 20px 0 0 20px; border-top: 1px solid #e3e3e3;}
		* html #fpreasons_finish {margin-left: 10px;}
			#fpreasons_finish h6 {float: left; font-size: 15px; color: #68563E; line-height: 330%;}
			#fpreasons_finish p a {width: 140px; height: 28px; text-align: center; color: #fff; background:url(images/fp/btn_signup.gif) no-repeat top; line-height: 240%; float: right; margin-top: 10px; text-decoration: none;}
			#fpreasons_finish p a:hover {background:url(images/fp/btn_signup.gif) no-repeat 0 -28px;}
			

/* About Us
=====================================================================*/


.imgleft {
	float:left;
	margin:10px 20px 15px 0;
}
.imright {
	float:right;
	margin:10px 0 15px 20px;
}
#maincontent h3, .maincontenttabs h3, #fullwidth h3 {
	font-size:1.6em;
	padding:10px 0 15px 0;
}
#maincontent h4, .maincontenttabs h4, #fullwidth h4 {
	font-size:1.4em;
	padding:10px 0 15px 0;
}
#maincontent h5, .maincontenttabs h5, #fullwidth h5 {
	font-size:1.2em;
	padding:10px 0 15px 0;
}
#maincontent h6, .maincontenttabs h6, #fullwidth h6 {
	font-size:1.2em;
	padding:10px 0 5px 0;
}
#maincontent ul, .maincontenttabs ul, #fullwidth ul {
	padding:0 0 15px 15px;
}
#maincontent ul li, .maincontenttabs ul li, #fullwidth ul li {
	background:url(images/bullet.png) no-repeat 0 2px;
	padding:0 0 0 20px;
	margin:5px 0;
	font-size:1.2em;
}
.menunav {
	width:200px;
	margin:0 0 0 19px;
	padding:5px 0;
}
.menunav li {
	width:200px;
	background:url(images/sepnav.png) repeat-x 0 100%;
	float:left;
	padding:0 0 3px 0;
}
.menunav li a, .menunav li a:link, .menunav li a:visited {
	width:200px;
	float:left;
	font-size:1.2em;
	padding:9px 0;
	color:#333;
}
.menunav li a:hover {
	color:#8c0d0d;
	text-decoration:none;
	background:url(images/menunav_hover.png) no-repeat 100% 0;
}
/* Services
=====================================================================*/
#contenttabs {
	width:960px;
}
#menutabs {
	width:960px;
	height:39px;
	background:url(images/back_tabs.png) no-repeat 0 100%;
	padding:10px 0 0 0;
}
#menutabs li {
	width:222px;
	height:39px;
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
#menutabs li a, #menutabs li a:link, #menutabs li a:visited {
	width:222px;
	height:30px;
	float:left;
	margin-left:10px;
	display:inline;
	background:url(images/menu_tabs.png) no-repeat;
	text-align:center;
	font-size:1.2em;
	color:#1e1e1e;
	padding:9px 0 0 0;
	font-weight:bold;
	text-decoration:none;
}
#menutabs li.first a, #menutabs li.first a:link, #menutabs li.first a:visited {
	background:url(images/menu_tabsfirst.png) no-repeat;
}
#menutabs li a:hover {
	text-decoration:none;
}
#menutabs li.ui-tabs-selected a, #menutabs li.ui-tabs-selected a:link, #menutabs li.ui-tabs-selected a:visited, #menutabs li.ui-tabs-selected.first a {
	background-position:0 -39px;
	color:#fff;
}
.ui-tabs-hide {  
	display: none;  
}
.maincontenttabs {
	width:600px;
	float:left;
	padding:20px 0 0 0;
}
.navtabs {
	width:200px;
	float:right;
	padding:22px 0 0 0;
}
.maincontenttabs img {
	margin:5px 0 15px 0;
}
.navtabs h3 {
	width:222px;
	height:27px;
	background:url(images/title_tabsnav.png) no-repeat;
	padding:10px 19px 0 19px;
	font-size:12px;
	color:#fff;
}
.listportfolionav {
	width:260px;
	padding:18px 0 0 0;
}
.listportfolionav li {
	width:260px;
	height:143px;
	float:left;
	display:inline;
	margin:0 0 15px 0;
}
.listportfolionav li a, .listportfolionav li a:link, .listportfolionav li a:visited {
	width:252px;
	height:135px;
	float:left;
	display:inline;
	background:url(../images/frames_portfolio.png) no-repeat;
	padding:8px 0 0 8px;
}
.listportfolionav li a:hover {
	background-position:0 -143px;
}
.linkmore {
	float:right;
	font-size:1.2em;
	font-weight:bold;
}
/* Lightbox
=====================================================================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*fin Tabs*/
/* Tabela de Planos
=====================================================================*/
 h1 span,h2 span,h3 span,h4 span,h5 span
{
	display:none;
}
				
				
/* NOVO PADRAO PARA TABELAS DE PLANOS DE HOSPEDAGEM */
.tableplanos { border:4px solid #f2f2f2; width:100%; background-color:#FFFFFF; }
.tableplanos th { background: url(images/bg_tit_tabela_pl.gif) repeat-x top #5f5f5f; height: 25px; padding:0px; margin:0px; line-height:25px; font-family: Arial, Helvetica, sans-serif; text-align:center; }
.tableplanos td.titcaract { background-color: #e7ebed; padding: 7px 0px 7px 5px; text-align:left; color:#8a8a8a; }
.tableplanos td { background-color:#ffffff; border:1px solid #f2f2f2; text-align:center; font-family: Arial, Helvetica, sans-serif; }
.tableplanos td.tdvalor_lin { color:#996633; }
.tableplanos td.tdvalor_win { color:#336699; }
.tableplanos td.tdvalor_rev { color:#b0410a; font-size:12px }
/* NOVO PADRAO PARA TABELAS DE PLANOS DE HOSPEDAGEM */
										
.fontface01 { font-family: Verdana, Arial, Helvetica, sans-serif; }
.fontface02 { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
.fontface03 { font-family: Arial, Helvetica, sans-serif; }

.fontsize01 { font-size: 9px; }
.fontsize02 { font-size: 10px; }
.fontsize03 { font-size: 11px; }
.fontsize04 { font-size: 12px; }
.fontsize05 { font-size: 14px; }
.fontsize06 { font-size: 16px; }
.fontsize07 { font-size: 18px; }
.fontsize08 { font-size: 17px; }

.fontcolor01 { color: #666666; }
.fontcolor02 { color: #274D60; }
.fontcolor03 { color: #0066CC; }
.fontcolor04 { color: #333333; }
.fontcolor05 { color: #FF3300; }
.fontcolor06 { color: #006699; }
.fontcolor07 { color: #274A5A; }
.fontcolor08 { color: #FFFFFF; }
.fontcolor08 a { color: #FFFFFF; text-decoration: underline; }
.fontcolor08 a:hover { color: #FFFFFF; text-decoration: underline; }
.fontcolor08 a:visited { color: #FFFFFF; }
.fontcolor09 { color: #FFFF00; }
.fontcolor10 { color: #A0A0A0; }
.fontcolor11 { color: #000000; }
.fontcolor12 { color: #999999; }
.fontcolor13 { color: #ff6600; }
.fontcolor14 { color: #ebebeb; }
.fontcolor15 { color: #669900; }
.fontcolor16 { color: #3399cc; }
.fontcolor17 { color: #0099ff; }
.fontcolor18 { color: #0066cc; }
.fontcolor19 { color: #dfdb99; }
.fontcolor20 { color: #cc6600; }
.fontcolor21 { color: #d9e5ea; }					

 #placeport .ui-tabs-nav {
	width:685px;
	height:417px;
}
	
	#portfolio .thumb{
		border: 0px solid #999;
		display: block;
		height: 150px;
		margin: 0 -1px;
		width: 260px;
	}
	#portfolio .meta{
		background: #326780;
		background: rgba(50, 103,128, 0.9);
		cursor: default;
		font-size: 12px;
		position: absolute;
		left: 29px;
		height: 130px;
		margin: 1px;
		padding: 10px;
		top: 0px;
		width: 240px;
	}
		#portfolio .meta dl{
			color: #fff;
			line-height: 24px;
			overflow: hidden;
		}
			#portfolio .meta dt{
				color: #66cccc;
				font-weight: bold;
				float: left;
				margin-right: 5px;
			}
			
	#portfolio .item h3{
		color: #fff;
		font-size: 21px;
		line-height: 21px;
		margin: 5px 0;
	}
	
/**********************
 * Blog
 *********************/

#blog{
	
}

	.blog-post{
		float: left;
		margin-bottom: 30px;
	}
	
		.blog-post .thumb{
			background: #ffffff;
			border: 0px solid #4b8099;
			display: block;
			float: right;
			margin: 0 0 10px 10px;
			padding: 4px;
		}
			.blog-post.excerpt .thumb{
				float: left;
				margin: 5px 10px 10px 0;
			}
		.blog-post .meta{
			color: #68792c;
			background: #cfd2a3;
			display: inline-block;
			margin-bottom: 10px;
			padding: 0 5px;
			text-shadow: 0px 1px 0px #e2e5c5;
			width: 400px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
			.blog-post .meta a{	color: #68792c;	font-weight: normal;	}
			.blog-post .meta span{
				display: block;
				float: left;
				padding: 0 18px 0 18px; 
				line-height: 23px;
			}
			.blog-post .meta .date{	background: url(img/icon-date.png) no-repeat left center;	}
			.blog-post .meta .category{	background: url(img/icon-category.png) no-repeat left center;	}
			.blog-post .meta .comments{	background: url(img/icon-comments.png) no-repeat left center;	}
			
		.blog-post.excerpt .post-content{
			float: left;
			width: 410px;	
		}
		
		.comments{
			
		}
			.comment{
				float: left;
				overflow: visible;
				margin: 0 0 30px 0;
				width: 100%;
			}
				.comment .meta{
					background: #cfd2a3;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}
					.comment.admin .meta{
						background: #4b8099;
					}
					.comment .meta span{
						color: #5f614c;
						line-height: 25px;
						text-shadow: 0 1px 0 #e2e6b3;
					}
					.comment.admin .meta span{
						color: #78cdf5;
						text-shadow: 0 -1px 0 #2f5161;
					}
					
				.comment .meta .order{
					color: #ffffff;
					font-size: 18px;
					font-weight: bold;
					float: left;
					padding: 0 6px 0 4px;
					text-shadow: 0px 1px 1px #888a6b;
				}
				.comment .meta .gravatar{
					background: #ffffff;
					border: 2px solid #cfd2a3;
					float: left;
					padding: 2px;
					margin: 8px 0 0 0;
					vertical-align:top;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}	
					.comment.admin .meta .gravatar{
						border: 2px solid #4b8099;
					}
					
				.comment .meta .author{	font-size: 18px; margin-left: 15px;	}
					.comment .meta .author a{	color: #5f614c;	}
					.comment.admin .meta .author a{	color: #ffffff;	}
					
				.comment .meta .time{
					float: right;
					padding: 0 6px 0 4px;
				}
			.comment .content{
				padding: 8px;
				margin: 10px 0 0 120px;
			}
				.comment .content blockquote{
					background-image: none;
					border-left: 3px solid #CCD8A0;
					padding: 9px 9px 1px 9px;
					text-indent: 0;
				}

/**********************
 * Comment form
 *********************/

#commentform p{	text-indent: 0; margin: 0;	}
		#commentform label{
			clear: both;
			display: block;
			float: left;
			margin-top: 15px;
			width: 290px;
		}
		#commentform input{
			display: block;
			margin-bottom: 10px;
			float: left;
		}
		#commentform input.text{
			background: url(img/contact-input-text-bg.png) no-repeat 0 0;
			border: 0;
			height: 17px;
			margin: 0;
			padding: 4px;
			width: 290px
		}
			#commentform input.text:focus{
				background-position: 0 -26px;
			}
		#commentform textarea{
			background: url(img/contact-form-message-bg.png) no-repeat;
			border: 0;
			height: 138px;
			padding: 6px;
			width: 568px;
		}
		#commentform #submit{
			background: url(img/contact-form-submit.png) no-repeat;
			border: 0;
			color: #b0b0b0;
			font-size: 15px;
			font-weight: bold;
			height: 30px;
			margin-top: 0px;
			text-shadow: 0 1px 0 #ffffff;
			width: 580px;
		}
		#commentform span.info{	float: left; line-height: 24px;	}
/**********************
 * Price table
 *********************/
#prices{
	width: 600px;
}

	#prices td{
		border-bottom: 1px solid #ddd;
		color: #8b9e46;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
		vertical-align: middle;
	}
	#prices th{
		border-bottom: 1px solid #ddd;
		font-size: 15px;
		font-weight: bolder;
		padding: 10px 0;
		text-shadow: 1px 1px 0px #fff;
	}
		#prices th .button{	font-size: 13px; float: none;	}
	
	#prices .labels{
		width: 25%;		
	}
	
	#prices col{	width: 25%;	}
		#prices col.em{	background: #eee;	}
	
	#prices .label{
		color: #666;
		text-align: left;
	}
	
	#prices .subhead td{
		border-bottom: 3px solid #ddd;
		font-weight: bold;
	}
		#prices .subhead small{	color: #666;	}
/**********************
 * Contact
 *********************/

#contact{
	
}
	#contact-form{
		
	}
		#contact-form p{ text-indent: 0;	}
		#contact-form label{ 
			clear: both;
			display: block;
			float: left;
			margin-top: 15px;
			width: 290px;
		}
		#contact-form input{
			display: block;
			margin-bottom: 10px;
			float: left;
		}
		#contact-form input.text{
			background: url(img/contact-input-text-bg.png) no-repeat 0 0;
			border: 0;
			height: 18px;
			margin: 0;
			padding: 4px;
			width: 290px
		}
		#contact-forma input.text{
			background: url(img/contact-input-text-bg.png) no-repeat 0 0;
			border: 0;
			height: 18px;
			margin: 0;
			padding: 4px;
			width: 110px
		}
			#contact-form input.text:focus{
				background-position: 0 -26px;
			}
		#contact-form textarea{
			background: url(img/contact-form-message-bg.png) no-repeat;
			border: 0;
			display: block;
			float: left;
			height: 138px;
			margin: 0;
			padding: 6px;
			width: 568px;
			overflow: auto;
		}
		#submit{
			background: url(img/contact-form-submit.png) no-repeat;
			border: 0;
			color: #b0b0b0;
			display: block;
			font-size: 15px;
			font-weight: bold;
			height: 30px;
			margin: 0px;
			text-shadow: 0 1px 0 #ffffff;
			width: 580px;
			_margin-top: -20px;
		}
		
		#contact-form span.error{
			background: url(img/error.png) no-repeat 0px 5px;
			display: block;
			font-size: 11px;
			float: right;
			line-height: 11px;
			padding: 3px 0px 3px 25px;
			width: 250px;
		}
		#contact .info{
			background: #b9bd70;
			color: #fff;
			font-size: 18px;
			padding: 5px;
			margin-bottom: 15px;
			border-radius: 5px 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}

/**********************
 * Sidebar & widgets
 *********************/


#sidebar{
	border-left: 1px solid #eeeeee;
	color: #777777;
	margin-left: -1px;
}
	#sidebar a{
		color: #888888;
		font-weight: normal;
	}
		#sidebar a:hover{	color:#8a9d45;	}

#sidebar li, #footer-widgets li{
	background: none;
	padding: 0;
}
	#sidebar li.widget {
		background: none;
		margin-bottom: 20px;
		padding: 0;
	}
	#sidebar ul{
		margin-left: -30px;
	}
		#sidebar ul li{
			background: url(img/sidebar-bullet.gif) no-repeat 13px center;
			border-bottom: 1px solid #eeeeee;
			padding: 10px 0px 10px 30px;
		}
			#sidebar ul li:hover{	background:url(img/sidebar-bullet-hover.gif) no-repeat 13px center;	}
	
		.ie67 #sidebar .widget h2{
			margin-left: -15px;
		}
		#testemonial-widget blockquote{
			background: #fff url(img/testemonial-bg.png) no-repeat;
			border: 0;
			font-style: italic;
			line-height: 20px;
			padding: 0;
		}
		#testemonial-widget p{
			padding: 41px 20px 1px 20px;
		}
		
		#testemonial-widget .by-line{
			background: url(img/testemonial-bottom-bg.png) no-repeat;
			color: #8b9e46;
			height: 24px;
			margin-top: -9px;
			padding: 7px 25px;
			text-align: right;
		}
			.ie6 #testemonial-widget .by-line{
				margin-top: 0px;
			}
		
		#comments-widget{
			
		}
			#comments-widget a.author{
				color:#8b9e46;
				font-weight: bold;
			}
			#comments-widget p{
				font-style: italic;
				padding-left: 8px;
			}
		
.widget h2, .widget h2 a{
	color: #8b9e46;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
	
.widget h3{
	font-size: 18px;
	margin: 6px 0px;
	text-shadow: none;
}


/**********************
 * Footer
 **********************/
#footer-widgets{
	background: url(img/footer-shade.png) no-repeat 0px 1px;
	border-top: 1px solid #dddddd;
	float: left;
	padding-top: 20px;
	margin: 25px 0;
	width: 960px;
}
	#footer-widgets h2{
		line-height: 18px;
		margin-bottom: 0px;
	}
		
	#footer-widgets .description{
		display: block;
		font-size: 11px;
		margin-bottom: 15px;
	}
	
	#footer-widgets ul li{
			background: transparent url(img/sidebar-bullet.gif) no-repeat scroll 3px center;
			padding: 5px 16px;
			border-bottom: 1px solid #eeeeee;
		}
		#footer-widgets	ul li:hover{
			background:url(img/sidebar-bullet-hover.gif) no-repeat 3px center;
		}
	
	#newsletter-address{
		background: url(img/newsletter-input.png) no-repeat left top;
		border: 0;
		color: #666666;
		display: block;
		float: left;
		height: 16px;
		padding: 5px;
		width: 180px;
	}
	#newsletter-submit{
		background: url(img/newsletter-submit.png) no-repeat left top;
		border: 0;
		color: #8b9e46;
		display: block;
		font-size: 11px;
		font-weight: bold;
		float: left;
		height: 26px;
		padding: 2px;
		text-shadow: 0px 1px 0px #ffffff;
		width: 65px;
	}
	#newsletter-bubble{
			background: url(img/teste1.png) no-repeat;
			font-size: 11px;
			height: 200px;
			padding-top: 5px;
			width: 260px;
		}
		#newsletter-bubble ul{	margin: 0px 50px; width: 240px;	}
		
		#newsletter-bubble2{
			background: url(img/teste2.png) no-repeat;
			font-size: 11px;
			height: 200px;
			padding-top: 5px;
			width: 260px;
		}
		#newsletter-bubble2 ul{	margin: 0px 0px ; width: 140px;	}

		#newsletter-bubble3{
			background: url(img/teste3.png) no-repeat;
			font-size: 11px;
			height: 200px;
			padding-top: 5px;
			width: 260px;
		}
		#newsletter-bubble3 ul{	margin: 0px 0px ; width: 260px;	}
	
	#twitter{
		position: relative;
	}
		#twitter ul li{
			background: none;
			border: 0;
			padding: 5px 0;
		}
			#twitter ul li:hover{	background: none;	}
		#twitt-bubble{
			background: url(img/twitt-bubble.png) no-repeat;
			font-size: 11px;
			height: 150px;
			padding-top: 5px;
			width: 260px;
		}
			#twitt-bubble ul{	background: #fff; margin: 0px 10px; width: 240px;	}
		
		#twitt-nav{
			position: absolute;
			right: 45px;
			bottom: 10px;
			height: 16px;
			width: 28px;
		}
		
		#twitt-nav .prev{
			background: url(img/twitt-arr-left.png) no-repeat;
			float: left;
			height:14px;
			text-indent: -9999px;
			width: 9px;
		}
		#twitt-nav .next{
			background: url(img/twitt-arr-right.png) no-repeat;
			float: right;
			height:14px;
			text-indent: -9999px;
			width: 9px;
		}

		
#footer{
	background: url(img/footer-bg.png) no-repeat;
	height: 35px;
	margin: 0 auto 20px;
	padding: 5px 30px;
	width: 908px;
}
	#footer .nav li{
		background: none;
		float: left;
		padding: 0 20px 0 0;
	}
	
	#footer li a{
		display: block;
		padding: 5px 15px 5px 0px;
	}
	
	#copyright{
		display: block;
		float: right;
		padding: 5px 15px 5px 0px;	
	}

