@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
}
body {
 	background: #F1F1F1;
}

/* Containers */
#wrap {
 	width: 100%;
 	min-height: 496px;
        background:  #F1F1F1 url(../Images/background.jpg) repeat-x;
}
#topContainer {
	width: 920px;
}
#logo {
	float: right;
	margin: 55px 20px 0 0;
}
#footer {
	width: 100%;
	background: #FFF;
	border-top: 4px solid #8DB2D7;
	padding: 20px 0;
	text-align: center;
	clear: both;
}
#menu {
	height: 40px;
}
#banner {
	background: #000066;
	height: 258px;
	min-height: 258px;
}
#mainText {
	background: url(../Images/testimonies-bkg.gif) right repeat-y;
        min-height: 100% !important;
}
#mainText02 {
       padding: 20px 20px 0;
}
#sideBar {
	float: right;
	width: 170px;
}
#text {
	float: left;
	width: 660px;

}
#placeholder-search {
	float: right;
	margin: 120px 20px 0 0;
}
.clear {
	clear: both;
}
#cat_431374_divs {
	margin: 0 auto;
	padding: 12px 16px 12px 15px;
	height: 40px;
	
}
#search {
	float: right;
	width: 300px;
	text-align: right;
}
#mainText ul {
	padding-left: 10px;
}
#mainText li {
	padding-left: 10px;
	list-style: square;
}
#mainText ul ul {
	padding-left: 10px;
}
#mainText ul ul li {
	padding-left: 10px;
	list-style: circle;
}
#mainText ol li {
	list-style: decimal;
}
#mainText ol ol li {
	padding-left: 10px;
	list-style: lower-alpha;
}




/* Text */

.textWhite {
	font: 13px/16px "Times New Roman", Times, serif;
	color: #FFF;
}
.textGrey {
	font: 13px/16px "Times New Roman", Times, serif;
	color: #333333;
}
.titleWhite {
	font: 25px "Times New Roman", Times, serif;
	color: #FFF;
	padding-bottom: 15px;
}
.titleBlue {
	font: 25px "Times New Roman", Times, serif;
	color: #1764AE;
	padding-bottom: 15px;
}
.titleGrey {
	font: 25px "Times New Roman", Times, serif;
	color: #333333;
}
.text {
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	color: #1A1A76;
	text-align: justify;
}
.titleSmall {
	font: bold 13px/19px Arial, Helvetica, sans-serif;
	color: #1764AE;
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
.formField {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #333333;
	padding: 2px;
	width: 130px;
}
.formButton, .productSubmitInput  {
	border: 1px solid #CCCCCC;
	background: #1A1A76;
	color: #FFFFFF;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}
.quotes {
	font: 20px/24px "Times New Roman", Times, serif;
	color: #1764AE;
}
.BlogRecentPost ul li a, a.BlogTagCloud-XX-Small, .BlogTagList ul li a, .BlogPostArchive ul li a {
	font: 13px/18px "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.catalogueItemNotFound {
	display: none;
}
.post-body {
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	color: #1A1A76;
	text-align: justify;
}



/* Images and Boxes */

.images {
	border: 1px solid #1764AE;
}



/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}