/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: left;
	color: #000;
	background-color: #FFF;
}

a, a:link, a:visited, a:active, a:hover { text-decoration: none }

#top, #nav, #carrousel, p.backtotop, div.button, .footerTxt, #membership, #pos, #sidebgr, #sidebanner {
	display: none;
	width: 0;
	height: 0;
	background: none;
}

#carrousel, #flashcontent, #flashcontent img {
	display: none;
	width: 0;
	height: 0;
	background: none;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 165px;
	display: inline;
	visibility: visible;
	margin: 0;
	padding: 0;
}

#maincontainer {
	width: 100%;
	background-image: none;
	padding-top: 145px;
	overflow: visible;
	float: none;
	position: static;
}

p.breadcrumbs { 
	width: 100%;
	overflow: visible;
	float: none;
	position: static;
	border-bottom: 1px solid #666;
}

#footer { 
	width: 100%;
	overflow: visible;
	float: none;
	position: static;
	border-top: 1px solid #666;
}

#main, #content, #content .title, #content .breadcrumbs, #body{
	overflow: visible;
	float: none;
	position: static;
	width: 100%;
}

		#content #box,
		#content #colcntbox {
			width: 98%;
		}

#content div.rounded, #content div.roundedTop, #content div.roundedBottom { background-color: transparent; }

#footer {
	overflow: visible;
	float: none;
	position: static;
	width: 100%;
}	
	.footerTxt {
		padding-left: 0;
	}
	#footer #footerbar img {
		display: none;
	}