
/*Website created by Bogdan Zinko*/
/*Zed Axiz Production Inc. © 2007*/

BODY {
    /* 
	MARGIN: 0px;
	background : url(images/waterdrop.gif) no-repeat fixed bottom;	
	background-color : #000000;
    */
    background : url(images/bg2.gif) fixed center;
	background-repeat:repeat-y ;
	background-color:#000;
  margin: 0;
  padding: 0;
}
a,a:hover,p,ul#txt,sub{
	font:12px Arial
}
A {
	COLOR: #0099FF; 
	TEXT-DECORATION: none;
	background-color : transparent;
}
A:hover {
	COLOR: #fff;
	background-color : transparent;
	}
p {
	COLOR: #ffffff;
	text-decoration : none;
	text-align : left;
	background-color : transparent;
}
p#intro{
	COLOR: #ffffff;
	background-color : transparent;
	font:14px Arial
}
h1{
	COLOR : #ffffff;
	text-decoration : none;
	font : 24px  Arial;
	background-color : transparent;
}
h2{
	COLOR: #ffffff;
	text-decoration : none;
	font : 22px  Arial;
	background-color : transparent;
}
h3{
	COLOR: #ffffff;
	text-decoration : none;
	font : 20px  Arial;
	background-color : transparent;
}
h4{
	COLOR: #ffffff;
	text-decoration : none;
	font : 18px  Arial;
	background-color : transparent;
}

td#top1b{
background-image:url(images/top1b.gif);
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-position: right bottom
}
td#top2a{
background-image:url(images/top2a.gif); 
}
td#bottom{
background-image:url(images/bottom.gif);
}
#vfx{
     COLOR: #0099FF;
     font:14px Arial;
}
#vfx1{
     COLOR: #0099FF;
     font:16px Arial;
     
}
#vfx2{
     COLOR: #0099FF;
     font:12px Arial;
     text-align:center;
     
}
ul#txt{
	COLOR: #ffffff;
	text-decoration : none;
	background-color : transparent;
	text-align:left;
}
ol{
	COLOR: #ffffff;
	text-decoration : none;
	background-color : transparent;
	text-align:left;
    font:12px Arial;
}
sub{
	color : #0099FF;
	background-color : transparent;
	text-align: center;
}

sub#ie{
	color : #0099FF;
	background-color : transparent;
	text-align: center;
	font: 14px;
}
sub#ie a{
	   text-decoration: underline;
}

/*copyright line*/
.zed{
	color : #666;
	font : 10px Arial;
	background-color : transparent;
}
p#slogan{
	color : #000000;
	text-align : right;
	font : 14px Arial;
	background-color : transparent;
}

td#load{
background-image:url(images/load.gif);
}

#titleDress{
	color : #999;
	text-align : right;
	font : 14px Arial;

}

/* Menu system*/

#navcontainer ul li
{
list-style-type: none;
padding: 0 0 0 0;
margin: 0;
display: block;
float: left;
background: url(images/roll_down.gif);
font: 14px Arial;
text-align: center;
}

#navcontainer a
{
color: #333;
padding: 5px 3px 5px 3px;
text-decoration: none;
display: block;
width: 90px;
font: 14px Arial;
text-align: center;
border-top: 1px solid #019696;
border-bottom: 1px solid #019696;
border-left: 1px solid #019696;
}

#navcontainer li#active { background: url(images/roll_up.gif);}
#navcontainer a:hover { background: url(images/roll_up.gif);color:#fff;}