/*True North CSS
Author: Georgios Athanassiadis
Your Majesty Co.*/

/*body{
	background: transparent url('../img/tn_bg.jpg') 50% 0 no-repeat;
	background-attachment: fixed;
	
}*/

html{
/*	background: #EFD2A0 url('../img/tn_bg.jpg') repeat fixed top center;*/
}

html, body{
	overflow: hidden;
	min-height: 100%;
	min-width: 100%;
}

/* Background IMG */
img#backgroundimg{
	position:absolute; 
	top:0; 
	left:0; 
	border: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

div#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto;
	z-index: 5;
} 


div#wrapper{
	width: 1085px;
	height: 100%;
	margin: 0 auto;
}

img#bg-gradient{
	position: absolute; 
	top:350px; 
	left:50%; 
	z-index: -1;
	border: 0;
	padding: 0;
	margin-left: -600px;
	width: 1200px;
}

div#header{
	background: url('../img/tn_logo.png') no-repeat;
	width: 210px;
	height: 158px;
	margin: 0 auto;
}

div#main{
	background: url('../img/tn_maincontent.png') no-repeat;
	width: 100%;
	height: 670px;
	overflow: auto;
	margin: 20px auto;
}

div#footer{
	width: 1085px;
	margin: 0 auto;
	overflow: hidden;
}

div#frito-logo{
	background: url('../img/tn_Demets-logo.gif') no-repeat;
	width: 291px;
	height: 54px;
	margin: 10px auto;
	margin-top: 20px;
	
}

div#bottom-nav{
	width: 270px;
	height: 9px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	
}

div#copyright{
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, san-serif;
	color: #6d4821;
	background-image: none
}

ul#bottom-menu{
	display: inline;
}

ul#bottom-menu li{
	display: inline;
	float: left;

}

li#li-faq{
	text-indent: -9999px;
	width: 30px;
	height: 8px;
	overflow: hidden;
	background: url('../img/tn_links_sprite.gif') no-repeat;
	cursor: pointer;
}

li#li-faq:hover{
	background-position: 0 -8px;
}

li#li-contact{
	text-indent: -9999px;
	width: 66px;
	height: 8px;
	overflow: hidden;
	background: url('../img/tn_links_sprite.gif') no-repeat;
	background-position: -29px 0;
	cursor: pointer;
}

li#li-contact:hover{
	background-position: -29px -8px;
}

li#li-privacy{
	text-indent: -9999px;
	width: 84px;
	height: 8px;
	overflow: hidden;
	background: url('../img/tn_links_sprite.gif') no-repeat;
	background-position: -95px 0;
	cursor: pointer;
}

li#li-privacy:hover{
	background-position: -95px -8px;
}

li#li-terms{
	text-indent: -9999px;
	width: 89px;
	height: 8px;
	overflow: hidden;
	background: url('../img/tn_links_sprite.gif') no-repeat;
	background-position: -179px 0;
	cursor: pointer;
}

li#li-terms:hover{
	background-position: -179px -8px;
}

.widthlock{
	width: 100%;
	height: 100%;
}
