/**
*	Tensitex - Internal Properities
*
*	Copyright © 2008 Favo Internet [http://www.favointernet.com.br]
*
*	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com>
*
**/

/* Content Title Properities */
#contentTitle {
	height:44px;
	background:url(../img/contentTitleBg.jpg);
	padding-top:24px;
	padding-left:15px;
	margin-bottom:20px;
}
/* Content Column Left Properities */
#contentColumnLeft {
	width:545px;
	float:left;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin-bottom:10px;
}
#contentColumnLeft p {
	color:#726F63;
	margin:5px 10px 10px 15px;
	text-align:justify;
}
#contentColumnLeft h2 {
	color:#878476;
	margin:15px 10px 0 15px;
	font-size:18px;
}
#contentColumnLeft .btnBack {
	margin:10px 0 10px 15px;
}

/* Content Column Right Properities */
#contentColumnRight {
	width:280px;
	float:right;
	border-left:2px solid #D0D3D1;
	padding-bottom:10px;
	padding-left:10px;
}
#contentColumnRight ul {
	list-style:none;
}
#contentColumnRight ul li {
	margin-bottom:20px;
}
#contentColumnRight ul li a {
	font-size:11px;
	color:#767367;
}
#contentColumnRight div.morePhotos{
	margin-top:-30px;
	margin-right:30px;
	text-align:right;
}
/* Content Contact Properities */
#contentContact p {
	color:#726F63;
	margin:15px;
}
#contentContact p.address {
	color:#0B7DA0;
}
#contentContact a {
	color:#0B7DA0;
}
#contentContact table {
	color:#726F63;
	margin-left:15px;
}
#contentContact table input, textarea {
	width:100%;
	border:1px dotted #999999;
	font-family:"Arial Narrow", Arial, "Trebuchet MS";
	font-size:20px;
	color:#666666;
}
#contentContact table input.btnSend {
	width:77px;
	height:20px;
	border:0;
}
#contentContact table input.checkBox {
	width:25px;
	border:0;
}

/* Content Portfolio Properities */
#contentColumnRight h3 {
	font-size:18px;
	margin:10px;
}
#contentColumnRight h3 a {
	color:#726F63;
}
#contentColumnRight div ul {
	margin-left:20px;
	font-weight:bold;
}
#contentColumnRight div ul li {
	margin-bottom:5px;
}
#contentColumnRight div ul li a {
	color:#5BB0C8;
	font-size:14px;
}
#contentColumnRight ul li img{
	border:1px solid #747165;
}
#portfolioPhotos {
	list-style:none;
	margin:15px;
}
#portfolioPhotos li {
	float:left;
	margin-right:50px;
	margin-bottom:20px;
}
#portfolioPhotos li a {
	font-size:11px;
	color:#767367;
}

/* Content Mais Lonas */
#contentLonas h2 {
	margin:15px;
}
#contentLonas ul {
	list-style:none;
	margin-left:15px;
	margin-top:10px;
}
#contentLonas ul li {
	float:left;
	width:240px;
	margin:0 15px 20px 15px;
}
#contentLonas ul li a {
	color:#767367;
	font-size:11px;
}
#contentLonas ul li img {
	border:1px solid #747165;
}
#contentLonas .btnBack {
	margin:15px;
	float:left;
}
#contentLonas .btnNext {
	margin:15px;
	margin-right:60px;
	float:right;
}
#content p{
	text-align:justify;
}