@charset "utf-8";
/* CSS Document */
body
{
padding:0px;
background-color:#fff;
margin:0px;
}
h1
{
display:none;
visibility:hidden;
position:absolute;
}
/*top panel style*/
#top_pannel
{
width:100%;
margin-top:40px;
height:177px;
position:absolute;
float:left;
left:0px;
z-index:100;
}
#logo_wr
{
width:700px;
height:177px;
position:relative;
float:left;
left:0px;
}

.logo_back
{
width:700px;
height:177px;
position:absolute;
float:left;
left:0px;
background-color:#5d3612;
-moz-opacity:.20; 
filter:alpha(opacity=20); 
opacity:.20;
z-index:0;
}

#logo
{
position:absolute;
width:590px;
height:123px;
float:right;
margin-top:30px;
right:60px;
z-index:1000;
}
/*navigation style*/
#nav
{
width:226px;
height:177px;
position:relative;
float:left;
margin-left:5px;
}
#nav ul
{
list-style:none;
display:block;
font-family:Tahoma, Geneva, sans-serif;
font-size:16px;
font-weight:bold;
padding:0px;
margin-top:0px;
width:226px;
margin-left:0px;
}
#nav img
{
border:0px;
}
#nav li
{
width:226px;
height:35px;
margin-bottom:1px;
}
/*bottom panel style*/
#bottom_panel
{
position:absolute;
width:100%;
height:85px;
margin-bottom:0px;
bottom:0px;
margin-top:auto;
top:auto;
z-index:100;
float:left;
left:0px;
}
.bottom_back
{
width:100%;
height:85px;
background-color:#000;
position:absolute;
z-index:100;
-moz-opacity:.50; 
filter:alpha(opacity=50); 
opacity:.50;
z-index:0; 
}
.linkgal
{
position:absolute;
float:right;
right:585px;
top:10px;
text-align:right;
color:#fff;
font-family:'Myriad Pro', Tahoma, Geneva, sans-serif;
font-size:12px;
}

#gal
{
width:580px;
height:85px;
position:relative;
float:right;
right:0px;
}
#gal img 
{
border:0px;
}
#commerce
{
width:129px;
height:102px;
position:absolute;
float:left;
margin-left:20px;
margin-bottom:85px;
bottom:10px;
z-index:200;
-moz-opacity:.50; 
filter:alpha(opacity=50); 
opacity:.50;
}
#commerce img
{
border:0px;
}
#footer_link
{
width:650px;
height:65px;
margin-top:10px;
float:left;
left:50px;
z-index:100;
font-family:'Myriad Pro', Tahoma, Geneva, sans-serif;
font-size:12px;
color:#FFF;
position:relative;
}
#footer_link a
{
color:#fff;
text-decoration:none;
}
#footer_link img
{
border:0px;
}

/*background image*/
html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
	
}

#bg {
    position: fixed;
	z-index:-1;
	top:0px;
}
#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
	z-index:0;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
/*end background image*/



