body {
	background-image:url(../../../images/bg.png);
	background-repeat:repeat;
	margin:0 auto;
	padding:0;
}
/*************************** LINKS ***************************/
a:link{
	color:inherit;   
	//color:expression(this.parentNode.currentStyle['color']);   
	text-decoration:none; 
}
a:visited{
	color:inherit;
	//color:expression(this.parentNode.currentStyle['color']);  
	text-decoration:none;  
}
a:hover{
	color:inherit;
	//color:expression(this.parentNode.currentStyle['color']);  
	text-decoration:underline;	
}
a:active{
	color:inherit;
	//color:expression(this.parentNode.currentStyle['color']);  
	text-decoration:none; 		
}

#pageSurround {
	width:900px;
	margin:0 auto;
	padding:0;
}
#subSurround {
	border: 1px solid #b89100;
	border-top:0;
	border-bottom:0;
	background-color:#FFFFFF;
}
#topHeader {
	width:100%;
	height:170px;
	margin:0;
	padding:0;
	background-image: url(../../../images/bgTop.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#topContainer{
	width:900px;
	height:170px;
	margin:0 auto;
	padding:0;
}
#topLogo{
	width:140px;
	height:114px;
	margin:0;
	padding:0;
	float:left;
}
#topPesquisaLogIn{
	float:right;
	padding-top: 40px;
	margin:0;
	text-align:right;
}
#topLogIn{
	padding-top: 10px;
}
#menu{
	float:left;
}
#pubHeader{
}
#footer{
	width:100%;
	height:304px;
	margin:0;
	padding:0;
	background-image: url(../../../images/bgFooter.gif);
	background-repeat:repeat-x;
	background-position:top;	
}
#footerContainer{
	width:900px;
	height:304px;
	margin:0 auto;
	padding:0;
}
#footerExtras{
	width:900px;
	height:275px;
	margin:0;
	padding:0;
}
#categorias{
	width:220px;
	height:275px;
	float:left;
	padding:0;
	margin:0 5px 0 0;
}
#footerMenu{
	width:900px;
	height:24px;
	margin:0;
	padding:5px 0 0 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#58676c;
}
.boxTitleLeft, .boxTitleRight {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:1em;
	line-height:18px;
	color:#b89100;
	width:170px;
	padding-left: 5px;
	padding-top: 5px;
	letter-spacing:-0.035em;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dashed #b89100;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 165px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 550px;
	float: left;
	padding-bottom:15px;
	min-height:750px;
	height:auto;
	border-right: 1px dashed #b89100;
	border-left: 1px dashed #b89100;
}
.colRight {
	position: relative;
	width: 165px; 
	padding-left: 5px;
	right: 5px;
	float: right;
}

.boxContent {
	padding:25px 10px 25px 10px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	line-height:120%;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	min-height:750px;
	height:auto;
	float: left;
}

/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 550px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 118px;
	height: 160px;
	padding-bottom:25px;
	padding-top:15px;
	margin-left:12px;
	border-bottom:1px dashed #b89100;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
