body {
	margin: 0px;
	background-color: #F6F8F9;
	background-image: url(../styleImages/backgrounds/bodyBg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageSurround {
	width: 980px;
	margin: 10px auto;
}
#topBorder {
	width: 980px;
	margin: 0;
	padding: 0;
	height: 13px;
	background-image: url(../styleImages/backgrounds/topBorder.gif);
}
#canvas {
	width 948px;
	padding: 0;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(../styleImages/backgrounds/canvas.gif);
	background-repeat: repeat-y;
	margin: 0;
}	
#bottomBorder {
	width: 980px;
	margin: 0;
	padding: 0;
	height: 40px;
	background-image: url(../styleImages/backgrounds/bottomBorder.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#logoHolder {
	text-align: left;
	float: left;
	background-image: url(../styleImages/backgrounds/orijenLogo.gif);
	background-repeat: no-repeat;
	background-position: 29px 15px;
	width: 325px;
	height: 55px;
	padding-top: 18px;
	padding-left: 175px;
	font-size: 14px;
	color: #AFCF2F;
	font-weight: bold;
}		
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 35px;
	padding-right: 0px;
	float: right;
	width: 403px;
	margin-right: 5px;
}
.topNav {
	width: 928px;
	height: 20px;
	background-image: url(../styleImages/backgrounds/topNav.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	overflow: hidden;
}
.topNav a {
	text-decoration: none;
	color: #444343;
}
.topNav a:hover {
	text-decoration: overline;
	color: #AFCF2F;
}
.centerLinks {
	text-align: center;
	margin: 0px auto;
}
#sessionSur {
	text-align: right;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E5E6E0;
	border-left-color: #E5E6E0;
}
.boxTitleLeft, .boxTitleRight {
	border-bottom: 2px solid #AFCF2F;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #000000;	
	padding-bottom: 2px;
}
.boxContentLeft, .boxContentRight {
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-right: 19px;
	float: left;
}
.colMid {
	position: relative;
	width: 585px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-right: 19px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align: center;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EFF5F6;
	text-align: center;
	border: 1px solid #CACACA;
	margin: 0px;
	margin-top:10px;
	padding: 3px;
	padding-left: 45px;
	padding-top: 20px;
	float: left;
	width: 540px;
}
.subCat {	
	text-align: center;
	padding: 4px;
	float: left;
	width: 112px;
	height: 125px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* PROJETO CSS ROLLOVER IMAGE VIEWER */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #cccccc;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ 
visibility: visible;
top: -60px;
left: 30px; 

}

