/*
	GENERAL
*/

html                                        { overflow-y: scroll; }




/*
	FOR THE MOVER
*/
#wrap 							{ width: 530px; position: relative; }
#small							{ position: relative; width: 100%; }
#large 							{ position: relative; width: 530px; }
#mover  						{ position: absolute; top: 0; left: 0; width: 204px; height: 204px; overflow: hidden; z-index: 100; display: none; }
#overlay     					{ border: 1px solid blue; width: 202px; height: 202px; position: absolute; top: 0; left: 0; z-index: 200; }





div {
	zoom: 1 ;
	}













a
{
font-family: arial;
font-size: 13;
text-decoration: none;
color: #0e3257;
}

a:hover
{
font-family: arial;
font-size: 13;
text-decoration: underline;
color: #0e3257;
}

table
{
font-family:  arial;
font-size: 13;
text-decoration: none;
color: #597390;
line-height: 1.8;
}

.home
{
font-family: arial;
font-size: 14;
text-decoration: none;
color: #597390;
}

.home:hover
{
font-family: arial;
font-size: 14;
text-decoration: none;
color: #0e3257;
}

.large
{
font-family:  arial;
font-size: 15;
text-decoration: none;
font-weight: bold;
color: #597390;
line-height: 1.8;
}

.language
{
font-family: arial;
font-size: 14;
text-decoration: none;
color: #c4c4c4;
}

.language:hover
{
font-family: arial;
font-size: 14;
text-decoration: none;
color: #0e3257;
}

.products
{
font-family: arial;
font-size: 13;
text-decoration: none;
color: white;
font-weight: bold;
}

.buttons
{
font-family: arial;
font-size: 12;
text-decoration: none;
color: #e9e9e9;
}

.buttons:hover
{
font-family: arial;
font-size: 12;
text-decoration: none;
color: #0e3257;
}

.name
{
font-family:  arial;
font-size: 13;
color: #0f3258;
line-height: 1.8;
}

.submit
{
font-family:  arial;
font-size: 13;
color: #0f3258;
line-height: 1.8;
}