/*
GLOBAL CSS FILE
DATE : 8 July 2009
AUTHOR : Leonardo
COMMENTS :  
*/


/* ------------------------------------- GLOBAL ------------------------------------ */


html {
  overflow-x           : hidden;
 	overflow-y           : scroll;
}

html,body {
  margin													 	: 0;
  padding													 : 0;
  height														 : 100%;
  border													 	: none;
}
			
body {
		text-align									 	:	center;
		background-color     : #EDEDEB;
		margin-left								 	: 0px;
		margin-right							 	: 0px;
	 margin-top           : 0px;
	 margin-bottom        : 0px;
		background-image     : url(../img/bg.jpg);
}

.fullheight {
		height								 						:	100%;
}

form {
	 margin           				: 0px;
}

p {
 	margin-left										: 25px;
		margin-right									: 20px;
		margin-top 										: 0px;
		margin-bottom								: 0px;
		padding										  		:	0px;
}


/* ------------------------------------- BODY ------------------------------------- */

.txt11{
  font-family										: Tahoma, Geneva, sans-serif;
		color																: #000000;
		text-decoration						: none; 
		text-align											: justify;
		font-size												: 11px;
		line-height          : 16px;
}

.txt10{
  font-family										: Tahoma, Geneva, sans-serif;
		color																: #000000;
		text-decoration						: none; 
		text-align											: left;
		font-size												: 10px;
		line-height          : 13px;
		padding-left         : 10px;
		padding-right        : 16px;
}

a, a:hover{
  font-family										: Tahoma, Geneva, sans-serif; 
		font-size												: 11px;
		text-decoration						: underline;
		font-weight										: bold;	
		color																: #CC3333;
}
a:hover{
		color																: #FF6600;
}

/* ------------------------------------- FOOTER ------------------------------------ */


.submenulink,.submenulink:hover,.copy{
		font-family										: Tahoma, Geneva, sans-serif;
		font-size												: 11px;
		text-decoration						: none;
		padding-left									:	4px;
		padding-right								:	4px;
		font-weight										: normal;	
		color																: #000000;
}

.submenulink:hover {
		color																: #FF6600;
}

.homelink,.homelink:hover,.homecopy{
		font-family										: Tahoma, Geneva, sans-serif;
		font-size												: 11px;
		text-decoration						: none;
		padding-left									:	4px;
		padding-right								:	4px;
		font-weight										: normal;	
		color																: #CCB366;
}

.homelink:hover {
		color																: #FF6600;
}



/* ---------------------------------- FORM ELEMENTS --------------------------------- */

.search{
 font-family          : Arial, Helvetica, sans-serif;
 font-size            : 11px;
 font-weight          : normal;
	text-align           : center;
	color                : #000000;
	background-image     : url(../img/search_bg_field.jpg);
	border               : 0px;
	height               : 19px;
}
