#header
{
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 186px;
background-image: URL('images/header_bgr.jpg');
background-repeat: repeat-x; 
margin: auto;
}

#content
{
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: auto;
background-color: #000000;
margin: auto;
}

#menu_bgr
{
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 26px;
}

#menu_bar
{
position: relative;
top: 0px;
left: 168px;
width: 4px;
height: 26px;
float: left;
background-color: #F6F6F4;
margin-right: 168px;
}

#menu
{
position: relative;
top: 0px;
left: 0px;
width: 828px;
height: 26px;
float: left;
}

#flash
{
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 324px;
background-color: #F6F6F4;
background-image: URL('images/flash_bgr.jpg');
background-repeat: no-repeat;
background-position: center center;
}

#content_left
{
position: relative;
top: 0px;
left: 0px;
width: 700px;
height: auto;
padding: 10px;
padding-left: 30px;
padding-right: 30px;
float: left;
}

#content_bar
{
position: relative;
top: 18px;
left: 0px;
width: 3px;
height: 100px;
background-color: #F6F6F4;
float: left;
margin-bottom: 36px;
overflow: hidden;
}

#content_right
{
position: relative;
top: 0px;
left: 0px;
width: 206px;
height: auto;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
float: left;
}

#bottom
{
position: relative;
top: 0px;
left: 0px;
width: 1000px;;
height: 26px;
background-image: URL('images/bottom_bgr.jpg');
background-repeat: repeat-x;
color: #FFFFFF;
text-align: center;
line-height: 26px;
clear: both;
margin: auto;
}

#bottom a
{
color: #FFFFFF;
text-decoration: none;
}

#bottom a:hover
{
text-decoration: underline;
}

#gallery_div
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 10px;
margin: auto;
text-align: center;
display: none;
z-index: 10;
}

#gallery_bgr
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 120%;
background-color: #000000;
text-align: center;
opacity: 0.8;
z-index: 4;
display: none;
}

#product_gallery_div
{
position: relative;
width: auto;
height: auto;
background-color: #FFFFFF;
margin: auto;
padding: 5px;
}

#product_gallery_div img
{
cursor: pointer;
}

#product_gallery_div table
{
width: 100%;
}

#product_gallery_div td
{
font-size: 12px;
width: 33%;
font-weight: bold;
color: #555555;
text-transform: uppercase;
text-align: center;
cursor: pointer;
padding: 2px;
}

#product_gallery_div td:hover
{
background-color: #FF8800;
color: #333333;
}