* { padding: 0; margin: 0; }

html, body {
	width: 100%; height: 100%;
}
body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11pt;
	color: #EEEEEE;	
	background: url('../images/background.jpg') repeat; 
}
table {
	border-collapse: collapse;
}
p {
	text-indent: 3ex;
	text-align: justify;
	margin: 5px 0;
}
li {
	text-align: justify;
	margin-left: 3ex;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.allwidth {
	width: 100%;
}
.allheight {
	height: 100%;
}
.highlight {
	color: white;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/********************** SITE PAGE *****************************************************************************/
.site {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.site thead object, .site thead img {
	display: block;
	border: 0 none;
	text-align: left;
}
.site .logos {
	height: 122px; 
	background: url('/images/top_fill.jpg') repeat-x;
}
.site .sitelogo {
	width: 250px;
	max-width: 250px;
}
.site .siteimage {
	text-align: left;
	width: 100%;
}

.site .siteimage img {
	width: 100%;
	height: 122px;
}

.site .siteaddress {
	width: 260px;
	max-width: 260px;
}

.site .content {
	padding: 0px 1ex 0px 20px;
	vertical-align: top;
	height: 100%;
}
.site tfoot {
	height: 1%;
	vertical-align: top;
}	
.site .bottomlinks {
	background-color: #000055;
}
.site .bottomlinks td { 
	text-align: center;
	padding: 1px 5px;
	white-space: nowrap;
	border: 1px solid #777777;
}
.site .bottomlinks a {
	display: block;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	color: #777777;
	font-size: 10px;
}
.copyright a {
	color: #777777;
	text-decoration: none;
}

/*******************************************************************************/
.intro-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.stilia-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #66CCFF;
	text-decoration: underline;
}
.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

.text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: justify;

}
.text-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}
.text-disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
.link-lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
}

.link-langg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.link-enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.button	{
	font-size: 8pt;
}

.table-heading	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}
.table-row	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000022;
}
.message	{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	padding: 20px;
	text-align: left;
}
.message-error	{
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
.message-success	{
	font-size: 10pt;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
hr	{
	color: #264F6D;
}
.action-price	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.old-price	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: line-through;
}
.link {
	color: #00CCFF;
	text-decoration: none;
}
.masked
{
	display: none;
	color: #FFFFFF;
	text-decoration: none;
}
H1 {
	text-align: center;
	margin: 0.5em 0px 0.5em 0px;
	font: bold 20pt "Arial",sans-serif;
	color: #FFFFFF;
}
H2 {
	clear: both;
	text-align: left;
	margin: 1em 0px 0px 0px;
	padding-left: 4ex;
}
H2, .level2 {
	font: bold 15px "Arial",sans-serif;
	padding: 5px 3ex 0px 5ex;
	background: url('/images/menu_bar_fill.jpg') repeat-x;
	color: #CCCCCC;
	height: 27px;
	vertical-align: middle;
	padding-top: 4px;
}
.textimage {
	margin: 5px 15px 10px 5px;
	border: 1px outset;
	float: left;
}
.centerimage {
	margin: 5px;
	border: 1px outset;
}


