@charset "UTF-8";
/* CSS Document */


body
{
background-color:#000;
margin:0px;
}




img
{
margin:0px;
}






p
{
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
}


/* ----------------------MENU--------------------------------- */



.menu_elements
{
margin-top:0px;
float:left;
height:37px;
padding-top:6px;

}




#menu
{
height:43px;
width:100%;
background-color:#000000;
padding-left:10px;


}



.logo
{

height:43px;
width:219px;
float:left;
margin:0px;

}

/* ----------------------MAIN CONTAINER--------------------------------- */

#wraper
{
width:100%;
height:65%;
background-image:url();
background-repeat:no-repeat;
color:white;

}


#wraper img
{
width:100%;
height:100%;
z-index:-1;

}


/* ----------------------MAIN CONTAINER SUBPAGE--------------------------------- */


#wraper_sub
{
width:100%;
height:65%;
float:left;
background-color:#FFFFFF;


}

#below_menu
{
background-image:url(img/background_below.jpg);
background-repeat:repeat-x;
height:51px;
}

#shop_box
{
background-image:url(img/shoppingBox.png);
background-repeat:no-repeat;
height:81px;
margin-left:78%;
}















#shadow_bottom
{
background-image:url(img/shadow_bottom.png);
background-repeat:repeat-x;
height:34px;
width:100%;
float:left;
}

/* ----------------------FOOTER--------------------------------- */

#footer
{
height:20px;
width:100%;
background-color:#000;

margin-top:0px;
overflow:hidden;

}



#footer_links{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;  margin-top:0px; margin-left:0px; font-weight:200; }
ul{list-style:none;padding-top:5px;padding-left:5px;}
li{display:inline; }
a{text-decoration:none; color:#cfcfcf;}


#footer_right
{ 
width:80%;  
height:20px;
float:left;
margin-top:10px;
margin-left:10px;
border-top:solid 1px #000000; 

}



