/****************************************
/		(COMPANY NAME HERE)
/		MAIN CSS FILE
/		CREATED: EGG_DNA
/		MODIFY:	 xx/xx/xxxx
****************************************/
/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* for text re-sizing */
	background-color:#CCCCCC;
}

* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

ul, ol{ margin-left:30px; }

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 778px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	background:url(/images/wrapperBKG.jpg) repeat-y;
	
	
}
font {
	font-size: 1em;	/* Override FCK's font sizing scheme */
}
a{text-decoration:none;}
/***********************START:HEADER***********************/
	
#headerImage{margin-left:20px;}
#headerTop
{
	position:relative;
	width:741px;
	height:158px;
	background:url(/images/headerBackground.jpg) left top no-repeat;
	margin-left:20px;
}

#headerTop .logoLink
{
	position:absolute; 
	border:0px; 
	top:0px; left:0px;
}
#headerLinks
{
	width:502px;
	height:28px;
	position:absolute;
	top:115px;
	left:238px;
}
#headerLinks a
{
	display:block;
	width:99px;	
	height:28px;
	background:url(/images/headerLinkBkgOff.jpg) no-repeat;
	color:#FFFFFF; 
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding-top:9px;
	text-align:center;
	float:left;

}
#headerLinks a.twolines{padding-top:4px;}
#headerLinks a:hover{background:url(/images/headerLinkBkgOn.jpg) no-repeat;}

/*************************END:HEADER************************/
/***********************START:MAINBODY***********************/
#mainBody
{
	width:739px;
	padding-top:15px;
	position:relative;
	margin-left:20px;
}
	/***********************START:LEFTSIDE***********************/
	#leftSide
	{
		width:221px;
		position:relative;
		float:left;
		top:0px;
		left:0px;
		z-index:5000;
		margin-left:17px;
		display:inline;
		
	}
	#leftSide .home{width:221px;}
		/***********************START:SIDENAV***********************/
		#sideNav {float:left; width:221px;}
		#sideNav a
		{
			display:block;
			height:26px;			
			background:url(/images/menuLinkLineBkgOff.gif) top left no-repeat;
			padding:2px 0px 0px 40px;
			font-size:11px;
			text-decoration:none;
			color:#000000;
			font-weight:bold;
		}
		#sideNav a:hover{background:url(/images/menuLinkLineBkgOn.gif) top left no-repeat; color:#0A54A3;}
		#sideNav a.bottom{background:url(/images/menuBottomLinkLineBkgOff.gif) top left no-repeat;}
		#sideNav a:hover.bottom{background:url(/images/menuBottomLinkLineBkgOn.gif) top left no-repeat;}
		/*************************END:SIDENAV***********************/
		/***********************START:SIDENOTE**********************/
		#sideNote
		{
			position:relative;
			width:213px;
			float:left;
		}
		#sideNote .noteTop
		{
			height:14px;
			background:url(/images/sideNoteTopBkg.jpg) top left no-repeat;
			
		}
		#sideNote .noteBody
		{
			background:url(/images/sideNoteBodyBkg.jpg) top left repeat-y;
			padding:0px 10px 0px 10px;
			color:#000000;
		}
		#sideNote .noteBottom
		{
			height:11px;
			background:url(/images/sideNavBottomBkg.jpg) top left no-repeat;
			overflow:hidden;
		}
		#sideNote .noteBottom.home
		{
			
			position:absolute;
			background:url(/images/homeBottomComputer.jpg) top left no-repeat;
			height:100px; width:249px;
			bottom:0px;
			left:0px;	
		}
		#sideNote .noteBottom.home a
		{
			display:block;
			margin:23px 0px 0px 15px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
			background:url(/images/doubleArrowsMoreDetailsHome.jpg)  left 1px no-repeat;
			padding-left:15px;
			
		}
		#sideNote .noteBody h1{font-size:14px; font-weight:bold; padding-bottom:10px;}
		#sideNote .noteBody p{font-size:10px; line-height:15px; padding-bottom:5px;}
		
			
		/*************************END:SIDENOTE*********************/
	/*************************END:LEFTSIDE***********************/
	/***********************START:PAGECONTENT**********************/
	#pageContent
	{
		float:left;
	}
	/*************************END:PAGECONTENT**********************/
/*************************END:MAINBODY**********************/

/***********************START:FOOTER************************/
#footer
{
	clear:both;
	height:60px;
	position:relative;
	background:url(/images/footerBkg.gif) left bottom no-repeat;
}
#footerBottomLine
{
	
	background:url(/images/footerBlackLineBkg.gif) left bottom repeat-x;
	height:11px;
	width:740px;
	margin-left:20px;
}
#footerLinks
{
	text-align:center;
	width:740px;
	
}
#footerLinks a
{
	color:#000000;
	text-decoration:none;
	font-size:9px;
	margin:3px 5px;
	
	
}
/*************************END:FOOTER***********************/
/***********************START:CAZARINHOLDER***********************/
#cazarinLogo
{
	margin-top:10px;
	text-align:center;
}
/*************************END:CAZARINHOLDER***********************/
