/*Non-IE stylesheet*/
*{margin:0; padding:0; border:0;} /*resets default*/

body {

background-color:#000000;
text-align: center;

font: 14px Georgia;

color:#404040;
}




a:link {text-decoration: none; color:#808080;} 
a:visited {text-decoration: none; color:#808080;}
a:hover {text-decoration: none; color:#101010;} 

a:active {text-decoration: none; color:#808080;}


h1{
color:gray;
text-align:center;
padding:10px;
font-size: 18px;
}

h2{
color:gray;
text-align:center;
padding:5px;
font-size: 12px;
}

p{
text-indent:10px;
text-align: left;
padding:10px;
}

p.center{text-align: center;}

hr { 
height: 0;
border-style: dotted; 
border-width: 1px 0 0 0; 
border-color: #888888; 
}

div.bigquote{
text-indent:5px;
text-align: center;
font-size:18px;
}

blockquote{
text-indent:5px;
}

ul{list-style-type: none;}

table {table-layout:auto; text-align:center;}

tr {font-size:12px;}

div#table {
padding-top:50px;
padding-bottom:0px;
padding-right:10px;
padding-left:0px;
text-align: center;
}

/*LAYOUT*/

div {

position:relative;

background-repeat: no-repeat;

padding: 0px;

}



#container{
background-image: url(pix/main_bg.jpg); /*main bg img*/

background-color:#e5e5e5;

margin: 0px auto;

height: 900px; width: 948px;
}


#loglink{ 

height: 45px; width: 572px;

margin: 0px;
position: absolute;
left: 184px;
top:40px;
z-index:20;
}

/*Navbar starts*/


#navbar{
height: 12px; width: 784px;
position: absolute;
left: 84px;
top: 117px;
z-index:20;
display: block;
text-align:left;
font: 14px Georgia;
}


div#about a {
display: inline;
position: absolute;
left:0px;
top:0;
}

div#catalog a {
display: inline;
position: absolute;
left:135px;
top:0;
}


div#events a {
display: inline;
position: absolute;
left:300px;
top:0;
}

div#press a {
display: inline;
position: absolute;
left:460px;
top:0;
}


div#shop a {
display: inline;
position: absolute;
left: 600px;
top: 0px;
}


div#contact a {
display: inline;
position: absolute;
left:718px;
top:0;
}

/*Navbar ends*/

/*content area*/
#cont_box{
background-color: #fcfcfc;
border-style:solid;
border-width:5px;
border-color:#ffe080;

padding:0px;
margin:0px;
text-align: center;
height: 670px; width: 590px;

position: absolute;
left:174px;

top:180px;

overflow: auto;

z-index:3;
}

#shadow{
background-image: url(pix/dshdw.png);
/*CSS3 standard*/ 
opacity:0.6;
height: 680px; width: 600px;

position: absolute;
left:194px;

top:200px;

z-index:2;

}
/*content area ends*/


#footer{ 
height: 20px; width: 900px;

position: absolute;
left:24px;

top:872px;

text-align: center;
color:grey;
font: 12px Georgia;
z-index:3;
}


div.news_item { 
padding-top: 10px;

}




/*Gallery*/
#dimmer{
background-color: black; 
filter:alpha(opacity=30); /* for IE */
opacity:0.3; /* CSS3 standard */
height: 900px; width: 948px;

position: absolute;

left:0;
top:0;
padding:0px;
z-index:2;
}

#gall_box{
background-color: #cbcbcb;
border-style:solid;
border-width:5px;
border-color:#ffe080;

padding:0px;
text-align: center;
height: 670px; width: 590px;

position: absolute;
left:174px;

top:180px;

overflow: auto;

z-index:3;
}

