@charset "iso-8859-1";
/* Standard Web CSS Document for NETSARIUS & Eskaywoo projects*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E2BC;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
}

body,td,th, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	line-height:18px;
	/*
	word-spacing:	normal;
	letter-spacing:	normal;	
	*/	
}
.img-padding {
	padding-left: 5px;
}

a:link {
	color: #999999;
	text-decoration: none;
	border: 0;
	font-size: 11px;
}

a:visited {
	color: #999999;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	color: #999999;
	text-decoration: none;
	border: 0;
}

a img {border: none; } 

h1 {}

h2 {}

h3 {}

/* form elements */
BUTTON {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
INPUT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
SELECT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

/* block quote and list */
BLOCKQUOTE, PRE	{font-family:	Courier New, monospace;}

UL LI	{
	list-style-type:	none;
}	

UL LI LI {list-style-type:	disc;}	

UL LI LI LI	{list-style-type:	circle;}	
	
OL LI {list-style-type:	decimal;}	

OL OL LI {list-style-type:	lower-alpha;}	

OL OL OL LI	{list-style-type:	lower-roman;}


/* User defined */
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#006699;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#1F3C5F;
	background-position: left;
}


.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
}


.footer {font-size: 12px; color: #846A26; font-family: Arial, Helvetica, sans-serif;}
A.footer:link, A.footer:visited, A.footer:active{color: #846A26;}
A.footer:hover{color: #846A26;text-decoration: underline;}

.logolink {font-size: 12px; color: #666666; font-family: Arial, Helvetica, sans-serif;}
A.logolink:link, A.logolink:visited, A.logolink:active{color: #666666;}
A.navigation:hover{color: #666666;text-decoration: underline;}

.copyright {
	color: #846A26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color:#666666;
	
}
.bg-brown {
	background-color: #BDAC76;
}
.bg-gradient-top {
	background-image: url(images/bg-gradient-mid.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.text-contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c7a340;
}
a.text-contact:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c7a340;
}

.link-others {
	font-weight: bold;
	color: #FF0000;
}
a.link-others:link {
	font-weight: bold;
	color: #FF0000;
}
a.link-others:hover {
	font-weight: bold;
	color: #000000;
}	

a.link-others:visited {
	font-weight: bold;
	color: #FF0000;
}

a.link-others:active {
	font-weight: bold;
	color: #FF0000;
}

.text-source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c7a340;
	font-style: italic;
	font-weight: normal;
}
#slideshow {
    position:relative;
    height:453px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
